Changeset 972 for trunk/src/STFit.h


Ignore:
Timestamp:
04/03/06 15:07:08 (18 years ago)
Author:
mar637
Message:

Completed Ticket #7 - storing of fits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFit.h

    r960 r972  
    3939
    4040  casa::uInt addEntry( const STFitEntry& fit, casa::Int id=-1 );
    41   void getEntry( STFitEntry& fit, casa::uInt id );
     41  void getEntry( STFitEntry& fit, casa::uInt id ) const;
    4242
    4343  const casa::String& name() const { return name_; }
     
    4646  void setup();
    4747  static const casa::String name_;
    48   //casa::Table table_;
    4948  casa::ArrayColumn<casa::String> funcCol_;
    5049  casa::ArrayColumn<casa::Int> compCol_;
Note: See TracChangeset for help on using the changeset viewer.