Changeset 2343 in Sophya for trunk/SophyaPI/PIext/nomtarradapter.cc
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtarradapter.cc
r2335 r2343 82 82 83 83 // ---- Specialisation pour complexes ----- 84 #if defined(__SGICC__) 85 template <> 86 #endif 84 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 87 85 void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm) 88 86 { … … 90 88 << " Not supported (complex data type)" << endl; 91 89 } 92 #if defined(__SGICC__) 93 template <> 94 #endif 90 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 95 91 void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm) 96 92 { … … 99 95 } 100 96 101 #if defined(__SGICC__) 102 template <> 103 #endif 97 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 104 98 void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm) 105 99 { … … 107 101 << " Not supported (complex data type)" << endl; 108 102 } 109 #if defined(__SGICC__) 110 template <> 111 #endif 103 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 112 104 void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm) 113 105 { … … 233 225 234 226 /* --Methode-- */ 235 #if defined(__SGICC__) 236 template <> 237 #endif 227 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 238 228 r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const 239 229 { … … 255 245 } 256 246 257 #if defined(__SGICC__) 258 template <> 259 #endif 247 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 260 248 r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const 261 249 {
Note:
See TracChangeset
for help on using the changeset viewer.