mirror of https://github.com/CGAL/cgal
fix typo, didn't test build on this branch
This commit is contained in:
parent
4464313def
commit
1a57abab2e
|
|
@ -664,7 +664,7 @@ public:
|
||||||
CGAL_assertion(mirror_flipped_edge == TDS_helper::mirror_edge(flipped_edge));
|
CGAL_assertion(mirror_flipped_edge == TDS_helper::mirror_edge(flipped_edge));
|
||||||
//CGAL_postcondition(del_.is_face(face));
|
//CGAL_postcondition(del_.is_face(face));
|
||||||
|
|
||||||
CGAL_assertion(mirror_index == face->nieghbor(index)->index(face));
|
CGAL_assertion(mirror_index == face->neighbor(index)->index(face));
|
||||||
CGAL_assertion(mirror_face == face->neighbor(index));
|
CGAL_assertion(mirror_face == face->neighbor(index));
|
||||||
|
|
||||||
watcher_.post_flip(flipped_edge);
|
watcher_.post_flip(flipped_edge);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue