From ff85eabf93880ba9f68e83a7b2c1b55376b5c53d Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Mon, 4 Dec 2023 12:14:04 +0000 Subject: [PATCH] Improve docu --- amdis/gridfunctions/ComposerVectorGridFunction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amdis/gridfunctions/ComposerVectorGridFunction.hpp b/amdis/gridfunctions/ComposerVectorGridFunction.hpp index 6e32f43f..30ae3f8e 100644 --- a/amdis/gridfunctions/ComposerVectorGridFunction.hpp +++ b/amdis/gridfunctions/ComposerVectorGridFunction.hpp @@ -318,7 +318,7 @@ namespace AMDiS * See \ref ComposerVectorPreGridFunction. * * **Examples:** - * - `invokeAtQP(Operation::PlusVector{}, std::vector{X(0), X(1)});` + * - `invokeVectorAtQP(Operation::PlusVector{}, std::vector{X(0), X(1)});` **/ template <class Functor, class PreGridFct> auto invokeVectorAtQP(Functor f, std::vector<PreGridFct> gridFcts) -- GitLab