From 44a43db10c531e433099f188b996bd10065d02be Mon Sep 17 00:00:00 2001 From: Melanie Lipp <melanie.lipp@iws.uni-stuttgart.de> Date: Fri, 10 Apr 2020 17:54:04 +0200 Subject: [PATCH] [docu] Correct dimWorld. --- dumux/discretization/cellcentered/mpfa/helper.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/discretization/cellcentered/mpfa/helper.hh b/dumux/discretization/cellcentered/mpfa/helper.hh index e44bff5a29..bf04356571 100644 --- a/dumux/discretization/cellcentered/mpfa/helper.hh +++ b/dumux/discretization/cellcentered/mpfa/helper.hh @@ -196,7 +196,7 @@ public: /*! * \ingroup CCMpfaDiscretization - * \brief Dimension-specific mpfa helper class for dim == 2 & dimWorld == 2. + * \brief Dimension-specific mpfa helper class for dim == 2 & dimWorld == 3. * Reuses some functionality of the specialization for dim = dimWorld = 2 */ template<class GridGeometry> -- GitLab