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

[bugfix,documentation] Fix method description

parent 9eb8ca7b
No related branches found
No related tags found
No related merge requests found
......@@ -625,7 +625,7 @@ namespace Dune {
{
algmeta_itsteps<1>::bsorb(A,x,b,w);
}
//! SSOR step
//! Backward SOR step
template<class M, class X, class Y, class K, int l>
void bsorb (const M& A, X& x, const Y& b, const K& w, BL<l> /*bl*/)
{
......
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