From 5bfd77af5f43ab5ba2b18d6be123ea1321b798fb Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Mon, 27 Feb 2012 14:13:21 +0000
Subject: [PATCH] Fixed false unit in documentation. Thanks to Kathinka.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7929 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/material/fluidsystems/basefluidsystem.hh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dumux/material/fluidsystems/basefluidsystem.hh b/dumux/material/fluidsystems/basefluidsystem.hh
index ee81046e22..350bcb3da6 100644
--- a/dumux/material/fluidsystems/basefluidsystem.hh
+++ b/dumux/material/fluidsystems/basefluidsystem.hh
@@ -42,7 +42,7 @@ public:
     typedef Dumux::NullParameterCache ParameterCache;
 
     /*!
-     * \brief Calculate the molar volume [m^3/mol] of a fluid phase
+     * \brief Calculate the density [kg/m^3] of a fluid phase
      */
     template <class FluidState>
     static Scalar density(const FluidState &fluidState,
@@ -159,8 +159,7 @@ public:
     }
 
     /*!
-     * \brief Specific isobaric heat capacity of a fluid phase.
-     *        \f$\mathrm{[J/kg]}\f$.
+     * \brief Specific isobaric heat capacity of a fluid phase [J/kg].
      *
      * \param paramCache   mutable parameters
      * \param phaseIdx  for which phase to give back the heat capacity
-- 
GitLab