Changeset 995 for trunk/src/STMath.h


Ignore:
Timestamp:
04/06/06 13:29:19 (18 years ago)
Author:
mar637
Message:

fixes after compiling with -Wall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r992 r995  
    4444  STMath(bool insitu=true);
    4545
    46   ~STMath();
     46  virtual ~STMath();
    4747
    4848  /**
     
    8686  casa::CountedPtr<Scantable>
    8787    smooth(const casa::CountedPtr<Scantable>& in, const std::string& kernel,
    88                       float width);
     88                      float width);
    8989
    9090  casa::CountedPtr<Scantable>
     
    9292                  const std::vector<float>& coeff,
    9393                  const std::string& fileName,
    94                   const std::string& method);
     94                  const std::string& method);
    9595  casa::CountedPtr<Scantable>
    9696    convertFlux(const casa::CountedPtr<Scantable>& in, float d,
Note: See TracChangeset for help on using the changeset viewer.