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

disable debugging message

[[Imported from SVN: r2440]]
parent 14d08c86
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ void TruncatedCGSolver<MatrixType, VectorType>::solve() ...@@ -113,7 +113,7 @@ void TruncatedCGSolver<MatrixType, VectorType>::solve()
*x_ = eta_jPlus1; *x_ = eta_jPlus1;
eta_j = eta_jPlus1; eta_j = eta_jPlus1;
std::cout << "Radius = " << sqrt(trustRegionScalarProduct(*x_,*x_)) << std::endl; //std::cout << "Radius = " << sqrt(trustRegionScalarProduct(*x_,*x_)) << std::endl;
// ///////////////////////////////////////////// // /////////////////////////////////////////////
// write iteration to file, if requested // write iteration to file, if requested
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment