From d34f4ca50b4511f49a81f706676591ed60ab636b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 4 Dec 2003 00:17:49 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/extrude/onde.geo | 22 ++++++++++++++++++++++
 doc/VERSIONS                |  5 +++--
 2 files changed, 25 insertions(+), 2 deletions(-)
 create mode 100644 benchmarks/extrude/onde.geo

diff --git a/benchmarks/extrude/onde.geo b/benchmarks/extrude/onde.geo
new file mode 100644
index 0000000000..ccc468c5ea
--- /dev/null
+++ b/benchmarks/extrude/onde.geo
@@ -0,0 +1,22 @@
+//================================================
+//    Maillage du cube
+//================================================
+
+h = 0.05;
+Point(1) = {0,2,0,25*h};
+Point(2) = {0,-1,0,h};
+Point(3) = {1,-0.2,0,2*h};
+Point(4) = {1.5,-0.8,0,h};
+Point(5) = {2,0.1,0,2*h};
+Point(6) = {3,-0.6,0,h};
+Point(7) = {4,2,0,10*h};
+Point(8) = {0.4,-0.9,0,h};
+CatmullRom(1) = {2,8,3,4,5,6,7};
+Line(2) = {7,1};
+Line(3) = {1,2};
+Line Loop(4) = {3,1,2};
+Plane Surface(5) = {4};
+Extrude Surface {5, {0,1,0}, {0,0,0}, Pi/2}  
+{Layers{10,100,1}; Recombine;};
+
+
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 0f2f49e315..c449bd1bad 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,10 +1,11 @@
-$Id: VERSIONS,v 1.172 2003-12-03 04:31:31 geuzaine Exp $
+$Id: VERSIONS,v 1.173 2003-12-04 00:14:32 geuzaine Exp $
 
 New since 1.49: small changes to the visibility browser + made
 visibility scriptable (new Show/Hide commands); fixed (rare) crash
 when deleting views; split File->Open into File->Open and File->New to
 behave like most other programs; Mac versions now use the system menu
-bar by default (if possible);
+bar by default (if possible); fixed bug leading to degenerate
+tetrahedra in extruded meshes;
 
 New in 1.49: made Merge, Save and Print behave like Include (i.e.,
 open files in the same directory as the main project file if the path
-- 
GitLab