Make destructor of CompressibleTpfa virtual.
This commit is contained in:
parent
fc2d6ee81f
commit
203d136fc2
@ -72,7 +72,7 @@ namespace Opm
|
||||
const Wells* wells);
|
||||
|
||||
/// Destructor.
|
||||
~CompressibleTpfa();
|
||||
virtual ~CompressibleTpfa();
|
||||
|
||||
/// Solve the pressure equation by Newton-Raphson scheme.
|
||||
/// May throw an exception if the number of iterations
|
||||
|
Loading…
Reference in New Issue
Block a user