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
Branches
No related tags found
No related merge requests found
...@@ -241,8 +241,6 @@ public: ...@@ -241,8 +241,6 @@ public:
// Solve! // Solve!
cg.apply(x, rhs, statistics); cg.apply(x, rhs, statistics);
std::cout << "x:\n" << x << std::endl;
std::cout << "Linear rod interface correction: " << x[0] << std::endl; std::cout << "Linear rod interface correction: " << x[0] << std::endl;
return x[0]; return x[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment