Changeset 2819
- Timestamp:
- 07/02/13 10:41:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r2818 r2819 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.