This commit is contained in:
Andreas Fabri 2018-02-08 15:30:25 +00:00
parent fbc1a9b1d3
commit 6f79d2c6f0
1 changed files with 1 additions and 1 deletions

View File

@ -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