Changeset 1308 for trunk/src/STMath.h


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

re-enabled the scantable binary operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r1295 r1308  
    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.