diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index 1dd9b34ac..1bed8155b 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -301,7 +301,7 @@ public: , deckUnits_(simulator) , eclWriter_(simulator) , summaryWriter_(simulator) - , pffDofData_(simulator.gridView(), simulator.model().dofMapper()) + , pffDofData_(simulator.gridView(), this->elementMapper()) { // add the output module for the Ecl binary output simulator.model().addOutputModule(new Ewoms::EclOutputBlackOilModule(simulator));