From 9390c2afd7304da9121b44d3247f04d35811de81 Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Thu, 15 Nov 2018 16:06:33 +0000 Subject: [PATCH] Fix formula in docs of MillerScalingAdapter --- dune/dorie/model/richards/parameterization/scaling.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/dorie/model/richards/parameterization/scaling.hh b/dune/dorie/model/richards/parameterization/scaling.hh index 5830cf93..87dd0696 100644 --- a/dune/dorie/model/richards/parameterization/scaling.hh +++ b/dune/dorie/model/richards/parameterization/scaling.hh @@ -151,7 +151,7 @@ protected: * reference length scale of the medium. * * \f{align*}{ - * h_m &= h_m^* \cdot \xi \\ + * h_m &= h_m^* \cdot \xi^{-1} \\ * K &= K^* \cdot \xi^2 * \f} * -- GitLab