Changeset 1668
- Timestamp:
- 12/22/09 19:46:10 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STFiller.cpp
r1657 r1668 383 383 *rbCol = rb; 384 384 RecordFieldPtr<uInt> ifCol(rec, "IFNO"); 385 *ifCol = pksrec.IFno-ifOffset_- 1;385 //*ifCol = pksrec.IFno-ifOffset_- 1; 386 386 uInt id; 387 387 /// @todo this has to change when nchan isn't global anymore … … 390 390 RecordFieldPtr<uInt> mfreqidCol(rec, "FREQ_ID"); 391 391 *mfreqidCol = id; 392 *ifCol = id; 392 393 393 394 id = table_->molecules().addEntry(pksrec.restFreq);
Note:
See TracChangeset
for help on using the changeset viewer.