diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index 13bec65e7408803a95084648967cd63d42ce6aa8..72932d6e41723bff19146da5a3c8abea64c28796 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -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.