From 0c17069e46a3f1723047534ec1422658742cffb4 Mon Sep 17 00:00:00 2001 From: Luca Carniato Date: Thu, 21 Nov 2024 16:40:32 +0100 Subject: [PATCH] Improve documentation --- libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp b/libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp index 42c3c3bfa..f4502bcbe 100644 --- a/libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp +++ b/libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp @@ -29,7 +29,6 @@ #include -#include #include #include @@ -89,7 +88,7 @@ namespace meshkernel /// @return The number of land boundary nodes. auto GetNumNodes() const { return m_landBoundary.GetNumNodes(); } - /// @brief Gets the land boundary segment index + /// @brief Gets the land boundary segment index for each mesh node /// @param[in] node The mesh node index const UInt& LandBoundarySegment(UInt node) const { return m_meshNodesLandBoundarySegments[node]; }