Skip to content
Snippets Groups Projects
Commit 0efa1be3 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typos

parent b2ea0475
No related branches found
No related tags found
No related merge requests found
// $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];
......
$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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment