mirror of https://github.com/CGAL/cgal
remove tabs
This commit is contained in:
parent
96b205d9b0
commit
29d543c9f4
|
|
@ -1364,7 +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);
|
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