- Timestamp:
- 06/02/11 12:13:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2167 r2184 1567 1567 if ( !isSysCal_ ) { 1568 1568 os_ << "No TCAL rows" << LogIO::POST ; 1569 Block<uInt> tcalids( 0 ) ;1569 Block<uInt> tcalids( 4, 0 ) ; 1570 1570 return tcalids ; 1571 1571 } … … 1575 1575 if ( !tcalrec_.isDefined( key ) ) { 1576 1576 os_ << "No TCAL rows" << LogIO::POST ; 1577 Block<uInt> tcalids( 0 ) ;1577 Block<uInt> tcalids( 4, 0 ) ; 1578 1578 return tcalids ; 1579 1579 }
Note:
See TracChangeset
for help on using the changeset viewer.