Changeset 2343 in Sophya for trunk/SophyaPI/PIext/nomimagadapter.cc
- Timestamp:
- Mar 10, 2003, 4:11:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomimagadapter.cc
r2335 r2343 97 97 98 98 #ifndef SANS_EVOLPLANCK 99 #if defined(__SGICC__) 100 template <> 101 #endif 99 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 102 100 void NOMAdapter_Image< uint_2 >::SaveFits(string const & flnm) 103 101 { … … 106 104 } 107 105 108 #if defined(__SGICC__) 109 template <> 110 #endif 106 DECL_TEMP_SPEC /* equivalent a template <> , pour SGI-CC en particulier */ 111 107 void NOMAdapter_Image< uint_2 >::ReadFits(string const & flnm) 112 108 {
Note:
See TracChangeset
for help on using the changeset viewer.