Added missing virtual destructor

This commit is contained in:
Hrvoje Jasak 2018-05-24 10:56:57 +01:00
parent e739499202
commit 04ae509a71

View file

@ -96,6 +96,11 @@ public:
);
//- Destructor
virtual ~minMaxField()
{}
// Member Functions
//- start is called at the start of the time-loop