Ignore:
Timestamp:
12/14/06 11:21:48 (17 years ago)
Author:
mar637
Message:

merge from trunk, to get binary operator changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release2.1.2/src/STMathWrapper.h

    r1200 r1310  
    7272                  const std::string& mode, bool tsys=false )
    7373  { return ScantableWrapper(STMath::unaryOperate(in.getCP(), val, mode, tsys)); }
     74
     75  ScantableWrapper binaryOperate( const ScantableWrapper& left,
     76                                  const ScantableWrapper& right,
     77                                  const std::string& mode)
     78  { return ScantableWrapper( STMath::binaryOperate( left.getCP(), right.getCP(),
     79                                                    mode ) ); }
     80
    7481
    7582  ScantableWrapper autoQuotient( const ScantableWrapper& in,
Note: See TracChangeset for help on using the changeset viewer.