From 6d83532feef342a7fa22b12e33bd991a6dfae7a8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 25 Nov 2005 03:23:42 +0000
Subject: [PATCH] *** empty log message ***

---
 demos/sphere-stl.geo | 9 ---------
 doc/VERSIONS         | 4 ++--
 2 files changed, 2 insertions(+), 11 deletions(-)
 delete mode 100644 demos/sphere-stl.geo

diff --git a/demos/sphere-stl.geo b/demos/sphere-stl.geo
deleted file mode 100644
index a93e148850..0000000000
--- a/demos/sphere-stl.geo
+++ /dev/null
@@ -1,9 +0,0 @@
-
-// include an STL triangulation as the representation of the surface 1
-
-Merge "sphere-surf.stl";
-
-// define a volume using that surface
-
-Surface Loop(2) = {1};
-Volume(3) = {2};
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 71af020ea1..c4ec83c80d 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,6 +1,6 @@
-$Id: VERSIONS,v 1.344 2005-11-20 03:58:29 geuzaine Exp $
+$Id: VERSIONS,v 1.345 2005-11-25 03:20:37 geuzaine Exp $
 
-New since 1.60: added support for second order (curved) elements in
+New in 1.61: added support for second order (curved) elements in
 post-processor; new version (1.4) of post-processing file formats; new
 stippling options for 2D plots; removed limit on allowed number of
 files on command line; all "Combine" operations are now available in
-- 
GitLab