mirror of https://github.com/CGAL/cgal
fix typo
This commit is contained in:
parent
fbc1a9b1d3
commit
6f79d2c6f0
|
|
@ -257,7 +257,7 @@ intersection_coplanar(const typename K::Triangle_3 &t,
|
||||||
case NEGATIVE:
|
case NEGATIVE:
|
||||||
// c is isolated on the negative side
|
// c is isolated on the negative side
|
||||||
return t3s3_intersection_coplanar_aux(a,b,c,p,q,true,k);
|
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]
|
if ( collinear_ordered(p,c,q) ) // c is inside [p,q]
|
||||||
return intersection_return<typename K::Intersect_3, typename K::Segment_3, typename K::Triangle_3>(c);
|
return intersection_return<typename K::Intersect_3, typename K::Segment_3, typename K::Triangle_3>(c);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue