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/nomskymapadapter.cc

    r2335 r2343  
    3535
    3636/* --Methode-- */
    37 #if defined(__SGICC__)
    38 template <>
    39 #endif
     37DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    4038double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy)
    4139{
     
    4644}
    4745/* --Methode-- */
    48 #if defined(__SGICC__)
    49 template <>
    50 #endif
     46DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    5147double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy)
    5248{
     
    162158
    163159// ---- Specialisation pour complexes -----
    164 #if defined(__SGICC__)
    165 template <>
    166 #endif
     160DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    167161void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm)
    168162{
     
    170164     << " Not supported (complex data type)" << endl;
    171165}
    172 #if defined(__SGICC__)
    173 template <>
    174 #endif
     166DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    175167void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm)
    176168{
     
    178170     << " Not supported (complex data type)" << endl;
    179171}
    180 #if defined(__SGICC__)
    181 template <>
    182 #endif
     172DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    183173void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm)
    184174{
     
    186176     << " Not supported (complex data type)" << endl;
    187177}
    188 #if defined(__SGICC__)
    189 template <>
    190 #endif
     178DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    191179void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm)
    192180{
     
    386374}
    387375
    388 #if defined(__SGICC__)
    389 template <>
    390 #endif
     376
     377DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    391378r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const
    392379{
     
    406393}
    407394
    408 #if defined(__SGICC__)
    409 template <>
    410 #endif
     395DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    411396r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const
    412397{
Note: See TracChangeset for help on using the changeset viewer.