Merge pull request #1155 from andlaus/fix_asan

NewtonIterationBlackoilInterface: make its destructor virtual
This commit is contained in:
Atgeirr Flø Rasmussen 2017-04-20 12:15:43 +02:00 committed by GitHub
commit edea16dd74

View File

@ -34,6 +34,8 @@ namespace Opm
/// Return type for linearSolve(). A simple, non-ad vector type.
typedef LinearisedBlackoilResidual::ADB::V SolutionVector;
virtual ~NewtonIterationBlackoilInterface() {}
/// Solve the linear system Ax = b, with A being the
/// combined derivative matrix of the residual and b
/// being the residual itself.