mirror of https://github.com/CGAL/cgal
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:
parent
ff95b757b6
commit
d41e400875
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue