If we the mesh is open, we can't scale based on the volume

at least for now, could probably imagine some trick to still do it
This commit is contained in:
Mael Rouxel-Labbé 2019-06-07 16:12:47 +02:00
parent ff95b757b6
commit d41e400875
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public:
}
if(!CGAL::is_closed(mesh_))
scale_volume_after_smoothing = true;
scale_volume_after_smoothing = false;
}
void setup_system(Eigen_matrix& A,