diff --git a/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh b/src/OpenVolumeMesh/DifferentialOperators/EdgeWeightEvaluators.hh index f6e2e866e9aebb9c143c8779be5784014319a666..48b455131ea69379feac99a7891657079af00855 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 6faa4d55699e57312cb7fa40dd6548423f97cf67..5abc7193cbdbc310ef6b0c6a2997751093c5d537 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