Skip to content

Commit

Permalink
Fix missing backslash in math equation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Dec 13, 2024
1 parent f15f8c6 commit 2b5682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Triangulation_2/doc/Triangulation_2/CGAL/Triangulation_2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ segment(const Edge_iterator& ei) const;

/*!
Returns the point given by vertex `i` of face `f`.
\pre `t.dimension()` \f$ \geq0\f$ and f$ i \in\{0,1,2\}\f$ in dimension 2, \f$ i \in\{0,1\}\f$ in dimension 1, \f$ i = 0\f$ in dimension 0, and the vertex is finite.
\pre `t.dimension()` \f$ \geq0\f$ and \f$ i \in\{0,1,2\}\f$ in dimension 2, \f$ i \in\{0,1\}\f$ in dimension 1, \f$ i = 0\f$ in dimension 0, and the vertex is finite.
*/
const Point& point(Face_handle f, int i) const;

Expand Down

0 comments on commit 2b5682f

Please sign in to comment.