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/STWeather.cpp

    r849 r856  
    3535
    3636
    37 asap::STWeather::STWeather( casa::Table tab ) : STSubTable(tab)
     37asap::STWeather::STWeather( casa::Table tab ) : STSubTable(tab, name_)
    3838{
    3939  temperatureCol_.attach(table_,"TEMPERATURE");
Note: See TracChangeset for help on using the changeset viewer.