Skip to content

Commit

Permalink
Add one public function for calculation. Refs #6018.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jan 10, 2013
1 parent c447bb3 commit 8d74c6f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ namespace CurveFitting
/// Overwrite IFunction
virtual const std::string category() const { return "General";}

/// Calculate function values
void function1D(vector<double>& out, const vector<double> xValues) const;

protected:
/// overwrite IFunction base class method, which declare function parameters
virtual void init();
Expand Down

0 comments on commit 8d74c6f

Please sign in to comment.