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

corrected typos

parent ac4b121e
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ namespace Dune
* Attach a global function to the writer that will be evaluated at grid points
* (vertices and higher order points). The global function must be
* assignable to the function wrapper \ref VtkFunction. Additional argument
* for output datatype and number of components can be bassed. See \ref VtkFunction
* for output datatype and number of components can be passed. See \ref VtkFunction
* Constructor for possible arguments.
**/
template <class Function, class... Args>
......@@ -99,7 +99,7 @@ namespace Dune
/**
* Attach a global function to the writer that will be evaluated at cell centers.
* The global function must be assignable to the function wrapper \ref VtkFunction.
* Additional argument for output datatype and number of components can be bassed.
* Additional argument for output datatype and number of components can be passed.
* See \ref VtkFunction Constructor for possible arguments.
**/
template <class Function, class... Args>
......
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