Changeset 270 in Sophya for trunk/SophyaLib/NTools/imageop.cc
- Timestamp:
- Apr 27, 1999, 5:03:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/imageop.cc
r244 r270 1210 1210 1211 1211 1212 #if ( defined( __ANSI_TEMPLATES__) && !defined(__aCC__) )1212 #if ( defined(ANSI_TEMPLATES) && !defined(__aCC__) ) 1213 1213 template float RzCmvSigmaCiel<uint_2 const>(uint_2 const*, int, int, int, int, int, float, int, float, float, int); 1214 1214 template float RzCmvSigmaCiel< int_2 const>( int_2 const*, int, int, int, int, int, float, int, float, float, int); … … 1247 1247 1248 1248 1249 #ifdef __GNU_TEMPLATES__1249 #ifdef GNU_TEMPLATES 1250 1250 template float RzCmvSigmaCiel(uint_2 const*, int, int, int, int, int, float, int, float, float, int); 1251 1251 template float RzCmvSigmaCiel( int_2 const*, int, int, int, int, int, float, int, float, float, int);
Note:
See TracChangeset
for help on using the changeset viewer.