Changeset 2343 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r2335 r2343 87 87 } 88 88 // ---- Specialisation pour complexes ----- 89 #if defined(__SGICC__) 90 template <> 91 #endif 89 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 92 90 void NOMAdapter_TMatrix< complex<r_4> >::ReadFits(string const & flnm) 93 91 { … … 95 93 << " Not supported (complex data type)" << endl; 96 94 } 97 #if defined(__SGICC__) 98 template <> 99 #endif 95 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 100 96 void NOMAdapter_TMatrix< complex<r_4> >::SaveFits(string const & flnm) 101 97 { … … 104 100 } 105 101 106 #if defined(__SGICC__) 107 template <> 108 #endif 102 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 109 103 void NOMAdapter_TMatrix< complex<r_8> >::ReadFits(string const & flnm) 110 104 { … … 112 106 << " Not supported (complex data type)" << endl; 113 107 } 114 #if defined(__SGICC__) 115 template <> 116 #endif 108 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 117 109 void NOMAdapter_TMatrix< complex<r_8> >::SaveFits(string const & flnm) 118 110 { … … 255 247 256 248 // ---- Specialisation pour complexes ----- 257 #if defined(__SGICC__) 258 template <> 259 #endif 249 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 260 250 GeneralFitData* NOMAdapter_TMatrix< complex<r_4> >::GetGeneralFitData(bool& adel 261 251 ,GeneralFitData::FitErrType errtype,double errscale,double errmin … … 265 255 } 266 256 267 #if defined(__SGICC__) 268 template <> 269 #endif 257 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 270 258 AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitResidusObj(GeneralFit& mfit) 271 259 { … … 273 261 } 274 262 275 #if defined(__SGICC__) 276 template <> 277 #endif 263 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 278 264 AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitFunctionObj(GeneralFit& mfit) 279 265 { … … 281 267 } 282 268 283 #if defined(__SGICC__) 284 template <> 285 #endif 269 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 286 270 GeneralFitData* NOMAdapter_TMatrix< complex<r_8> >::GetGeneralFitData(bool& adel 287 271 ,GeneralFitData::FitErrType errtype,double errscale,double errmin … … 291 275 } 292 276 293 #if defined(__SGICC__) 294 template <> 295 #endif 277 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 296 278 AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitResidusObj(GeneralFit& mfit) 297 279 { … … 299 281 } 300 282 301 #if defined(__SGICC__) 302 template <> 303 #endif 283 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 304 284 AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitFunctionObj(GeneralFit& mfit) 305 285 { … … 371 351 372 352 /* --Methode-- */ 373 #if defined(__SGICC__) 374 template <> 375 #endif 353 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 376 354 r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(int n) const 377 355 { … … 391 369 } 392 370 393 #if defined(__SGICC__) 394 template <> 395 #endif 371 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 396 372 r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(int n) const 397 373 {
Note:
See TracChangeset
for help on using the changeset viewer.