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

    r2335 r2343  
    8282
    8383// ---- Specialisation pour complexes -----
    84 #if defined(__SGICC__)
    85 template <>
    86 #endif
     84DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    8785void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm)
    8886{
     
    9088     << " Not supported (complex data type)" << endl;
    9189}
    92 #if defined(__SGICC__)
    93 template <>
    94 #endif
     90DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    9591void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm)
    9692{
     
    9995}
    10096
    101 #if defined(__SGICC__)
    102 template <>
    103 #endif
     97DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10498void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm)
    10599{
     
    107101     << " Not supported (complex data type)" << endl;
    108102}
    109 #if defined(__SGICC__)
    110 template <>
    111 #endif
     103DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    112104void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm)
    113105{
     
    233225
    234226/* --Methode-- */
    235 #if defined(__SGICC__)
    236 template <>
    237 #endif
     227DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    238228r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const
    239229{
     
    255245}
    256246
    257 #if defined(__SGICC__)
    258 template <>
    259 #endif
     247DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    260248r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const
    261249{
Note: See TracChangeset for help on using the changeset viewer.