Changes in trunk/src/STFitter.h [1932:1391]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFitter.h
r1932 r1391 40 40 #include <scimath/Functionals/CompoundFunction.h> 41 41 42 #include "STFitEntry.h"43 44 42 namespace asap { 45 43 … … 71 69 72 70 std::vector<float> evaluate(int whichComp) const; 73 74 STFitEntry getFitEntry() const;75 76 71 private: 77 72 void clear(); … … 80 75 casa::Vector<casa::Bool> m_; 81 76 casa::PtrBlock<casa::Function<casa::Float>* > funcs_; 82 std::vector<std::string> funcnames_;83 std::vector<int> funccomponents_;84 85 77 //Bool estimateSet_; 86 78 casa::Float chisquared_;
Note:
See TracChangeset
for help on using the changeset viewer.