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

Fix typo

parent df8aef92
Branches
Tags
No related merge requests found
......@@ -167,7 +167,7 @@ std::size_t size(const Dune::ReferenceElement<ctype, dim>& referenceElement, Dyn
* This should (maybe) be a member of ReferenceElement.
*/
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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment