From d91d13c769d833100754cecf9be98e01375af1ed Mon Sep 17 00:00:00 2001 From: Filip Sykala Date: Tue, 5 Apr 2022 16:28:34 +0200 Subject: [PATCH] Fix of backslash ending line in comment ../tests/libslic3r/test_quadric_edge_collapse.cpp:162:5: warning: multi-line comment [-Wcomment] ../tests/libslic3r/test_quadric_edge_collapse.cpp:165:5: warning: multi-line comment [-Wcomment] --- .../libslic3r/test_quadric_edge_collapse.cpp | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/libslic3r/test_quadric_edge_collapse.cpp b/tests/libslic3r/test_quadric_edge_collapse.cpp index f9b0143759..3a20f80f19 100644 --- a/tests/libslic3r/test_quadric_edge_collapse.cpp +++ b/tests/libslic3r/test_quadric_edge_collapse.cpp @@ -157,16 +157,16 @@ static bool is_equal(const std::vector &v1, TEST_CASE("Reduce to one triangle by Quadric Edge Collapse", "[its]") { // !!! Not work (no manifold - open edges{0-1, 1-2, 2-4, 4-5, 5-3, 3-0}): - // - // * 5 - // |\ - // | \ - // 3 *--* 4 - // | /|\ - // |/ | \ - // 0 *--*--* 2 - // 1 - // + /////////////image//// + // * 5 // + // |\ // + // | \ // + // 3 *--* 4 // + // | /|\ // + // |/ | \ // + // 0 *--*--* 2 // + // 1 // + ////////////////////// // all triangles are on a plane therefore quadric is zero and // when reduce edge between vertices 3 and 4 new vertex lay on vertex 3 not 4 !!!