set full_cell of a vertex in I/O

This commit is contained in:
Laurent Caraffa 2022-09-30 14:05:27 +02:00
parent 31714289b5
commit 18ed302d84
1 changed files with 1 additions and 0 deletions

View File

@ -1364,6 +1364,7 @@ Triangulation_data_structure<Dimen, Vb, Fcb>
else
read(is, index);
s->set_vertex(j, vertices[index]);
s->vertex(j)->set_full_cell(s);
}
// read other non-combinatorial information for the full_cells
is >> (*s);