mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
drop useage of std::numeric_limits
This commit is contained in:
parent
02a3ba39b5
commit
62134b4a0f
@ -216,7 +216,7 @@ namespace Opm {
|
||||
if( timestep_verbose_ )
|
||||
{
|
||||
std::ostringstream ss;
|
||||
if (solver.wellIterations() != std::numeric_limits<int>::min()) {
|
||||
if (solver.wellIterations() != 0) {
|
||||
ss << "well iterations = " << solver.wellIterations() << ", ";
|
||||
}
|
||||
ss << "non-linear iterations = " << solver.nonlinearIterations()
|
||||
|
Loading…
Reference in New Issue
Block a user