Changeset 270 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Apr 27, 1999, 5:03:02 PM (26 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/cimage.cc
r253 r270 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 // $Id: cimage.cc,v 1. 3 1999-04-23 09:30:16ansari Exp $7 // $Id: cimage.cc,v 1.4 1999-04-27 15:03:01 ansari Exp $ 8 8 9 9 … … 1777 1777 1778 1778 1779 #if defined( __ANSI_TEMPLATES__)1779 #if defined(ANSI_TEMPLATES) 1780 1780 template class Image<uint_1>; 1781 1781 template class Image<uint_2>; -
trunk/SophyaLib/NTools/dynccd.cc
r244 r270 360 360 361 361 362 #if ( defined( __ANSI_TEMPLATES__) && !defined(__aCC__) )362 #if ( defined(ANSI_TEMPLATES) && !defined(__aCC__) ) 363 363 template Image<uint_2> * NoiseImage<uint_2>(Image<uint_2> const * , DynCCD const *); 364 364 template Image< int_2> * NoiseImage< int_2>(Image< int_2> const * , DynCCD const *); -
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); -
trunk/SophyaLib/NTools/rzimage.cc
r244 r270 5 5 // LAL (Orsay) / IN2P3-CNRS DAPNIA/SPP (Saclay) / CEA 6 6 7 // $Id: rzimage.cc,v 1. 2 1999-04-22 16:18:49ansari Exp $7 // $Id: rzimage.cc,v 1.3 1999-04-27 15:03:02 ansari Exp $ 8 8 9 9 #include "machdefs.h" … … 884 884 #endif 885 885 886 #ifdef __GNU_TEMPLATES__886 #ifdef GNU_TEMPLATES 887 887 template class RzVect<uint_1>; 888 888 template class RzVect<uint_2>; … … 893 893 #endif 894 894 895 #if defined( __ANSI_TEMPLATES__)895 #if defined(ANSI_TEMPLATES) 896 896 template class RzVect<uint_1>; 897 897 template class RzVect<uint_2>;
Note:
See TracChangeset
for help on using the changeset viewer.