From c016152607b21db40d642115b3048872e17f2d98 Mon Sep 17 00:00:00 2001 From: Philip Trettner <Philip.Trettner@rwth-aachen.de> Date: Mon, 21 Oct 2019 14:35:02 +0200 Subject: [PATCH] fixed es --- tests/algorithms/edge_split.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/algorithms/edge_split.cc b/tests/algorithms/edge_split.cc index d7d268f..a36f804 100644 --- a/tests/algorithms/edge_split.cc +++ b/tests/algorithms/edge_split.cc @@ -2,7 +2,7 @@ #include <polymesh/Mesh.hh> #include <polymesh/algorithms/edge_split.hh> -#include <polymesh/algorithms/remeshing/triangulate.hh> +#include <polymesh/algorithms/triangulate.hh> #include <polymesh/objects/quad.hh> #include <typed-geometry/tg.hh> @@ -33,6 +33,7 @@ TEST_CASE("edge split") // is OK! m.assert_consistency(); }); + return; // DO NOT ACTUALLY SHOW auto v = view(pos); view(lines(pos).line_width_world(0.003f)); } -- GitLab