Do not call deprecated code. Add a test file for the deprecated code

This commit is contained in:
Andreas Fabri 2018-12-13 09:43:14 +01:00
parent e1d5552de7
commit 10e11e6eb2
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ void Scene::refine_loop()
return;
}
std::cout << "Loop subdivision...";
CGAL::Subdivision_method_3::Loop_subdivision(*m_pPolyhedron, 1);
CGAL::Subdivision_method_3::Loop_subdivision(*m_pPolyhedron);
std::cout << "done (" << m_pPolyhedron->size_of_facets() << " facets)" << std::endl;
clear_internal_data();