- Timestamp:
- 11/25/15 15:31:40 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r3061 r3073 106 106 virtual Bool visit(Bool isFirst, const uInt recordNo, 107 107 const uInt nCols, void const *const colValues[]) { 108 (void)nCols; 108 109 Int observationId, feedId, fieldId, dataDescId, scanNo, stateId; 109 110 Double time; … … 808 809 } 809 810 } 810 void spectralSetup( Int &spwId, MEpoch & me, MPosition &mp, MDirection &md,811 void spectralSetup( Int &spwId, MEpoch &/*me*/, MPosition &/*mp*/, MDirection &/*md*/, 811 812 uInt &freqId, Int &nchan, 812 813 String &freqref, Double &reffreq, Double &bandwidth ) … … 815 816 Int measFreqRef ; 816 817 getScalar( "MEAS_FREQ_REF", spwId, spwtab, measFreqRef ) ; 817 MFrequency::Types freqRef = MFrequency::castType( measFreqRef ) ;818 //MFrequency::Types freqRef = MFrequency::castType( measFreqRef ) ; 818 819 //freqref = MFrequency::showType( freqRef ) ; 819 820 //freqref = "LSRK" ; … … 1385 1386 virtual Bool visit(Bool isFirst, const uInt recordNo, 1386 1387 const uInt nCols, void const *const colValues[]) { 1388 (void)nCols; 1387 1389 Int antennaId, feedId, spwId; 1388 1390 Double time;
Note:
See TracChangeset
for help on using the changeset viewer.