From 95daf5112a00cecb7e7ca521ea3d665d3a25ab74 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 13 Dec 2000 20:27:12 +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 b319f7a77a..682821d93c 100644 --- a/Mesh/Numeric.cpp +++ b/Mesh/Numeric.cpp @@ -1,4 +1,4 @@ -/* $Id: Numeric.cpp,v 1.8 2000-12-13 20:21:48 geuzaine Exp $ */ +/* $Id: Numeric.cpp,v 1.9 2000-12-13 20:27:12 geuzaine Exp $ */ #include "Gmsh.h" #include "Const.h" @@ -96,7 +96,7 @@ int sys3x3 (double mat[3][3], double b[3], double res[3], double *det){ // WARNING, WARNING if (fabs(*det) < 1.e-12){ - Msg(INFO, "Assuming Sys3x3 Matrix is Singular (Is this OK?)"); + Msg(INFOS, "Assuming 3x3 Matrix is Singular (Is this OK?)"); res[0] = res[1] = res[2] = 0.0 ; return (0); } -- GitLab