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

*** empty log message ***

parent 6613c044
No related branches found
No related tags found
No related merge requests found
// $Id: Mesh.cpp,v 1.123 2005-03-13 17:58:37 geuzaine Exp $
// $Id: Mesh.cpp,v 1.124 2005-03-15 15:42:26 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -145,10 +145,10 @@ void Draw_Mesh(Mesh * M)
// geometry but there is a mesh
int somegeo =
Tree_Nbr(M->Points) || Tree_Nbr(M->Curves) || Tree_Nbr(M->Surfaces);
Tree_Nbr(M->Points) || Tree_Nbr(M->Curves) || Tree_Nbr(M->Saurfaces);
if((CTX.draw_bbox && (somegeo || Tree_Nbr(M->Vertices))) ||
(!CTX.mesh.draw && !somegeo && Tree_Nbr(M->Vertices))) {
(!CTX.mesh.draw && !Tree_Nbr(M->Points) && Tree_Nbr(M->Vertices))) {
glColor4ubv((GLubyte *) & CTX.color.fg);
glLineWidth(CTX.line_width);
gl2psLineWidth(CTX.line_width * CTX.print.eps_line_width_factor);
......
# $Id: Makefile,v 1.389 2005-03-13 20:43:35 geuzaine Exp $
# $Id: Makefile,v 1.390 2005-03-15 15:37:27 geuzaine Exp $
#
# Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
#
......@@ -23,7 +23,7 @@ include variables
GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 60
GMSH_PATCH_VERSION = 0
GMSH_PATCH_VERSION = 1
GMSH_EXTRA_VERSION = "-cvs"
GMSH_VERSION = ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}${GMSH_EXTRA_VERSION}
......
......@@ -106,11 +106,11 @@ Linux and Mac OS X. The tutorial and demo files are included in the
archives.
<ul>
<li><a href="/gmsh/bin/Windows/gmsh-1.60.0-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.60.0-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.60.0-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a>
<li><a href="/gmsh/bin/MacOSX/gmsh-1.60.0-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a>
<li><a href="/gmsh/src/gmsh-1.60.0-source.tgz">Source tarball (all platforms)</a>
<li><a href="/gmsh/bin/Windows/gmsh-1.60.1-Windows.zip">Windows zip archive (95/98/NT/2000/XP)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.60.1-1.i386.rpm">Linux RPM (i386, Red Hat >= 7.3)</a>
<li><a href="/gmsh/bin/Linux/gmsh-1.60.1-Linux.tgz">Linux tarball (i386, glibc >= 2.2)</a>
<li><a href="/gmsh/bin/MacOSX/gmsh-1.60.1-MacOSX.tgz">Mac OS X tarball (Mac OS X >= 10.2)</a>
<li><a href="/gmsh/src/gmsh-1.60.1-source.tgz">Source tarball (all platforms)</a>
<a href="#build-footnote" name="build-footmark"><sup>2</sup></a>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment