Changeset 1728
- Timestamp:
- 04/28/10 11:58:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.cpp
r1727 r1728 431 431 // WORKAROUND !!! for Table bug 432 432 // Remove when fixed in casacore 433 if ( table_.tableType() == Table::Memory && selector_.empty() ) {433 if ( table_.tableType() == Table::Memory && !selector_.empty() ) { 434 434 Table tab = table_.copyToMemoryTable(generateName()); 435 435 tab.deepCopy(inname, Table::New);
Note:
See TracChangeset
for help on using the changeset viewer.