Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Nov 21, 2024
1 parent f229c94 commit 0c17069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include <memory>

#include <MeshKernel/Entities.hpp>
#include <MeshKernel/LandBoundary.hpp>
#include <MeshKernel/UndoActions/UndoAction.hpp>

Expand Down Expand Up @@ -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]; }

Expand Down

0 comments on commit 0c17069

Please sign in to comment.