Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Nov 12, 2023
1 parent 0cb4c1b commit 9f77806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/MeshKernel/include/MeshKernel/Contacts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ namespace meshkernel
/// @return Vector of 2d mesh indices
std::vector<UInt> const& Mesh2dIndices() const { return m_mesh2dIndices; }

/// @brief Sets the 1d and 2d mesh indices
/// @param[in] mesh1dIndices The 1d mesh indices
/// @param[in] mesh2dIndices The 2d mesh indices
void SetIndices(const std::vector<meshkernel::UInt>& mesh1dIndices,
const std::vector<meshkernel::UInt>& mesh2dIndices)
{
Expand Down

0 comments on commit 9f77806

Please sign in to comment.