Skip to content

Commit

Permalink
GRIDEDIT-1614 Fixed doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Feb 17, 2025
1 parent 37833ac commit e0efcb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/MeshKernel/include/MeshKernel/Operations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ namespace meshkernel
/// @brief Count the number of valid edges in list
UInt CountNumberOfValidEdges(const std::vector<UInt>& edgesNumFaces, const UInt numNodes);

/// @brief Compute mid point and normal of polygon segment
void ComputeMidPointsAndNormals(const std::vector<Point>& polygon,
const std::vector<UInt>& edgesNumFaces,
const UInt numNodes,
Expand All @@ -460,6 +461,7 @@ namespace meshkernel
UInt& pointCount,
const Projection& projection);

/// @brief Compute circumcentre of face
Point ComputeCircumCentre(const Point& centerOfMass,
const UInt pointCount,
const std::array<Point, constants::geometric::maximumNumberOfNodesPerFace>& middlePoints,
Expand Down

0 comments on commit e0efcb3

Please sign in to comment.