Skip to content
Snippets Groups Projects
Commit 74ecfe9f authored by henry's avatar henry
Browse files

Made destructor virtual.

parent 7485b1c8
Branches
Tags
No related merge requests found
......@@ -217,9 +217,8 @@ public:
tmp<DimensionedField<Type, GeoMesh> > clone() const;
// Destructor
~DimensionedField();
//- Destructor
virtual ~DimensionedField();
// Member Functions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment