- Timestamp:
- 04/23/14 17:18:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r2920 r2934 2627 2627 // the equal FREQ_ID, MOLECULE_ID, and FOCUS_ID values. 2628 2628 const TableRecord& rec = row.get(0); 2629 tout.addRow(thetab.nrow());2630 TableCopy::copyRows(tout, thetab, nrow, 0, thetab.nrow());2631 2632 Slicer slice(IPosition(1, nrow), IPosition(1, thetab.nrow()),2633 Slicer::endIsLength);2634 2629 2635 2630 // Set the proper FREQ_ID … … 2684 2679 os << LogIO::DEBUGGING << "newifno = " << newifno << LogIO::POST; 2685 2680 } 2681 // copy rows to output table 2682 tout.addRow(thetab.nrow()); 2683 TableCopy::copyRows(tout, thetab, nrow, 0, thetab.nrow()); 2684 2685 Slicer slice(IPosition(1, nrow), IPosition(1, thetab.nrow()), 2686 Slicer::endIsLength); 2687 2686 2688 thecolvals = id; 2687 2689 freqidcol.putColumnRange(slice, thecolvals);
Note:
See TracChangeset
for help on using the changeset viewer.