Changeset 414 for trunk/src/MathUtils.h


Ignore:
Timestamp:
02/11/05 17:50:42 (19 years ago)
Author:
mar637
Message:

cerr to cout changes were appropriate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.h

    r384 r414  
    3939// Add new entry to list
    4040template <class T>
    41 casa::uInt addEntry (casa::Vector<T>& list, T val);
     41casa::uInt addEntry(casa::Vector<T>& list, T val);
    4242
    4343// Find the scan boundaries from a list of ScanIDs
     
    5353
    5454// Generate specified statistic
    55 float statistics (const casa::String& which,  const casa::MaskedArray<casa::Float>& data);
     55float statistics(const casa::String& which, 
     56                 const casa::MaskedArray<casa::Float>& data);
    5657
    5758// Replace masked value by zero
    58 void replaceMaskByZero (casa::Vector<casa::Float>& data, const casa::Vector<casa::Bool>& mask);
     59void replaceMaskByZero(casa::Vector<casa::Float>& data,
     60                        const casa::Vector<casa::Bool>& mask);
    5961};
    6062
Note: See TracChangeset for help on using the changeset viewer.