mirror of https://github.com/CGAL/cgal
fix test_io_tds_3
This commit is contained in:
parent
952d5721fd
commit
ee052cd622
|
|
@ -61,7 +61,7 @@ int main()
|
||||||
// we now have a simplex in dimension 4
|
// we now have a simplex in dimension 4
|
||||||
// cell incident to PV[0]
|
// cell incident to PV[0]
|
||||||
Cell_handle c = PV[0]->cell();
|
Cell_handle c = PV[0]->cell();
|
||||||
int ind;
|
int ind=0;
|
||||||
// PV[0] is the vertex of index ind in c
|
// PV[0] is the vertex of index ind in c
|
||||||
// insertion of a new vertex in the facet opposite to PV[0]
|
// insertion of a new vertex in the facet opposite to PV[0]
|
||||||
PV[5] = T.insert_in_facet(c, ind);
|
PV[5] = T.insert_in_facet(c, ind);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue