From 3d499ac78c3e4836e3783ca3a3a3062122795364 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 26 Jun 2001 07:06:11 +0000
Subject: [PATCH] *** empty log message ***

---
 Mesh/3D_Extrude_Old.cpp | 10 +++++-----
 doc/VERSIONS            |  5 ++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Mesh/3D_Extrude_Old.cpp b/Mesh/3D_Extrude_Old.cpp
index 6cbf7191d9..b11f57d51b 100644
--- a/Mesh/3D_Extrude_Old.cpp
+++ b/Mesh/3D_Extrude_Old.cpp
@@ -1,9 +1,9 @@
-// $Id: 3D_Extrude_Old.cpp,v 1.2 2001-06-25 16:23:00 geuzaine Exp $
+// $Id: 3D_Extrude_Old.cpp,v 1.3 2001-06-26 07:06:11 geuzaine Exp $
 
 // This is the old extrusion mesh generator -> only available through
-// command line options -extrude (w/o -recombine). This mesh generator
-// pre-supposes a definition of surfaces in the XY plane, and will
-// extrude everything along the Z axis, taking parameters
+// the command line option -extrude (w/o -recombine). This mesh
+// generator pre-supposes a definition of surfaces in the XY plane,
+// and will extrude everything along the Z axis, taking parameters
 // interactively from standard input, e.g.
 //
 // gmsh test -extrude -recombine < params.ext
@@ -17,7 +17,7 @@
 //
 // WARNING:
 //
-// The is no way to save XY generated lines or other entities for the
+// There is no way to save XY generated lines or other entities for the
 // moment
 
 #define NB_LAYER_MAX 100
diff --git a/doc/VERSIONS b/doc/VERSIONS
index b84a430e7a..032c8de53b 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,11 +1,10 @@
-$Id: VERSIONS,v 1.21 2001-06-25 13:21:15 geuzaine Exp $
+$Id: VERSIONS,v 1.22 2001-06-26 07:06:11 geuzaine Exp $
 
 New in 1.20: Many memory leak fixes; Various bug fixes (Functions in
 Includes, solver command, ColorTable option, ...) and small
 enhancements (menu reorganization, constrained background mesh, mesh
 visibility options, geometry edition, mesh quality histograms, ...);
-Re-integrated the old command-line extrusion mesh generator (the new
-one, e.g. used in tutorial 3) is buggy (it generates duplicate nodes);
+Re-integrated the old command-line extrusion mesh generator;
 
 New in 1.19: Fixed seg. fault for scalar simplex post-processing; new
 Solver menu; interface for GetDP solver through sockets; fixed
-- 
GitLab