Changeset 2228
- Timestamp:
- 07/14/11 16:31:39 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2226 r2228 1369 1369 // os_ << "start MSFiller::fillFocus() startSec=" << startSec << LogIO::POST ; 1370 1370 // tentative 1371 Table tab = table_->focus().table() ; 1372 tab.addRow( 1 ) ; 1373 ScalarColumn<uInt> idCol( tab, "ID" ) ; 1374 idCol.put( 0, 0 ) ; 1371 table_->focus().addEntry( 0.0, 0.0, 0.0, 0.0 ) ; 1375 1372 // double endSec = gettimeofday_sec() ; 1376 1373 // os_ << "end MSFiller::fillFocus() endSec=" << endSec << " (" << endSec-startSec << "sec)" << LogIO::POST ;
Note:
See TracChangeset
for help on using the changeset viewer.