ParallelDebugOutput: fix initialization of wells for the I/O rank.

This commit is contained in:
Robert Kloefkorn
2015-09-21 14:05:35 +02:00
parent 04ec4eb2bf
commit 299b0aa3cf
4 changed files with 14 additions and 12 deletions

View File

@@ -348,7 +348,7 @@ try
// create output writer after grid is distributed, otherwise the parallel output
// won't work correctly since we need to create a mapping from the distributed to
// the global view
Opm::BlackoilOutputWriter outputWriter(grid, param, eclipseState, pu );
Opm::BlackoilOutputWriter outputWriter(grid, param, eclipseState, pu, new_props.permeability() );
// Solver for Newton iterations.
std::unique_ptr<NewtonIterationBlackoilInterface> fis_solver;