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

patch for debian

parent f4215e05
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
#include <cstring>
#include <iostream> // DBG
#include <cstdio>
#include <map>
#include <string>
#include <vector>
......
$Id: VERSIONS.txt,v 1.54 2009-08-28 00:03:18 geuzaine Exp $
$Id: VERSIONS.txt,v 1.55 2009-08-28 17:23:54 geuzaine Exp $
2.4.1 (?): fixed surface mesh orientation bug introduced in 2.4.0;
made meshing algorithms thread-safe; small cleanups and bug fixes.
2.4.1 (Aug 29): fixed surface mesh orientation bug introduced in
2.4.0; 2D meshing code refactoring and small bug fixes.
2.4.0 (Aug 22, 2009): switched build system to CMake; optionally copy
transfinite mesh contraints during geometry transformations; bumped
......
......@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p>
<h3 align="center">Christophe Geuzaine and Jean-Franois Remacle</h3>
<p>
<h3 align=center>Version 2.4.0, August 22 2009</h3>
<h3 align=center>Version 2.4.1, August 29 2009</h3>
<p>
<center>
<a href="#Description">Description</a> |
......@@ -67,10 +67,10 @@ Intel). Tutorial and demos files are included in all the archives.
<li>
<span style="border: 1px dotted; padding: 3px;">
<strong>Current stable release</strong>:
<a href="/gmsh/bin/Windows/gmsh-2.4.0-Windows.zip"><strong>Windows</strong></a>,
<a href="/gmsh/bin/Linux/gmsh-2.4.0-Linux.tgz"><strong>Linux</strong></a>,
<a href="/gmsh/bin/MacOSX/gmsh-2.4.0-MacOSX.dmg"><strong>Mac OS X</strong></a> and
<a href="/gmsh/src/gmsh-2.4.0-source.tgz"><strong>source code</strong></a>
<a href="/gmsh/bin/Windows/gmsh-2.4.1-Windows.zip"><strong>Windows</strong></a>,
<a href="/gmsh/bin/Linux/gmsh-2.4.1-Linux.tgz"><strong>Linux</strong></a>,
<a href="/gmsh/bin/MacOSX/gmsh-2.4.1-MacOSX.dmg"><strong>Mac OS X</strong></a> and
<a href="/gmsh/src/gmsh-2.4.1-source.tgz"><strong>source code</strong></a>
</span>
<p>
<li>Experimental versions (these might be buggy, or might not even
......
......@@ -4358,6 +4358,11 @@ optional: create the associated widget in @file{Fltk/optionWindow.cpp};
@c * valgrind --leak-check=yes --show-reachable=yes gmsh file.geo -3
@c * purify
@c * memprof
@c
@c Notes on thread-safety
@c All the operations in the Gmsh library are not thread safe.
@c For example, the MeshAdapt algorithm is, while the Delaunay/Frontal
@c are not.
@c -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment