mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Revert "also pass the deck to the output writer"
This reverts commit 88730e855f.
This commit is contained in:
@@ -180,7 +180,7 @@ try
|
||||
grid->processEclipseFormat(deck, false, false, false, porv);
|
||||
|
||||
const PhaseUsage pu = Opm::phaseUsageFromDeck(deck);
|
||||
Opm::BlackoilOutputWriter outputWriter(*grid, param, deck, eclipseState, pu );
|
||||
Opm::BlackoilOutputWriter outputWriter(*grid, param, eclipseState, pu );
|
||||
|
||||
// Rock and fluid init
|
||||
props.reset(new BlackoilPropertiesFromDeck(deck, eclipseState,
|
||||
|
||||
Reference in New Issue
Block a user