Ignore:
Timestamp:
02/17/10 11:53:11 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed several bugs in Scantable::clip() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/ScantableWrapper.h

    r1700 r1703  
    114114    { return table_->getFlagRow(whichrow); }
    115115
    116   void clip(const Float uthres, const Float dthres, bool clipoutside=true, bool unflag=false)
     116  void clip(const casa::Float uthres, const casa::Float dthres, bool clipoutside=true, bool unflag=false)
    117117    { table_->clip(uthres, dthres, clipoutside, unflag); }
    118118
Note: See TracChangeset for help on using the changeset viewer.