mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove phaseUsage parameter as it can be found internally
This commit is contained in:
parent
e4688c32ce
commit
be1ffec94f
@ -295,7 +295,7 @@ namespace Opm
|
||||
new BlackoilMatlabWriter< Grid >( grid, outputDir_ ) : 0 ),
|
||||
eclWriter_( output_ && parallelOutput_->isIORank() &&
|
||||
param.getDefault("output_ecl", true) ?
|
||||
new EclipseWriter(eclipseState, phaseUsage,
|
||||
new EclipseWriter(eclipseState,
|
||||
parallelOutput_->numCells(),
|
||||
parallelOutput_->globalCell() )
|
||||
: 0 ),
|
||||
|
Loading…
Reference in New Issue
Block a user