Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nico Schlömer
gmsh
Commits
d3e02404
Commit
d3e02404
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
1.55
parent
e0cd1f50
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
doc/gmsh.html
+6
-6
6 additions, 6 deletions
doc/gmsh.html
doc/texinfo/gmsh.texi
+3
-3
3 additions, 3 deletions
doc/texinfo/gmsh.texi
with
12 additions
and
12 deletions
Makefile
+
3
−
3
View file @
d3e02404
# $Id: Makefile,v 1.36
4
2004-0
7-14 22:42:26
geuzaine Exp $
# $Id: Makefile,v 1.36
5
2004-0
8-21 19:34:52
geuzaine Exp $
#
#
# Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2004 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
=
5
4
GMSH_MINOR_VERSION
=
5
5
GMSH_PATCH_VERSION
=
2
GMSH_PATCH_VERSION
=
0
GMSH_EXTRA_VERSION
=
"-cvs"
GMSH_EXTRA_VERSION
=
"-cvs"
GMSH_VERSION
=
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
.
${
GMSH_PATCH_VERSION
}${
GMSH_EXTRA_VERSION
}
GMSH_VERSION
=
${
GMSH_MAJOR_VERSION
}
.
${
GMSH_MINOR_VERSION
}
.
${
GMSH_PATCH_VERSION
}${
GMSH_EXTRA_VERSION
}
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
6
−
6
View file @
d3e02404
...
@@ -25,7 +25,7 @@ generator with built-in pre- and post-processing facilities</h1>
...
@@ -25,7 +25,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p>
<p>
<h3
align=
"center"
>
Christophe Geuzaine and Jean-Franois Remacle
</h3>
<h3
align=
"center"
>
Christophe Geuzaine and Jean-Franois Remacle
</h3>
<p>
<p>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.5
4
</a>
,
3 July
2004
</h3>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.5
5
</a>
,
21 August
2004
</h3>
<p>
<p>
<center>
<center>
<a
href=
"#Description"
>
Description
</a>
|
<a
href=
"#Description"
>
Description
</a>
|
...
@@ -109,11 +109,11 @@ available for Windows, Linux and Mac OS X. The tutorial and demo files
...
@@ -109,11 +109,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.5
4
.0-Windows.zip"
>
Windows zip archive (95/98/NT/2000/XP)
</a>
<li><a
href=
"/gmsh/bin/Windows/gmsh-1.5
5
.0-Windows.zip"
>
Windows zip archive (95/98/NT/2000/XP)
</a>
<li><a
href=
"/gmsh/bin/Linux/gmsh-1.5
4
.0-1.i386.rpm"
>
Linux RPM (i386, Red Hat >= 7.3)
</a>
<li><a
href=
"/gmsh/bin/Linux/gmsh-1.5
5
.0-1.i386.rpm"
>
Linux RPM (i386, Red Hat >= 7.3)
</a>
<li><a
href=
"/gmsh/bin/Linux/gmsh-1.5
4
.0-Linux.tgz"
>
Linux tarball (i386, glibc >= 2.2)
</a>
<li><a
href=
"/gmsh/bin/Linux/gmsh-1.5
5
.0-Linux.tgz"
>
Linux tarball (i386, glibc >= 2.2)
</a>
<li><a
href=
"/gmsh/bin/MacOSX/gmsh-1.5
4
.0-MacOSX.tgz"
>
Mac OS X tarball (Mac OS X >= 10.2)
</a>
<li><a
href=
"/gmsh/bin/MacOSX/gmsh-1.5
5
.0-MacOSX.tgz"
>
Mac OS X tarball (Mac OS X >= 10.2)
</a>
<li><a
href=
"/gmsh/src/gmsh-1.5
4
.0-source.tgz"
>
Source tarball (all platforms)
</a>
<li><a
href=
"/gmsh/src/gmsh-1.5
5
.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>
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
3
−
3
View file @
d3e02404
\input
texinfo.tex @c -*-texinfo-*-
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
13
0
2004
-
08
-
2
0
1
7
:
54
:
20
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
13
1
2004
-
08
-
2
1
1
9
:
34
:
52
geuzaine Exp
$
@c
@c
@c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
@c Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
@c
@c
...
@@ -37,8 +37,8 @@
...
@@ -37,8 +37,8 @@
@c =========================================================================
@c =========================================================================
@c
%**start of header
@c
%**start of header
@setfilename gmsh.info
@setfilename gmsh.info
@set EDITION 1.2
3
@set EDITION 1.2
4
@set GMSH-VERSION 1.5
4
@set GMSH-VERSION 1.5
5
@set GMSH-WEB @uref
{
http://www.geuz.org/gmsh/
}
@set GMSH-WEB @uref
{
http://www.geuz.org/gmsh/
}
@set COPYRIGHT @copyright
{}
1997-2004 Christophe Geuzaine, Jean-Fran@,
{
c
}
ois Remacle
@set COPYRIGHT @copyright
{}
1997-2004 Christophe Geuzaine, Jean-Fran@,
{
c
}
ois Remacle
@c
@c
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment