mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add virtual destructor for base class.
This commit is contained in:
parent
702dc3a924
commit
52877883d8
@ -135,6 +135,9 @@ public:
|
|||||||
return this->initialInplace_.value();
|
return this->initialInplace_.value();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Virtual destructor for safer inheritance.
|
||||||
|
virtual ~EclGenericOutputBlackoilModule() = default;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
using ScalarBuffer = std::vector<Scalar>;
|
using ScalarBuffer = std::vector<Scalar>;
|
||||||
using StringBuffer = std::vector<std::string>;
|
using StringBuffer = std::vector<std::string>;
|
||||||
|
Loading…
Reference in New Issue
Block a user