From dfe80a20de7b0b4b6fc2d6596aba6fed6a204c69 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 28 Aug 2001 15:12:01 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/bugs/piece-bad.geo | 1 +
 doc/VERSIONS                  | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/benchmarks/bugs/piece-bad.geo b/benchmarks/bugs/piece-bad.geo
index 62a51fdae4..04ca2ba5bd 100644
--- a/benchmarks/bugs/piece-bad.geo
+++ b/benchmarks/bugs/piece-bad.geo
@@ -95,3 +95,4 @@ Surface Loop(373) = {90,371,359,78,82,363,367,86,325,329,317,
 Volume(374) = {373};
 
 Physical Volume(1) = 374 ;
+Physical Surface(2) = {1:1000};
diff --git a/doc/VERSIONS b/doc/VERSIONS
index dea0d7a460..38f09fa8bb 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,9 +1,9 @@
-$Id: VERSIONS,v 1.61 2001-08-26 12:12:18 geuzaine Exp $
+$Id: VERSIONS,v 1.62 2001-08-28 15:12:01 geuzaine Exp $
 
 New in 1.24: Fixed characteristic length interpolation for Splines;
-Added BSplines; Integrated Jonathan Shewchuk's Triangle as an
-alternative isotropic 2D mesh generator; New AngleSmoothNormals
-option; various other bug fixes, additions and clean-ups;
+fixed edge swapping bug in 3D initial mesh generation; added BSplines;
+integrated Jonathan Shewchuk's Triangle as an alternative isotropic 2D
+mesh generator; added AngleSmoothNormals option;
 
 New in 1.23: Fixed duplicate elements generation + non-matching
 tetrahedra faces in 3D extruded meshes; Better display of displacement
-- 
GitLab