Skip to content
Snippets Groups Projects

Necessary cleanup for warning-free work with 2.6

Merged Dominic Kempf requested to merge feature/cleanup-for-2.6 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -192,7 +192,7 @@ public:
if (!isdirichlet) return;
// types & dimension
const int dim = IG::dimension;
const int dim = IG::Entity::dimension;
typedef decltype(Dune::PDELab::makeZeroBasisFieldValue(lfsu)) RF;
// select quadrature rule
Loading