also pass the deck to the output writer

This commit is contained in:
Andreas Lauser
2015-03-26 17:33:13 +01:00
parent c524be454a
commit 88730e855f
3 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ try
const PhaseUsage pu = Opm::phaseUsageFromDeck(deck);
Opm::BlackoilOutputWriter outputWriter(cGrid,
param,
deck,
eclipseState,
pu );