Update Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Andreas Fabri 2022-02-03 08:33:12 +01:00 committed by GitHub
parent c30327c3ec
commit 8501386fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ intersect(Face_handle f, int i,
<< " , Exact_intersections_tag)\n";
#endif // CGAL_CDT_2_DEBUG_INTERSECTIONS
Point pi(ORIGIN); // initialize although we are sure that it will be
// set by the intersection, but to quit a warning
// set by the intersection, but to quiet a warning
Intersection_tag itag = Intersection_tag();
CGAL_triangulation_assertion_code( bool ok = )
intersection(geom_traits(), pa, pb, pc, pd, pi, itag );