Skip to content
Snippets Groups Projects
Verified Commit 069afeaa authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by René Fritze
Browse files

[boundaryinfo] add virtual dtor

parent 3700b36f
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,8 @@ public:
typedef Common::FieldVector<DomainFieldType, dimDomain> DomainType;
typedef Common::FieldVector<DomainFieldType, dimWorld> WorldType;
virtual ~BoundaryInfo() = default;
virtual const BoundaryType& type(const IntersectionType& intersection) const = 0;
static std::string static_id()
......
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