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

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