Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFitter.h

    r1932 r1391  
    4040#include <scimath/Functionals/CompoundFunction.h>
    4141
    42 #include "STFitEntry.h"
    43 
    4442namespace asap {
    4543
     
    7169
    7270  std::vector<float> evaluate(int whichComp) const;
    73 
    74   STFitEntry getFitEntry() const;
    75 
    7671private:
    7772  void clear();
     
    8075  casa::Vector<casa::Bool> m_;
    8176  casa::PtrBlock<casa::Function<casa::Float>* > funcs_;
    82   std::vector<std::string> funcnames_;
    83   std::vector<int> funccomponents_;
    84  
    8577  //Bool estimateSet_;
    8678  casa::Float chisquared_;
Note: See TracChangeset for help on using the changeset viewer.