From 0efa1be31328e2951287373150dff7ab05614c44 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 1 Aug 2001 09:31:57 +0000 Subject: [PATCH] typos --- Plugin/Plugin.cpp | 4 ++-- doc/VERSIONS | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp index 6b0964d673..5134fbcbc3 100644 --- a/Plugin/Plugin.cpp +++ b/Plugin/Plugin.cpp @@ -1,4 +1,4 @@ -// $Id: Plugin.cpp,v 1.16 2001-07-31 19:25:05 geuzaine Exp $ +// $Id: Plugin.cpp,v 1.17 2001-08-01 09:31:57 geuzaine Exp $ #ifndef _NODLL #include <dlfcn.h> @@ -127,7 +127,7 @@ void GMSH_PluginManager::RegisterDefaultPlugins(){ void GMSH_PluginManager::AddPlugin( char *dirName, char *pluginName){ #if ( defined(WIN32) && !defined(__CYGWIN__) ) || defined(_NODLL) - Msg(WARNING,"Plugins not yet implemented on this platform"); + Msg(WARNING,"No dynamic plugin loading on this platform"); return; #else char dynamic_lib[1024]; diff --git a/doc/VERSIONS b/doc/VERSIONS index d653ddd04f..5962dfe8fd 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,13 +1,13 @@ -$Id: VERSIONS,v 1.43 2001-08-01 09:17:28 geuzaine Exp $ +$Id: VERSIONS,v 1.44 2001-08-01 09:31:57 geuzaine Exp $ New in 1.22: Fixed (yet another) bug for 2D mesh in the mean plane; fixed surface coherence bug in extruded meshes; new double logarithmic scale, saturate value and smoothed normals option for post-processing -views; plugins are now enabled by default on Windows, Linux, SGI and -DEC; three experimental plugins are loaded by default: CutMap (extract -a given iso surface from a 3D scalar map), CutPlane (cut a 3D scalar -map with a plane section), CutSphere (cut a 3D scalar map with a -sphere); various other bug fixes, additions and clean-ups; +views; plugins are now enabled by default; three new experimental +statically linked plugins: CutMap (extracts a given iso surface from a +3D scalar map), CutPlane (cuts a 3D scalar map with a plane section), +CutSphere (cuts a 3D scalar map with a sphere); various other bug +fixes, additions and clean-ups; New in 1.21: Fixed more memory leaks; added -opt command line option to parse definitions directly from the command line; fixed missing -- GitLab