From 7ec0514f6e3bc120a3344db75e511e35e4fa2f25 Mon Sep 17 00:00:00 2001 From: Jonathan Youett <youett@math.fu-berlin.de> Date: Mon, 14 May 2018 16:24:41 +0200 Subject: [PATCH] Fix Doxygen documentation --- dune/fufem/utilities/dirichletbcassembler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/fufem/utilities/dirichletbcassembler.hh b/dune/fufem/utilities/dirichletbcassembler.hh index 92c7817a..8d6f6bce 100644 --- a/dune/fufem/utilities/dirichletbcassembler.hh +++ b/dune/fufem/utilities/dirichletbcassembler.hh @@ -68,7 +68,7 @@ public: * \param config A config file with keys 'dnFile' and 'dvFile'. * \param leafDirichletNodes The leaf Dirichlet dofs. * \param leafDirichletValues The Dirichlet values on the leaf view. - * \param reader A string denoting which kind of reader to use. + * \param path A string leading to the path where the files are located */ template <class VectorType, int ncomp> static void assembleDirichletBC(const GridType& grid, -- GitLab