diff --git a/dumux/boxmodels/3p3c/3p3clocalresidual.hh b/dumux/boxmodels/3p3c/3p3clocalresidual.hh index 55910ca378fc96296a41f9f1e3e6cbf462f6f453..b9e775fe974fa63672175c5c712c421b54879626 100644 --- a/dumux/boxmodels/3p3c/3p3clocalresidual.hh +++ b/dumux/boxmodels/3p3c/3p3clocalresidual.hh @@ -258,9 +258,9 @@ public: * \param q The source/sink in the SCV for each component * \param scvIdx The index of the SCV */ - void computeSource(PrimaryVariables &q, const int scvIdx) + void computeSource(PrimaryVariables &source, const int scvIdx) { - this->problem_().boxSDSource(q, + this->problem_().boxSDSource(source, this->element_(), this->fvGeometry_(), scvIdx,