mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused nnc arg from BlackoilOutputWriter constructor.
This commit is contained in:
@@ -240,7 +240,7 @@ try
|
||||
<< std::flush;
|
||||
|
||||
Opm::BlackoilOutputWriter
|
||||
outputWriter(cGrid, param, eclipseState, Opm::NNC(), pu,
|
||||
outputWriter(cGrid, param, eclipseState, pu,
|
||||
new_props->permeability() );
|
||||
|
||||
SimulatorReport fullReport;
|
||||
|
||||
Reference in New Issue
Block a user