From bfb46ee5ec37ce0c3a12eba13595bde5f78cffe8 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 21 Nov 2003 08:00:04 +0000 Subject: [PATCH] Forgot these --- Parser/Gmsh.tab.cpp | 4 ++-- Parser/Gmsh.yy.cpp | 4 ++-- doc/VERSIONS | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 38f50a7131..49b67c0d35 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -189,7 +189,7 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.166 2003-11-21 07:56:29 geuzaine Exp $ +// $Id: Gmsh.tab.cpp,v 1.167 2003-11-21 08:00:03 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // @@ -6378,7 +6378,7 @@ case 269: case 270: #line 1928 "Gmsh.y" { - if(!strcmp(yyvsp[-4].c, "View")) FreeView((int)yyvsp[-2].d); + if(!strcmp(yyvsp[-4].c, "View")) RemoveViewByIndex((int)yyvsp[-2].d); ; break;} case 271: diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 427a5f73ac..566e739305 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.165 2003-11-21 07:56:31 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.166 2003-11-21 08:00:04 geuzaine Exp $ */ #define FLEX_SCANNER @@ -1013,7 +1013,7 @@ char *yytext; #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.165 2003-11-21 07:56:31 geuzaine Exp $ +// $Id: Gmsh.yy.cpp,v 1.166 2003-11-21 08:00:04 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // diff --git a/doc/VERSIONS b/doc/VERSIONS index 95a3010c35..90aa0c7648 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,7 +1,8 @@ -$Id: VERSIONS,v 1.159 2003-11-21 07:56:32 geuzaine Exp $ +$Id: VERSIONS,v 1.160 2003-11-21 08:00:04 geuzaine Exp $ New since 1.47: new DisplacementRaise plugin to plot arbitrary fields -on a deformed mesh; small bug fixes (configure script); +on a deformed mesh; genearlized CutMap, CutPlane and CutSphere +plugins; small bug fixes (configure script); New in 1.47: fixed extrusion of surfaces defined by only two curves; new syntax to retrieve point coordinates and indices of entities -- GitLab