- Timestamp:
- 08/28/13 14:09:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2837 r2846 192 192 table_.tableInfo().setType( "Scantable" ) ; 193 193 /// @todo reindex SCANNO, recompute nbeam, nif, npol 194 if ( !clear ) copySubtables(other);194 if ( clear ) copySubtables(other); 195 195 attachSubtables(); 196 196 originalTable_ = table_;
Note:
See TracChangeset
for help on using the changeset viewer.