mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
changed: use Deck unit system from EclipseState
to avoid deck usage in simulator
This commit is contained in:
parent
187534780c
commit
1424b8e859
@ -579,7 +579,7 @@ private:
|
||||
std::size_t ny = eclState().getInputGrid().getNY();
|
||||
auto nncData = sortNncAndApplyEditnnc(eclState().getInputNNC().data(),
|
||||
eclState().getInputEDITNNC().data());
|
||||
const auto& unitSystem = simulator_.vanguard().deck().getActiveUnitSystem();
|
||||
const auto& unitSystem = simulator_.vanguard().eclState().getDeckUnitSystem();
|
||||
std::vector<Opm::NNCdata> outputNnc;
|
||||
std::size_t index = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user