From 00837d0dd6c6e5bc96d4c79f9b2031641964be85 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 12 Aug 2001 09:29:47 +0000 Subject: [PATCH] fixed recombine error msg --- Mesh/3D_Extrude.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp index 52767622d3..83984477bb 100644 --- a/Mesh/3D_Extrude.cpp +++ b/Mesh/3D_Extrude.cpp @@ -1,4 +1,4 @@ -// $Id: 3D_Extrude.cpp,v 1.24 2001-08-12 09:07:16 geuzaine Exp $ +// $Id: 3D_Extrude.cpp,v 1.25 2001-08-12 09:29:47 geuzaine Exp $ #include "Gmsh.h" #include "Numeric.h" @@ -131,7 +131,8 @@ void Extrude_Simplex_Phase3 (void *data, void *dum){ s = *pS; if(s->V[3] && !ep->mesh.Recombine){ - Msg(GERROR, "Use '-recombine' to extrude with quadrangles"); + Msg(GERROR, "You have to use 'Recombine' to extrude quadrangular meshes"); + return; } k = 0; -- GitLab