Skip to content
Snippets Groups Projects
Commit ae873603 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[local.fe.flattop] correctly pass on overlap argument

parent aa5de935
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ public: ...@@ -233,7 +233,7 @@ public:
static std::unique_ptr<LocalFiniteElementInterface<D, d, R, r>> static std::unique_ptr<LocalFiniteElementInterface<D, d, R, r>>
create(const GeometryType& geometry_type, const int& order, const D& overlap = 0.5) create(const GeometryType& geometry_type, const int& order, const D& overlap = 0.5)
{ {
return helper<>::create(geometry_type, order); return helper<>::create(geometry_type, order, overlap);
} }
}; // class LocalFlatTopFiniteElementFactory }; // class LocalFlatTopFiniteElementFactory
......
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