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

remove some debugging output

[[Imported from SVN: r6817]]
parent 02907b30
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,6 @@ public:
// Solve!
cg.apply(x, rhs, statistics);
std::cout << "x:\n" << x << std::endl;
std::cout << "Linear rod interface correction: " << x[0] << std::endl;
return x[0];
......
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