mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 13:22:56 -06:00
Suppress output of multi-cell-block sizes and #iterations.
This commit is contained in:
parent
2f521169c5
commit
b6b59918e1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user