Changeset 310


Ignore:
Timestamp:
01/27/05 21:50:33 (19 years ago)
Author:
kil064
Message:

replace VelocityAlignment? template with FrequencyAlignment?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDTemplates.cc

    r261 r310  
    6262#include <casa/Utilities/BinarySearch.cc>
    6363#include <coordinates/Coordinates/VelocityAligner.cc>
     64#include <coordinates/Coordinates/FrequencyAligner.cc>
    6465#include <lattices/Lattices/Lattice.h>
    6566#include <lattices/Lattices/LatticeUtilities.cc>
     
    100101template class PtrHolder<Lattice<Float> >;
    101102template class VelocityAligner<Float>;
     103template class FrequencyAligner<Float>;
    102104template class InterpolateArray1D<Double, Float>;
    103105template Int binarySearchBrackets<Vector<Double>,Double>(Bool &, Vector<Double> const &, Double const &, uInt, Int);
Note: See TracChangeset for help on using the changeset viewer.