From 0ae4faee5c430db4db1b86cf629077b507c857af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Tue, 13 Nov 2018 10:33:21 +0100 Subject: [PATCH] [md][cclocalassembler] fix docu --- dumux/multidomain/subdomaincclocalassembler.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/multidomain/subdomaincclocalassembler.hh b/dumux/multidomain/subdomaincclocalassembler.hh index 5da78217a9..bb7a7b708c 100644 --- a/dumux/multidomain/subdomaincclocalassembler.hh +++ b/dumux/multidomain/subdomaincclocalassembler.hh @@ -523,7 +523,7 @@ public: /*! * \ingroup Assembly * \ingroup CCDiscretization - * \brief Cell-centered scheme local assembler using numeric differentiation and implicit time discretization + * \brief Cell-centered scheme local assembler using analytic differentiation and implicit time discretization */ template<std::size_t id, class TypeTag, class Assembler> class SubDomainCCLocalAssembler<id, TypeTag, Assembler, DiffMethod::analytic, /*implicit=*/true> -- GitLab