Skip to content
Snippets Groups Projects
Commit 942714e3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Error -> Warning

parent 743ee706
No related branches found
No related tags found
No related merge requests found
...@@ -4079,7 +4079,7 @@ void setSurfaceGeneratrices(Surface *s, List_T *loops) ...@@ -4079,7 +4079,7 @@ void setSurfaceGeneratrices(Surface *s, List_T *loops)
if(s->Typ == MSH_SURF_COMPOUND){ if(s->Typ == MSH_SURF_COMPOUND){
s->Generatrices = GetOrderedUniqueEdges(s); s->Generatrices = GetOrderedUniqueEdges(s);
if(!List_Nbr(s->Generatrices)){ 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; return;
} }
} }
......
...@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt ...@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
GMSH=svn GMSH=svn
GETDP=svn GETDP=svn
GMSH=2.8.3 #GMSH=2.8.3
GETDP=2.4.2 #GETDP=2.4.2
rm -rf gmsh-getdp-Windows64 rm -rf gmsh-getdp-Windows64
mkdir gmsh-getdp-Windows64 mkdir gmsh-getdp-Windows64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment