- Timestamp:
- 05/30/12 11:50:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2303 r2554 812 812 Vector< Quantum<Double> > qa ; 813 813 getArrayQuant( "CHAN_WIDTH", spwId, spwtab, qa ) ; 814 Double increment = qa[refchan].getValue( "Hz" ) ; 814 // Double increment = qa[refchan].getValue( "Hz" ) ; 815 Double increment = abs(qa[refchan].getValue( "Hz" )) ; 815 816 getArrayQuant( "CHAN_FREQ", spwId, spwtab, qa ) ; 816 817 if ( nchan == 1 ) {
Note:
See TracChangeset
for help on using the changeset viewer.