diff --git a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp index c3c763861..86e19db92 100644 --- a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp +++ b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp @@ -702,7 +702,8 @@ namespace Opm { } else - OPM_THROW(std::runtime_error,"Unsupported time step control selected "<< control); + OPM_THROW(std::runtime_error, + "Unsupported time step control selected " + control); // make sure growth factor is something reasonable assert(growthFactor_ >= 1.0);