From 692039a55b47fe8ed0eb2020354135aba75f89d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Remacle=20=28students=29?=
 <jean-francois.remacle@uclouvain.be>
Date: Tue, 21 Apr 2009 11:50:11 +0000
Subject: [PATCH] Compilation error (without gmm) fixed

---
 Numeric/gmshLinearSystemGmm.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Numeric/gmshLinearSystemGmm.h b/Numeric/gmshLinearSystemGmm.h
index 1ae20d1e84..1d58acfdd9 100644
--- a/Numeric/gmshLinearSystemGmm.h
+++ b/Numeric/gmshLinearSystemGmm.h
@@ -104,6 +104,9 @@ public :
   virtual void zeroMatrix() {}
   virtual void zeroRightHandSide() {}
   virtual int systemSolve() { return 0; }
+  void setPrec(double p){}
+  void setNoisy(int n){}
+  void setGmres(int n){}
 };
 
 #endif
-- 
GitLab