diff --git a/opm/autodiff/NewtonIterationBlackoilCPR.hpp b/opm/autodiff/NewtonIterationBlackoilCPR.hpp index e97a56408..ccd2caa43 100644 --- a/opm/autodiff/NewtonIterationBlackoilCPR.hpp +++ b/opm/autodiff/NewtonIterationBlackoilCPR.hpp @@ -80,7 +80,7 @@ namespace Opm /// \tparam P The type of the parallel information. /// \param parallelInformation the information about the parallelization. template - void constructPreconditionerAndSolve(O& opA, DuneMatrix istlAe, + void constructPreconditionerAndSolve(O& opA, DuneMatrix& istlAe, Vector& x, Vector& istlb, const P& parallelInformation, Dune::InverseOperatorResult& result) const