From 07e95e7fc4c24522cc9ec263e470cc8b84c6ce45 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 21 Feb 2001 07:30:09 +0000 Subject: [PATCH] Bug extrusion geo --- Makefile | 4 ++-- Mesh/Create.cpp | 3 ++- README.bugs | 10 +--------- doc/Changelog | 3 ++- doc/gmsh.1 | 4 ++-- utils/gmsh_fltk.spec | 4 ++-- www/gmsh.html | 14 +++++++------- 7 files changed, 18 insertions(+), 24 deletions(-) diff --git a/Makefile b/Makefile index 3b8b49f21e..4b5c45b611 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.63 2001-02-20 18:32:58 geuzaine Exp $ +# $Id: Makefile,v 1.64 2001-02-21 07:30:09 geuzaine Exp $ # ---------------------------------------------------------------------- # Makefile for Gmsh # ---------------------------------------------------------------------- - GMSH_RELEASE = 1.14 + GMSH_RELEASE = 1.15 MAKE = make CC = c++ diff --git a/Mesh/Create.cpp b/Mesh/Create.cpp index 0d2e418e1f..764b526937 100644 --- a/Mesh/Create.cpp +++ b/Mesh/Create.cpp @@ -1,4 +1,4 @@ -// $Id: Create.cpp,v 1.8 2001-01-12 13:29:00 geuzaine Exp $ +// $Id: Create.cpp,v 1.9 2001-02-21 07:30:09 geuzaine Exp $ #include "Gmsh.h" #include "Const.h" @@ -479,6 +479,7 @@ Curve *Create_Curve (int Num, int Typ, int Order, List_T * Liste, } else { //End_Curve(pC); + pC->Extrude = NULL; return pC; } diff --git a/README.bugs b/README.bugs index ac9ac9ebbf..4a96427a7c 100644 --- a/README.bugs +++ b/README.bugs @@ -1,12 +1,4 @@ -$Id: README.bugs,v 1.1 2001-02-17 22:08:40 geuzaine Exp $ - -* gmsh demos/piece.geo -mailler en 2D -mailler en 1D -crash - ---> probleme d'initialisation: Curve *c->Extrude n'est pas NULL dans -Extrude_Mesh alors qu'il devrait +$Id: README.bugs,v 1.2 2001-02-21 07:30:09 geuzaine Exp $ * Si la coherence des surfaces n'est pas recouvree en une etape, et qu'on fait une seconde passe qui marche, les volumes ne sont pas diff --git a/doc/Changelog b/doc/Changelog index 9064fcfcda..4be1a4b442 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,5 @@ -New in 1.15: Added automatic visibility for entity creation; +New in 1.15: Added automatic visibility setting during entity +selection; Corrected geometrical extrusion bug; New in 1.14: Corrected a few bugs in the GUI (most of them were introduced in 1.13); Added interactive color selection; Made the diff --git a/doc/gmsh.1 b/doc/gmsh.1 index 496d846b92..329d18f6e6 100644 --- a/doc/gmsh.1 +++ b/doc/gmsh.1 @@ -5,7 +5,7 @@ .\" Copyright (c) 2000-2001 J.-F. Remacle, C. Geuzaine .\" .\" ====================================================================== -.TH Gmsh 1 "15 February 2001" "Version 1.14" "Gmsh Manual Pages" +.TH Gmsh 1 "15 February 2001" "Version 1.15" "Gmsh Manual Pages" .UC 4 .\" ====================================================================== .SH NAME @@ -215,7 +215,7 @@ Remacle (Remacle@scorec.rpi.edu). .SH SEE ALSO Gmsh homepage at \fIhttp://www.geuz.org/gmsh/\fR .PP -Gmsh example files in \fI/usr/doc/gmsh-1.14/\fR +Gmsh example files in \fI/usr/doc/gmsh-1.15/\fR .PP GetDP (a scientific computation software for the numerical solution of integro-differential equations, using finite element and integral type diff --git a/utils/gmsh_fltk.spec b/utils/gmsh_fltk.spec index 138135d976..a3c0be53c6 100644 --- a/utils/gmsh_fltk.spec +++ b/utils/gmsh_fltk.spec @@ -1,7 +1,7 @@ Summary: A 3D mesh generator with pre- and post-processing facilities Name: gmsh -Version: 1.14 -Source: gmsh-1.14.tar.gz +Version: 1.15 +Source: gmsh-1.15.tar.gz Release: 1 Copyright: distributable Group: Applications/Engineering diff --git a/www/gmsh.html b/www/gmsh.html index 2499efbb9e..0eeb17286d 100644 --- a/www/gmsh.html +++ b/www/gmsh.html @@ -51,7 +51,7 @@ ENDSCRIPT---> This page is a mirror of <a href="/gmsh/">/gmsh/</a><p> ENDMIRROR---> -<!---BEGINDATE$Date: 2001-02-19 15:58:30 $ENDDATE---> +<!---BEGINDATE$Date: 2001-02-21 07:30:09 $ENDDATE---> Copyright © 1998-2001<br> J.-F. Remacle<br> @@ -251,17 +251,17 @@ description. <td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1> -<b>Latest Release: 1.14 (February 19, 2001)</b> +<b>Latest Release: 1.15 (February 21, 2001)</b> <p> The development release of Gmsh is available for Windows, Linux, Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked with OpenGL. <ul> -<li><A href="/gmsh/1.14/gmsh-win.zip">Windows zip archive (95/98/NT)</A> -<li><A href="/gmsh/1.14/gmsh-1.14-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> -<li><A href="/gmsh/1.14/gmsh-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> -<li><A href="/gmsh/1.14/gmsh-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> -<li><A href="/gmsh/1.14/gmsh-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> +<li><A href="/gmsh/1.15/gmsh-win.zip">Windows zip archive (95/98/NT)</A> +<li><A href="/gmsh/1.15/gmsh-1.15-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> +<li><A href="/gmsh/1.15/gmsh-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> +<li><A href="/gmsh/1.15/gmsh-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> +<li><A href="/gmsh/1.15/gmsh-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> </ul> <p><br> -- GitLab