Changeset 2335 in Sophya for trunk/SophyaPI/PIext/nomtarradapter.cc
- Timestamp:
- Mar 10, 2003, 2:21:00 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtarradapter.cc
r2322 r2335 82 82 83 83 // ---- Specialisation pour complexes ----- 84 #if defined(__SGICC__) 85 template <> 86 #endif 84 87 void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm) 85 88 { … … 87 90 << " Not supported (complex data type)" << endl; 88 91 } 92 #if defined(__SGICC__) 93 template <> 94 #endif 89 95 void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm) 90 96 { … … 93 99 } 94 100 101 #if defined(__SGICC__) 102 template <> 103 #endif 95 104 void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm) 96 105 { … … 98 107 << " Not supported (complex data type)" << endl; 99 108 } 109 #if defined(__SGICC__) 110 template <> 111 #endif 100 112 void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm) 101 113 { … … 221 233 222 234 /* --Methode-- */ 235 #if defined(__SGICC__) 236 template <> 237 #endif 223 238 r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const 224 239 { … … 240 255 } 241 256 257 #if defined(__SGICC__) 258 template <> 259 #endif 242 260 r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const 243 261 {
Note:
See TracChangeset
for help on using the changeset viewer.