Changeset 1143 for trunk/src/STMath.cpp


Ignore:
Timestamp:
08/16/06 09:42:09 (18 years ago)
Author:
mar637
Message:

Implemented Ticket #45 as scantable.mx_quotient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r1140 r1143  
    13281328}
    13291329
    1330 CountedPtr< Scantable > 
     1330CountedPtr< Scantable >
    13311331  asap::STMath::mxExtract( const CountedPtr< Scantable > & in,
    13321332                           const std::string & scantype )
     
    13441344  TableCopy::copyRows(tout, tab);
    13451345  if (scantype == "on") {
     1346    // re-index SCANNO to 0
    13461347    TableVector<uInt> vec(tout, "SCANNO");
    13471348    vec = 0;
Note: See TracChangeset for help on using the changeset viewer.