Changeset 2813
- Timestamp:
- 04/18/13 17:03:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2811 r2813 1114 1114 1115 1115 // Vars for keeping track of time, freqids, molIds in a SCANNO 1116 Vector<uInt> freqids;1117 Vector<uInt> molids;1116 //Vector<uInt> freqids; 1117 //Vector<uInt> molids; 1118 1118 Vector<uInt> beamids(1,0); 1119 1119 Vector<MDirection> beamDirs; … … 1157 1157 1158 1158 // MOLECULE_ID and FREQ_ID 1159 molids = getNumbers(molIdCol);1159 Vector<uInt> molids(getNumbers(molIdCol)); 1160 1160 molids.shape(nmol); 1161 1161 1162 freqids = getNumbers(freqIdCol);1162 Vector<uInt> freqids(getNumbers(freqIdCol)); 1163 1163 freqids.shape(nfreq); 1164 1164
Note:
See TracChangeset
for help on using the changeset viewer.