Skip to content
Snippets Groups Projects
Commit 9ff5aa2b authored by Gauthier Becker's avatar Gauthier Becker
Browse files

Delete line in linearSystemPetsc.h I don't see that this file was

modified
parent 05b761f4
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,6 @@ class linearSystemPETSc : public linearSystem<scalar> { ...@@ -185,7 +185,6 @@ class linearSystemPETSc : public linearSystem<scalar> {
//_try(KSPGetIterationNumber(ksp, &its)); //_try(KSPGetIterationNumber(ksp, &its));
//Msg::Info("%d iterations", its); //Msg::Info("%d iterations", its);
// add line to destroy unused data // add line to destroy unused data
_try(KSPDestroy(_ksp));
return 1; return 1;
} }
Mat &getMatrix(){ return _a; } Mat &getMatrix(){ return _a; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment