Skip to content
Snippets Groups Projects
Commit f83e52ba authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[fcstaggered][geohelper] Make function static

parent e4878209
No related branches found
No related tags found
1 merge request!2932[fcstaggered] Various fixes
Pipeline #10970 failed
+1
......@@ -147,7 +147,7 @@ public:
}
//! Returns an element's facet based on the local facet index.
Facet facet(const SmallLocalIndexType localFacetIdx, const Element& element) const
static Facet facet(const SmallLocalIndexType localFacetIdx, const Element& element)
{
return element.template subEntity <1> (localFacetIdx);
}
......
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