mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Pass NNC to OutputWriter constructor
Keep up with an interface change in opm-output.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user