mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed NNC argument from EclipseWriter ctor.
This commit is contained in:
@@ -302,8 +302,7 @@ namespace Opm
|
||||
param.getDefault("output_ecl", true) ?
|
||||
new EclipseWriter(eclipseState,
|
||||
parallelOutput_->numCells(),
|
||||
parallelOutput_->globalCell(),
|
||||
nnc )
|
||||
parallelOutput_->globalCell())
|
||||
: 0 ),
|
||||
eclipseState_(eclipseState),
|
||||
asyncOutput_()
|
||||
|
||||
Reference in New Issue
Block a user