diff --git a/src/Simplification.cpp b/src/Simplification.cpp index fed1b03..d234716 100644 --- a/src/Simplification.cpp +++ b/src/Simplification.cpp @@ -204,6 +204,12 @@ bool floatTetWild::remove_duplicates(std::vector& input_vertices, std:: input_tags.push_back(old_input_tags[i]); } + logger().info("remove degenerate triangles and duplicated opposite-oriented triangles:"); + logger().info("(the removal of degenerate triangles might leave lone vertices"); + logger().info("these will be removed just before the next remove duplicates)"); + logger().info("#v: {} -> {}", V_in.rows(), input_vertices.size()); + logger().info("#f: {} -> {}", F_in.rows(), input_faces.size()); + return true; } @@ -491,7 +497,7 @@ void floatTetWild::collapsing(std::vector& input_vertices, std::vector< // cout<& input_vertices, std::vector& input_faces, @@ -615,7 +621,7 @@ void floatTetWild::swapping(std::vector& input_vertices, std::vector