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

*** empty log message ***

parent 298a85f8
No related branches found
No related tags found
No related merge requests found
// $Id: meshGRegionExtruded.cpp,v 1.8 2007-01-16 11:31:42 geuzaine Exp $ // $Id: meshGRegionExtruded.cpp,v 1.9 2007-01-16 14:15:18 geuzaine Exp $
// //
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -429,7 +429,8 @@ int SubdivideExtrudedMesh(GModel *m) ...@@ -429,7 +429,8 @@ int SubdivideExtrudedMesh(GModel *m)
phase2(regions[i], pos, edges, edges_swap, swap); phase2(regions[i], pos, edges, edges_swap, swap);
Msg(INFO, "Swapping %d", swap); Msg(INFO, "Swapping %d", swap);
if(j && j == swap) { if(j && j == swap) {
Msg(GERROR, "Unable to subdivide extruded mesh: use 'Recombine' instead"); Msg(GERROR, "Unable to subdivide extruded mesh: change surface mesh or");
Msg(GERROR, "recombine extrusion instead");
return -1; return -1;
} }
j = swap; j = swap;
......
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