Use the parameter instead of a hard coded .5

This commit is contained in:
Andreas Fabri 2018-03-30 13:25:59 +01:00
parent 3ff0c6cc04
commit 4a410cd3ec
1 changed files with 1 additions and 5 deletions

View File

@ -56,11 +56,7 @@ public:
{
std::cout << filename << std::endl;
Skin_surface_3 skin_surface = create_skin_surface(filename, .5);
Polyhedron p;
//construct_and_subdivide_mesh(skin_surface, p);
//p.clear();
Skin_surface_3 skin_surface = create_skin_surface(filename, s);
Polyhedron_skin p_skin;
construct_and_subdivide_mesh(skin_surface, p_skin);