Skip to content
Snippets Groups Projects
Commit 8847e91e authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Adjust to removed GenericGeometry*

SimplexTopology is now in Dune::Impl::
parent 04b6ef0a
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ class CompositeQuadratureRule:
CompositeQuadratureRule(const Dune::QuadratureRule<ct,dim>& quad, int refinement)
{
typedef Dune::StaticRefinement<Dune::GenericGeometry::SimplexTopology<dim>::type::id,
typedef Dune::StaticRefinement<Dune::Impl::SimplexTopology<dim>::type::id,
ct,
Dune::GenericGeometry::SimplexTopology<dim>::type::id,
Dune::Impl::SimplexTopology<dim>::type::id,
dim> Refinement;
typedef typename Refinement::ElementIterator eIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment