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