mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Make destructor of CompressibleTpfa virtual.
This commit is contained in:
parent
beaac0d089
commit
f9cfb7d12d
@ -72,7 +72,7 @@ namespace Opm
|
|||||||
const Wells* wells);
|
const Wells* wells);
|
||||||
|
|
||||||
/// Destructor.
|
/// Destructor.
|
||||||
~CompressibleTpfa();
|
virtual ~CompressibleTpfa();
|
||||||
|
|
||||||
/// Solve the pressure equation by Newton-Raphson scheme.
|
/// Solve the pressure equation by Newton-Raphson scheme.
|
||||||
/// May throw an exception if the number of iterations
|
/// May throw an exception if the number of iterations
|
||||||
|
Loading…
Reference in New Issue
Block a user