Skip to content
Snippets Groups Projects
Commit ff85eabf authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Improve docu

parent 5e35937d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment