Skip to content
Snippets Groups Projects
Commit eada6c85 authored by Oliver Sander's avatar Oliver Sander
Browse files

Spelling

parent 1c7271f5
No related branches found
No related tags found
No related merge requests found
...@@ -279,9 +279,9 @@ namespace Dune { ...@@ -279,9 +279,9 @@ namespace Dune {
/** /**
* @brief Block parallel preconditioner. * @brief Block parallel preconditioner.
* *
* This is essentially a wrapper that take a sequential * This is essentially a wrapper that takes a sequential
* preconditoner. In each step the sequential preconditioner * preconditioner. In each step the sequential preconditioner
* is applied and then all owner data points are updates on * is applied and then all owner data points are updated on
* all other processes. * all other processes.
*/ */
template<class X, class Y, class C, class T=Preconditioner<X,Y> > template<class X, class Y, class C, class T=Preconditioner<X,Y> >
......
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