From ddccd2137a2d4a9da8c2c69c1cf1731ff79e1f63 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 12 Dec 2003 16:55:28 +0000 Subject: [PATCH] Removed extra arg in Init_Mesh --- Parser/Gmsh.tab.cpp | 4 ++-- Parser/Gmsh.yy.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 41b18852f4..31bb4a1247 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -191,7 +191,7 @@ #line 1 "Gmsh.y" -// $Id: Gmsh.tab.cpp,v 1.175 2003-12-11 18:37:53 geuzaine Exp $ +// $Id: Gmsh.tab.cpp,v 1.176 2003-12-12 16:55:28 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // @@ -6414,7 +6414,7 @@ case 273: #line 1942 "Gmsh.y" { if(!strcmp(yyvsp[-1].c, "Meshes") || !strcmp(yyvsp[-1].c, "All")) - Init_Mesh(THEM, 1); + Init_Mesh(THEM); ; break;} case 274: diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 1a469c3669..47c0b4f530 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.174 2003-12-11 18:37:53 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.175 2003-12-12 16:55:28 geuzaine Exp $ */ #define FLEX_SCANNER @@ -1015,7 +1015,7 @@ char *yytext; #define INITIAL 0 #line 2 "Gmsh.l" -// $Id: Gmsh.yy.cpp,v 1.174 2003-12-11 18:37:53 geuzaine Exp $ +// $Id: Gmsh.yy.cpp,v 1.175 2003-12-12 16:55:28 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // -- GitLab