fix typo, didn't test build on this branch

This commit is contained in:
Daniel Russel 2009-01-06 15:02:02 +00:00
parent 4464313def
commit 1a57abab2e
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ public:
CGAL_assertion(mirror_flipped_edge == TDS_helper::mirror_edge(flipped_edge));
//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));
watcher_.post_flip(flipped_edge);