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/STMath.h

    r1295 r1310  
    119119                  const std::string& mode, bool tsys=false );
    120120
     121  casa::CountedPtr<Scantable>
     122    binaryOperate( const casa::CountedPtr<Scantable>& left,
     123                   const casa::CountedPtr<Scantable>& right,
     124                   const std::string& mode);
     125
    121126  casa::CountedPtr<Scantable> autoQuotient(const casa::CountedPtr<Scantable>& in,
    122127                                           const std::string& mode = "NEAREST",
Note: See TracChangeset for help on using the changeset viewer.