From 5425d161307da0755b66dd15ed5ad179112da0bf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 30 Nov 2001 14:11:47 +0000 Subject: [PATCH] warning->info --- Mesh/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh/Utils.cpp b/Mesh/Utils.cpp index 68744c6547..b03dba3716 100644 --- a/Mesh/Utils.cpp +++ b/Mesh/Utils.cpp @@ -1,4 +1,4 @@ -// $Id: Utils.cpp,v 1.6 2001-11-19 13:43:17 geuzaine Exp $ +// $Id: Utils.cpp,v 1.7 2001-11-30 14:11:47 geuzaine Exp $ #include "Gmsh.h" #include "Numeric.h" @@ -107,7 +107,7 @@ void MeanPlane(List_T *points, Surface *s){ angplan = angle_02pi(angplan)*180./Pi; if((angplan>70 && angplan<110) || (angplan>260 && angplan<280)){ - Msg(WARNING, "SVD failed (angle=%g): using rough algo...", angplan); + Msg(INFO, "SVD failed (angle=%g): using rough algo...", angplan); res[0]=res2[0]; res[1]=res2[1]; res[2]=res2[2]; -- GitLab