Skip to content
Snippets Groups Projects
Commit d25706b7 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Tom Fischer
Browse files

[NL] FEM; Remove defaulted ~TemplateIsoparametric.

parent fd2a899b
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ public: ...@@ -56,7 +56,6 @@ public:
* @param e Mesh element object * @param e Mesh element object
*/ */
explicit TemplateIsoparametric(const MeshElementType& e) : _ele(&e) {} explicit TemplateIsoparametric(const MeshElementType& e) : _ele(&e) {}
~TemplateIsoparametric() = default;
/// return current mesh element /// return current mesh element
const MeshElementType* getMeshElement() const { return _ele; } const MeshElementType* getMeshElement() const { return _ele; }
......
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