From 150aa3decce8652788b55b51d29f418bbe73dc1b Mon Sep 17 00:00:00 2001 From: Simon Scholz <simon.scholz@iws.uni-stuttgart.de> Date: Thu, 30 Nov 2017 17:03:05 +0100 Subject: [PATCH] [doxygen][1pncmin] fix doxygen Tex error --- dumux/porousmediumflow/1pncmin/implicit/model.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/porousmediumflow/1pncmin/implicit/model.hh b/dumux/porousmediumflow/1pncmin/implicit/model.hh index efc9b8b3fe..b783605fde 100644 --- a/dumux/porousmediumflow/1pncmin/implicit/model.hh +++ b/dumux/porousmediumflow/1pncmin/implicit/model.hh @@ -44,7 +44,7 @@ namespace Dumux * of the solid phases. The standard multiphase Darcy * approach is used as the equation for the conservation of momentum: * \f[ - v = - \frac{k_{r}}{\mu_} \mbox{\bf K} + v = - \frac{k_{r}}{\mu} \mbox{\bf K} \left(\text{grad}\, p - \varrho_{f} \mbox{\bf g} \right) * \f] * @@ -57,7 +57,7 @@ namespace Dumux (\text{grad}\, p - \varrho_{f} \mbox{\bf g}) \right\} \nonumber \\ \nonumber \\ &-& \text{div} \left\{{\bf D_{pm}^\kappa} \varrho_{f} \text{grad}\, X^\kappa \right\} - - q_\kappa = 0 \qquad \kappa \in \{w, a,\cdots \} \, + - q_\kappa = 0 \qquad \kappa \in \{w, a,\cdots \} \f} * * The solid or mineral phases are assumed to consist of a single component. -- GitLab