From 79c15898d97dae6e86031bab50828f7634565305 Mon Sep 17 00:00:00 2001 From: Philipp Nuske <philipp.nuske@mailbox.org> Date: Mon, 16 Sep 2013 13:32:44 +0000 Subject: [PATCH] removed wrong underline in latex/doxygen-docu: produced latex error. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11465 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- .../2p/diffusion/fvmpfa/lmethod/fvmpfal3dpressure2p.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal3dpressure2p.hh b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal3dpressure2p.hh index 277ec704ab..b7c5415cec 100644 --- a/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal3dpressure2p.hh +++ b/dumux/decoupled/2p/diffusion/fvmpfa/lmethod/fvmpfal3dpressure2p.hh @@ -36,8 +36,8 @@ namespace Dumux { //! \ingroup diffusion /*! Finite Volume-MPFAL-Implementation of the equation - * \f$ - \text{div}\, \mathbf_{v}_t = - \text{div}\, (\lambda_t \mathbf{K} \text{grad}\, \Phi_w + f_n \lambda_t \mathbf{K} \text{grad}\, \Phi_{cap} ) = 0, \f$, or - * \f$ - \text{div}\, \mathbf_{v}_t = - \text{div}\, (\lambda_t \mathbf{K} \text{grad}\, \Phi_n - f_w \lambda_t \mathbf{K} \text{grad}\, \Phi_{cap} ) = 0, \f$. + * \f$ - \text{div}\, \mathbf{v}_t = - \text{div}\, (\lambda_t \mathbf{K} \text{grad}\, \Phi_w + f_n \lambda_t \mathbf{K} \text{grad}\, \Phi_{cap} ) = 0, \f$, or + * \f$ - \text{div}\, \mathbf{v}_t = - \text{div}\, (\lambda_t \mathbf{K} \text{grad}\, \Phi_n - f_w \lambda_t \mathbf{K} \text{grad}\, \Phi_{cap} ) = 0, \f$. * \f$\Phi = g\f$ on \f$\Gamma_1\f$, and * \f$-\text{div}\, \mathbf_{v}_t \cdot \mathbf{n} = J\f$ * on \f$\Gamma_2\f$. Here, -- GitLab