Skip to content
Snippets Groups Projects
Commit 57f7638d authored by Tom Fischer's avatar Tom Fischer Committed by Dmitry Yu. Naumov
Browse files

[MeL/Elements] Mv Element::getNodes to TemplateElement.

parent 58079c88
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ public:
virtual void setNode(unsigned idx, Node* node) = 0;
/// Get array of element nodes.
Node* const* getNodes() const { return _nodes; }
virtual Node* const* getNodes() const = 0;
/// Get dimension of the mesh element.
virtual unsigned getDimension() const = 0;
......
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