From 942714e344db3e5cbebce0107b7ca449a2f9152b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 4 Dec 2013 07:16:23 +0000
Subject: [PATCH] Error -> Warning

---
 Geo/Geo.cpp                      | 2 +-
 utils/misc/package_gmsh_getdp.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp
index 225853278d..97b0b8cc22 100644
--- a/Geo/Geo.cpp
+++ b/Geo/Geo.cpp
@@ -4079,7 +4079,7 @@ void setSurfaceGeneratrices(Surface *s, List_T *loops)
   if(s->Typ == MSH_SURF_COMPOUND){
     s->Generatrices = GetOrderedUniqueEdges(s);
     if(!List_Nbr(s->Generatrices)){
-      Msg::Error("Could not make generatrices list for compound surface %d.",s->Num);
+      Msg::Warning("Could not make generatrices list for compound surface %d", s->Num);
       return;
     }
   }
diff --git a/utils/misc/package_gmsh_getdp.sh b/utils/misc/package_gmsh_getdp.sh
index 9d11114064..90d6344df7 100755
--- a/utils/misc/package_gmsh_getdp.sh
+++ b/utils/misc/package_gmsh_getdp.sh
@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
 GMSH=svn
 GETDP=svn
 
-GMSH=2.8.3
-GETDP=2.4.2
+#GMSH=2.8.3
+#GETDP=2.4.2
 
 rm -rf gmsh-getdp-Windows64
 mkdir gmsh-getdp-Windows64
-- 
GitLab