Skip to content
Snippets Groups Projects
Commit 319d3275 authored by graeser's avatar graeser
Browse files

Fix typo

parent df8aef92
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ std::size_t size(const Dune::ReferenceElement<ctype, dim>& referenceElement, Dyn ...@@ -167,7 +167,7 @@ std::size_t size(const Dune::ReferenceElement<ctype, dim>& referenceElement, Dyn
* This should (maybe) be a member of ReferenceElement. * This should (maybe) be a member of ReferenceElement.
*/ */
template<class ctype, int dim> template<class ctype, int dim>
Dun::GeometryType type(const Dune::ReferenceElement<ctype, dim>& referenceElement, DynamicSubEntity subEntity) Dune::GeometryType type(const Dune::ReferenceElement<ctype, dim>& referenceElement, DynamicSubEntity subEntity)
{ {
return referenceElement.type(subEntity.index(), subEntity.codim()); return referenceElement.type(subEntity.index(), subEntity.codim());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment