Changeset 867 for trunk/src/STMath.h


Ignore:
Timestamp:
03/06/06 10:50:34 (18 years ago)
Author:
mar637
Message:

gainEl interface change to std::vector
bug fix: forgot ++iter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r858 r867  
    8686  casa::CountedPtr<Scantable>
    8787    gainElevation(const casa::CountedPtr<Scantable>& in,
    88                   const casa::Vector<casa::Float>& coeffs,
     88                  const std::vector<float>& coeff,
    8989                  const std::string& fileName,
    9090                  const std::string& method);
Note: See TracChangeset for help on using the changeset viewer.