Skip to content

Commit

Permalink
GRIDEDIT-1502 Corrected doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Oct 31, 2024
1 parent b6ca830 commit 71cddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/MeshKernel/include/MeshKernel/LandBoundaries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ namespace meshkernel
/// @brief Set the face mask to true if an edge is close to land boundary
void MaskFacesCloseToBoundary(const UInt landBoundaryIndex);

//// @brief Get the node on the land boundary for points close to the boundary
/// @brief Get the node on the land boundary for points close to the boundary
void GetLandBoundaryNode(const double closeDistance,
const Point& firstMeshNode,
const Point& secondMeshNode,
Expand Down

0 comments on commit 71cddb3

Please sign in to comment.