Changeset 2819


Ignore:
Timestamp:
07/02/13 10:41:48 (11 years ago)
Author:
Malte Marquarding
Message:

Pretty sure the logic for clear was wrong for subtables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.cpp

    r2818 r2819  
    192192  table_.tableInfo().setType( "Scantable" ) ;
    193193  /// @todo reindex SCANNO, recompute nbeam, nif, npol
    194   if ( clear ) copySubtables(other);
     194  if ( !clear ) copySubtables(other);
    195195  attachSubtables();
    196196  originalTable_ = table_;
Note: See TracChangeset for help on using the changeset viewer.