- Line too long.

This commit is contained in:
Sylvain Pion 2001-10-01 08:38:17 +00:00
parent 9e5c39b624
commit 05e98253e2
1 changed files with 1 additions and 1 deletions

View File

@ -1972,7 +1972,7 @@ remove_decrease_dimension(Vertex_handle v)
to_delete.push_back(ib->handle());
}
typename std::vector<Cell_handle>::iterator lfit = to_downgrade.begin();
typename std::vector<Cell_handle>::iterator lfit=to_downgrade.begin();
for( ; lfit != to_downgrade.end(); ++lfit) {
Cell_handle f = *lfit;
int j = f->index(v);