Changeset 2888 for trunk/src/Scantable.cpp
- Timestamp:
- 12/26/13 13:21:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2883 r2888 5230 5230 5231 5231 5232 std::vector<uint> Scantable::getRootTableRowNumbers() const 5233 { 5234 Vector<uInt> rowIds(table_.rowNumbers()); 5235 vector<uint> res; 5236 rowIds.tovector(res); 5237 return res; 5238 } 5239 5240 5232 5241 void Scantable::dropXPol() 5233 5242 {
Note:
See TracChangeset
for help on using the changeset viewer.