Changeset 856 for trunk/src/STTcal.cpp


Ignore:
Timestamp:
03/01/06 11:46:16 (18 years ago)
Author:
mar637
Message:

added name()
reworked copy constructor for (Table tab) to also pass name to base class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STTcal.cpp

    r849 r856  
    4646}
    4747
    48 asap::STTcal::STTcal( casa::Table tab ) : STSubTable(tab)
     48asap::STTcal::STTcal( casa::Table tab ) : STSubTable(tab, name_)
    4949{
    5050  timeCol_.attach(table_,"TIME");
Note: See TracChangeset for help on using the changeset viewer.