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

1.46
parent 6252da17
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.296 2003-08-06 21:00:15 geuzaine Exp $ # $Id: Makefile,v 1.297 2003-08-22 05:52:43 geuzaine Exp $
# #
# Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
# #
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
include variables include variables
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 45 GMSH_MINOR_VERSION = 46
GMSH_PATCH_VERSION = 2 GMSH_PATCH_VERSION = 0
GMSH_VERSION_FILE = Common/GmshVersion.h GMSH_VERSION_FILE = Common/GmshVersion.h
GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION} GMSH_RELEASE = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}
......
$Id: VERSIONS,v 1.152 2003-06-24 23:34:45 geuzaine Exp $ $Id: VERSIONS,v 1.153 2003-08-22 05:52:43 geuzaine Exp $
New since 1.45.0: fix crash for very long command lines; new options New in 1.46: fix crash for very long command lines; new options for
for setting the displacement factor and Triangle's parameters + setting the displacement factor and Triangle's parameters + renamed a
renamed a couple of options to more sensible names (View.VectorType, couple of options to more sensible names (View.VectorType,
View.ArrowSize); documentation update; View.ArrowSize); documentation update;
New in 1.45: small bug fixes (min/max computation for tensor views, New in 1.45: small bug fixes (min/max computation for tensor views,
......
...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1> ...@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p> <p>
<h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3> <h3 align="center">Christophe Geuzaine and Jean-François Remacle</h3>
<p> <p>
<h3 align=center>Version <a href="doc/VERSIONS">1.45</a>, 14 June 2003</h3> <h3 align=center>Version <a href="doc/VERSIONS">1.46</a>, 14 June 2003</h3>
<p> <p>
<center> <center>
<a href="#Description">Description</a> | <a href="#Description">Description</a> |
...@@ -123,11 +123,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files ...@@ -123,11 +123,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files
are included in the archives. are included in the archives.
<ul> <ul>
<li><a href="/gmsh/bin/Windows/gmsh-1.45.2-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a> <li><a href="/gmsh/bin/Windows/gmsh-1.46.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.45.2-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a> <li><a href="/gmsh/bin/Linux/gmsh-1.46.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.45.2-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a> <li><a href="/gmsh/bin/Linux/gmsh-1.46.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a>
<li><a href="/gmsh/bin/MacOSX/gmsh-1.45.2-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a> <li><a href="/gmsh/bin/MacOSX/gmsh-1.46.0-MacOSX.tgz">Mac OS X tarball (Mac OS X 10.2)</a>
<li><a href="/gmsh/src/gmsh-1.45.2-source.tgz">Source tarball (all platforms)</a> <li><a href="/gmsh/src/gmsh-1.46.0-source.tgz">Source tarball (all platforms)</a>
<a href="#build-footnote" name="build-footmark"><sup>2</sup></a> <a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
</ul> </ul>
......
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.79 2003-08-06 21:00:16 geuzaine Exp $ @c $Id: gmsh.texi,v 1.80 2003-08-22 05:52:43 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
@c ========================================================================= @c =========================================================================
@c %**start of header @c %**start of header
@setfilename gmsh.info @setfilename gmsh.info
@set EDITION 1.11 @set EDITION 1.12
@set GMSH-VERSION 1.45 @set GMSH-VERSION 1.46
@set GMSH-WEB @uref{http://www.geuz.org/gmsh/} @set GMSH-WEB @uref{http://www.geuz.org/gmsh/}
@set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle @set COPYRIGHT @copyright{} 1997-2003 Christophe Geuzaine, Jean-Fran@,{c}ois Remacle
@c @c
...@@ -1123,7 +1123,7 @@ Ends a matching @code{If} command. ...@@ -1123,7 +1123,7 @@ Ends a matching @code{If} command.
See @ref{t5.geo}, for an example of @code{For} and @code{If} commands. Gmsh See @ref{t5.geo}, for an example of @code{For} and @code{If} commands. Gmsh
does not provide any @code{Else} (or similar) command at the time of this does not provide any @code{Else} (or similar) command at the time of this
writing (Gmsh 1.45). writing (Gmsh 1.46).
@c ------------------------------------------------------------------------- @c -------------------------------------------------------------------------
@c General commands @c General commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment