Changeset 2343 in Sophya for trunk/SophyaPI/PIext/pitvmaad.cc


Ignore:
Timestamp:
Mar 10, 2003, 4:11:18 PM (23 years ago)
Author:
ansari
Message:

Compilation avec SGI-CC -LANG:std - Reza 10/03/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pitvmaad.cc

    r2335 r2343  
    2929
    3030/* --Methode-- */
    31 #if defined(__SGICC__)
    32 template <>
    33 #endif
     31DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    3432double POTVectorAdapter< complex<float> >::Value(int i)
    3533{
     
    4139
    4240/* --Methode-- */
    43 #if defined(__SGICC__)
    44 template <>
    45 #endif
     41DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    4642double POTVectorAdapter< complex<double> >::Value(int i)
    4743{
     
    7470
    7571/* --Methode-- */
    76 #if defined(__SGICC__)
    77 template <>
    78 #endif
     72DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    7973double POTMatrixAdapter< complex<float> >::Value(int ix, int iy)
    8074{
     
    8680
    8781/* --Methode-- */
    88 #if defined(__SGICC__)
    89 template <>
    90 #endif
     82DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    9183double POTMatrixAdapter< complex<double> >::Value(int ix, int iy)
    9284{
Note: See TracChangeset for help on using the changeset viewer.