Skip to content
Snippets Groups Projects
Commit 17e5092b authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[doc] Fix typo in comment

parent a5b4c721
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ namespace Dune {
using namespace Dune::Hybrid;
auto size = index_constant<1+sizeof...(Args)>();
// Since Dune::Hybrid::size(MultiTypeBlockMatrix) is not implemented,
// we cannot use a plain forEach(*this, ...). This could be achived,
// we cannot use a plain forEach(*this, ...). This could be achieved,
// e.g., by implementing a static size() method.
forEach(integralRange(size), [&](auto&& i) {
(*this)[i] = newval;
......
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