Changeset 270 in Sophya for trunk/SophyaLib/NTools/rzimage.cc
- Timestamp:
- Apr 27, 1999, 5:03:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.