From 7419dce0caa7ad592a87889882bf525a9d2b6294 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 4 Oct 2009 20:02:41 +0000
Subject: [PATCH] fix compile

---
 Solver/linearSystemPETSc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h
index 2b1790141d..3dec832b51 100644
--- a/Solver/linearSystemPETSc.h
+++ b/Solver/linearSystemPETSc.h
@@ -167,9 +167,9 @@ class linearSystemPETSc : public linearSystem<scalar> {
 #else
 
 template <class scalar>
-class linearSystemPetsc : public linearSystem<scalar> {
+class linearSystemPETSc : public linearSystem<scalar> {
  public :
-  linearSystemGmm()
+  linearSystemPETSc()
   {
     Msg::Error("PETSc is not available in this version of Gmsh");
   }
-- 
GitLab