Skip to content
Snippets Groups Projects
Commit 55746f87 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Don't use deprecated construction of GeometryType by the base types

parent d1f9f0eb
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ class QuadratureRuleKey ...@@ -54,7 +54,7 @@ class QuadratureRuleKey
* \param lumping whether or not we have a lumped quadrule [DEFAULT = false] * \param lumping whether or not we have a lumped quadrule [DEFAULT = false]
*/ */
QuadratureRuleKey(const int dim, const int order, const int refinement=0, bool lumping=false) : QuadratureRuleKey(const int dim, const int order, const int refinement=0, bool lumping=false) :
gt_(Dune::GeometryType::none, dim), gt_(Dune::GeometryTypes::none(dim)),
order_(order), order_(order),
refinement_(refinement), refinement_(refinement),
lumping_(lumping) lumping_(lumping)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment