From 2bf081dfdde4dad4da9768ed71fa56eaf3658de6 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Wed, 3 Apr 2013 13:16:52 +0000 Subject: [PATCH] Do not declare evaluate() needlessly VirtualFunction already does [[Imported from SVN: r8402]] --- dune/fufem/functions/virtualdifferentiablefunction.hh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dune/fufem/functions/virtualdifferentiablefunction.hh b/dune/fufem/functions/virtualdifferentiablefunction.hh index d47fb706..37c743c6 100644 --- a/dune/fufem/functions/virtualdifferentiablefunction.hh +++ b/dune/fufem/functions/virtualdifferentiablefunction.hh @@ -48,14 +48,6 @@ class 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 * * \param x point at which to evaluate the derivative -- GitLab