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

*** empty log message ***

parent 1e1823d5
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.410 2006-01-28 21:16:36 geuzaine Exp $ # $Id: Makefile,v 1.411 2006-01-31 00:22:33 geuzaine Exp $
# #
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
# #
...@@ -23,7 +23,7 @@ include variables ...@@ -23,7 +23,7 @@ include variables
GMSH_MAJOR_VERSION = 1 GMSH_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 63 GMSH_MINOR_VERSION = 63
GMSH_PATCH_VERSION = 0 GMSH_PATCH_VERSION = 1
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}
......
// $Id: 3D_Mesh.cpp,v 1.72 2006-01-29 22:53:41 geuzaine Exp $ // $Id: 3D_Mesh.cpp,v 1.73 2006-01-31 00:22:33 geuzaine Exp $
// //
// Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
// //
...@@ -44,7 +44,7 @@ extern int FACE_DIMENSION; ...@@ -44,7 +44,7 @@ extern int FACE_DIMENSION;
static Tree_T *Tsd, *Sim_Sur_Le_Bord, *POINTS_TREE; static Tree_T *Tsd, *Sim_Sur_Le_Bord, *POINTS_TREE;
static List_T *Simplexes_Destroyed, *Simplexes_New, *Suppress; static List_T *Simplexes_Destroyed, *Simplexes_New, *Suppress;
static List_T *LLL, *POINTS_LIST; static List_T *POINTS_LIST;
static Simplex *THES; static Simplex *THES;
static Vertex *THEV; static Vertex *THEV;
static Tree_T *SimXFac; static Tree_T *SimXFac;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment