From 008a22e0e7f9f39ef85b2022b15f81beb0979a19 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 18 Feb 2001 18:11:42 +0000 Subject: [PATCH] *** empty log message *** --- Mesh/Print_Mesh.cpp | 4 +++- doc/Changelog | 2 +- www/gmsh.html | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp index 602990a993..2d2bb80a74 100644 --- a/Mesh/Print_Mesh.cpp +++ b/Mesh/Print_Mesh.cpp @@ -1,4 +1,4 @@ -// $Id: Print_Mesh.cpp,v 1.14 2001-02-17 22:08:58 geuzaine Exp $ +// $Id: Print_Mesh.cpp,v 1.15 2001-02-18 18:11:17 geuzaine Exp $ #include "Gmsh.h" #include "Const.h" @@ -107,6 +107,7 @@ void add_msh_simplex (void *a, void *b){ type = TETRAHEDRON; } +#if 0 // JF, je comprends pas !? if(type == TETRAHEDRON) { if ((*S)->Volume_Simplexe () > 0){ @@ -118,6 +119,7 @@ void add_msh_simplex (void *a, void *b){ Msg(WARNING, "Negative Volume for Simplex %d", (*S)->Num); } } +#endif fprintf (mshfile, "%d %d %d %d %d", MSH_ELEMENT_NUM++, type,MSH_PHYSICAL_NUM,(*S)->iEnt, nbn + nbs); diff --git a/doc/Changelog b/doc/Changelog index 762651fb24..881cb85099 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -6,7 +6,7 @@ startup; Made some changes to the scripting syntax (PostProcessing.View[n] becomes View[n]; Offset0 becomes OffsetX, etc.); Corrected the handling of simple triangular surfaces with large characteristic lengths in the 2D isotropic algorithm; Added an ascii -to binary view converter (gmsh -convert file file); +to binary post-processing view converter; New in 1.13: Added jpeg output on Windows; diff --git a/www/gmsh.html b/www/gmsh.html index e4748f4756..df58e5cb9f 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-09 09:11:23 $ENDDATE---> +<!---BEGINDATE$Date: 2001-02-18 18:11:42 $ENDDATE---> Copyright © 1998-2001<br> J.-F. Remacle<br> @@ -251,13 +251,13 @@ description. <td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1> -<b>Development Release: 1.13 (February 9, 2001)</b> +<b>Development Release: 1.14 (February 19, 2001)</b> <p> The development release of Gmsh is available for Linux and Windows. All executables are dynamically linked with OpenGL. <ul> -<li><A href="/gmsh/1.13/gmsh-win.zip">Windows zip archive (95/98/NT)</A> -<li><A href="/gmsh/1.13/gmsh-1.13-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> +<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> </ul> <p><br> -- GitLab