Skip to content
Snippets Groups Projects
Commit 57f6b817 authored by Youett, Jonathan's avatar Youett, Jonathan Committed by akbib@FU-BERLIN.DE
Browse files

bugfix

[[Imported from SVN: r7910]]
parent fd9e932b
Branches
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ public:
/** \brief The number of Lagrange points, NOT the number of basis functions */
unsigned int size() const
{
return localGFEFunction_.size();
return localGFEFunction_.localFiniteElement_.size();
}
/** \brief Evaluate all shape functions at the given point */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment