From c621240e6ffc3f305a8f270237b459f0db023297 Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Wed, 2 Jun 2010 14:56:01 +0000
Subject: [PATCH] recover implicit dg

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

diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp
index a2fdcdb777..cad9f40901 100644
--- a/Solver/linearSystemPETSc.cpp
+++ b/Solver/linearSystemPETSc.cpp
@@ -56,7 +56,6 @@ void linearSystemPETSc<fullMatrix<PetscScalar> >::getFromRightHandSide(int row,
   }
   _try(VecRestoreArray(_b, &tmp));
 }
-
 template<>
 void linearSystemPETSc<fullMatrix<PetscScalar> >::getFromSolution(int row, fullMatrix<PetscScalar> &val) const
 {
-- 
GitLab