- Timestamp:
- 12/19/12 12:01:32 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Templates.cpp
r2457 r2701 58 58 //#include <tables/Tables/TVecMath.h> 59 59 60 #ifndef USE_CASAPY 60 61 template class ROTableVector<uInt>; 62 #endif 61 63 template class TableVector<uInt>; 62 64 template class TabVecScaCol<uInt>; … … 64 66 template class TabVecRep<uInt>; 65 67 68 #ifndef USE_CASAPY 66 69 template class ROTableVector<Float>; 70 #endif 67 71 template class TabVecScaCol<Float>; 68 72 template class TabVecTemp<Float>; 69 73 template class TabVecRep<Float>; 70 74 75 #ifndef USE_CASAPY 71 76 template class ROTableVector<uChar>; 77 #endif 72 78 template class TableVector<uChar>; 73 79 template class TabVecScaCol<uChar>;
Note:
See TracChangeset
for help on using the changeset viewer.