Suppress output of multi-cell-block sizes and #iterations.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-11-26 11:00:20 +01:00
parent 2f521169c5
commit b6b59918e1

View File

@ -1028,8 +1028,8 @@ namespace Opm
THROW("In solveMultiCell(), we did not converge after "
<< num_iters << " iterations. Delta c = " << max_c_change);
}
std::cout << "Solved " << num_cells << " cell multicell problem in "
<< num_iters << " iterations." << std::endl;
// std::cout << "Solved " << num_cells << " cell multicell problem in "
// << num_iters << " iterations." << std::endl;
}
void TransportModelCompressiblePolymer::fracFlow(double s, double c, double cmax,