Skip to content
Snippets Groups Projects
Commit e9d556de authored by Sven Kaulmann's avatar Sven Kaulmann
Browse files

Fem has to be Version 1.3.0 to implement LocalMassMatrix

parent cb28029d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
namespace Stuff {
//! create yet another child class just in case fem actually implements something in LocalMassMatrix in addition to its
//! base
#if DUNE_VERSION_NEWER_REV(DUNE_FEM, 1, 2, 0)
#if DUNE_VERSION_NEWER_REV(DUNE_FEM, 1, 3, 0)
template <class DiscreteFunctionSpaceImp, class VolumeQuadratureImp>
struct LocalMassMatrix : public Dune::LocalMassMatrix<DiscreteFunctionSpaceImp, VolumeQuadratureImp>
{
......
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