Changeset 2335 in Sophya for trunk/SophyaPI/PIext


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

Location:
trunk/SophyaPI/PIext
Files:
5 edited

Legend:

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

    r2322 r2335  
    9797
    9898#ifndef SANS_EVOLPLANCK
     99#if defined(__SGICC__)
     100template <>
     101#endif
    99102void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm)
    100103{
     
    103106}
    104107
     108#if defined(__SGICC__)
     109template <>
     110#endif
    105111void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm)
    106112{
  • trunk/SophyaPI/PIext/nomskymapadapter.cc

    r2322 r2335  
    3535
    3636/* --Methode-- */
     37#if defined(__SGICC__)
     38template <>
     39#endif
    3740double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy)
    3841{
     
    4346}
    4447/* --Methode-- */
     48#if defined(__SGICC__)
     49template <>
     50#endif
    4551double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy)
    4652{
     
    156162
    157163// ---- Specialisation pour complexes -----
     164#if defined(__SGICC__)
     165template <>
     166#endif
    158167void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm)
    159168{
     
    161170     << " Not supported (complex data type)" << endl;
    162171}
     172#if defined(__SGICC__)
     173template <>
     174#endif
    163175void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm)
    164176{
     
    166178     << " Not supported (complex data type)" << endl;
    167179}
     180#if defined(__SGICC__)
     181template <>
     182#endif
    168183void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm)
    169184{
     
    171186     << " Not supported (complex data type)" << endl;
    172187}
     188#if defined(__SGICC__)
     189template <>
     190#endif
    173191void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm)
    174192{
     
    368386}
    369387
     388#if defined(__SGICC__)
     389template <>
     390#endif
    370391r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const
    371392{
     
    385406}
    386407
     408#if defined(__SGICC__)
     409template <>
     410#endif
    387411r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const
    388412{
  • trunk/SophyaPI/PIext/nomtarradapter.cc

    r2322 r2335  
    8282
    8383// ---- Specialisation pour complexes -----
     84#if defined(__SGICC__)
     85template <>
     86#endif
    8487void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm)
    8588{
     
    8790     << " Not supported (complex data type)" << endl;
    8891}
     92#if defined(__SGICC__)
     93template <>
     94#endif
    8995void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm)
    9096{
     
    9399}
    94100
     101#if defined(__SGICC__)
     102template <>
     103#endif
    95104void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm)
    96105{
     
    98107     << " Not supported (complex data type)" << endl;
    99108}
     109#if defined(__SGICC__)
     110template <>
     111#endif
    100112void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm)
    101113{
     
    221233
    222234/* --Methode-- */
     235#if defined(__SGICC__)
     236template <>
     237#endif
    223238r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const
    224239{
     
    240255}
    241256
     257#if defined(__SGICC__)
     258template <>
     259#endif
    242260r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const
    243261{
  • 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{
  • trunk/SophyaPI/PIext/pitvmaad.cc

    r594 r2335  
    2929
    3030/* --Methode-- */
     31#if defined(__SGICC__)
     32template <>
     33#endif
    3134double POTVectorAdapter< complex<float> >::Value(int i)
    3235{
     
    3841
    3942/* --Methode-- */
     43#if defined(__SGICC__)
     44template <>
     45#endif
    4046double POTVectorAdapter< complex<double> >::Value(int i)
    4147{
     
    6874
    6975/* --Methode-- */
     76#if defined(__SGICC__)
     77template <>
     78#endif
    7079double POTMatrixAdapter< complex<float> >::Value(int ix, int iy)
    7180{
     
    7786
    7887/* --Methode-- */
     88#if defined(__SGICC__)
     89template <>
     90#endif
    7991double POTMatrixAdapter< complex<double> >::Value(int ix, int iy)
    8092{
Note: See TracChangeset for help on using the changeset viewer.