Skip to content
Snippets Groups Projects
Commit 28e51610 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Partially revert previous commit: it contained some debugging stuff

[[Imported from SVN: r9681]]
parent dfd0c92e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment