mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
MultisegmentWell: avoid use of sstream
This commit is contained in:
parent
99e5dab134
commit
ff0f9c05f0
@ -83,8 +83,9 @@ namespace Opm
|
||||
}
|
||||
|
||||
if(this->rsRvInj() > 0) {
|
||||
OPM_THROW(std::runtime_error, "dissolved gas/ vapporized oil in injected oil/gas not supported by multisegment well yet."
|
||||
<< " \n See (WCONINJE item 10 / WCONHIST item 8)");
|
||||
OPM_THROW(std::runtime_error,
|
||||
"dissolved gas/ vapporized oil in injected oil/gas not supported by multisegment well yet."
|
||||
" \n See (WCONINJE item 10 / WCONHIST item 8)");
|
||||
}
|
||||
if constexpr (!Indices::oilEnabled && Indices::numPhases > 1) {
|
||||
OPM_THROW(std::runtime_error, "water + gas case not supported by multisegment well yet");
|
||||
|
Loading…
Reference in New Issue
Block a user