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

Spelling

Patch by Matthias Wohlmuth

[[Imported from SVN: r1686]]
parent d2775a01
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ int main(int argc, char** argv)
typedef Dune::LoopSolver<Vector> GaussSeidelSolver;
GaussSeidelSolver solverGaussSeidel1(fop,gsPrec1,reduction,maxIter,1);
std::cout << "LoopSolver with a single GaussSeidel iteration as preconditione converged: " << solverTest(solverGaussSeidel1) << std::endl << std::endl;
std::cout << "LoopSolver with a single GaussSeidel iteration as preconditioner converged: " << solverTest(solverGaussSeidel1) << std::endl << std::endl;
// typedef Dune::LoopSolver<Vector> GaussSeidelSolver;
// GaussSeidelSolver solverGaussSeidel2(fop,gsPrec2,reduction,maxIter,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment