Skip to content

Commit

Permalink
fixed warning (wrong parameter name in doxygen comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLevy committed Dec 26, 2023
1 parent 16eba69 commit 755be98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/geogram/mesh/mesh_surface_intersection_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ namespace GEO {

/**
* \brief Polylines constructor
* \param[in] CoplanarFacets a reference to the CoplanarFacets
* \param[in] CF a reference to the CoplanarFacets
*/
Polylines(CoplanarFacets& CF) : CF_(CF) {
}
Expand Down

0 comments on commit 755be98

Please sign in to comment.