Changeset 972 for trunk/src/STFitEntry.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/STFitEntry.h

    r960 r972  
    2626public:
    2727  STFitEntry();
    28  
     28  STFitEntry(const STFitEntry& other);
     29
    2930  ~STFitEntry();
    30  
     31
    3132  void setFunctions(const std::vector<std::string>& f)
    3233    { functions_ = f; }
Note: See TracChangeset for help on using the changeset viewer.