Add space.

This commit is contained in:
Liu Ming 2016-06-28 15:26:06 +08:00
parent 745666468f
commit 2c25bb8262

View File

@ -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());
}