From 85d81ef371af2d060a5da3c18fd21d5a23a49b28 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Thu, 23 Feb 2012 12:13:07 +0000 Subject: [PATCH] Ignore (SVN ignore) autogenerated files below test and doc, this time more files. Fixed Doxygen errors. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7884 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/1pfluidsystem.hh | 2 +- dumux/material/fluidsystems/2pimmisciblefluidsystem.hh | 2 +- dumux/material/fluidsystems/basefluidsystem.hh | 2 +- dumux/material/fluidsystems/h2on2liquidphasefluidsystem.hh | 2 +- dumux/material/fluidsystems/spe5fluidsystem.hh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dumux/material/fluidsystems/1pfluidsystem.hh b/dumux/material/fluidsystems/1pfluidsystem.hh index b243eebc73..d3cc684018 100644 --- a/dumux/material/fluidsystems/1pfluidsystem.hh +++ b/dumux/material/fluidsystems/1pfluidsystem.hh @@ -298,7 +298,7 @@ public: * Molecular diffusion of a compoent \f$\kappa\f$ is caused by a * gradient of the chemical potential and follows the law * - * \f[ J = - D \mathbf{\grad} \mu_\kappa \f] + * \f[ J = - D \mathbf{grad} \mu_\kappa \f] * * where \f$\mu_\kappa\f$ is the component's chemical potential, * \f$D\f$ is the diffusion coefficient and \f$J\f$ is the diff --git a/dumux/material/fluidsystems/2pimmisciblefluidsystem.hh b/dumux/material/fluidsystems/2pimmisciblefluidsystem.hh index 8294df10a4..70b21a293b 100644 --- a/dumux/material/fluidsystems/2pimmisciblefluidsystem.hh +++ b/dumux/material/fluidsystems/2pimmisciblefluidsystem.hh @@ -331,7 +331,7 @@ public: * Molecular diffusion of a compoent \f$\kappa\f$ is caused by a * gradient of the chemical potential and follows the law * - * \f[ J = - D \mathbf{\grad} \mu_\kappa \f] + * \f[ J = - D \mathbf{grad} \mu_\kappa \f] * * where \f$\mu_\kappa\f$ is the component's chemical potential, * \f$D\f$ is the diffusion coefficient and \f$J\f$ is the diff --git a/dumux/material/fluidsystems/basefluidsystem.hh b/dumux/material/fluidsystems/basefluidsystem.hh index afa62d2c2b..ee81046e22 100644 --- a/dumux/material/fluidsystems/basefluidsystem.hh +++ b/dumux/material/fluidsystems/basefluidsystem.hh @@ -89,7 +89,7 @@ public: * Molecular diffusion of a compoent \f$\kappa\f$ is caused by a * gradient of the chemical potential and follows the law * - * \f[ J = - D \mathbf{\grad} \mu_\kappa \f] + * \f[ J = - D \mathbf{grad} \mu_\kappa \f] * * where \f$\mu_\kappa\f$ is the component's chemical potential, * \f$D\f$ is the diffusion coefficient and \f$J\f$ is the diff --git a/dumux/material/fluidsystems/h2on2liquidphasefluidsystem.hh b/dumux/material/fluidsystems/h2on2liquidphasefluidsystem.hh index cf026bb819..d1f016892f 100644 --- a/dumux/material/fluidsystems/h2on2liquidphasefluidsystem.hh +++ b/dumux/material/fluidsystems/h2on2liquidphasefluidsystem.hh @@ -458,7 +458,7 @@ public: * Molecular diffusion of a compoent \f$\kappa\f$ is caused by a * gradient of the chemical potential and follows the law * - * \f[ J = - D \mathbf{\grad} \mu_\kappa \f] + * \f[ J = - D \mathbf{grad} \mu_\kappa \f] * * where \f$\mu_\kappa\f$ is the component's chemical potential, * \f$D\f$ is the diffusion coefficient and \f$J\f$ is the diff --git a/dumux/material/fluidsystems/spe5fluidsystem.hh b/dumux/material/fluidsystems/spe5fluidsystem.hh index 49b0753cae..825f759a4c 100644 --- a/dumux/material/fluidsystems/spe5fluidsystem.hh +++ b/dumux/material/fluidsystems/spe5fluidsystem.hh @@ -441,7 +441,7 @@ public: * Molecular diffusion of a compoent \f$\kappa\f$ is caused by a * gradient of the chemical potential and follows the law * - * \f[ J = - D \grad \mu_\kappa \f] + * \f[ J = - D grad \mu_\kappa \f] * * where \f$\mu_\kappa\f$ is the component's chemical potential, * \f$D\f$ is the diffusion coefficient and \f$J\f$ is the -- GitLab