Ignore:
Timestamp:
Mar 10, 2003, 4:11:18 PM (23 years ago)
Author:
ansari
Message:

Compilation avec SGI-CC -LANG:std - Reza 10/03/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomtmatvecadapter.cc

    r2335 r2343  
    8787}
    8888// ---- Specialisation pour complexes -----
    89 #if defined(__SGICC__)
    90 template <>
    91 #endif
     89DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    9290void NOMAdapter_TMatrix< complex<r_4> >::ReadFits(string const & flnm)
    9391{
     
    9593     << " Not supported (complex data type)" << endl;
    9694}
    97 #if defined(__SGICC__)
    98 template <>
    99 #endif
     95DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10096void NOMAdapter_TMatrix< complex<r_4> >::SaveFits(string const & flnm)
    10197{
     
    104100}
    105101
    106 #if defined(__SGICC__)
    107 template <>
    108 #endif
     102DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    109103void NOMAdapter_TMatrix< complex<r_8> >::ReadFits(string const & flnm)
    110104{
     
    112106     << " Not supported (complex data type)" << endl;
    113107}
    114 #if defined(__SGICC__)
    115 template <>
    116 #endif
     108DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    117109void NOMAdapter_TMatrix< complex<r_8> >::SaveFits(string const & flnm)
    118110{
     
    255247
    256248// ---- Specialisation pour complexes -----
    257 #if defined(__SGICC__)
    258 template <>
    259 #endif
     249DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    260250GeneralFitData* NOMAdapter_TMatrix< complex<r_4> >::GetGeneralFitData(bool& adel
    261251 ,GeneralFitData::FitErrType errtype,double errscale,double errmin
     
    265255}
    266256
    267 #if defined(__SGICC__)
    268 template <>
    269 #endif
     257DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    270258AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitResidusObj(GeneralFit& mfit)
    271259{
     
    273261}
    274262
    275 #if defined(__SGICC__)
    276 template <>
    277 #endif
     263DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    278264AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitFunctionObj(GeneralFit& mfit)
    279265{
     
    281267}
    282268
    283 #if defined(__SGICC__)
    284 template <>
    285 #endif
     269DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    286270GeneralFitData* NOMAdapter_TMatrix< complex<r_8> >::GetGeneralFitData(bool& adel
    287271 ,GeneralFitData::FitErrType errtype,double errscale,double errmin
     
    291275}
    292276
    293 #if defined(__SGICC__)
    294 template <>
    295 #endif
     277DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    296278AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitResidusObj(GeneralFit& mfit)
    297279{
     
    299281}
    300282
    301 #if defined(__SGICC__)
    302 template <>
    303 #endif
     283DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    304284AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitFunctionObj(GeneralFit& mfit)
    305285{
     
    371351
    372352/* --Methode-- */
    373 #if defined(__SGICC__)
    374 template <>
    375 #endif
     353DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    376354r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(int n) const
    377355{
     
    391369}
    392370
    393 #if defined(__SGICC__)
    394 template <>
    395 #endif
     371DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    396372r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(int n) const
    397373{
Note: See TracChangeset for help on using the changeset viewer.