Skip to content
Snippets Groups Projects

Simplify implementation for vectors with scalar entries

Merged Carsten Gräser requested to merge feature/simplify-scalar-entries into master
5 files
+ 95
172
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
0
@@ -20,6 +20,7 @@
#include <dune/common/iteratorfacades.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/ftraits.hh>
#include <dune/common/hybridutilities.hh>
/*! \file
* \brief Implementation of the BCRSMatrix class
Loading