Changeset 2295
- Timestamp:
- 09/12/11 19:53:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2292 r2295 272 272 isWeather = False ; 273 273 isSysCal = False ; 274 isTcal = False ; 274 275 cycleNo = 0 ; 275 276 numSysCalRow = 0 ; … … 687 688 { 688 689 isSysCal = True ; 690 isTcal = True ; 689 691 syscalRecord = r ; 692 if ( syscalRecord.nfields() == 0 ) 693 isTcal = False ; 690 694 691 695 const TableDesc &desc = sctab.tableDesc() ; … … 1208 1212 { 1209 1213 // return 0 if no SysCal table 1210 if ( !isSysCal ) {1214 if ( !isSysCal or !isTcal ) { 1211 1215 return Block<uInt>( 4, 0 ) ; 1212 1216 } … … 1266 1270 Vector<Double> weatherInterval; 1267 1271 Bool isSysCal; 1272 Bool isTcal; 1268 1273 Record syscalRecord; 1269 1274 //map< String,Vector<uInt> > syscalRecord;
Note:
See TracChangeset
for help on using the changeset viewer.