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/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{
Note: See TracChangeset for help on using the changeset viewer.