mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add space.
This commit is contained in:
parent
b1b464535a
commit
30d9c34481
@ -157,7 +157,7 @@ namespace Opm {
|
||||
if( timestep_verbose_ )
|
||||
{
|
||||
std::ostringstream ss;
|
||||
ss <<"Adaptive time step(" << substepTimer.currentStepNum() << "), stepsize "
|
||||
ss <<"Adaptive time step (" << substepTimer.currentStepNum() << "), stepsize "
|
||||
<< unit::convert::to(substepTimer.currentStepLength(), unit::day) << " days.";
|
||||
OpmLog::info(ss.str());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user