Bugfix for insert_in_hole -- vertices on the boudary of the hole now point at new faces

This commit is contained in:
Iordan Iordanov 2016-08-09 17:48:07 +02:00
parent a791e577c2
commit 76d664402e
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ public:
int jdx = mirror_index(fh, idx);
Face_handle new_f = create_face(v, v1, v2);
v1->set_face(new_f);
set_adjacency(new_f, 0, nf, jdx);
new_faces.push_back(new_f);
}