From d627e605499bbf8f3f6cce086145b6f2e9d5637d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 31 Jan 2006 00:22:33 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 4 ++-- Mesh/3D_Mesh.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 656a4ba448..469eb23e97 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $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 # @@ -23,7 +23,7 @@ include variables GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 63 -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} diff --git a/Mesh/3D_Mesh.cpp b/Mesh/3D_Mesh.cpp index b65126300d..fd113a615e 100644 --- a/Mesh/3D_Mesh.cpp +++ b/Mesh/3D_Mesh.cpp @@ -1,4 +1,4 @@ -// $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 // @@ -44,7 +44,7 @@ extern int FACE_DIMENSION; static Tree_T *Tsd, *Sim_Sur_Le_Bord, *POINTS_TREE; static List_T *Simplexes_Destroyed, *Simplexes_New, *Suppress; -static List_T *LLL, *POINTS_LIST; +static List_T *POINTS_LIST; static Simplex *THES; static Vertex *THEV; static Tree_T *SimXFac; -- GitLab