From 9ff5aa2b103f9bcb973ad22eee3c8ae9862c1a1f Mon Sep 17 00:00:00 2001
From: Gauthier Becker <gauthierbecker@gmail.com>
Date: Mon, 12 Jul 2010 09:48:13 +0000
Subject: [PATCH] Delete line in linearSystemPetsc.h I don't see that this file
 was modified

---
 Solver/linearSystemPETSc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h
index cd3caef69b..a8c268faf9 100644
--- a/Solver/linearSystemPETSc.h
+++ b/Solver/linearSystemPETSc.h
@@ -185,7 +185,6 @@ class linearSystemPETSc : public linearSystem<scalar> {
     //_try(KSPGetIterationNumber(ksp, &its));
     //Msg::Info("%d iterations", its);
     // add line to destroy unused data
-    _try(KSPDestroy(_ksp));
     return 1;
   }
   Mat &getMatrix(){ return _a; }
-- 
GitLab