Changeset 2343 in Sophya


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

Location:
trunk/SophyaPI/PIext
Files:
5 edited

Legend:

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

    r2335 r2343  
    9797
    9898#ifndef SANS_EVOLPLANCK
    99 #if defined(__SGICC__)
    100 template <>
    101 #endif
     99DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    102100void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm)
    103101{
     
    106104}
    107105
    108 #if defined(__SGICC__)
    109 template <>
    110 #endif
     106DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    111107void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm)
    112108{
  • trunk/SophyaPI/PIext/nomskymapadapter.cc

    r2335 r2343  
    3535
    3636/* --Methode-- */
    37 #if defined(__SGICC__)
    38 template <>
    39 #endif
     37DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    4038double LocalMapArrAdapter< complex<float> >::Value(int ix, int iy)
    4139{
     
    4644}
    4745/* --Methode-- */
    48 #if defined(__SGICC__)
    49 template <>
    50 #endif
     46DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    5147double LocalMapArrAdapter< complex<double> >::Value(int ix, int iy)
    5248{
     
    162158
    163159// ---- Specialisation pour complexes -----
    164 #if defined(__SGICC__)
    165 template <>
    166 #endif
     160DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    167161void NOMAdapter_PixelMap< complex<r_4> >::ReadFits(string const & flnm)
    168162{
     
    170164     << " Not supported (complex data type)" << endl;
    171165}
    172 #if defined(__SGICC__)
    173 template <>
    174 #endif
     166DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    175167void NOMAdapter_PixelMap< complex<r_4> >::SaveFits(string const & flnm)
    176168{
     
    178170     << " Not supported (complex data type)" << endl;
    179171}
    180 #if defined(__SGICC__)
    181 template <>
    182 #endif
     172DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    183173void NOMAdapter_PixelMap< complex<r_8> >::ReadFits(string const & flnm)
    184174{
     
    186176     << " Not supported (complex data type)" << endl;
    187177}
    188 #if defined(__SGICC__)
    189 template <>
    190 #endif
     178DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    191179void NOMAdapter_PixelMap< complex<r_8> >::SaveFits(string const & flnm)
    192180{
     
    386374}
    387375
    388 #if defined(__SGICC__)
    389 template <>
    390 #endif
     376
     377DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    391378r_8* NTupInt_PixelMap< complex<float> >::GetLineD(int n) const
    392379{
     
    406393}
    407394
    408 #if defined(__SGICC__)
    409 template <>
    410 #endif
     395DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    411396r_8* NTupInt_PixelMap< complex<double> >::GetLineD(int n) const
    412397{
  • trunk/SophyaPI/PIext/nomtarradapter.cc

    r2335 r2343  
    8282
    8383// ---- Specialisation pour complexes -----
    84 #if defined(__SGICC__)
    85 template <>
    86 #endif
     84DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    8785void NOMAdapter_TArray< complex<r_4> >::ReadFits(string const & flnm)
    8886{
     
    9088     << " Not supported (complex data type)" << endl;
    9189}
    92 #if defined(__SGICC__)
    93 template <>
    94 #endif
     90DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    9591void NOMAdapter_TArray< complex<r_4> >::SaveFits(string const & flnm)
    9692{
     
    9995}
    10096
    101 #if defined(__SGICC__)
    102 template <>
    103 #endif
     97DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    10498void NOMAdapter_TArray< complex<r_8> >::ReadFits(string const & flnm)
    10599{
     
    107101     << " Not supported (complex data type)" << endl;
    108102}
    109 #if defined(__SGICC__)
    110 template <>
    111 #endif
     103DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    112104void NOMAdapter_TArray< complex<r_8> >::SaveFits(string const & flnm)
    113105{
     
    233225
    234226/* --Methode-- */
    235 #if defined(__SGICC__)
    236 template <>
    237 #endif
     227DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    238228r_8* NTupInt_TArray< complex<r_4> >::GetLineD(int n) const
    239229{
     
    255245}
    256246
    257 #if defined(__SGICC__)
    258 template <>
    259 #endif
     247DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    260248r_8* NTupInt_TArray< complex<r_8> >::GetLineD(int n) const
    261249{
  • 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{
  • trunk/SophyaPI/PIext/pitvmaad.cc

    r2335 r2343  
    2929
    3030/* --Methode-- */
    31 #if defined(__SGICC__)
    32 template <>
    33 #endif
     31DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    3432double POTVectorAdapter< complex<float> >::Value(int i)
    3533{
     
    4139
    4240/* --Methode-- */
    43 #if defined(__SGICC__)
    44 template <>
    45 #endif
     41DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    4642double POTVectorAdapter< complex<double> >::Value(int i)
    4743{
     
    7470
    7571/* --Methode-- */
    76 #if defined(__SGICC__)
    77 template <>
    78 #endif
     72DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    7973double POTMatrixAdapter< complex<float> >::Value(int ix, int iy)
    8074{
     
    8680
    8781/* --Methode-- */
    88 #if defined(__SGICC__)
    89 template <>
    90 #endif
     82DECL_TEMP_SPEC  /* equivalent a template <> , pour SGI-CC en particulier */
    9183double POTMatrixAdapter< complex<double> >::Value(int ix, int iy)
    9284{
Note: See TracChangeset for help on using the changeset viewer.