From 245d4a4e71482c97f851f19ad9f7b17d750ae3f5 Mon Sep 17 00:00:00 2001 From: melaniel <melanie.lipp@iws.uni-stuttgart.de> Date: Mon, 25 Apr 2022 11:40:10 +0200 Subject: [PATCH] [doc][doxygen][simpleh2o] Improve brackets in formulae. --- dumux/material/components/simpleh2o.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dumux/material/components/simpleh2o.hh b/dumux/material/components/simpleh2o.hh index d456e3816e..dcafee35a4 100644 --- a/dumux/material/components/simpleh2o.hh +++ b/dumux/material/components/simpleh2o.hh @@ -339,7 +339,7 @@ public: } /*! - * \brief Thermal conductivity \f$\mathrm{[[W/(m*K)]}\f$ of water. + * \brief Thermal conductivity \f$\mathrm{[W/(m*K)]}\f$ of water. * source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page * @ T= 372.76K (99.6°C) , p=0.1MPa) * \param temperature absolute temperature in \f$\mathrm{[K]}\f$ @@ -351,7 +351,7 @@ public: } /*! - * \brief Thermal conductivity \f$\mathrm{[[W/(m*K)]}\f$ of steam. + * \brief Thermal conductivity \f$\mathrm{[W/(m*K)]}\f$ of steam. * source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page * @ T= 372.76K (99.6°C) , p=0.1MPa) * \param temperature absolute temperature in \f$\mathrm{[K]}\f$ @@ -363,7 +363,7 @@ public: } /*! - * \brief Specific isobaric heat capacity of water steam \f$\mathrm{[J/(kg*K)}\f$. + * \brief Specific isobaric heat capacity of water steam \f$\mathrm{[J/(kg*K)]}\f$. * source: http://webbook.nist.gov/cgi/fluid.cgi?ID=C7732185&Action=Page * @ T= 372.76K (99.6°C) , p=0.1MPa) * \param temperature temperature of component in \f$\mathrm{[K]}\f$ -- GitLab