mirror of https://github.com/CGAL/cgal
set full_cell of a vertex in I/O
This commit is contained in:
parent
31714289b5
commit
18ed302d84
|
|
@ -1364,6 +1364,7 @@ Triangulation_data_structure<Dimen, Vb, Fcb>
|
||||||
else
|
else
|
||||||
read(is, index);
|
read(is, index);
|
||||||
s->set_vertex(j, vertices[index]);
|
s->set_vertex(j, vertices[index]);
|
||||||
|
s->vertex(j)->set_full_cell(s);
|
||||||
}
|
}
|
||||||
// read other non-combinatorial information for the full_cells
|
// read other non-combinatorial information for the full_cells
|
||||||
is >> (*s);
|
is >> (*s);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue