Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacarniato committed Nov 27, 2024
1 parent a4dd87b commit b70c82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/MeshKernelApi/include/MeshKernelApi/MeshKernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@ namespace meshkernelapi
/// @brief Converts a curvilinear grid to an unstructured mesh
MKERNEL_API int mkernel_curvilinear_convert_to_mesh2d(int meshKernelId);

/// @brief Delete the exterior part of a curvilinear
/// @brief Delete the exterior part of a curvilinear grid
/// @param meshKernelId The id of the mesh state
/// @param[in] boundingBox The bounding box defining the block to keep
/// @return Error code
MKERNEL_API int mkernel_curvilinear_delete_exterior(int meshKernelId,
const BoundingBox& boundingBox);

/// @brief Delete the interior part of a curvilinear gris
/// @brief Delete the interior part of a curvilinear grid
/// @param meshKernelId The id of the mesh state
/// @param[in] boundingBox The bounding box defining the block to keep
/// @return Error code
Expand Down

0 comments on commit b70c82f

Please sign in to comment.