Skip to content
Snippets Groups Projects

Feature/smaller cleanups

Merged Christian Engwer requested to merge feature/smaller-cleanups into master
+ 54
44
Compare changes
  • Side-by-side
  • Inline
Files
+ 2
2
@@ -1623,8 +1623,8 @@ namespace Dune {
}
//! y += alpha A x
template<class X, class Y>
void usmv (const field_type& alpha, const X& x, Y& y) const
template<typename F, class X, class Y>
void usmv (F&& alpha, const X& x, Y& y) const
{
#ifdef DUNE_ISTL_WITH_CHECKING
if (ready != built)
Loading