mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make use of EclipseState for EQLNUM and SWATINIT.
This commit is contained in:
@@ -95,7 +95,7 @@ try
|
||||
|
||||
// Initialisation.
|
||||
BlackoilState state;
|
||||
initStateEquil(grid, props, deck, grav, state);
|
||||
initStateEquil(grid, props, deck, eclipseState, grav, state);
|
||||
|
||||
// Output.
|
||||
const std::string output_dir = param.getDefault<std::string>("output_dir", "output");
|
||||
|
||||
Reference in New Issue
Block a user