mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Correctly override NOSIM.
This commit is contained in:
parent
86b66863b4
commit
c7e6070d31
@ -433,7 +433,7 @@ namespace Opm
|
||||
if (param_.has("nosim")) {
|
||||
const bool nosim = param_.get<bool>("nosim");
|
||||
IOConfigPtr ioConfig = eclipse_state_->getIOConfig();
|
||||
ioConfig->overrideNOSIM( true );
|
||||
ioConfig->overrideNOSIM( nosim );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user