diff --git a/examples/problems/eclproblem.hh b/examples/problems/eclproblem.hh index 10e2e481f..2c918d64e 100644 --- a/examples/problems/eclproblem.hh +++ b/examples/problems/eclproblem.hh @@ -225,6 +225,8 @@ public: readMaterialParameters_(); readInitialCondition_(); + // initialize the wells. Note that this needs to be done after initializing the + // intrinsic permeabilities because the well model uses them... wellManager_.init(simulator.gridManager().eclipseState()); // Start the first episode. For this, ask the Eclipse schedule.