From 52e67efe7d107c2a962da606739f51c8095ffca9 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@mi.fu-berlin.de> Date: Fri, 14 Oct 2011 11:42:42 +0000 Subject: [PATCH] revert last patch [[Imported from SVN: r7911]] --- dune/gfe/localgfetestfunction.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/gfe/localgfetestfunction.hh b/dune/gfe/localgfetestfunction.hh index 4d6a2337..8cc87062 100644 --- a/dune/gfe/localgfetestfunction.hh +++ b/dune/gfe/localgfetestfunction.hh @@ -38,7 +38,7 @@ public: /** \brief The number of Lagrange points, NOT the number of basis functions */ unsigned int size() const { - return localGFEFunction_.localFiniteElement_.size(); + return localGFEFunction_.size(); } /** \brief Evaluate all shape functions at the given point */ -- GitLab