Ignore:
Timestamp:
08/29/06 11:00:24 (18 years ago)
Author:
mar637
Message:

changed lag_flag interface to use frequency width intead of lag width

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.0b/src/STMathWrapper.h

    r1192 r1199  
    157157
    158158  ScantableWrapper lagFlag( const ScantableWrapper& in,
    159                             double frequency, int width )
     159                            double frequency, double width )
    160160  { return ScantableWrapper(STMath::lagFlag(in.getCP(), frequency, width)); }
    161161
Note: See TracChangeset for help on using the changeset viewer.