Changeset 856 for trunk/src/STFocus.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/STFocus.cpp

    r849 r856  
    3434}
    3535
    36 asap::STFocus::STFocus( casa::Table tab ) : STSubTable(tab)
     36asap::STFocus::STFocus( casa::Table tab ) : STSubTable(tab, name_)
    3737{
    3838  rotationCol_.attach(table_,"ROTATION");
Note: See TracChangeset for help on using the changeset viewer.