Changeset 3008 for trunk/src


Ignore:
Timestamp:
10/17/14 23:23:35 (10 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: CAS-6594

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: test_sdmath

Put in Release Notes: No

Module(s): sd, unit test

Description: changed skip_flagrow to True in scantable.op(), also changed the default skip_flagrow value to True in STMath::unaryOperate() and arrayOperate().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r2952 r3008  
    7171    unaryOperate( const ScantableWrapper& in, float val,
    7272                  const std::string& mode, bool tsys=false,
    73                   bool skip_flaggedrow=false )
     73                  bool skip_flaggedrow=true )
    7474  { return ScantableWrapper(STMath::unaryOperate(in.getCP(), val, mode, tsys, skip_flaggedrow)); }
    7575
     
    7878                                 const std::string& mode,
    7979                                 bool tsys=false,
    80                                  bool skip_flaggedrow=false )
     80                                 bool skip_flaggedrow=true )
    8181  { return ScantableWrapper(STMath::arrayOperateChannel(in.getCP(), val, mode, tsys, skip_flaggedrow)); }
    8282
Note: See TracChangeset for help on using the changeset viewer.