Add space.
This commit is contained in:
parent
745666468f
commit
2c25bb8262
@ -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