diff --git a/dumux/porousmediumflow/volumevariables.hh b/dumux/porousmediumflow/volumevariables.hh index 1dcbcea81072f3c0b0db4e2fa8ee743d49a87b17..ad3a50dbb09e4939bb61f8ae22cdb89094e76ecc 100644 --- a/dumux/porousmediumflow/volumevariables.hh +++ b/dumux/porousmediumflow/volumevariables.hh @@ -60,10 +60,10 @@ public: * \param scv The sub-control volume */ template<class ElemSol, class Problem, class Element, class Scv> - void update(const ElemSol &elemSol, - const Problem &problem, - const Element &element, - const Scv &scv) + void update(const ElemSol& elemSol, + const Problem& problem, + const Element& element, + const Scv& scv) { priVars_ = extractDofPriVars(elemSol, scv); extrusionFactor_ = problem.extrusionFactor(element, scv, elemSol);