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

[functions.interfaces] add virtual dtor

parent 5c127346
No related branches found
No related tags found
No related merge requests found
......@@ -538,6 +538,10 @@ private:
{
}
virtual ~Localfunction()
{
}
virtual void evaluate(const DomainType& xx, RangeType& ret) const override final
{
const auto xx_global = geometry_.global(xx);
......
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