Skip to content
Snippets Groups Projects
Commit 09040bf7 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

correct documentation

parent eb4ee142
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ public: ...@@ -43,7 +43,7 @@ public:
/// Returns the status of element i /// Returns the status of element i
bool isActive(std::size_t i) const { return _element_status[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; bool isActiveNode(MeshLib::Node const* node) const;
/// Returns a vector of active elements connected to a node /// Returns a vector of active elements connected to a node
......
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