Loading src/MeshImprovement.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1118,7 +1118,7 @@ void floatTetWild::get_tracked_surface(Mesh& mesh, Eigen::Matrix<Scalar, Eigen:: F_sf.resize(0, 0); bfs_orient(F, F_sf, _1); } igl::writeSTL(mesh.params.output_path + "_tracked_surface.stl", V_sf, F_sf); igl::writeSTL(mesh.params.output_path + "_" + mesh.params.postfix + "_tracked_surface.stl", V_sf, F_sf); } void floatTetWild::correct_tracked_surface_orientation(Mesh &mesh, AABBWrapper& tree){ Loading Loading
src/MeshImprovement.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -1118,7 +1118,7 @@ void floatTetWild::get_tracked_surface(Mesh& mesh, Eigen::Matrix<Scalar, Eigen:: F_sf.resize(0, 0); bfs_orient(F, F_sf, _1); } igl::writeSTL(mesh.params.output_path + "_tracked_surface.stl", V_sf, F_sf); igl::writeSTL(mesh.params.output_path + "_" + mesh.params.postfix + "_tracked_surface.stl", V_sf, F_sf); } void floatTetWild::correct_tracked_surface_orientation(Mesh &mesh, AABBWrapper& tree){ Loading