- Timestamp:
- 03/09/11 19:56:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2030 r2032 1730 1730 // //ofs << "newspec[" << nChan - 1 << "] = " << newspec[nChan-1] << endl ; 1731 1731 1732 // specCol_.put( irow, newspec ) ;1733 // flagsCol_.put( irow, newflag ) ;1734 1735 1732 // // ofs.close() ; 1736 1733 1734 specCol_.put( irow, newspec ) ; 1735 flagsCol_.put( irow, newflag ) ; 1737 1736 1738 1737 return ;
Note:
See TracChangeset
for help on using the changeset viewer.