Skip to content
Snippets Groups Projects
Commit f613462c authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeL/Elements/Element] computeSqrNodeDistanceRange doesn't need to be virtual.

parent 267e3ddb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ public:
virtual void computeSqrEdgeLengthRange(double &min, double &max) const;
/// Compute the minimum and maximum node distances for this element.
virtual void computeSqrNodeDistanceRange(double &min, double &max, bool check_allnodes=true) const;
void computeSqrNodeDistanceRange(double& min, double& max,
bool check_allnodes = true) const;
/**
* \brief Tries to add an element e as neighbour to this element.
......
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