Changeset 329


Ignore:
Timestamp:
01/31/05 12:05:22 (19 years ago)
Author:
kil064
Message:

make sure call attach() function in all constructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.cc

    r328 r329  
    8282  table_ = tab.copyToMemoryTable("dummy");
    8383  //cerr << "hello from C SDMemTable @ " << this << endl;
     84  attach();
    8485}
    8586
     
    113114      throw(AipsError("Query unsuccessful."));
    114115  table_ = t.copyToMemoryTable("dummy");
     116  attach();
    115117}
    116118
Note: See TracChangeset for help on using the changeset viewer.