Changeset 2226
- Timestamp:
- 07/14/11 15:56:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2224 r2226 561 561 562 562 // spectral setup 563 ROScalarQuantColumn<Double> *tmpQuantCol = new ROScalarQuantColumn<Double>( t3, "TIME" ) ; 564 me = MEpoch( (*tmpQuantCol)( 0 ), MEpoch::UTC ) ; 565 delete tmpQuantCol ; 563 566 MeasFrame mf( me, mp, md ) ; 564 567 tcolr = tpoolr->construct( spwtab, "MEAS_FREQ_REF" ) ; … … 573 576 if ( (nchan/2)*2 == nchan ) even = True ; 574 577 sdh.nchan = max( sdh.nchan, nchan ) ; 575 ROScalarQuantColumn<Double> *tmpQuantCol = new ROScalarQuantColumn<Double>( spwtab, "TOTAL_BANDWIDTH" ) ;578 tmpQuantCol = new ROScalarQuantColumn<Double>( spwtab, "TOTAL_BANDWIDTH" ) ; 576 579 Double totbw = (*tmpQuantCol)( spwId ).getValue( "Hz" ) ; 577 580 delete tmpQuantCol ;
Note:
See TracChangeset
for help on using the changeset viewer.