From e9c39f4f89af4648e9ccc14bd56e90f8ee13c897 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 14 Oct 2005 20:13:56 +0000 Subject: [PATCH] *** empty log message *** --- demos/sphere-stl.geo | 2 +- doc/VERSIONS | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/demos/sphere-stl.geo b/demos/sphere-stl.geo index 53ec0338f1..a93e148850 100644 --- a/demos/sphere-stl.geo +++ b/demos/sphere-stl.geo @@ -1,7 +1,7 @@ // include an STL triangulation as the representation of the surface 1 -Merge "sphere-stl.stl"; +Merge "sphere-surf.stl"; // define a volume using that surface diff --git a/doc/VERSIONS b/doc/VERSIONS index 4ebc1a96d6..f93c57587c 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.342 2005-10-09 15:58:41 geuzaine Exp $ +$Id: VERSIONS,v 1.343 2005-10-14 20:10:44 geuzaine Exp $ New since 1.60: added support for second order (curved) elements in post-processor; new version (1.4) of post-processing file formats; new @@ -13,9 +13,10 @@ Windows/Cygwin; removed Discrete Line and Discrete Surface commands (the same functionality can now be obtained by simply loading a mesh in .msh format); fixed coloring by mesh partition; new "mesh statistics" export format; new full-quad recombine option; new -Plugin(ModulusPhase); experimental Tetgen integration; hexas and -prisms are now always saved with positive volume; improved interactive -entity selection; various small bug fixes and improvements. +Plugin(ModulusPhase); hexas and prisms are now always saved with +positive volume; improved interactive entity selection; new +experimental Tetgen integration; new experimental STL remeshing +algorithm; various small bug fixes and improvements. New in 1.60: added support for discrete curves; new Window menu on Mac OS X; generalized all octree-based plugins (CutGrid, StreamLines, -- GitLab