diff --git a/dumux/decoupled/2p/transport/fv/diffusivepart.hh b/dumux/decoupled/2p/transport/fv/diffusivepart.hh index 361d519ce758c6cd00dd8f2aa0f4e40ed5984272..cc02e619fa751f009d347174e9ad6395ebd410c3 100644 --- a/dumux/decoupled/2p/transport/fv/diffusivepart.hh +++ b/dumux/decoupled/2p/transport/fv/diffusivepart.hh @@ -67,7 +67,7 @@ public: * @param[in] element entity of codim 0 * @param[in] indexInInside face index in reference element * @param[in] satIntersection saturation at the face between element I and J - * @param[in] pcGradient gradient of saturation between element I and J + * @param[in] satGradient gradient of saturation between element I and J * @param[in] time time * \return diffusive term of an advection-diffusion equation */ @@ -83,7 +83,7 @@ public: * @param[in] element entity of codim 0 * @param[in] indexInInside face index in reference element * @param[in] satIntersection saturation at the face between element I and J - * @param[in] pcGradient gradient of saturation between element I and J + * @param[in] satGradient gradient of saturation between element I and J * @param[in] time time * @param[in] satI saturation of current element * @param[in] satJ saturation of neighbor element