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

1.25

parent 872f3101
Branches
Tags
No related merge requests found
# $Id: Makefile,v 1.143 2001-08-30 08:57:09 geuzaine Exp $
# $Id: Makefile,v 1.144 2001-08-31 09:23:40 geuzaine Exp $
GMSH_RELEASE = 1.24
GMSH_RELEASE = 1.25
MAKE = make
CXX = c++
......
$Id: VERSIONS,v 1.63 2001-08-28 20:40:21 geuzaine Exp $
$Id: VERSIONS,v 1.64 2001-08-31 09:23:40 geuzaine Exp $
New in 1.25:
New in 1.24: Fixed characteristic length interpolation for Splines;
fixed edge swapping bug in 3D initial mesh; fixed degenerated case in
......
......@@ -5,7 +5,7 @@
.\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine
.\"
.\" ======================================================================
.TH Gmsh 1 "06 August 2001" "Version 1.24" "Gmsh Manual Pages"
.TH Gmsh 1 "31 August 2001" "Version 1.25" "Gmsh Manual Pages"
.UC 4
.\" ======================================================================
.SH NAME
......@@ -220,6 +220,6 @@ Remacle (Remacle@scorec.rpi.edu).
.SH SEE ALSO
.BR getdp (1),
.br
Gmsh examples (\fI/usr/doc/gmsh-1.24/\fR),
Gmsh examples (\fI/usr/doc/gmsh-1.25/\fR),
.br
Gmsh homepage (\fIhttp://www.geuz.org/gmsh/\fR).
Summary: A 3D mesh generator with pre- and post-processing facilities
Name: gmsh
Version: 1.24
Source: gmsh-1.24.tar.gz
Version: 1.25
Source: gmsh-1.25.tar.gz
Release: 1
Copyright: distributable
Group: Applications/Engineering
......
......@@ -46,7 +46,7 @@ cat << EOM
page requests since<br>1998/05/24<p>
ENDSCRIPT--->
<!---BEGINDATE$Date: 2001-08-31 08:08:08 $ENDDATE--->
<!---BEGINDATE$Date: 2001-08-31 09:23:40 $ENDDATE--->
Copyright &copy; 1998-2001<br>
Jean-François Remacle and
......@@ -314,7 +314,7 @@ ENDSCRIPT--->
<td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
<b>Version 1.24 (August 30, 2001)</b>
<b>Version 1.25 (September ?, 2001)</b>
<p>
Executable versions of Gmsh are available for Windows and for most of
the classical UNIX platforms. These versions are free, and are all
......@@ -323,14 +323,14 @@ name="opengl-footmark"><sup>1</sup></a>. The only thing required if
you use Gmsh is to mention it in your work. The tutorial and demo
files are included in the archives.
<ul>
<li><A href="/gmsh/bin/gmsh-1.24-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.24-2.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.24-2-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.24-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/bin/gmsh-1.24-SunOS.tgz">Sun tarball (SunOS 5.5)</A>
<li><A href="/gmsh/bin/gmsh-1.24-AIX.tgz">IBM tarball (AIX)</A>
<li><A href="/gmsh/bin/gmsh-1.24-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.24-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
<li><A href="/gmsh/bin/gmsh-1.25-Windows.zip">Windows zip archive (95/98/NT)</A>
<li><A href="/gmsh/bin/gmsh-1.25-2.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.25-2-Linux.tgz">Linux tarball (i386, glibc 2.1)</A>
<li><A href="/gmsh/bin/gmsh-1.25-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A>
<li><A href="/gmsh/bin/gmsh-1.25-SunOS.tgz">Sun tarball (SunOS 5.5)</A>
<li><A href="/gmsh/bin/gmsh-1.25-AIX.tgz">IBM tarball (AIX)</A>
<li><A href="/gmsh/bin/gmsh-1.25-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A>
<li><A href="/gmsh/bin/gmsh-1.25-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment