remove tabs

This commit is contained in:
Sébastien Loriot 2022-10-04 09:16:32 +02:00
parent 96b205d9b0
commit 29d543c9f4
1 changed files with 1 additions and 1 deletions

View File

@ -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);