From 05f62120b09a8ac78569b24540b314daebe2f28a Mon Sep 17 00:00:00 2001 From: vn20x841 Date: Mon, 3 Aug 2020 14:28:45 +0200 Subject: [PATCH] apparently did the trick --- .../DifferentialOperators/EdgeWeightEvaluators.hh | 10 ++++++---- src/Unittests/unittests_laplacians.cc | 2 -- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh b/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh index f6e2e86..48b4551 100644 --- a/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh +++ b/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh @@ -74,8 +74,6 @@ public: double first_alpha = alpha; VecT first_nijk = nijk; - std::cout<<" first alpha : "< cummulated weight : "< cummulated weight : "<::epsilon() < std::numeric_limits::epsilon()) << " "<< (fabs(sin(theta)) > std::numeric_limits::epsilon()) << " "<< (fabs(cos(theta)) > std::numeric_limits::epsilon()) << std::endl; - +#endif return 0.f; } } diff --git a/src/Unittests/unittests_laplacians.cc b/src/Unittests/unittests_laplacians.cc index 6faa4d5..5abc719 100644 --- a/src/Unittests/unittests_laplacians.cc +++ b/src/Unittests/unittests_laplacians.cc @@ -250,7 +250,6 @@ TEST_F(DualLaplacianTest, GetPerHalfedgeWeight){ } -#if 0 TEST_F(DualLaplacianTest, GetPerVertexLaplacian){ @@ -277,5 +276,4 @@ TEST_F(DualLaplacianTest, PrecomputedDualLaplacianGivesSameResults){ auto on_the_fly = on_demand_laplacian[vertex]; } } -#endif -- GitLab