Ignore:
Timestamp:
01/18/05 17:31:59 (19 years ago)
Author:
mar637
Message:
  • now using asap::AxisNo? enum instead of fixed axis indeces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils2.cc

    r137 r209  
    3737
    3838using namespace casa;
    39 //using namespace asap;
    4039
    4140template <class T>
    4241void mathutil::hanning(Vector<T>& out, Vector<Bool>& outmask,
    43              const Vector<T>& in, const Vector<Bool>& mask,
    44              Bool relaxed, Bool ignoreOther) {
     42                       const Vector<T>& in, const Vector<Bool>& mask,
     43                       Bool relaxed, Bool ignoreOther) {
    4544
    4645  Vector< Vector<T> > weights(8);
Note: See TracChangeset for help on using the changeset viewer.