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