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