Changeset 2335 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Mar 10, 2003, 2:21:00 PM (23 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomimagadapter.cc
r2322 r2335 97 97 98 98 #ifndef SANS_EVOLPLANCK 99 #if defined(__SGICC__) 100 template <> 101 #endif 99 102 void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm) 100 103 { … … 103 106 } 104 107 108 #if defined(__SGICC__) 109 template <> 110 #endif 105 111 void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm) 106 112 { -
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 { -
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 { -
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 { -
trunk/SophyaPI/PIext/pitvmaad.cc
r594 r2335 29 29 30 30 /* --Methode-- */ 31 #if defined(__SGICC__) 32 template <> 33 #endif 31 34 double POTVectorAdapter< complex<float> >::Value(int i) 32 35 { … … 38 41 39 42 /* --Methode-- */ 43 #if defined(__SGICC__) 44 template <> 45 #endif 40 46 double POTVectorAdapter< complex<double> >::Value(int i) 41 47 { … … 68 74 69 75 /* --Methode-- */ 76 #if defined(__SGICC__) 77 template <> 78 #endif 70 79 double POTMatrixAdapter< complex<float> >::Value(int ix, int iy) 71 80 { … … 77 86 78 87 /* --Methode-- */ 88 #if defined(__SGICC__) 89 template <> 90 #endif 79 91 double POTMatrixAdapter< complex<double> >::Value(int ix, int iy) 80 92 {
Note:
See TracChangeset
for help on using the changeset viewer.