Changeset 209 for trunk/src/MathUtils.cc


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/MathUtils.cc

    r176 r209  
    4040using namespace casa;
    4141
    42 
    43 
    44 float mathutil::statistics (const String& which,  const MaskedArray<Float>& data)
     42float mathutil::statistics(const String& which, 
     43                           const MaskedArray<Float>& data)
    4544{
    4645   String str(which);
     
    7170 
    7271
    73 void mathutil::replaceMaskByZero (Vector<Float>& data, const Vector<Bool>& mask)
     72void mathutil::replaceMaskByZero(Vector<Float>& data, const Vector<Bool>& mask)
    7473{
    7574   for (uInt i=0; i<data.nelements(); i++) {
Note: See TracChangeset for help on using the changeset viewer.