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:
@@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user