From 54e14398b559e385191bcfb7b605523b6a68a35d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 18 Dec 2000 14:20:45 +0000
Subject: [PATCH] typo

---
 Mesh/Numeric.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/Numeric.cpp b/Mesh/Numeric.cpp
index 90956f8d9a..ff43a5f317 100644
--- a/Mesh/Numeric.cpp
+++ b/Mesh/Numeric.cpp
@@ -1,4 +1,4 @@
-/* $Id: Numeric.cpp,v 1.11 2000-12-18 09:03:53 geuzaine Exp $ */
+/* $Id: Numeric.cpp,v 1.12 2000-12-18 14:20:45 geuzaine Exp $ */
 
 #include "Gmsh.h"
 #include "Const.h"
@@ -120,7 +120,7 @@ int sys3x3_with_tol (double mat[3][3], double b[3], double res[3], double *det){
   out = sys3x3(mat,b,res,det);
 
   if (fabs(*det) < 1.e-12){
-    Msg(INFOS, "Assuming 3x3 Matrix is Singular (Is this OK?)");
+    Msg(DEBUG, "Assuming 3x3 Matrix is Singular (Is this OK?)");
     res[0] = res[1] = res[2] = 0.0 ;
     return (0);
   }
-- 
GitLab