From 09040bf79bc358821bdd21616ffcb672b0052ccf Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Thu, 24 Nov 2016 23:05:59 +0100 Subject: [PATCH] correct documentation --- MeshLib/ElementStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index 8fb357f4234..8a9a479fdbe 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -43,7 +43,7 @@ public: /// Returns the status of element i bool isActive(std::size_t i) const { return _element_status[i]; } - /// Returns the status of node i + /// Returns the status of the given node bool isActiveNode(MeshLib::Node const* node) const; /// Returns a vector of active elements connected to a node -- GitLab