From 6f79d2c6f0495912dfcb62cb755ead107cf2c8fc Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 8 Feb 2018 15:30:25 +0000 Subject: [PATCH] fix typo --- .../Intersections_3/Triangle_3_Segment_3_intersection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intersections_3/include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h b/Intersections_3/include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h index a2755831f12..9b4051fb186 100644 --- a/Intersections_3/include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h +++ b/Intersections_3/include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h @@ -257,7 +257,7 @@ intersection_coplanar(const typename K::Triangle_3 &t, case NEGATIVE: // c is isolated on the negative side return t3s3_intersection_coplanar_aux(a,b,c,p,q,true,k); - dafault: + default: if ( collinear_ordered(p,c,q) ) // c is inside [p,q] return intersection_return(c); else