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

typo

parent 928543f5
No related branches found
No related tags found
No related merge requests found
// $Id: 3D_Extrude.cpp,v 1.37 2001-08-15 14:16:59 geuzaine Exp $ // $Id: 3D_Extrude.cpp,v 1.38 2001-08-15 15:25:27 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "Numeric.h" #include "Numeric.h"
...@@ -820,8 +820,6 @@ int Extrude_Mesh (Tree_T * Volumes){ ...@@ -820,8 +820,6 @@ int Extrude_Mesh (Tree_T * Volumes){
InitExtrude (); InitExtrude ();
DIM = 3; DIM = 3;
Msg(STATUS2, "Mesh 3D... (initial)");
List_T *vol = Tree2List(Volumes); List_T *vol = Tree2List(Volumes);
for (int ivol = 0; ivol < List_Nbr(vol); ivol++){ for (int ivol = 0; ivol < List_Nbr(vol); ivol++){
...@@ -843,6 +841,8 @@ int Extrude_Mesh (Tree_T * Volumes){ ...@@ -843,6 +841,8 @@ int Extrude_Mesh (Tree_T * Volumes){
} }
if(!extrude) return false; if(!extrude) return false;
Msg(STATUS2, "Mesh 3D... (initial)");
for (int ivol = 0; ivol < List_Nbr (vol); ivol++){ for (int ivol = 0; ivol < List_Nbr (vol); ivol++){
List_Read(vol, ivol, &THEV); List_Read(vol, ivol, &THEV);
ep = THEV->Extrude; ep = THEV->Extrude;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment