Ignore:
Timestamp:
Mar 10, 2003, 2:21:00 PM (23 years ago)
Author:
ansari
Message:

Compil sur SGI-CC avec LANG:std suite au remplacement xxstream.h par xxstream (gcc 3.1) / ajout template <> pour specialisation template - Reza 10/03/2003

File:
1 edited

Legend:

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

    r2322 r2335  
    8787}
    8888// ---- Specialisation pour complexes -----
     89#if defined(__SGICC__)
     90template <>
     91#endif
    8992void NOMAdapter_TMatrix< complex<r_4> >::ReadFits(string const & flnm)
    9093{
     
    9295     << " Not supported (complex data type)" << endl;
    9396}
     97#if defined(__SGICC__)
     98template <>
     99#endif
    94100void NOMAdapter_TMatrix< complex<r_4> >::SaveFits(string const & flnm)
    95101{
     
    98104}
    99105
     106#if defined(__SGICC__)
     107template <>
     108#endif
    100109void NOMAdapter_TMatrix< complex<r_8> >::ReadFits(string const & flnm)
    101110{
     
    103112     << " Not supported (complex data type)" << endl;
    104113}
     114#if defined(__SGICC__)
     115template <>
     116#endif
    105117void NOMAdapter_TMatrix< complex<r_8> >::SaveFits(string const & flnm)
    106118{
     
    243255
    244256// ---- Specialisation pour complexes -----
     257#if defined(__SGICC__)
     258template <>
     259#endif
    245260GeneralFitData* NOMAdapter_TMatrix< complex<r_4> >::GetGeneralFitData(bool& adel
    246261 ,GeneralFitData::FitErrType errtype,double errscale,double errmin
     
    250265}
    251266
     267#if defined(__SGICC__)
     268template <>
     269#endif
    252270AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitResidusObj(GeneralFit& mfit)
    253271{
     
    255273}
    256274
     275#if defined(__SGICC__)
     276template <>
     277#endif
    257278AnyDataObj* NOMAdapter_TMatrix< complex<r_4> >::FitFunctionObj(GeneralFit& mfit)
    258279{
     
    260281}
    261282
     283#if defined(__SGICC__)
     284template <>
     285#endif
    262286GeneralFitData* NOMAdapter_TMatrix< complex<r_8> >::GetGeneralFitData(bool& adel
    263287 ,GeneralFitData::FitErrType errtype,double errscale,double errmin
     
    267291}
    268292
     293#if defined(__SGICC__)
     294template <>
     295#endif
    269296AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitResidusObj(GeneralFit& mfit)
    270297{
     
    272299}
    273300
     301#if defined(__SGICC__)
     302template <>
     303#endif
    274304AnyDataObj* NOMAdapter_TMatrix< complex<r_8> >::FitFunctionObj(GeneralFit& mfit)
    275305{
     
    341371
    342372/* --Methode-- */
     373#if defined(__SGICC__)
     374template <>
     375#endif
    343376r_8* NTupInt_TMatrix< complex<r_4> >::GetLineD(int n) const
    344377{
     
    358391}
    359392
     393#if defined(__SGICC__)
     394template <>
     395#endif
    360396r_8* NTupInt_TMatrix< complex<r_8> >::GetLineD(int n) const
    361397{
Note: See TracChangeset for help on using the changeset viewer.