Changeset 448 for trunk/src/SDMath.cc


Ignore:
Timestamp:
02/15/05 18:39:54 (19 years ago)
Author:
kil064
Message:

track change to SDmemTable::rowAsMaskedArray interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.cc

    r434 r448  
    812812// Shape of input and output data
    813813
    814   const IPosition& shapeIn = in.rowAsMaskedArray(0u, False).shape();
     814  const IPosition& shapeIn = in.rowAsMaskedArray(0).shape();
    815815  IPosition shapeOut(shapeIn);
    816816  shapeOut(asap::PolAxis) = 1;                          // Average all polarizations
Note: See TracChangeset for help on using the changeset viewer.