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:
Laurent Rineau 2010-11-17 10:42:07 +00:00
parent 87c20c90ca
commit eef140e603
1 changed files with 1 additions and 1 deletions

View File

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