Make use of EclipseState for EQLNUM and SWATINIT.

This commit is contained in:
osae
2014-06-26 14:46:57 +02:00
parent 7c667a2bd7
commit c1732b0b32
4 changed files with 16 additions and 12 deletions

View File

@@ -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");