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

revert last patch

[[Imported from SVN: r7911]]
parent 57f6b817
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
/** \brief The number of Lagrange points, NOT the number of basis functions */ /** \brief The number of Lagrange points, NOT the number of basis functions */
unsigned int size() const unsigned int size() const
{ {
return localGFEFunction_.localFiniteElement_.size(); return localGFEFunction_.size();
} }
/** \brief Evaluate all shape functions at the given point */ /** \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.
Finish editing this message first!
Please register or to comment