From 28e51610d9f270690dfea0c6e984f8757cfed4d2 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 24 Mar 2014 13:10:45 +0000 Subject: [PATCH] Partially revert previous commit: it contained some debugging stuff [[Imported from SVN: r9681]] --- test/adolctest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/adolctest.cc b/test/adolctest.cc index 5c5d6cb4..aca5c619 100644 --- a/test/adolctest.cc +++ b/test/adolctest.cc @@ -201,7 +201,7 @@ int testCosseratEnergy() { for (size_t j=0; j<nDofs; j++) localSolution[j] = testPoints[index[j]]; - if (diameter(localSolution) > 0.5*TargetSpace::convexityRadius) + if (diameter(localSolution) > TargetSpace::convexityRadius) continue; std::vector<typename TargetSpace::TangentVector> localGradient; -- GitLab