diff --git a/amdis/gridfunctions/ComposerVectorGridFunction.hpp b/amdis/gridfunctions/ComposerVectorGridFunction.hpp index 6e32f43fb96834528cf26db46ad77b2b38dabc44..30ae3f8e07f291cd75dd011867579ebcbad6cc7d 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)