Changeset 310
- Timestamp:
- 01/27/05 21:50:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDTemplates.cc
r261 r310 62 62 #include <casa/Utilities/BinarySearch.cc> 63 63 #include <coordinates/Coordinates/VelocityAligner.cc> 64 #include <coordinates/Coordinates/FrequencyAligner.cc> 64 65 #include <lattices/Lattices/Lattice.h> 65 66 #include <lattices/Lattices/LatticeUtilities.cc> … … 100 101 template class PtrHolder<Lattice<Float> >; 101 102 template class VelocityAligner<Float>; 103 template class FrequencyAligner<Float>; 102 104 template class InterpolateArray1D<Double, Float>; 103 105 template Int binarySearchBrackets<Vector<Double>,Double>(Bool &, Vector<Double> const &, Double const &, uInt, Int);
Note:
See TracChangeset
for help on using the changeset viewer.