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]
This commit is contained in:
Filip Sykala 2022-04-05 16:28:34 +02:00
parent ab10209942
commit d91d13c769

View File

@ -157,16 +157,16 @@ static bool is_equal(const std::vector<stl_vertex> &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 !!!