Skip to content
Snippets Groups Projects
Commit b59411e2 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[NL] Remove unnecessary setter call from ctor.

parent 5f21767b
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ public: ...@@ -73,7 +73,6 @@ public:
TemplateIsoparametric(const MeshElementType &e, std::size_t integration_order=2) TemplateIsoparametric(const MeshElementType &e, std::size_t integration_order=2)
: _ele(&e) : _ele(&e)
{ {
this->resetMeshElement(e);
this->_integration.setIntegrationOrder(integration_order); this->_integration.setIntegrationOrder(integration_order);
} }
......
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