Skip to content
Snippets Groups Projects

Feature/multitype arithmetic

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -50,6 +50,12 @@ namespace Dune {
{
enum { isMatrix=true };
};
template<class... T>
struct MatrixTraits<MultiTypeBlockMatrix<T...> >
{
enum { isMatrix=true };
};
}
}
#endif
Loading