Adds missing preconditoner destruction.

This commit is contained in:
Jørgen Kvalsvik 2014-12-10 18:09:13 +01:00
parent 8fbbdad722
commit b3ebe04e14

View File

@ -142,6 +142,7 @@ namespace{
VecDestroy( &b );
MatDestroy( &A );
KSPDestroy( &ksp );
PCDestroy( &preconditioner );
}
};