Skip to content
Snippets Groups Projects
Commit 2bf081df authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Do not declare evaluate() needlessly

VirtualFunction already does

[[Imported from SVN: r8402]]
parent 0307228b
No related branches found
No related tags found
No related merge requests found
...@@ -48,14 +48,6 @@ class VirtualDifferentiableFunction : ...@@ -48,14 +48,6 @@ class VirtualDifferentiableFunction :
virtual ~VirtualDifferentiableFunction() {} virtual ~VirtualDifferentiableFunction() {}
/**
* \brief Function evaluation.
*
* \param x Argument for function evaluation.
* \param y Result of function evaluation.
*/
virtual void evaluate(const DomainType& x, RangeType& y) const = 0;
/** \brief evaluation of 1st derivative /** \brief evaluation of 1st derivative
* *
* \param x point at which to evaluate the derivative * \param x point at which to evaluate the derivative
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment