mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
AdaptiveTimeSteppingEbos: avoid use of sstream
This commit is contained in:
parent
f00ebc8b1c
commit
527280ab28
@ -702,7 +702,8 @@ namespace Opm {
|
|||||||
|
|
||||||
}
|
}
|
||||||
else
|
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
|
// make sure growth factor is something reasonable
|
||||||
assert(growthFactor_ >= 1.0);
|
assert(growthFactor_ >= 1.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user