mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
test_wellstate: avoid use of sstream
This commit is contained in:
parent
b031c289bf
commit
853b6d1172
@ -112,7 +112,9 @@ struct Setup
|
||||
} else {
|
||||
if (completion.state() != Opm::Connection::State::SHUT) {
|
||||
OPM_THROW(std::runtime_error,
|
||||
"Completion state: " << Opm::Connection::State2String(completion.state()) << " not handled");
|
||||
"Completion state: " +
|
||||
Opm::Connection::State2String(completion.state()) +
|
||||
" not handled");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user