Changeset 2335 in Sophya for trunk/SophyaPI/PIext/nomskymapadapter.cc
- Timestamp:
- Mar 10, 2003, 2:21:00 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2322 r2335 35 35 36 36 /* --Methode-- */ 37 #if defined(__SGICC__) 38 template <> 39 #endif 37 40 double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy) 38 41 { … … 43 46 } 44 47 /* --Methode-- */ 48 #if defined(__SGICC__) 49 template <> 50 #endif 45 51 double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy) 46 52 { … … 156 162 157 163 // ---- Specialisation pour complexes ----- 164 #if defined(__SGICC__) 165 template <> 166 #endif 158 167 void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm) 159 168 { … … 161 170 << " Not supported (complex data type)" << endl; 162 171 } 172 #if defined(__SGICC__) 173 template <> 174 #endif 163 175 void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm) 164 176 { … … 166 178 << " Not supported (complex data type)" << endl; 167 179 } 180 #if defined(__SGICC__) 181 template <> 182 #endif 168 183 void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm) 169 184 { … … 171 186 << " Not supported (complex data type)" << endl; 172 187 } 188 #if defined(__SGICC__) 189 template <> 190 #endif 173 191 void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm) 174 192 { … … 368 386 } 369 387 388 #if defined(__SGICC__) 389 template <> 390 #endif 370 391 r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const 371 392 { … … 385 406 } 386 407 408 #if defined(__SGICC__) 409 template <> 410 #endif 387 411 r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const 388 412 {
Note:
See TracChangeset
for help on using the changeset viewer.