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/SDFITSImageWriter.cc

    r443 r448  
    156156// Get data converted to Stokes
    157157
    158       const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow,False,toStokes));
     158      const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow,toStokes));
    159159      const Array<Float>& values = dataIn.getArray();
    160160      const Array<Bool>& mask = dataIn.getMask();
Note: See TracChangeset for help on using the changeset viewer.