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

fixed recombine error msg

parent 3bf98a09
No related branches found
No related tags found
No related merge requests found
// $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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment