From fc0805ec8f119e972d7f9ea8818282beb60e40db Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 8 Jul 2005 10:07:07 +0000
Subject: [PATCH] missing protos if GSL not available

---
 Common/GmshMatrix.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Common/GmshMatrix.h b/Common/GmshMatrix.h
index 67c9b0a4a2..c078b80bed 100644
--- a/Common/GmshMatrix.h
+++ b/Common/GmshMatrix.h
@@ -100,6 +100,14 @@ public:
   {
     throw;
   }
+  inline void least_squares (const GSL_Vector & rhs, GSL_Vector & result)
+  {
+    throw;
+  }
+  inline void lu_solve (const GSL_Vector & rhs, GSL_Vector & result)
+  {
+    throw;
+  }
 };
 
 #ifdef HAVE_GSL
-- 
GitLab