Skip to content
Snippets Groups Projects
Commit 5e0ce874 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

don't print all function values

[[Imported from SVN: r5734]]
parent 1d018358
No related branches found
No related tags found
No related merge requests found
......@@ -86,10 +86,6 @@ void testPermutationInvariance(const std::vector<TargetSpace>& corners)
assert(TargetSpace::distance(v0,v1) < 1e-5);
assert(TargetSpace::distance(v0,v2) < 1e-5);
std::cout << v0 << std::endl;
std::cout << v1 << std::endl;
std::cout << v2 << std::endl;
}
}
......
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