mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-03 21:30:27 -06:00
use ostream not std::cout directly.
This commit is contained in:
parent
938e6119f4
commit
cabfffe25d
@ -145,7 +145,7 @@ namespace Opm
|
|||||||
{
|
{
|
||||||
os << " step[ " << i << " ] = " << unit::convert::to( steps_[ i ], unit::day ) << " (days)" << std::endl;
|
os << " step[ " << i << " ] = " << unit::convert::to( steps_[ i ], unit::day ) << " (days)" << std::endl;
|
||||||
}
|
}
|
||||||
std::cout << "sub steps end time = " << unit::convert::to( simulationTimeElapsed(), unit::day ) << " (days)" << std::endl;
|
os << "sub steps end time = " << unit::convert::to( simulationTimeElapsed(), unit::day ) << " (days)" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::posix_time::ptime AdaptiveSimulatorTimer::startDateTime() const
|
boost::posix_time::ptime AdaptiveSimulatorTimer::startDateTime() const
|
||||||
|
Loading…
Reference in New Issue
Block a user