Changeset 452 for trunk/src/MathUtils.h


Ignore:
Timestamp:
02/16/05 12:26:03 (19 years ago)
Author:
mar637
Message:
  • Added extendLastArrayAxis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.h

    r414 r452  
    5959void replaceMaskByZero(casa::Vector<casa::Float>& data,
    6060                        const casa::Vector<casa::Bool>& mask);
     61
     62// Extend the
     63template <class T>
     64void extendLastArrayAxis(casa::Array<T>& out, const casa::Array<T>& in,
     65                         const T& initVal);
     66
    6167};
    6268
Note: See TracChangeset for help on using the changeset viewer.