mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adding virtual destructor.
This commit is contained in:
parent
90fbb97692
commit
380fdfae3b
@ -35,6 +35,7 @@ namespace Opm
|
||||
class BlackoilPropertiesInterface
|
||||
{
|
||||
public:
|
||||
virtual ~BlackoilPropertiesInterface() {}
|
||||
|
||||
// ---- Rock interface ----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user