From c298e9405f4327e613595e81e1cdb66320d6e5fe Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 17 Jun 2016 11:04:06 +0200 Subject: [PATCH] [MeL] Remove wrong comment. --- MeshLib/Elements/Element.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index c72f2809f6a..7e86c12a3fb 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -34,8 +34,7 @@ class Node; */ class Element { - /* friend classes */ - friend class Mesh;//void Mesh::setElementInformationForNodes(); + friend class Mesh; public: /// Compute the minimum and maximum squared edge length for this element -- GitLab