From 824cb5b7d7045a07490211763b18d108fe95fe85 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 4 Oct 2009 19:00:17 +0000 Subject: [PATCH] remove unused var --- Solver/linearSystemPETSc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index e1b826c7b6..2b1790141d 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -49,7 +49,6 @@ template <class scalar> class linearSystemPETSc : public linearSystem<scalar> { private: - int _e; bool _isAllocated; Mat _a; Vec _b, _x; -- GitLab