mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
test_wellstate: avoid use of sstream
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user