mirror of https://github.com/CGAL/cgal
fix assertion
This commit is contained in:
parent
aefc4b9ce8
commit
55f8bcb122
|
|
@ -372,7 +372,7 @@ void intersection_coplanar_triangles_cutoff(const typename Kernel::Point_3& p1,
|
||||||
|
|
||||||
prev = inter_pts.insert(it,new_pt);
|
prev = inter_pts.insert(it,new_pt);
|
||||||
orientations[&(*prev)] = COLLINEAR;
|
orientations[&(*prev)] = COLLINEAR;
|
||||||
CGAL_assertion_code(++pt_added);
|
CGAL_kernel_assertion_code(++pt_added);
|
||||||
}
|
}
|
||||||
|
|
||||||
prev = it;
|
prev = it;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue