From 186f1f3b9f690a4a9891ee209e0bf46e0b98d2d5 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 8 Jul 2005 10:08:41 +0000 Subject: [PATCH] missing protos if GSL not available --- Common/GmshMatrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/GmshMatrix.h b/Common/GmshMatrix.h index c078b80bed..9f4857092a 100644 --- a/Common/GmshMatrix.h +++ b/Common/GmshMatrix.h @@ -100,11 +100,11 @@ public: { throw; } - inline void least_squares (const GSL_Vector & rhs, GSL_Vector & result) + inline void least_squares (const Gmsh_Vector<SCALAR> & rhs, Gmsh_Vector<SCALAR> & result) { throw; } - inline void lu_solve (const GSL_Vector & rhs, GSL_Vector & result) + inline void lu_solve (const Gmsh_Vector<SCALAR> & rhs, Gmsh_Vector<SCALAR> & result) { throw; } -- GitLab