mirror of https://github.com/CGAL/cgal
Follow-up of previous commit:
| ------------------------------------------------------------------------ | r59682 | lrineau | 2010-11-12 16:17:09 +0100 (Fri, 12 Nov 2010) | 3 lines | | Patch so that KDS no longer uses deprecated code (mirror_index and | mirror_vertex from Triangulation_face_base). | | ------------------------------------------------------------------------
This commit is contained in:
parent
87c20c90ca
commit
eef140e603
|
|
@ -107,7 +107,7 @@ protected:
|
|||
Static_segment ss(o,d);
|
||||
|
||||
if (angle1+angle2 < threshold_*3.1415) {
|
||||
if (kdel_->visitor().contains(*fit) || kdel_->visitor().contains(TDS_helper::mirror_edge(*fit))) {
|
||||
if (kdel_->visitor().contains(*fit) || kdel_->visitor().contains(tri.mirror_edge(*fit))) {
|
||||
w<< CGAL::Color(255,0,0);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue