Pass NNC to OutputWriter constructor

Keep up with an interface change in opm-output.
This commit is contained in:
Jørgen Kvalsvik
2016-06-16 13:34:29 +02:00
parent 691969eb86
commit dfac3adaea
6 changed files with 13 additions and 10 deletions

View File

@@ -240,8 +240,8 @@ try
<< std::flush;
Opm::BlackoilOutputWriter
outputWriter(cGrid, param, eclipseState, pu,
new_props->permeability());
outputWriter(cGrid, param, eclipseState, Opm::NNC(), pu,
new_props->permeability() );
SimulatorReport fullReport;
// Create and run simulator.