mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-09 14:28:04 -05:00
Add virtual destructor for base class.
This commit is contained in:
@@ -135,6 +135,9 @@ public:
|
||||
return this->initialInplace_.value();
|
||||
}
|
||||
|
||||
// Virtual destructor for safer inheritance.
|
||||
virtual ~EclGenericOutputBlackoilModule() = default;
|
||||
|
||||
protected:
|
||||
using ScalarBuffer = std::vector<Scalar>;
|
||||
using StringBuffer = std::vector<std::string>;
|
||||
|
||||
Reference in New Issue
Block a user