From a84db53b4901a506c1f4c1d210c7bc4fc500ecf0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 15 Aug 2001 15:25:27 +0000
Subject: [PATCH] typo

---
 Mesh/3D_Extrude.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Mesh/3D_Extrude.cpp b/Mesh/3D_Extrude.cpp
index 01ddf60881..658a0ebc87 100644
--- a/Mesh/3D_Extrude.cpp
+++ b/Mesh/3D_Extrude.cpp
@@ -1,4 +1,4 @@
-// $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 "Numeric.h"
@@ -820,8 +820,6 @@ int Extrude_Mesh (Tree_T * Volumes){
   InitExtrude ();
   DIM = 3;
 
-  Msg(STATUS2, "Mesh 3D... (initial)");
-
   List_T *vol = Tree2List(Volumes);
 
   for (int ivol = 0; ivol < List_Nbr(vol); ivol++){
@@ -843,6 +841,8 @@ int Extrude_Mesh (Tree_T * Volumes){
   }
   if(!extrude) return false;
 
+  Msg(STATUS2, "Mesh 3D... (initial)");
+
   for (int ivol = 0; ivol < List_Nbr (vol); ivol++){
     List_Read(vol, ivol, &THEV);
     ep = THEV->Extrude;
-- 
GitLab