Skip to content
Snippets Groups Projects
Commit b4ce44b7 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Merge branch 'bugfix/typo-alignement-alignment' into 'master'

typo: alignement → alignment [ci skip]

See merge request core/dune-istl!149
parents 56f27b95 ead5c57d
No related branches found
No related tags found
No related merge requests found
......@@ -514,7 +514,7 @@ namespace Dune
// We are still participating on this level
// we have to allocate these types using the rebound allocator
// in order to ensure that we fulfill the alignement requirements
// in order to ensure that we fulfill the alignment requirements
solver_.reset(new BiCGSTABSolver<X>(const_cast<M&>(matrices_->matrices().coarsest().getRedistributed()),
*scalarProduct_,
*coarseSmoother_, 1E-2, 1000, 0));
......@@ -526,7 +526,7 @@ namespace Dune
*scalarProduct_,
*coarseSmoother_, 1E-2, 1000, 0));
// // we have to allocate these types using the rebound allocator
// // in order to ensure that we fulfill the alignement requirements
// // in order to ensure that we fulfill the alignment requirements
// using Alloc = typename A::template rebind<BiCGSTABSolver<X>>::other;
// Alloc alloc;
// auto p = alloc.allocate(1);
......
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