fix test_io_tds_3

This commit is contained in:
Maxime Gimeno 2020-04-06 14:09:33 +02:00
parent 952d5721fd
commit ee052cd622
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ int main()
// we now have a simplex in dimension 4
// cell incident to PV[0]
Cell_handle c = PV[0]->cell();
int ind;
int ind=0;
// PV[0] is the vertex of index ind in c
// insertion of a new vertex in the facet opposite to PV[0]
PV[5] = T.insert_in_facet(c, ind);