Changeset 2343 in Sophya for trunk/SophyaPI/PIext/nomskymapadapter.cc
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomskymapadapter.cc
r2335 r2343 35 35 36 36 /* --Methode-- */ 37 #if defined(__SGICC__) 38 template <> 39 #endif 37 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 40 38 double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy) 41 39 { … … 46 44 } 47 45 /* --Methode-- */ 48 #if defined(__SGICC__) 49 template <> 50 #endif 46 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 51 47 double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy) 52 48 { … … 162 158 163 159 // ---- Specialisation pour complexes ----- 164 #if defined(__SGICC__) 165 template <> 166 #endif 160 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 167 161 void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm) 168 162 { … … 170 164 << " Not supported (complex data type)" << endl; 171 165 } 172 #if defined(__SGICC__) 173 template <> 174 #endif 166 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 175 167 void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm) 176 168 { … … 178 170 << " Not supported (complex data type)" << endl; 179 171 } 180 #if defined(__SGICC__) 181 template <> 182 #endif 172 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 183 173 void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm) 184 174 { … … 186 176 << " Not supported (complex data type)" << endl; 187 177 } 188 #if defined(__SGICC__) 189 template <> 190 #endif 178 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 191 179 void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm) 192 180 { … … 386 374 } 387 375 388 #if defined(__SGICC__) 389 template <> 390 #endif 376 377 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 391 378 r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const 392 379 { … … 406 393 } 407 394 408 #if defined(__SGICC__) 409 template <> 410 #endif 395 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 411 396 r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const 412 397 {
Note:
See TracChangeset
for help on using the changeset viewer.