Menger demo: ok for remove edges.

This commit is contained in:
Guillaume Damiand 2012-03-26 11:44:53 +00:00
parent b10d4766fc
commit 99b0a3cd56
1 changed files with 1 additions and 0 deletions

View File

@ -1302,6 +1302,7 @@ void MainWindow::onMengerDec()
for(unsigned int i = 0; i < faces.size(); i++)
{
std::cout<<"Remove face "<<i<<" "<<&*faces[i]<<std::endl;
CGAL::remove_cell<LCC,2>(*scene.lcc, faces[i]);
}