mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 17:50:59 -06:00
Adds missing preconditoner destruction.
This commit is contained in:
parent
8fbbdad722
commit
b3ebe04e14
@ -142,6 +142,7 @@ namespace{
|
|||||||
VecDestroy( &b );
|
VecDestroy( &b );
|
||||||
MatDestroy( &A );
|
MatDestroy( &A );
|
||||||
KSPDestroy( &ksp );
|
KSPDestroy( &ksp );
|
||||||
|
PCDestroy( &preconditioner );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user