Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Oct 16, 2023
1 parent 6f833e2 commit 1dc476c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/MeshKernelApi/include/MeshKernelApi/MeshKernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,6 @@ namespace meshkernelapi
/// @brief Merges the mesh2d nodes within a distance of 0.001 m, effectively removing all small edges
/// @param[in] meshKernelId The id of the mesh state
/// @param[in] geometryListIn The polygon defining the area where the operation will be performed
/// @param[in] mergingDistance The distance below which two nodes will be merged
/// @returns Error code
MKERNEL_API int mkernel_mesh2d_merge_nodes(int meshKernelId, const GeometryList& geometryListIn);

Expand Down

0 comments on commit 1dc476c

Please sign in to comment.