From a0ee4fc53e10c77bac7afbcc40bb98d45cfb98e3 Mon Sep 17 00:00:00 2001 From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de> Date: Wed, 12 Jun 2019 16:36:50 +0200 Subject: [PATCH] [integrate] fix docu --- dumux/common/integrate.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/common/integrate.hh b/dumux/common/integrate.hh index 2dcd348b8f..a354b695f0 100644 --- a/dumux/common/integrate.hh +++ b/dumux/common/integrate.hh @@ -96,7 +96,7 @@ using FieldType = typename FieldTypeImpl<T>::type; /*! * \brief Integrate a grid function over a grid view - * \param gv the grid view + * \param gg the grid geometry * \param f the grid function * \param order the order of the quadrature rule */ -- GitLab