diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index ed4f8b7724ef9276f5199b2e141405d6d881dbc3..5dfcd931dceb04f7a2dd43beccc1061087ddfe97 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -287,6 +287,8 @@ TotalMemory return tTotalMemory; UndefineConstant return tUndefineConstant; UpperCase return tUpperCase; +LowerCase return tLowerCase; +LowerCaseIn return tLowerCaseIn; Using return tUsing; Volume return tVolume; diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 296250ae245a830cb626f41f0602a020b0ed9061..f37d079042f1e037b0df72ae519e5b277b865ffe 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -1,13 +1,14 @@ -/* A Bison parser, made by GNU Bison 3.0.4. */ +/* A Bison parser, made by GNU Bison 2.3. */ -/* Bison implementation for Yacc-like parsers in C +/* Skeleton implementation for Bison's Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. - This program is free software: you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + the Free Software Foundation; either version 2, or (at your option) + any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -15,7 +16,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -44,7 +47,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.0.4" +#define YYBISON_VERSION "2.3" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" @@ -52,25 +55,396 @@ /* Pure parsers. */ #define YYPURE 0 -/* Push parsers. */ -#define YYPUSH 0 +/* Using locations. */ +#define YYLSP_NEEDED 0 -/* Pull parsers. */ -#define YYPULL 1 +/* Substitute the variable and function names. */ +#define yyparse gmsh_yyparse +#define yylex gmsh_yylex +#define yyerror gmsh_yyerror +#define yylval gmsh_yylval +#define yychar gmsh_yychar +#define yydebug gmsh_yydebug +#define yynerrs gmsh_yynerrs + + +/* Tokens. */ +#ifndef YYTOKENTYPE +# define YYTOKENTYPE + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + tDOUBLE = 258, + tSTRING = 259, + tBIGSTR = 260, + tEND = 261, + tAFFECT = 262, + tDOTS = 263, + tPi = 264, + tMPI_Rank = 265, + tMPI_Size = 266, + tEuclidian = 267, + tCoordinates = 268, + tExp = 269, + tLog = 270, + tLog10 = 271, + tSqrt = 272, + tSin = 273, + tAsin = 274, + tCos = 275, + tAcos = 276, + tTan = 277, + tRand = 278, + tAtan = 279, + tAtan2 = 280, + tSinh = 281, + tCosh = 282, + tTanh = 283, + tFabs = 284, + tFloor = 285, + tCeil = 286, + tRound = 287, + tFmod = 288, + tModulo = 289, + tHypot = 290, + tList = 291, + tPrintf = 292, + tError = 293, + tStr = 294, + tSprintf = 295, + tStrCat = 296, + tStrPrefix = 297, + tStrRelative = 298, + tStrReplace = 299, + tFind = 300, + tStrFind = 301, + tStrCmp = 302, + tStrChoice = 303, + tUpperCase = 304, + tLowerCase = 305, + tLowerCaseIn = 306, + tTextAttributes = 307, + tBoundingBox = 308, + tDraw = 309, + tSetChanged = 310, + tToday = 311, + tFixRelativePath = 312, + tCurrentDirectory = 313, + tSyncModel = 314, + tNewModel = 315, + tOnelabAction = 316, + tOnelabRun = 317, + tCpu = 318, + tMemory = 319, + tTotalMemory = 320, + tCreateTopology = 321, + tCreateTopologyNoHoles = 322, + tDistanceFunction = 323, + tDefineConstant = 324, + tUndefineConstant = 325, + tDefineNumber = 326, + tDefineString = 327, + tSetNumber = 328, + tSetString = 329, + tPoint = 330, + tCircle = 331, + tEllipse = 332, + tLine = 333, + tSphere = 334, + tPolarSphere = 335, + tSurface = 336, + tSpline = 337, + tVolume = 338, + tCharacteristic = 339, + tLength = 340, + tParametric = 341, + tElliptic = 342, + tRefineMesh = 343, + tAdaptMesh = 344, + tRelocateMesh = 345, + tPlane = 346, + tRuled = 347, + tTransfinite = 348, + tComplex = 349, + tPhysical = 350, + tCompound = 351, + tPeriodic = 352, + tUsing = 353, + tPlugin = 354, + tDegenerated = 355, + tRecursive = 356, + tRotate = 357, + tTranslate = 358, + tSymmetry = 359, + tDilate = 360, + tExtrude = 361, + tLevelset = 362, + tAffine = 363, + tRecombine = 364, + tSmoother = 365, + tSplit = 366, + tDelete = 367, + tCoherence = 368, + tIntersect = 369, + tMeshAlgorithm = 370, + tReverse = 371, + tLayers = 372, + tScaleLast = 373, + tHole = 374, + tAlias = 375, + tAliasWithOptions = 376, + tCopyOptions = 377, + tQuadTriAddVerts = 378, + tQuadTriNoNewVerts = 379, + tQuadTriSngl = 380, + tQuadTriDbl = 381, + tRecombLaterals = 382, + tTransfQuadTri = 383, + tText2D = 384, + tText3D = 385, + tInterpolationScheme = 386, + tTime = 387, + tCombine = 388, + tBSpline = 389, + tBezier = 390, + tNurbs = 391, + tNurbsOrder = 392, + tNurbsKnots = 393, + tColor = 394, + tColorTable = 395, + tFor = 396, + tIn = 397, + tEndFor = 398, + tIf = 399, + tEndIf = 400, + tExit = 401, + tAbort = 402, + tField = 403, + tReturn = 404, + tCall = 405, + tMacro = 406, + tShow = 407, + tHide = 408, + tGetValue = 409, + tGetEnv = 410, + tGetString = 411, + tGetNumber = 412, + tHomology = 413, + tCohomology = 414, + tBetti = 415, + tSetOrder = 416, + tExists = 417, + tFileExists = 418, + tGMSH_MAJOR_VERSION = 419, + tGMSH_MINOR_VERSION = 420, + tGMSH_PATCH_VERSION = 421, + tGmshExecutableName = 422, + tSetPartition = 423, + tNameFromString = 424, + tStringFromName = 425, + tAFFECTDIVIDE = 426, + tAFFECTTIMES = 427, + tAFFECTMINUS = 428, + tAFFECTPLUS = 429, + tOR = 430, + tAND = 431, + tNOTEQUAL = 432, + tEQUAL = 433, + tGREATEROREQUAL = 434, + tLESSOREQUAL = 435, + UNARYPREC = 436, + tMINUSMINUS = 437, + tPLUSPLUS = 438 + }; +#endif +/* Tokens. */ +#define tDOUBLE 258 +#define tSTRING 259 +#define tBIGSTR 260 +#define tEND 261 +#define tAFFECT 262 +#define tDOTS 263 +#define tPi 264 +#define tMPI_Rank 265 +#define tMPI_Size 266 +#define tEuclidian 267 +#define tCoordinates 268 +#define tExp 269 +#define tLog 270 +#define tLog10 271 +#define tSqrt 272 +#define tSin 273 +#define tAsin 274 +#define tCos 275 +#define tAcos 276 +#define tTan 277 +#define tRand 278 +#define tAtan 279 +#define tAtan2 280 +#define tSinh 281 +#define tCosh 282 +#define tTanh 283 +#define tFabs 284 +#define tFloor 285 +#define tCeil 286 +#define tRound 287 +#define tFmod 288 +#define tModulo 289 +#define tHypot 290 +#define tList 291 +#define tPrintf 292 +#define tError 293 +#define tStr 294 +#define tSprintf 295 +#define tStrCat 296 +#define tStrPrefix 297 +#define tStrRelative 298 +#define tStrReplace 299 +#define tFind 300 +#define tStrFind 301 +#define tStrCmp 302 +#define tStrChoice 303 +#define tUpperCase 304 +#define tLowerCase 305 +#define tLowerCaseIn 306 +#define tTextAttributes 307 +#define tBoundingBox 308 +#define tDraw 309 +#define tSetChanged 310 +#define tToday 311 +#define tFixRelativePath 312 +#define tCurrentDirectory 313 +#define tSyncModel 314 +#define tNewModel 315 +#define tOnelabAction 316 +#define tOnelabRun 317 +#define tCpu 318 +#define tMemory 319 +#define tTotalMemory 320 +#define tCreateTopology 321 +#define tCreateTopologyNoHoles 322 +#define tDistanceFunction 323 +#define tDefineConstant 324 +#define tUndefineConstant 325 +#define tDefineNumber 326 +#define tDefineString 327 +#define tSetNumber 328 +#define tSetString 329 +#define tPoint 330 +#define tCircle 331 +#define tEllipse 332 +#define tLine 333 +#define tSphere 334 +#define tPolarSphere 335 +#define tSurface 336 +#define tSpline 337 +#define tVolume 338 +#define tCharacteristic 339 +#define tLength 340 +#define tParametric 341 +#define tElliptic 342 +#define tRefineMesh 343 +#define tAdaptMesh 344 +#define tRelocateMesh 345 +#define tPlane 346 +#define tRuled 347 +#define tTransfinite 348 +#define tComplex 349 +#define tPhysical 350 +#define tCompound 351 +#define tPeriodic 352 +#define tUsing 353 +#define tPlugin 354 +#define tDegenerated 355 +#define tRecursive 356 +#define tRotate 357 +#define tTranslate 358 +#define tSymmetry 359 +#define tDilate 360 +#define tExtrude 361 +#define tLevelset 362 +#define tAffine 363 +#define tRecombine 364 +#define tSmoother 365 +#define tSplit 366 +#define tDelete 367 +#define tCoherence 368 +#define tIntersect 369 +#define tMeshAlgorithm 370 +#define tReverse 371 +#define tLayers 372 +#define tScaleLast 373 +#define tHole 374 +#define tAlias 375 +#define tAliasWithOptions 376 +#define tCopyOptions 377 +#define tQuadTriAddVerts 378 +#define tQuadTriNoNewVerts 379 +#define tQuadTriSngl 380 +#define tQuadTriDbl 381 +#define tRecombLaterals 382 +#define tTransfQuadTri 383 +#define tText2D 384 +#define tText3D 385 +#define tInterpolationScheme 386 +#define tTime 387 +#define tCombine 388 +#define tBSpline 389 +#define tBezier 390 +#define tNurbs 391 +#define tNurbsOrder 392 +#define tNurbsKnots 393 +#define tColor 394 +#define tColorTable 395 +#define tFor 396 +#define tIn 397 +#define tEndFor 398 +#define tIf 399 +#define tEndIf 400 +#define tExit 401 +#define tAbort 402 +#define tField 403 +#define tReturn 404 +#define tCall 405 +#define tMacro 406 +#define tShow 407 +#define tHide 408 +#define tGetValue 409 +#define tGetEnv 410 +#define tGetString 411 +#define tGetNumber 412 +#define tHomology 413 +#define tCohomology 414 +#define tBetti 415 +#define tSetOrder 416 +#define tExists 417 +#define tFileExists 418 +#define tGMSH_MAJOR_VERSION 419 +#define tGMSH_MINOR_VERSION 420 +#define tGMSH_PATCH_VERSION 421 +#define tGmshExecutableName 422 +#define tSetPartition 423 +#define tNameFromString 424 +#define tStringFromName 425 +#define tAFFECTDIVIDE 426 +#define tAFFECTTIMES 427 +#define tAFFECTMINUS 428 +#define tAFFECTPLUS 429 +#define tOR 430 +#define tAND 431 +#define tNOTEQUAL 432 +#define tEQUAL 433 +#define tGREATEROREQUAL 434 +#define tLESSOREQUAL 435 +#define UNARYPREC 436 +#define tMINUSMINUS 437 +#define tPLUSPLUS 438 -/* Substitute the variable and function names. */ -#define yyparse gmsh_yyparse -#define yylex gmsh_yylex -#define yyerror gmsh_yyerror -#define yydebug gmsh_yydebug -#define yynerrs gmsh_yynerrs -#define yylval gmsh_yylval -#define yychar gmsh_yychar /* Copy the first part of user declarations. */ -#line 1 "Gmsh.y" /* yacc.c:339 */ +#line 1 "Gmsh.y" // Gmsh - Copyright (C) 1997-2015 C. Geuzaine, J.-F. Remacle // @@ -174,15 +548,11 @@ struct doubleXstring{ }; -#line 178 "Gmsh.tab.cpp" /* yacc.c:339 */ -# ifndef YY_NULLPTR -# if defined __cplusplus && 201103L <= __cplusplus -# define YY_NULLPTR nullptr -# else -# define YY_NULLPTR 0 -# endif -# endif +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE @@ -192,212 +562,15 @@ struct doubleXstring{ # define YYERROR_VERBOSE 0 #endif -/* In a future release of Bison, this section will be replaced - by #include "Gmsh.tab.hpp". */ -#ifndef YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED -# define YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED -/* Debug traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif -#if YYDEBUG -extern int gmsh_yydebug; -#endif - -/* Token type. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - enum yytokentype - { - tDOUBLE = 258, - tSTRING = 259, - tBIGSTR = 260, - tEND = 261, - tAFFECT = 262, - tDOTS = 263, - tPi = 264, - tMPI_Rank = 265, - tMPI_Size = 266, - tEuclidian = 267, - tCoordinates = 268, - tExp = 269, - tLog = 270, - tLog10 = 271, - tSqrt = 272, - tSin = 273, - tAsin = 274, - tCos = 275, - tAcos = 276, - tTan = 277, - tRand = 278, - tAtan = 279, - tAtan2 = 280, - tSinh = 281, - tCosh = 282, - tTanh = 283, - tFabs = 284, - tFloor = 285, - tCeil = 286, - tRound = 287, - tFmod = 288, - tModulo = 289, - tHypot = 290, - tList = 291, - tPrintf = 292, - tError = 293, - tStr = 294, - tSprintf = 295, - tStrCat = 296, - tStrPrefix = 297, - tStrRelative = 298, - tStrReplace = 299, - tFind = 300, - tStrFind = 301, - tStrCmp = 302, - tStrChoice = 303, - tUpperCase = 304, - tTextAttributes = 305, - tBoundingBox = 306, - tDraw = 307, - tSetChanged = 308, - tToday = 309, - tFixRelativePath = 310, - tCurrentDirectory = 311, - tSyncModel = 312, - tNewModel = 313, - tOnelabAction = 314, - tOnelabRun = 315, - tCpu = 316, - tMemory = 317, - tTotalMemory = 318, - tCreateTopology = 319, - tCreateTopologyNoHoles = 320, - tDistanceFunction = 321, - tDefineConstant = 322, - tUndefineConstant = 323, - tDefineNumber = 324, - tDefineString = 325, - tSetNumber = 326, - tSetString = 327, - tPoint = 328, - tCircle = 329, - tEllipse = 330, - tLine = 331, - tSphere = 332, - tPolarSphere = 333, - tSurface = 334, - tSpline = 335, - tVolume = 336, - tCharacteristic = 337, - tLength = 338, - tParametric = 339, - tElliptic = 340, - tRefineMesh = 341, - tAdaptMesh = 342, - tRelocateMesh = 343, - tPlane = 344, - tRuled = 345, - tTransfinite = 346, - tComplex = 347, - tPhysical = 348, - tCompound = 349, - tPeriodic = 350, - tUsing = 351, - tPlugin = 352, - tDegenerated = 353, - tRecursive = 354, - tRotate = 355, - tTranslate = 356, - tSymmetry = 357, - tDilate = 358, - tExtrude = 359, - tLevelset = 360, - tAffine = 361, - tRecombine = 362, - tSmoother = 363, - tSplit = 364, - tDelete = 365, - tCoherence = 366, - tIntersect = 367, - tMeshAlgorithm = 368, - tReverse = 369, - tLayers = 370, - tScaleLast = 371, - tHole = 372, - tAlias = 373, - tAliasWithOptions = 374, - tCopyOptions = 375, - tQuadTriAddVerts = 376, - tQuadTriNoNewVerts = 377, - tQuadTriSngl = 378, - tQuadTriDbl = 379, - tRecombLaterals = 380, - tTransfQuadTri = 381, - tText2D = 382, - tText3D = 383, - tInterpolationScheme = 384, - tTime = 385, - tCombine = 386, - tBSpline = 387, - tBezier = 388, - tNurbs = 389, - tNurbsOrder = 390, - tNurbsKnots = 391, - tColor = 392, - tColorTable = 393, - tFor = 394, - tIn = 395, - tEndFor = 396, - tIf = 397, - tEndIf = 398, - tExit = 399, - tAbort = 400, - tField = 401, - tReturn = 402, - tCall = 403, - tMacro = 404, - tShow = 405, - tHide = 406, - tGetValue = 407, - tGetEnv = 408, - tGetString = 409, - tGetNumber = 410, - tHomology = 411, - tCohomology = 412, - tBetti = 413, - tSetOrder = 414, - tExists = 415, - tFileExists = 416, - tGMSH_MAJOR_VERSION = 417, - tGMSH_MINOR_VERSION = 418, - tGMSH_PATCH_VERSION = 419, - tGmshExecutableName = 420, - tSetPartition = 421, - tNameFromString = 422, - tStringFromName = 423, - tAFFECTPLUS = 424, - tAFFECTMINUS = 425, - tAFFECTTIMES = 426, - tAFFECTDIVIDE = 427, - tOR = 428, - tAND = 429, - tEQUAL = 430, - tNOTEQUAL = 431, - tLESSOREQUAL = 432, - tGREATEROREQUAL = 433, - tPLUSPLUS = 434, - tMINUSMINUS = 435, - UNARYPREC = 436 - }; +/* Enabling the token table. */ +#ifndef YYTOKEN_TABLE +# define YYTOKEN_TABLE 0 #endif -/* Value type. */ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED - -union YYSTYPE +typedef union YYSTYPE +#line 105 "Gmsh.y" { -#line 105 "Gmsh.y" /* yacc.c:355 */ - char *c; int i; unsigned int u; @@ -405,25 +578,22 @@ union YYSTYPE double v[5]; Shape s; List_T *l; - -#line 410 "Gmsh.tab.cpp" /* yacc.c:355 */ -}; - -typedef union YYSTYPE YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 +} +/* Line 193 of yacc.c. */ +#line 584 "Gmsh.tab.cpp" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 #endif -extern YYSTYPE gmsh_yylval; - -int gmsh_yyparse (void); - -#endif /* !YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED */ /* Copy the second part of user declarations. */ -#line 427 "Gmsh.tab.cpp" /* yacc.c:358 */ + +/* Line 216 of yacc.c. */ +#line 597 "Gmsh.tab.cpp" #ifdef short # undef short @@ -437,8 +607,11 @@ typedef unsigned char yytype_uint8; #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; -#else +#elif (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) typedef signed char yytype_int8; +#else +typedef short int yytype_int8; #endif #ifdef YYTYPE_UINT16 @@ -458,7 +631,8 @@ typedef short int yytype_int16; # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t -# elif ! defined YYSIZE_T +# elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) # include <stddef.h> /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else @@ -472,68 +646,39 @@ typedef short int yytype_int16; # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include <libintl.h> /* INFRINGES ON USER NAME SPACE */ -# define YY_(Msgid) dgettext ("bison-runtime", Msgid) +# define YY_(msgid) dgettext ("bison-runtime", msgid) # endif # endif # ifndef YY_ -# define YY_(Msgid) Msgid -# endif -#endif - -#ifndef YY_ATTRIBUTE -# if (defined __GNUC__ \ - && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \ - || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C -# define YY_ATTRIBUTE(Spec) __attribute__(Spec) -# else -# define YY_ATTRIBUTE(Spec) /* empty */ -# endif -#endif - -#ifndef YY_ATTRIBUTE_PURE -# define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) -#endif - -#ifndef YY_ATTRIBUTE_UNUSED -# define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) -#endif - -#if !defined _Noreturn \ - && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) -# if defined _MSC_VER && 1200 <= _MSC_VER -# define _Noreturn __declspec (noreturn) -# else -# define _Noreturn YY_ATTRIBUTE ((__noreturn__)) +# define YY_(msgid) msgid # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ -# define YYUSE(E) ((void) (E)) +# define YYUSE(e) ((void) (e)) #else -# define YYUSE(E) /* empty */ +# define YYUSE(e) /* empty */ #endif -#if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ -/* Suppress an incorrect diagnostic about yylval being uninitialized. */ -# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ - _Pragma ("GCC diagnostic push") \ - _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\ - _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") -# define YY_IGNORE_MAYBE_UNINITIALIZED_END \ - _Pragma ("GCC diagnostic pop") +/* Identity function, used to suppress warnings about constant conditions. */ +#ifndef lint +# define YYID(n) (n) #else -# define YY_INITIAL_VALUE(Value) Value -#endif -#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN -# define YY_IGNORE_MAYBE_UNINITIALIZED_END +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static int +YYID (int i) +#else +static int +YYID (i) + int i; #endif -#ifndef YY_INITIAL_VALUE -# define YY_INITIAL_VALUE(Value) /* Nothing. */ +{ + return i; +} #endif - #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ @@ -551,11 +696,11 @@ typedef short int yytype_int16; # define alloca _alloca # else # define YYSTACK_ALLOC alloca -# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS +# if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ - /* Use EXIT_SUCCESS as a witness for stdlib.h. */ -# ifndef EXIT_SUCCESS -# define EXIT_SUCCESS 0 +# ifndef _STDLIB_H +# define _STDLIB_H 1 # endif # endif # endif @@ -563,8 +708,8 @@ typedef short int yytype_int16; # endif # ifdef YYSTACK_ALLOC - /* Pacify GCC's 'empty if-body' warning. */ -# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) + /* Pacify GCC's `empty if-body' warning. */ +# define YYSTACK_FREE(Ptr) do { /* empty */; } while (YYID (0)) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely @@ -578,23 +723,25 @@ typedef short int yytype_int16; # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif -# if (defined __cplusplus && ! defined EXIT_SUCCESS \ +# if (defined __cplusplus && ! defined _STDLIB_H \ && ! ((defined YYMALLOC || defined malloc) \ - && (defined YYFREE || defined free))) + && (defined YYFREE || defined free))) # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */ -# ifndef EXIT_SUCCESS -# define EXIT_SUCCESS 0 +# ifndef _STDLIB_H +# define _STDLIB_H 1 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc -# if ! defined malloc && ! defined EXIT_SUCCESS +# if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free -# if ! defined free && ! defined EXIT_SUCCESS +# if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif @@ -604,14 +751,14 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ - || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) + || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { - yytype_int16 yyss_alloc; - YYSTYPE yyvs_alloc; -}; + yytype_int16 yyss; + YYSTYPE yyvs; + }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) @@ -622,85 +769,79 @@ union yyalloc ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) -# define YYCOPY_NEEDED 1 +/* Copy COUNT objects from FROM to TO. The source and destination do + not overlap. */ +# ifndef YYCOPY +# if defined __GNUC__ && 1 < __GNUC__ +# define YYCOPY(To, From, Count) \ + __builtin_memcpy (To, From, (Count) * sizeof (*(From))) +# else +# define YYCOPY(To, From, Count) \ + do \ + { \ + YYSIZE_T yyi; \ + for (yyi = 0; yyi < (Count); yyi++) \ + (To)[yyi] = (From)[yyi]; \ + } \ + while (YYID (0)) +# endif +# endif /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ -# define YYSTACK_RELOCATE(Stack_alloc, Stack) \ - do \ - { \ - YYSIZE_T yynewbytes; \ - YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ - Stack = &yyptr->Stack_alloc; \ - yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ - yyptr += yynewbytes / sizeof (*yyptr); \ - } \ - while (0) +# define YYSTACK_RELOCATE(Stack) \ + do \ + { \ + YYSIZE_T yynewbytes; \ + YYCOPY (&yyptr->Stack, Stack, yysize); \ + Stack = &yyptr->Stack; \ + yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ + yyptr += yynewbytes / sizeof (*yyptr); \ + } \ + while (YYID (0)) #endif -#if defined YYCOPY_NEEDED && YYCOPY_NEEDED -/* Copy COUNT objects from SRC to DST. The source and destination do - not overlap. */ -# ifndef YYCOPY -# if defined __GNUC__ && 1 < __GNUC__ -# define YYCOPY(Dst, Src, Count) \ - __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) -# else -# define YYCOPY(Dst, Src, Count) \ - do \ - { \ - YYSIZE_T yyi; \ - for (yyi = 0; yyi < (Count); yyi++) \ - (Dst)[yyi] = (Src)[yyi]; \ - } \ - while (0) -# endif -# endif -#endif /* !YYCOPY_NEEDED */ - /* YYFINAL -- State number of the termination state. */ #define YYFINAL 5 /* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 10064 +#define YYLAST 10157 /* YYNTOKENS -- Number of terminals. */ -#define YYNTOKENS 202 +#define YYNTOKENS 204 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 98 /* YYNRULES -- Number of rules. */ -#define YYNRULES 516 -/* YYNSTATES -- Number of states. */ -#define YYNSTATES 1827 +#define YYNRULES 518 +/* YYNRULES -- Number of states. */ +#define YYNSTATES 1835 -/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned - by yylex, with out-of-bounds checking. */ +/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 -#define YYMAXUTOK 436 +#define YYMAXUTOK 438 -#define YYTRANSLATE(YYX) \ +#define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) -/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM - as returned by yylex, without out-of-bounds checking. */ +/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 187, 2, 197, 2, 186, 2, 2, - 192, 193, 184, 182, 198, 183, 196, 185, 2, 2, + 2, 2, 2, 189, 2, 199, 2, 188, 2, 2, + 194, 195, 186, 184, 200, 185, 198, 187, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 178, 2, 180, 173, 2, 2, 2, 2, 2, 2, + 180, 2, 181, 175, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 194, 2, 195, 191, 2, 2, 2, 2, 2, + 2, 196, 2, 197, 193, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 2, 2, 2, 199, 2, 200, 201, 2, 2, 2, + 2, 2, 2, 201, 2, 202, 203, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, @@ -730,12 +871,371 @@ static const yytype_uint8 yytranslate[] = 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, - 165, 166, 167, 168, 169, 170, 171, 172, 174, 175, - 176, 177, 179, 181, 188, 189, 190 + 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, + 176, 177, 178, 179, 182, 183, 190, 191, 192 }; #if YYDEBUG - /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ +/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in + YYRHS. */ +static const yytype_uint16 yyprhs[] = +{ + 0, 0, 3, 5, 8, 9, 12, 14, 16, 18, + 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, + 40, 42, 44, 46, 49, 55, 61, 69, 77, 85, + 95, 102, 109, 116, 125, 126, 129, 132, 135, 138, + 141, 143, 147, 149, 153, 154, 155, 166, 168, 172, + 173, 187, 189, 193, 194, 210, 219, 234, 235, 242, + 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, + 264, 270, 276, 284, 292, 297, 304, 311, 319, 327, + 335, 343, 353, 363, 367, 374, 381, 388, 395, 400, + 407, 417, 424, 434, 440, 449, 458, 470, 477, 487, + 493, 501, 511, 521, 533, 541, 551, 561, 562, 564, + 565, 569, 575, 576, 586, 592, 593, 603, 604, 608, + 612, 618, 619, 622, 626, 632, 636, 637, 640, 644, + 648, 652, 658, 660, 662, 666, 668, 670, 674, 676, + 678, 682, 684, 686, 690, 691, 697, 698, 701, 709, + 718, 725, 733, 738, 746, 755, 764, 772, 780, 792, + 801, 810, 819, 828, 838, 842, 847, 858, 866, 874, + 883, 892, 905, 914, 923, 931, 940, 949, 955, 967, + 973, 983, 993, 998, 1008, 1018, 1020, 1022, 1023, 1026, + 1033, 1040, 1047, 1054, 1063, 1074, 1089, 1106, 1119, 1128, + 1137, 1144, 1159, 1164, 1171, 1178, 1182, 1187, 1193, 1200, + 1206, 1210, 1214, 1219, 1225, 1230, 1236, 1240, 1246, 1254, + 1262, 1266, 1274, 1278, 1281, 1284, 1287, 1290, 1293, 1309, + 1312, 1315, 1318, 1321, 1324, 1341, 1345, 1352, 1361, 1370, + 1381, 1383, 1386, 1389, 1391, 1395, 1399, 1404, 1406, 1412, + 1424, 1438, 1439, 1447, 1448, 1462, 1463, 1479, 1480, 1487, + 1496, 1505, 1514, 1527, 1540, 1553, 1568, 1583, 1598, 1599, + 1612, 1613, 1626, 1627, 1640, 1641, 1658, 1659, 1676, 1677, + 1694, 1695, 1714, 1715, 1734, 1735, 1754, 1756, 1759, 1765, + 1773, 1783, 1786, 1789, 1792, 1796, 1799, 1803, 1806, 1810, + 1813, 1817, 1827, 1834, 1835, 1839, 1840, 1842, 1843, 1846, + 1847, 1850, 1851, 1854, 1862, 1869, 1878, 1884, 1888, 1896, + 1902, 1907, 1914, 1926, 1938, 1957, 1976, 1989, 2002, 2015, + 2026, 2037, 2048, 2059, 2070, 2075, 2080, 2085, 2090, 2095, + 2098, 2102, 2109, 2111, 2113, 2115, 2118, 2124, 2132, 2143, + 2145, 2149, 2152, 2155, 2158, 2162, 2166, 2170, 2174, 2178, + 2182, 2186, 2190, 2194, 2198, 2202, 2206, 2210, 2214, 2220, + 2225, 2230, 2235, 2240, 2245, 2250, 2255, 2260, 2265, 2270, + 2277, 2282, 2287, 2292, 2297, 2302, 2307, 2312, 2319, 2326, + 2333, 2338, 2340, 2342, 2344, 2346, 2348, 2350, 2352, 2354, + 2356, 2358, 2359, 2366, 2371, 2373, 2378, 2383, 2388, 2393, + 2398, 2403, 2408, 2411, 2417, 2423, 2429, 2435, 2439, 2446, + 2451, 2459, 2466, 2473, 2480, 2487, 2492, 2494, 2497, 2500, + 2504, 2508, 2520, 2530, 2538, 2546, 2548, 2552, 2554, 2556, + 2559, 2563, 2568, 2574, 2576, 2578, 2581, 2585, 2589, 2595, + 2600, 2603, 2606, 2609, 2612, 2616, 2620, 2624, 2628, 2634, + 2640, 2646, 2652, 2669, 2686, 2703, 2720, 2722, 2724, 2728, + 2732, 2737, 2744, 2751, 2753, 2755, 2759, 2763, 2773, 2781, + 2783, 2789, 2793, 2800, 2802, 2806, 2808, 2810, 2814, 2821, + 2823, 2828, 2830, 2832, 2834, 2839, 2846, 2851, 2856, 2861, + 2866, 2875, 2880, 2885, 2890, 2895, 2904, 2909, 2916, 2921, + 2923, 2924, 2931, 2933, 2937, 2943, 2949, 2951, 2953 +}; + +/* YYRHS -- A `-1'-separated list of the rules' RHS. */ +static const yytype_int16 yyrhs[] = +{ + 205, 0, -1, 206, -1, 1, 6, -1, -1, 206, + 207, -1, 210, -1, 209, -1, 230, -1, 247, -1, + 248, -1, 252, -1, 253, -1, 254, -1, 255, -1, + 258, -1, 279, -1, 280, -1, 257, -1, 256, -1, + 251, -1, 282, -1, 181, -1, 181, 181, -1, 37, + 194, 296, 195, 6, -1, 38, 194, 296, 195, 6, + -1, 37, 194, 296, 195, 208, 296, 6, -1, 37, + 194, 296, 200, 292, 195, 6, -1, 38, 194, 296, + 200, 292, 195, 6, -1, 37, 194, 296, 200, 292, + 195, 208, 296, 6, -1, 4, 296, 201, 211, 202, + 6, -1, 120, 4, 196, 283, 197, 6, -1, 121, + 4, 196, 283, 197, 6, -1, 122, 4, 196, 283, + 200, 283, 197, 6, -1, -1, 211, 214, -1, 211, + 218, -1, 211, 221, -1, 211, 223, -1, 211, 224, + -1, 283, -1, 212, 200, 283, -1, 283, -1, 213, + 200, 283, -1, -1, -1, 4, 215, 194, 212, 195, + 216, 201, 213, 202, 6, -1, 296, -1, 217, 200, + 296, -1, -1, 129, 194, 283, 200, 283, 200, 283, + 195, 219, 201, 217, 202, 6, -1, 296, -1, 220, + 200, 296, -1, -1, 130, 194, 283, 200, 283, 200, + 283, 200, 283, 195, 222, 201, 220, 202, 6, -1, + 131, 201, 288, 202, 201, 288, 202, 6, -1, 131, + 201, 288, 202, 201, 288, 202, 201, 288, 202, 201, + 288, 202, 6, -1, -1, 132, 225, 201, 213, 202, + 6, -1, 7, -1, 174, -1, 173, -1, 172, -1, + 171, -1, 192, -1, 191, -1, 194, -1, 196, -1, + 195, -1, 197, -1, 69, 196, 232, 197, 6, -1, + 70, 196, 235, 197, 6, -1, 73, 228, 297, 200, + 283, 229, 6, -1, 74, 228, 301, 200, 297, 229, + 6, -1, 301, 226, 289, 6, -1, 4, 228, 229, + 226, 289, 6, -1, 300, 228, 229, 226, 289, 6, + -1, 4, 196, 283, 197, 226, 283, 6, -1, 4, + 194, 283, 195, 226, 283, 6, -1, 300, 196, 283, + 197, 226, 283, 6, -1, 300, 194, 283, 195, 226, + 283, 6, -1, 4, 228, 201, 292, 202, 229, 226, + 289, 6, -1, 300, 228, 201, 292, 202, 229, 226, + 289, 6, -1, 301, 227, 6, -1, 4, 196, 283, + 197, 227, 6, -1, 4, 194, 283, 195, 227, 6, + -1, 300, 196, 283, 197, 227, 6, -1, 300, 194, + 283, 195, 227, 6, -1, 301, 7, 297, 6, -1, + 4, 198, 4, 7, 297, 6, -1, 4, 196, 283, + 197, 198, 4, 7, 297, 6, -1, 4, 198, 4, + 226, 283, 6, -1, 4, 196, 283, 197, 198, 4, + 226, 283, 6, -1, 4, 198, 4, 227, 6, -1, + 4, 196, 283, 197, 198, 4, 227, 6, -1, 4, + 198, 139, 198, 4, 7, 293, 6, -1, 4, 196, + 283, 197, 198, 139, 198, 4, 7, 293, 6, -1, + 4, 198, 140, 7, 294, 6, -1, 4, 196, 283, + 197, 198, 140, 7, 294, 6, -1, 4, 148, 7, + 283, 6, -1, 148, 196, 283, 197, 7, 4, 6, + -1, 148, 196, 283, 197, 198, 4, 7, 283, 6, + -1, 148, 196, 283, 197, 198, 4, 7, 297, 6, + -1, 148, 196, 283, 197, 198, 4, 7, 201, 292, + 202, 6, -1, 148, 196, 283, 197, 198, 4, 6, + -1, 99, 194, 4, 195, 198, 4, 7, 283, 6, + -1, 99, 194, 4, 195, 198, 4, 7, 297, 6, + -1, -1, 200, -1, -1, 232, 231, 301, -1, 232, + 231, 301, 7, 283, -1, -1, 232, 231, 301, 7, + 201, 289, 233, 237, 202, -1, 232, 231, 301, 7, + 297, -1, -1, 232, 231, 301, 7, 201, 297, 234, + 239, 202, -1, -1, 235, 231, 296, -1, 283, 7, + 297, -1, 236, 200, 283, 7, 297, -1, -1, 237, + 238, -1, 200, 4, 289, -1, 200, 4, 201, 236, + 202, -1, 200, 4, 297, -1, -1, 239, 240, -1, + 200, 4, 283, -1, 200, 4, 297, -1, 200, 151, + 297, -1, 200, 4, 201, 299, 202, -1, 283, -1, + 297, -1, 297, 200, 283, -1, 283, -1, 297, -1, + 297, 200, 283, -1, 283, -1, 297, -1, 297, 200, + 283, -1, 283, -1, 297, -1, 297, 200, 283, -1, + -1, 142, 79, 201, 283, 202, -1, -1, 91, 286, + -1, 75, 194, 283, 195, 7, 286, 6, -1, 95, + 75, 194, 241, 195, 226, 289, 6, -1, 84, 85, + 289, 7, 283, 6, -1, 78, 194, 283, 195, 7, + 289, 6, -1, 100, 78, 289, 6, -1, 82, 194, + 283, 195, 7, 289, 6, -1, 76, 194, 283, 195, + 7, 289, 246, 6, -1, 77, 194, 283, 195, 7, + 289, 246, 6, -1, 134, 194, 283, 195, 7, 289, + 6, -1, 135, 194, 283, 195, 7, 289, 6, -1, + 136, 194, 283, 195, 7, 289, 138, 289, 137, 283, + 6, -1, 78, 4, 194, 283, 195, 7, 289, 6, + -1, 96, 78, 194, 283, 195, 7, 289, 6, -1, + 95, 78, 194, 242, 195, 226, 289, 6, -1, 91, + 81, 194, 283, 195, 7, 289, 6, -1, 92, 81, + 194, 283, 195, 7, 289, 245, 6, -1, 12, 13, + 6, -1, 13, 81, 283, 6, -1, 86, 81, 194, + 283, 195, 7, 5, 5, 5, 6, -1, 79, 194, + 283, 195, 7, 289, 6, -1, 80, 194, 283, 195, + 7, 289, 6, -1, 81, 4, 194, 283, 195, 7, + 289, 6, -1, 96, 81, 194, 283, 195, 7, 289, + 6, -1, 96, 81, 194, 283, 195, 7, 289, 4, + 201, 288, 202, 6, -1, 95, 81, 194, 243, 195, + 226, 289, 6, -1, 94, 83, 194, 283, 195, 7, + 289, 6, -1, 83, 194, 283, 195, 7, 289, 6, + -1, 96, 83, 194, 283, 195, 7, 289, 6, -1, + 95, 83, 194, 244, 195, 226, 289, 6, -1, 103, + 286, 201, 249, 202, -1, 102, 201, 286, 200, 286, + 200, 283, 202, 201, 249, 202, -1, 104, 286, 201, + 249, 202, -1, 105, 201, 286, 200, 283, 202, 201, + 249, 202, -1, 105, 201, 286, 200, 286, 202, 201, + 249, 202, -1, 4, 201, 249, 202, -1, 114, 78, + 201, 292, 202, 81, 201, 283, 202, -1, 111, 78, + 194, 283, 195, 201, 292, 202, 6, -1, 250, -1, + 248, -1, -1, 250, 247, -1, 250, 75, 201, 292, + 202, 6, -1, 250, 78, 201, 292, 202, 6, -1, + 250, 81, 201, 292, 202, 6, -1, 250, 83, 201, + 292, 202, 6, -1, 107, 91, 194, 283, 195, 7, + 289, 6, -1, 107, 75, 194, 283, 195, 7, 201, + 288, 202, 6, -1, 107, 91, 194, 283, 195, 7, + 201, 286, 200, 286, 200, 292, 202, 6, -1, 107, + 91, 194, 283, 195, 7, 201, 286, 200, 286, 200, + 286, 200, 292, 202, 6, -1, 107, 79, 194, 283, + 195, 7, 201, 286, 200, 292, 202, 6, -1, 107, + 4, 194, 283, 195, 7, 289, 6, -1, 107, 4, + 194, 283, 195, 7, 5, 6, -1, 107, 4, 201, + 283, 202, 6, -1, 107, 4, 194, 283, 195, 7, + 201, 286, 200, 286, 200, 292, 202, 6, -1, 112, + 201, 250, 202, -1, 112, 148, 196, 283, 197, 6, + -1, 112, 4, 196, 283, 197, 6, -1, 112, 301, + 6, -1, 112, 4, 4, 6, -1, 139, 293, 201, + 250, 202, -1, 101, 139, 293, 201, 250, 202, -1, + 168, 283, 201, 250, 202, -1, 152, 5, 6, -1, + 153, 5, 6, -1, 152, 201, 250, 202, -1, 101, + 152, 201, 250, 202, -1, 153, 201, 250, 202, -1, + 101, 153, 201, 250, 202, -1, 4, 297, 6, -1, + 62, 194, 299, 195, 6, -1, 4, 4, 196, 283, + 197, 296, 6, -1, 4, 4, 4, 196, 283, 197, + 6, -1, 4, 283, 6, -1, 99, 194, 4, 195, + 198, 4, 6, -1, 133, 4, 6, -1, 146, 6, + -1, 147, 6, -1, 59, 6, -1, 60, 6, -1, + 53, 6, -1, 53, 201, 283, 200, 283, 200, 283, + 200, 283, 200, 283, 200, 283, 202, 6, -1, 54, + 6, -1, 55, 6, -1, 66, 6, -1, 67, 6, + -1, 88, 6, -1, 89, 201, 292, 202, 201, 292, + 202, 201, 288, 202, 201, 283, 200, 283, 202, 6, + -1, 161, 283, 6, -1, 141, 194, 283, 8, 283, + 195, -1, 141, 194, 283, 8, 283, 8, 283, 195, + -1, 141, 4, 142, 201, 283, 8, 283, 202, -1, + 141, 4, 142, 201, 283, 8, 283, 8, 283, 202, + -1, 143, -1, 151, 4, -1, 151, 297, -1, 149, + -1, 150, 301, 6, -1, 150, 297, 6, -1, 144, + 194, 283, 195, -1, 145, -1, 106, 286, 201, 250, + 202, -1, 106, 201, 286, 200, 286, 200, 283, 202, + 201, 250, 202, -1, 106, 201, 286, 200, 286, 200, + 286, 200, 283, 202, 201, 250, 202, -1, -1, 106, + 286, 201, 250, 259, 272, 202, -1, -1, 106, 201, + 286, 200, 286, 200, 283, 202, 201, 250, 260, 272, + 202, -1, -1, 106, 201, 286, 200, 286, 200, 286, + 200, 283, 202, 201, 250, 261, 272, 202, -1, -1, + 106, 201, 250, 262, 272, 202, -1, 106, 75, 201, + 283, 200, 286, 202, 6, -1, 106, 78, 201, 283, + 200, 286, 202, 6, -1, 106, 81, 201, 283, 200, + 286, 202, 6, -1, 106, 75, 201, 283, 200, 286, + 200, 286, 200, 283, 202, 6, -1, 106, 78, 201, + 283, 200, 286, 200, 286, 200, 283, 202, 6, -1, + 106, 81, 201, 283, 200, 286, 200, 286, 200, 283, + 202, 6, -1, 106, 75, 201, 283, 200, 286, 200, + 286, 200, 286, 200, 283, 202, 6, -1, 106, 78, + 201, 283, 200, 286, 200, 286, 200, 286, 200, 283, + 202, 6, -1, 106, 81, 201, 283, 200, 286, 200, + 286, 200, 286, 200, 283, 202, 6, -1, -1, 106, + 75, 201, 283, 200, 286, 202, 263, 201, 272, 202, + 6, -1, -1, 106, 78, 201, 283, 200, 286, 202, + 264, 201, 272, 202, 6, -1, -1, 106, 81, 201, + 283, 200, 286, 202, 265, 201, 272, 202, 6, -1, + -1, 106, 75, 201, 283, 200, 286, 200, 286, 200, + 283, 202, 266, 201, 272, 202, 6, -1, -1, 106, + 78, 201, 283, 200, 286, 200, 286, 200, 283, 202, + 267, 201, 272, 202, 6, -1, -1, 106, 81, 201, + 283, 200, 286, 200, 286, 200, 283, 202, 268, 201, + 272, 202, 6, -1, -1, 106, 75, 201, 283, 200, + 286, 200, 286, 200, 286, 200, 283, 202, 269, 201, + 272, 202, 6, -1, -1, 106, 78, 201, 283, 200, + 286, 200, 286, 200, 286, 200, 283, 202, 270, 201, + 272, 202, 6, -1, -1, 106, 81, 201, 283, 200, + 286, 200, 286, 200, 286, 200, 283, 202, 271, 201, + 272, 202, 6, -1, 273, -1, 272, 273, -1, 117, + 201, 283, 202, 6, -1, 117, 201, 289, 200, 289, + 202, 6, -1, 117, 201, 289, 200, 289, 200, 289, + 202, 6, -1, 118, 6, -1, 109, 6, -1, 125, + 6, -1, 125, 127, 6, -1, 126, 6, -1, 126, + 127, 6, -1, 123, 6, -1, 123, 127, 6, -1, + 124, 6, -1, 124, 127, 6, -1, 119, 194, 283, + 195, 7, 289, 98, 283, 6, -1, 98, 4, 196, + 283, 197, 6, -1, -1, 98, 4, 283, -1, -1, + 4, -1, -1, 7, 289, -1, -1, 7, 283, -1, + -1, 108, 289, -1, 93, 78, 290, 7, 283, 274, + 6, -1, 93, 81, 290, 276, 275, 6, -1, 87, + 81, 201, 283, 202, 7, 289, 6, -1, 93, 83, + 290, 276, 6, -1, 128, 290, 6, -1, 115, 81, + 201, 292, 202, 283, 6, -1, 109, 81, 290, 277, + 6, -1, 109, 83, 290, 6, -1, 110, 81, 289, + 7, 283, 6, -1, 97, 78, 201, 292, 202, 7, + 201, 292, 202, 278, 6, -1, 97, 81, 201, 292, + 202, 7, 201, 292, 202, 278, 6, -1, 97, 78, + 201, 292, 202, 7, 201, 292, 202, 102, 201, 286, + 200, 286, 200, 283, 202, 6, -1, 97, 81, 201, + 292, 202, 7, 201, 292, 202, 102, 201, 286, 200, + 286, 200, 283, 202, 6, -1, 97, 78, 201, 292, + 202, 7, 201, 292, 202, 103, 286, 6, -1, 97, + 81, 201, 292, 202, 7, 201, 292, 202, 103, 286, + 6, -1, 97, 81, 283, 201, 292, 202, 7, 283, + 201, 292, 202, 6, -1, 75, 201, 292, 202, 142, + 81, 201, 283, 202, 6, -1, 78, 201, 292, 202, + 142, 81, 201, 283, 202, 6, -1, 75, 201, 292, + 202, 142, 83, 201, 283, 202, 6, -1, 78, 201, + 292, 202, 142, 83, 201, 283, 202, 6, -1, 81, + 201, 292, 202, 142, 83, 201, 283, 202, 6, -1, + 116, 81, 290, 6, -1, 116, 78, 290, 6, -1, + 90, 75, 290, 6, -1, 90, 78, 290, 6, -1, + 90, 81, 290, 6, -1, 113, 6, -1, 113, 4, + 6, -1, 113, 75, 201, 292, 202, 6, -1, 158, + -1, 159, -1, 160, -1, 281, 6, -1, 281, 201, + 289, 202, 6, -1, 281, 201, 289, 200, 289, 202, + 6, -1, 281, 194, 289, 195, 201, 289, 200, 289, + 202, 6, -1, 284, -1, 194, 283, 195, -1, 185, + 283, -1, 184, 283, -1, 189, 283, -1, 283, 185, + 283, -1, 283, 184, 283, -1, 283, 186, 283, -1, + 283, 187, 283, -1, 283, 188, 283, -1, 283, 193, + 283, -1, 283, 180, 283, -1, 283, 181, 283, -1, + 283, 183, 283, -1, 283, 182, 283, -1, 283, 179, + 283, -1, 283, 178, 283, -1, 283, 177, 283, -1, + 283, 176, 283, -1, 283, 175, 283, 8, 283, -1, + 14, 228, 283, 229, -1, 15, 228, 283, 229, -1, + 16, 228, 283, 229, -1, 17, 228, 283, 229, -1, + 18, 228, 283, 229, -1, 19, 228, 283, 229, -1, + 20, 228, 283, 229, -1, 21, 228, 283, 229, -1, + 22, 228, 283, 229, -1, 24, 228, 283, 229, -1, + 25, 228, 283, 200, 283, 229, -1, 26, 228, 283, + 229, -1, 27, 228, 283, 229, -1, 28, 228, 283, + 229, -1, 29, 228, 283, 229, -1, 30, 228, 283, + 229, -1, 31, 228, 283, 229, -1, 32, 228, 283, + 229, -1, 33, 228, 283, 200, 283, 229, -1, 34, + 228, 283, 200, 283, 229, -1, 35, 228, 283, 200, + 283, 229, -1, 23, 228, 283, 229, -1, 3, -1, + 9, -1, 10, -1, 11, -1, 164, -1, 165, -1, + 166, -1, 63, -1, 64, -1, 65, -1, -1, 71, + 228, 283, 285, 237, 229, -1, 157, 228, 296, 229, + -1, 301, -1, 4, 196, 283, 197, -1, 4, 194, + 283, 195, -1, 300, 196, 283, 197, -1, 300, 194, + 283, 195, -1, 162, 194, 301, 195, -1, 163, 194, + 297, 195, -1, 199, 301, 228, 229, -1, 301, 227, + -1, 4, 196, 283, 197, 227, -1, 4, 194, 283, + 195, 227, -1, 300, 196, 283, 197, 227, -1, 300, + 194, 283, 195, 227, -1, 4, 198, 4, -1, 4, + 196, 283, 197, 198, 4, -1, 4, 198, 4, 227, + -1, 4, 196, 283, 197, 198, 4, 227, -1, 154, + 194, 296, 200, 283, 195, -1, 45, 194, 289, 200, + 289, 195, -1, 46, 194, 296, 200, 296, 195, -1, + 47, 194, 296, 200, 296, 195, -1, 52, 194, 299, + 195, -1, 287, -1, 185, 286, -1, 184, 286, -1, + 286, 185, 286, -1, 286, 184, 286, -1, 201, 283, + 200, 283, 200, 283, 200, 283, 200, 283, 202, -1, + 201, 283, 200, 283, 200, 283, 200, 283, 202, -1, + 201, 283, 200, 283, 200, 283, 202, -1, 194, 283, + 200, 283, 200, 283, 195, -1, 289, -1, 288, 200, + 289, -1, 283, -1, 291, -1, 201, 202, -1, 201, + 292, 202, -1, 185, 201, 292, 202, -1, 283, 186, + 201, 292, 202, -1, 289, -1, 5, -1, 185, 291, + -1, 283, 186, 291, -1, 283, 8, 283, -1, 283, + 8, 283, 8, 283, -1, 75, 201, 283, 202, -1, + 75, 5, -1, 78, 5, -1, 81, 5, -1, 83, + 5, -1, 95, 75, 5, -1, 95, 78, 5, -1, + 95, 81, 5, -1, 95, 83, 5, -1, 95, 75, + 201, 292, 202, -1, 95, 78, 201, 292, 202, -1, + 95, 81, 201, 292, 202, -1, 95, 83, 201, 292, + 202, -1, 75, 142, 53, 201, 283, 200, 283, 200, + 283, 200, 283, 200, 283, 200, 283, 202, -1, 78, + 142, 53, 201, 283, 200, 283, 200, 283, 200, 283, + 200, 283, 200, 283, 202, -1, 81, 142, 53, 201, + 283, 200, 283, 200, 283, 200, 283, 200, 283, 200, + 283, 202, -1, 83, 142, 53, 201, 283, 200, 283, + 200, 283, 200, 283, 200, 283, 200, 283, 202, -1, + 248, -1, 258, -1, 4, 228, 229, -1, 300, 228, + 229, -1, 36, 196, 301, 197, -1, 4, 228, 201, + 292, 202, 229, -1, 300, 228, 201, 292, 202, 229, + -1, 283, -1, 291, -1, 292, 200, 283, -1, 292, + 200, 291, -1, 201, 283, 200, 283, 200, 283, 200, + 283, 202, -1, 201, 283, 200, 283, 200, 283, 202, + -1, 4, -1, 4, 198, 139, 198, 4, -1, 201, + 295, 202, -1, 4, 196, 283, 197, 198, 140, -1, + 293, -1, 295, 200, 293, -1, 297, -1, 301, -1, + 4, 198, 4, -1, 4, 196, 283, 197, 198, 4, + -1, 5, -1, 170, 196, 301, 197, -1, 56, -1, + 167, -1, 61, -1, 155, 194, 296, 195, -1, 156, + 194, 296, 200, 296, 195, -1, 156, 194, 296, 195, + -1, 41, 228, 299, 229, -1, 42, 194, 296, 195, + -1, 43, 194, 296, 195, -1, 44, 194, 296, 200, + 296, 200, 296, 195, -1, 39, 228, 299, 229, -1, + 49, 228, 296, 229, -1, 50, 228, 296, 229, -1, + 51, 228, 296, 229, -1, 48, 228, 283, 200, 297, + 200, 297, 229, -1, 40, 228, 296, 229, -1, 40, + 228, 296, 200, 292, 229, -1, 57, 228, 296, 229, + -1, 58, -1, -1, 72, 228, 297, 298, 239, 229, + -1, 296, -1, 299, 200, 296, -1, 4, 203, 201, + 283, 202, -1, 300, 203, 201, 283, 202, -1, 4, + -1, 300, -1, 169, 196, 296, 197, -1 +}; + +/* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 192, 192, 193, 198, 200, 204, 205, 206, 207, @@ -788,12 +1288,12 @@ static const yytype_uint16 yyrline[] = 5391, 5403, 5421, 5442, 5447, 5451, 5455, 5467, 5471, 5483, 5490, 5500, 5504, 5519, 5524, 5531, 5535, 5548, 5556, 5567, 5571, 5575, 5583, 5589, 5595, 5603, 5611, 5618, 5633, 5647, - 5661, 5673, 5689, 5698, 5709, 5713, 5732, 5739, 5746, 5745, - 5758, 5763, 5769, 5778, 5791, 5794, 5798 + 5661, 5673, 5689, 5698, 5707, 5717, 5728, 5732, 5751, 5758, + 5765, 5764, 5777, 5782, 5788, 5797, 5810, 5813, 5817 }; #endif -#if YYDEBUG || YYERROR_VERBOSE || 0 +#if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = @@ -805,17 +1305,17 @@ static const char *const yytname[] = "tTanh", "tFabs", "tFloor", "tCeil", "tRound", "tFmod", "tModulo", "tHypot", "tList", "tPrintf", "tError", "tStr", "tSprintf", "tStrCat", "tStrPrefix", "tStrRelative", "tStrReplace", "tFind", "tStrFind", - "tStrCmp", "tStrChoice", "tUpperCase", "tTextAttributes", "tBoundingBox", - "tDraw", "tSetChanged", "tToday", "tFixRelativePath", - "tCurrentDirectory", "tSyncModel", "tNewModel", "tOnelabAction", - "tOnelabRun", "tCpu", "tMemory", "tTotalMemory", "tCreateTopology", - "tCreateTopologyNoHoles", "tDistanceFunction", "tDefineConstant", - "tUndefineConstant", "tDefineNumber", "tDefineString", "tSetNumber", - "tSetString", "tPoint", "tCircle", "tEllipse", "tLine", "tSphere", - "tPolarSphere", "tSurface", "tSpline", "tVolume", "tCharacteristic", - "tLength", "tParametric", "tElliptic", "tRefineMesh", "tAdaptMesh", - "tRelocateMesh", "tPlane", "tRuled", "tTransfinite", "tComplex", - "tPhysical", "tCompound", "tPeriodic", "tUsing", "tPlugin", + "tStrCmp", "tStrChoice", "tUpperCase", "tLowerCase", "tLowerCaseIn", + "tTextAttributes", "tBoundingBox", "tDraw", "tSetChanged", "tToday", + "tFixRelativePath", "tCurrentDirectory", "tSyncModel", "tNewModel", + "tOnelabAction", "tOnelabRun", "tCpu", "tMemory", "tTotalMemory", + "tCreateTopology", "tCreateTopologyNoHoles", "tDistanceFunction", + "tDefineConstant", "tUndefineConstant", "tDefineNumber", "tDefineString", + "tSetNumber", "tSetString", "tPoint", "tCircle", "tEllipse", "tLine", + "tSphere", "tPolarSphere", "tSurface", "tSpline", "tVolume", + "tCharacteristic", "tLength", "tParametric", "tElliptic", "tRefineMesh", + "tAdaptMesh", "tRelocateMesh", "tPlane", "tRuled", "tTransfinite", + "tComplex", "tPhysical", "tCompound", "tPeriodic", "tUsing", "tPlugin", "tDegenerated", "tRecursive", "tRotate", "tTranslate", "tSymmetry", "tDilate", "tExtrude", "tLevelset", "tAffine", "tRecombine", "tSmoother", "tSplit", "tDelete", "tCoherence", "tIntersect", "tMeshAlgorithm", @@ -830,38 +1330,37 @@ static const char *const yytname[] = "tHomology", "tCohomology", "tBetti", "tSetOrder", "tExists", "tFileExists", "tGMSH_MAJOR_VERSION", "tGMSH_MINOR_VERSION", "tGMSH_PATCH_VERSION", "tGmshExecutableName", "tSetPartition", - "tNameFromString", "tStringFromName", "tAFFECTPLUS", "tAFFECTMINUS", - "tAFFECTTIMES", "tAFFECTDIVIDE", "'?'", "tOR", "tAND", "tEQUAL", - "tNOTEQUAL", "'<'", "tLESSOREQUAL", "'>'", "tGREATEROREQUAL", "'+'", - "'-'", "'*'", "'/'", "'%'", "'!'", "tPLUSPLUS", "tMINUSMINUS", - "UNARYPREC", "'^'", "'('", "')'", "'['", "']'", "'.'", "'#'", "','", - "'{'", "'}'", "'~'", "$accept", "All", "GeoFormatItems", "GeoFormatItem", - "SendToFile", "Printf", "View", "Views", "ElementCoords", - "ElementValues", "Element", "$@1", "$@2", "Text2DValues", "Text2D", - "$@3", "Text3DValues", "Text3D", "$@4", "InterpolationMatrix", "Time", - "$@5", "NumericAffectation", "NumericIncrement", "LP", "RP", - "Affectation", "Comma", "DefineConstants", "$@6", "$@7", - "UndefineConstants", "Enumeration", "FloatParameterOptions", - "FloatParameterOption", "CharParameterOptions", "CharParameterOption", - "PhysicalId0", "PhysicalId1", "PhysicalId2", "PhysicalId3", - "InSphereCenter", "CircleOptions", "Shape", "Transform", "MultipleShape", - "ListOfShapes", "LevelSet", "Delete", "Colorify", "SetPartition", - "Visibility", "Command", "Loop", "Extrude", "$@8", "$@9", "$@10", "$@11", - "$@12", "$@13", "$@14", "$@15", "$@16", "$@17", "$@18", "$@19", "$@20", - "ExtrudeParameters", "ExtrudeParameter", "TransfiniteType", + "tNameFromString", "tStringFromName", "tAFFECTDIVIDE", "tAFFECTTIMES", + "tAFFECTMINUS", "tAFFECTPLUS", "'?'", "tOR", "tAND", "tNOTEQUAL", + "tEQUAL", "'<'", "'>'", "tGREATEROREQUAL", "tLESSOREQUAL", "'+'", "'-'", + "'*'", "'/'", "'%'", "'!'", "UNARYPREC", "tMINUSMINUS", "tPLUSPLUS", + "'^'", "'('", "')'", "'['", "']'", "'.'", "'#'", "','", "'{'", "'}'", + "'~'", "$accept", "All", "GeoFormatItems", "GeoFormatItem", "SendToFile", + "Printf", "View", "Views", "ElementCoords", "ElementValues", "Element", + "@1", "@2", "Text2DValues", "Text2D", "@3", "Text3DValues", "Text3D", + "@4", "InterpolationMatrix", "Time", "@5", "NumericAffectation", + "NumericIncrement", "LP", "RP", "Affectation", "Comma", + "DefineConstants", "@6", "@7", "UndefineConstants", "Enumeration", + "FloatParameterOptions", "FloatParameterOption", "CharParameterOptions", + "CharParameterOption", "PhysicalId0", "PhysicalId1", "PhysicalId2", + "PhysicalId3", "InSphereCenter", "CircleOptions", "Shape", "Transform", + "MultipleShape", "ListOfShapes", "LevelSet", "Delete", "Colorify", + "SetPartition", "Visibility", "Command", "Loop", "Extrude", "@8", "@9", + "@10", "@11", "@12", "@13", "@14", "@15", "@16", "@17", "@18", "@19", + "@20", "ExtrudeParameters", "ExtrudeParameter", "TransfiniteType", "TransfiniteArrangement", "TransfiniteCorners", "RecombineAngle", "PeriodicTransform", "Constraints", "Coherence", "HomologyCommand", - "Homology", "FExpr", "FExpr_Single", "$@21", "VExpr", "VExpr_Single", + "Homology", "FExpr", "FExpr_Single", "@21", "VExpr", "VExpr_Single", "RecursiveListOfListOfDouble", "ListOfDouble", "ListOfDoubleOrAll", "FExpr_Multi", "RecursiveListOfDouble", "ColorExpr", "ListOfColor", - "RecursiveListOfColor", "StringExprVar", "StringExpr", "$@22", - "RecursiveListOfStringExprVar", "StringIndex", "String__Index", YY_NULLPTR + "RecursiveListOfColor", "StringExprVar", "StringExpr", "@22", + "RecursiveListOfStringExprVar", "StringIndex", "String__Index", 0 }; #endif # ifdef YYPRINT -/* YYTOKNUM[NUM] -- (External) token number corresponding to the - (internal) symbol number NUM (which must be that of a token). */ +/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to + token YYLEX-NUM. */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 263, 264, @@ -881,218 +1380,133 @@ static const yytype_uint16 yytoknum[] = 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 426, 427, 63, 428, 429, 430, 431, 60, 432, - 62, 433, 43, 45, 42, 47, 37, 33, 434, 435, - 436, 94, 40, 41, 91, 93, 46, 35, 44, 123, - 125, 126 + 425, 426, 427, 428, 429, 63, 430, 431, 432, 433, + 60, 62, 434, 435, 43, 45, 42, 47, 37, 33, + 436, 437, 438, 94, 40, 41, 91, 93, 46, 35, + 44, 123, 125, 126 }; # endif -#define YYPACT_NINF -1337 - -#define yypact_value_is_default(Yystate) \ - (!!((Yystate) == (-1337))) - -#define YYTABLE_NINF -489 - -#define yytable_value_is_error(Yytable_value) \ - 0 +/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ +static const yytype_uint16 yyr1[] = +{ + 0, 204, 205, 205, 206, 206, 207, 207, 207, 207, + 207, 207, 207, 207, 207, 207, 207, 207, 207, 207, + 207, 207, 208, 208, 209, 209, 209, 209, 209, 209, + 210, 210, 210, 210, 211, 211, 211, 211, 211, 211, + 212, 212, 213, 213, 215, 216, 214, 217, 217, 219, + 218, 220, 220, 222, 221, 223, 223, 225, 224, 226, + 226, 226, 226, 226, 227, 227, 228, 228, 229, 229, + 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, + 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, + 230, 230, 230, 230, 230, 230, 230, 230, 230, 230, + 230, 230, 230, 230, 230, 230, 230, 231, 231, 232, + 232, 232, 233, 232, 232, 234, 232, 235, 235, 236, + 236, 237, 237, 238, 238, 238, 239, 239, 240, 240, + 240, 240, 241, 241, 241, 242, 242, 242, 243, 243, + 243, 244, 244, 244, 245, 245, 246, 246, 247, 247, + 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, + 247, 247, 247, 247, 247, 247, 247, 247, 247, 247, + 247, 247, 247, 247, 247, 247, 247, 248, 248, 248, + 248, 248, 248, 248, 248, 249, 249, 250, 250, 250, + 250, 250, 250, 251, 251, 251, 251, 251, 251, 251, + 251, 251, 252, 252, 252, 252, 252, 253, 253, 254, + 255, 255, 255, 255, 255, 255, 256, 256, 256, 256, + 256, 256, 256, 256, 256, 256, 256, 256, 256, 256, + 256, 256, 256, 256, 256, 256, 257, 257, 257, 257, + 257, 257, 257, 257, 257, 257, 257, 257, 258, 258, + 258, 259, 258, 260, 258, 261, 258, 262, 258, 258, + 258, 258, 258, 258, 258, 258, 258, 258, 263, 258, + 264, 258, 265, 258, 266, 258, 267, 258, 268, 258, + 269, 258, 270, 258, 271, 258, 272, 272, 273, 273, + 273, 273, 273, 273, 273, 273, 273, 273, 273, 273, + 273, 273, 273, 274, 274, 275, 275, 276, 276, 277, + 277, 278, 278, 279, 279, 279, 279, 279, 279, 279, + 279, 279, 279, 279, 279, 279, 279, 279, 279, 279, + 279, 279, 279, 279, 279, 279, 279, 279, 279, 280, + 280, 280, 281, 281, 281, 282, 282, 282, 282, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 284, 284, 284, 284, 284, 284, 284, 284, 284, + 284, 285, 284, 284, 284, 284, 284, 284, 284, 284, + 284, 284, 284, 284, 284, 284, 284, 284, 284, 284, + 284, 284, 284, 284, 284, 284, 286, 286, 286, 286, + 286, 287, 287, 287, 287, 288, 288, 289, 289, 289, + 289, 289, 289, 290, 290, 291, 291, 291, 291, 291, + 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, + 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, + 291, 291, 291, 292, 292, 292, 292, 293, 293, 293, + 293, 294, 294, 295, 295, 296, 296, 296, 296, 297, + 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, + 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, + 298, 297, 299, 299, 300, 300, 301, 301, 301 +}; - /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing - STATE-NUM. */ -static const yytype_int16 yypact[] = +/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ +static const yytype_uint8 yyr2[] = { - 7056, 57, 77, 7173, -1337, -1337, 3458, 93, -55, -73, - -63, 41, 127, 141, 154, 158, -18, 189, 203, 62, - 70, -98, -98, -142, 78, 99, 25, 110, 116, 14, - 129, 136, 153, 268, 274, 331, 161, 421, 278, 311, - 208, 328, 315, 370, -42, 241, 385, -39, 271, 137, - 137, 282, 273, 28, 338, 395, 409, 12, 61, 449, - 427, 118, 528, 537, 552, 4964, 555, 363, 400, 412, - 19, -1, -1337, 450, -1337, 613, 649, 447, -1337, 359, - 5233, 33, 34, -1337, -1337, -1337, 6918, 6918, 492, -1337, - -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, - -1337, -1337, -1337, -1337, -1337, 52, -1337, -23, 97, -1337, - 6, -1337, -1337, -1337, -1337, -98, -98, -98, -98, -98, - -98, -98, -98, -98, -98, -98, -98, -98, -98, -98, - -98, -98, -98, -98, -98, -98, -98, -98, -98, -98, - 503, 509, 540, 541, 544, 547, -98, -98, 556, -1337, - -98, -1337, -1337, -1337, -1337, -1337, -98, -98, 753, 569, - 583, 586, -98, 595, 596, -1337, -1337, -1337, -1337, 662, - 6918, 6918, 6918, 6918, 6918, 44, 17, 42, 605, -43, - 728, -1337, 652, 795, 139, -64, 855, 6918, 5042, 5042, - -1337, 6918, -1337, -1337, -1337, -1337, 5042, -1337, -1337, -1337, - -1337, -1337, -1337, 3276, 17, 6918, 6733, 6918, 6918, 676, - 6918, 6733, 6918, 6918, 687, 6733, 6918, 6918, 5346, 703, - 681, -1337, 6733, 4964, 4964, 4964, 732, 737, 4964, 4964, - 4964, 744, 754, 758, 769, 775, 776, 780, 783, 738, - 6301, 941, 5346, 19, 755, 777, 137, 137, 137, 6918, - 6918, -99, -1337, 160, 137, 812, 860, 861, 6357, 162, - -139, 787, 791, 881, 4964, 4964, 5346, 907, 5, 908, - -1337, 900, 1097, 1098, -1337, 909, 911, 912, 4964, 4964, - 913, 918, 919, 529, -1337, 920, 15, 21, 26, 40, - 472, 5537, 6918, 3940, -1337, -1337, 1997, -1337, 1111, -1337, - 345, 193, 1112, 6918, 6918, 6918, 926, 6918, 924, 984, - 6918, 6918, -1337, -1337, 6918, 925, 1123, 1124, -1337, -1337, - 1126, -1337, 1129, -1337, 258, 1047, 4480, 5042, -1337, 5346, - 5346, 6918, 6918, 937, 114, 3276, -1337, -1337, -1337, -1337, - -1337, -1337, 5346, 1131, 946, 6918, 6918, 1138, 6918, 6918, - 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, - 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, - 5042, 5042, 5042, 5042, 5042, 5042, 5346, 5042, 5042, 6918, - 3276, 5042, 5042, 6918, 3276, 6918, 5042, 5042, 5042, 5042, - 17, 3276, 17, 953, 953, 953, 4547, 8793, 111, 950, - 1144, -98, 956, -1337, 952, 3984, 6918, -1337, -1337, 6733, - 18, -1337, 6918, 6918, 6918, 6918, 6918, 6918, 6918, 6918, - 6918, 6918, 6918, 6918, 6918, 6918, 6918, -1337, -1337, 6918, - 6918, -1337, -1337, 1255, 390, 212, -1337, -1337, 317, 5150, - -1337, 428, 103, 354, 958, 960, 4738, 6733, 2054, -1337, - 430, 9138, 9159, 6918, 9180, 454, 9201, 9222, 6918, 465, - 9243, 9264, 1150, 6918, 6918, 480, 1153, 1154, 1156, 6918, - 6918, 1159, 1160, 1160, 6918, 6548, 6548, 6548, 6548, 6918, - 6918, 6918, 6733, 6733, 7728, 970, 1162, 974, -1337, -1337, - 112, -1337, -1337, 5341, 5532, 137, 137, 42, 42, 168, - 6918, 6918, 6918, 6357, 6357, 6918, 3984, 194, -1337, 6918, - 6918, 6918, 6918, 6918, 1167, 1173, 1174, 6918, 1176, 6918, - 6918, 1413, -1337, -1337, 6733, 6733, 6733, 1177, 1179, 6918, - 6918, 6918, 6918, 6918, 1183, 163, 17, -1337, 1143, 6918, - -1337, 1145, -1337, 1151, -1337, 1158, 35, 36, 38, 39, - 6733, 953, -1337, 9285, -1337, 522, 6918, 5728, -1337, 6918, - 6918, 312, -1337, 9306, 9327, 9348, 1063, 5723, -1337, 1002, - 3377, 9369, 8816, -1337, -1337, -1337, 1554, -1337, 1666, 6918, - -1337, -1337, 1012, 1017, 526, 9390, 8839, 6918, 6733, 18, - 1205, 1206, -1337, 6918, 9411, 8862, 166, 8770, 8770, 8770, - 8770, 8770, 8770, 8770, 8770, 8770, 8770, 8770, 5914, 8770, - 8770, 8770, 8770, 8770, 8770, 8770, 6105, 6352, 6728, 455, - 551, 455, 1020, 1021, 1018, 1019, 1037, 1038, 7782, 600, - 575, 600, 9873, -1337, 1286, 1039, 1022, 579, 600, 1025, - 1046, 1045, 134, 83, 3276, 6918, 1235, 1239, 29, 600, - -1337, -124, 31, 32, -27, -1337, 5286, 599, -1337, 5346, - 3410, 2576, 3663, 691, 691, 397, 397, 397, 397, 506, - 506, 953, 953, 953, 953, 10, 9432, 8885, -1337, 6918, - 1240, 16, 6733, 1241, 6733, 6918, 1242, 5042, 1243, -1337, - 17, 1244, 5042, 6918, 3276, 1248, 6733, 6733, 1118, 1253, - 1256, 9453, 1258, 1127, 1259, 1262, 9474, 1130, 1264, 1266, - 6918, 9495, 5477, 1075, -1337, -1337, -1337, 9516, 9537, 6918, - 5346, 1275, 1274, 9558, 1088, 9873, 1095, 1101, 9873, 1099, - 1102, 9873, 1100, 1106, 9873, 1103, 9579, 9600, 9621, 602, - 607, 6733, 1104, -1337, -1337, 1967, 2127, 137, 6918, 6918, - -1337, -1337, 1105, 1107, 6357, 7808, 7834, 7860, 4959, 1054, - 137, 2368, 9642, 5668, 9663, 9684, 9705, 6918, 1298, -1337, - 6918, 9726, -1337, 8908, 8931, -1337, 610, 611, 614, -1337, - -1337, 8954, 8977, 7886, 9000, 193, 6733, -1337, 1113, 1110, - 5859, 1116, 1119, 1120, -1337, 6733, -1337, 6733, -1337, 6733, - -1337, 6733, 617, -1337, -1337, 3501, 6733, 953, -1337, 6733, - -1337, 1299, 1303, 1315, 1128, 6918, 2597, 6918, 6918, -1337, - 54, -1337, -1337, 2734, -1337, 1133, 5346, 1317, 134, 134, - 6050, 620, 5346, -1337, -1337, 9023, 193, 1149, -1337, -1337, - -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, - 6918, -1337, -1337, -1337, -1337, -1337, -1337, -1337, 6918, 6918, - 6918, -1337, 6733, -1337, -1337, -1337, -1337, 5042, 5346, 5042, - 5042, 3276, -1337, -1337, -1337, -1337, -1337, -1337, 6918, -1337, - -1337, 5042, -1337, -1337, -1337, -1337, 6918, 1319, 155, 6918, - 1321, 1323, 1520, -1337, 1326, 1136, 19, 1328, -1337, 6733, - 6733, 6733, 6733, -1337, 600, 1329, 6918, -1337, 1148, 1152, - 1137, -1337, 1336, -1337, -1337, -1337, -1337, -1337, 193, 193, - 9046, -1337, -1337, 1166, 5042, 581, -1337, 592, 7912, -1337, - -1337, -1337, 1340, -1337, -1337, 8770, 600, 137, 2054, -1337, - 745, 5346, 5346, 1341, 5346, 746, 5346, 5346, 1342, 1269, - 5346, 5346, 1704, 1345, 1346, 6733, 1347, 1348, 3721, -1337, - -1337, 1350, -1337, 1352, 18, 6918, 18, 6918, 18, 6918, - 18, 6918, 1355, 1356, 1359, 1360, 1361, 630, 1353, 2771, - -1337, -1337, 238, 7938, 7964, -1337, -1337, 6254, -80, 137, - 137, 137, 1366, 1368, 1178, 1370, 1180, 11, 24, 43, - 45, -8, -1337, 255, -1337, 1054, 1371, 1373, 1374, 1375, - 1376, 9873, -1337, 1818, 1185, 1379, 1381, 1382, 1313, 6918, - 1391, 1392, 6918, -117, 635, -1337, 6918, -1337, 6918, 6918, - 6918, 657, 685, 688, 689, -1337, 6918, 693, 694, 5346, - 5346, 5346, 1395, 7990, -1337, 3535, 813, 1400, 1401, -1337, - 5346, 1207, -1337, 6918, 1402, 6918, 1403, -1337, 600, 1404, - 1405, -1337, 1408, -1337, 1407, 8770, 8770, 8770, 8770, 557, - 1208, 1222, 1223, 1224, 1221, 561, 571, 9747, 1227, 2089, - -1337, 146, 1225, 1415, 2157, -1337, -1337, -1337, 19, 6918, - -1337, 717, -1337, 718, 727, 730, 735, 18, -1337, 9873, - 1231, 6918, 6918, 5346, 1228, -1337, -1337, -1337, 1246, -1337, - 1418, 80, 1438, 6918, 4520, 1442, 1443, 22, 1252, 1254, - 1363, 1363, 5346, 1448, 1257, 1277, 1451, 1452, 5346, 1281, - 1467, 1468, -1337, 1473, 5346, 742, 5346, 5346, 1477, 1478, - -1337, 5346, 5346, 9873, 5346, 9873, 5346, 9873, 5346, 9873, - 5346, 5346, 5346, 1284, 1297, 1491, 441, -1337, 6918, 6918, - 6918, 1300, 1302, -113, -109, -52, 1314, -1337, 5346, -1337, - 6918, -1337, 1503, -1337, 1504, -1337, 1506, -1337, 1507, -1337, - -1337, 6357, 516, 5155, -1337, 1316, 1318, 5919, -1337, 6733, - -1337, -1337, -1337, 1322, 2341, -1337, -1337, 9069, 1510, 600, - 8016, 8042, 8068, 8094, -1337, -1337, -1337, -1337, 9873, -1337, - 600, 1512, 1514, 1386, -1337, 6918, 6918, 6918, -1337, 1518, - 486, 1327, 1521, 2365, -1337, 2404, -1337, 18, -1337, -1337, - 223, -1337, -1337, -1337, -1337, -1337, -1337, 5042, -1337, -1337, - -1337, 3276, 1524, -1337, -1337, 8, -1337, -1337, -1337, -1337, - -1337, 3276, 6918, 1523, 1526, 29, -1337, 1525, 9092, 19, - -1337, 1527, 1528, 1530, 1531, 5346, 6918, 8120, 8146, 751, - -1337, 6918, 1534, -1337, -1337, 5042, -1337, 8172, 4138, 9873, - -1337, -1337, -1337, -1337, 6918, 6918, 137, 1533, 1536, 1537, - -1337, 6918, 6918, -1337, -1337, 1538, 6918, -1337, -1337, 1545, - 1546, 1333, 1547, 1411, 6918, -1337, 1548, 1549, 1550, 1551, - 1553, 1555, 949, 1557, 6733, 6733, 6918, -1337, 6548, 6296, - 9768, 4078, 42, 42, 137, 1559, 137, 1562, 137, 1564, - 6918, 387, 1377, 9789, -1337, -1337, -1337, -1337, 6446, 275, - -1337, 1565, 3726, 1567, 5346, 137, 3726, 1568, 762, 6918, - -1337, 1570, 193, -1337, 6918, 6918, 6918, 6918, -1337, -1337, - -1337, 5346, 4269, 663, 9810, -1337, -1337, 4582, 5346, -1337, - -1337, -1337, 5346, -1337, 1384, 600, 4329, 4773, 3276, 1572, - 2559, -1337, 1573, 1575, -1337, 1383, -1337, -1337, -1337, -1337, - -1337, 1577, 593, 9873, 6918, 6918, 5346, 1385, 765, 9873, - -1337, 1579, 6918, -1337, -1337, 6474, 6504, 335, -1337, -1337, - -1337, 6673, 6815, -1337, 6843, 1582, -1337, 5346, -1337, 1515, - 1583, 9873, -1337, -1337, -1337, -1337, -1337, -1337, 1394, -1337, - -1337, 766, 773, 7755, 2835, 1585, 1396, -1337, 6918, -1337, - 1397, 1398, 286, -1337, 1406, 304, -1337, 1410, 316, -1337, - 1416, 9115, 1588, 5346, 1589, 1417, 6918, -1337, 6110, 321, - -1337, 784, 346, 352, -1337, 1593, 7168, -1337, 8198, 8224, - 8250, 8276, 1465, 6918, -1337, 6918, -1337, -1337, 6733, 2856, - 1596, 1412, 1597, -1337, -1337, 3940, -1337, -1337, 5042, 9873, - -1337, -1337, -1337, -1337, 19, -1337, 1472, -1337, -1337, 6918, - 8302, 8328, -1337, 5346, 6918, 1600, -1337, 8354, -1337, -1337, - 1608, 1611, 1612, 1613, 1614, 1615, 802, 1423, -1337, 5346, - 608, 641, 6733, -1337, -1337, 42, 4671, -1337, -1337, 6357, - 1054, 6357, 1054, 6357, 1054, 1617, -1337, 803, 5346, -1337, - 7196, 137, 1618, 6733, 137, -1337, -1337, 6918, 6918, 6918, - 6918, 6918, 7224, 7252, 807, -1337, -1337, 1620, -1337, 810, - 2296, 814, 1633, -1337, 1441, 9873, 6918, 6918, 819, 9873, - -1337, 6918, 820, 825, -1337, -1337, -1337, -1337, -1337, -1337, - 1446, 6918, 828, 1450, 137, 5346, 1635, 1454, 137, 1636, - 829, 1455, 6918, -1337, 7280, 360, 553, 7308, 392, 589, - 7336, 431, 928, -1337, 5346, 1644, 1558, 3168, 1457, 453, - -1337, 832, 461, 8380, 8406, 8432, 8458, 2937, -1337, -1337, - 1645, -1337, 6918, -1337, 3276, -1337, -1337, 6918, 9831, 8484, - 49, 8510, -1337, -1337, 6918, 7364, 1651, 137, 76, -1337, - -1337, 137, 91, -1337, 1652, -1337, 7392, 1654, 6918, 1660, - 1661, 6918, 1662, 1663, 6918, 1664, 1471, -1337, 6918, -1337, - 1054, -1337, 6733, 1667, 6110, 6918, 6918, 6918, 6918, -1337, - -1337, 3175, -1337, 833, -1337, 6918, -1337, 5346, 6918, 8536, - -1337, -1337, 464, -1337, 490, -1337, -1337, -1337, -1337, 1476, - 7420, -1337, -1337, 1481, 7448, -1337, -1337, 1482, 7476, -1337, - 1670, 2984, 1161, 4812, 841, -1337, 500, 842, 8562, 8588, - 8614, 8640, 3276, 1671, 1483, 9852, 848, 7504, 6918, 137, - 137, 1054, 1677, 1054, 1678, 1054, 1679, -1337, -1337, -1337, - -1337, 1054, 1683, 6733, 1684, 6918, 6918, 6918, 6918, -1337, - -1337, 5042, -1337, 1508, 1702, 7532, 517, 520, 1279, -1337, - 1513, 1806, -1337, 1516, 2521, -1337, 1517, 2763, -1337, 857, - -1337, 8666, 8692, 8718, 8744, 858, -1337, 1522, 5346, -1337, - 1703, 6918, 6918, 1707, 1054, 1708, 1054, 1711, 1054, -1337, - 1713, 6918, 6918, 6918, 6918, 5042, 1714, 5042, 869, -1337, - 7560, 7588, -1337, 2862, -1337, 2949, -1337, 3087, -1337, 7616, - 7644, 7672, 7700, -1337, -1337, 870, -1337, 1716, 1717, 1718, - 1720, 1721, 1722, -1337, -1337, -1337, -1337, 5042, 1723, -1337, - -1337, -1337, -1337, -1337, -1337, -1337, -1337 + 0, 2, 1, 2, 0, 2, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 2, 5, 5, 7, 7, 7, 9, + 6, 6, 6, 8, 0, 2, 2, 2, 2, 2, + 1, 3, 1, 3, 0, 0, 10, 1, 3, 0, + 13, 1, 3, 0, 15, 8, 14, 0, 6, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 5, 5, 7, 7, 4, 6, 6, 7, 7, 7, + 7, 9, 9, 3, 6, 6, 6, 6, 4, 6, + 9, 6, 9, 5, 8, 8, 11, 6, 9, 5, + 7, 9, 9, 11, 7, 9, 9, 0, 1, 0, + 3, 5, 0, 9, 5, 0, 9, 0, 3, 3, + 5, 0, 2, 3, 5, 3, 0, 2, 3, 3, + 3, 5, 1, 1, 3, 1, 1, 3, 1, 1, + 3, 1, 1, 3, 0, 5, 0, 2, 7, 8, + 6, 7, 4, 7, 8, 8, 7, 7, 11, 8, + 8, 8, 8, 9, 3, 4, 10, 7, 7, 8, + 8, 12, 8, 8, 7, 8, 8, 5, 11, 5, + 9, 9, 4, 9, 9, 1, 1, 0, 2, 6, + 6, 6, 6, 8, 10, 14, 16, 12, 8, 8, + 6, 14, 4, 6, 6, 3, 4, 5, 6, 5, + 3, 3, 4, 5, 4, 5, 3, 5, 7, 7, + 3, 7, 3, 2, 2, 2, 2, 2, 15, 2, + 2, 2, 2, 2, 16, 3, 6, 8, 8, 10, + 1, 2, 2, 1, 3, 3, 4, 1, 5, 11, + 13, 0, 7, 0, 13, 0, 15, 0, 6, 8, + 8, 8, 12, 12, 12, 14, 14, 14, 0, 12, + 0, 12, 0, 12, 0, 16, 0, 16, 0, 16, + 0, 18, 0, 18, 0, 18, 1, 2, 5, 7, + 9, 2, 2, 2, 3, 2, 3, 2, 3, 2, + 3, 9, 6, 0, 3, 0, 1, 0, 2, 0, + 2, 0, 2, 7, 6, 8, 5, 3, 7, 5, + 4, 6, 11, 11, 18, 18, 12, 12, 12, 10, + 10, 10, 10, 10, 4, 4, 4, 4, 4, 2, + 3, 6, 1, 1, 1, 2, 5, 7, 10, 1, + 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 5, 4, + 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, + 4, 4, 4, 4, 4, 4, 4, 6, 6, 6, + 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 0, 6, 4, 1, 4, 4, 4, 4, 4, + 4, 4, 2, 5, 5, 5, 5, 3, 6, 4, + 7, 6, 6, 6, 6, 4, 1, 2, 2, 3, + 3, 11, 9, 7, 7, 1, 3, 1, 1, 2, + 3, 4, 5, 1, 1, 2, 3, 3, 5, 4, + 2, 2, 2, 2, 3, 3, 3, 3, 5, 5, + 5, 5, 16, 16, 16, 16, 1, 1, 3, 3, + 4, 6, 6, 1, 1, 3, 3, 9, 7, 1, + 5, 3, 6, 1, 3, 1, 1, 3, 6, 1, + 4, 1, 1, 1, 4, 6, 4, 4, 4, 4, + 8, 4, 4, 4, 4, 8, 4, 6, 4, 1, + 0, 6, 1, 3, 5, 5, 1, 1, 4 }; - /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. - Performed when YYTABLE does not specify something else to do. Zero - means the default is an error. */ +/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state + STATE-NUM when YYTABLE doesn't specify something else to do. Zero + means the default is an error. */ static const yytype_uint16 yydefact[] = { - 0, 0, 0, 2, 3, 1, 514, 0, 0, 0, + 0, 0, 0, 2, 3, 1, 516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, @@ -1102,2574 +1516,2727 @@ static const yytype_uint16 yydefact[] = 0, 0, 240, 0, 247, 0, 0, 0, 243, 0, 0, 0, 0, 342, 343, 344, 0, 0, 0, 5, 7, 6, 8, 9, 10, 20, 11, 12, 13, 14, - 19, 18, 15, 16, 17, 0, 21, 515, 0, 391, - 514, 489, 392, 393, 394, 0, 0, 0, 0, 0, + 19, 18, 15, 16, 17, 0, 21, 517, 0, 391, + 516, 489, 392, 393, 394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 491, - 0, 507, 493, 398, 399, 400, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 395, 396, 397, 492, 0, - 0, 0, 0, 66, 67, 0, 0, 187, 0, 0, - 0, 349, 0, 485, 515, 404, 0, 0, 0, 0, - 227, 0, 229, 230, 225, 226, 0, 231, 232, 109, - 117, 66, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 491, 0, 509, 493, 398, 399, 400, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 395, 396, 397, + 492, 0, 0, 0, 0, 66, 67, 0, 0, 187, + 0, 0, 0, 349, 0, 485, 517, 404, 0, 0, + 0, 0, 227, 0, 229, 230, 225, 226, 0, 231, + 232, 109, 117, 66, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 426, 0, 0, 0, 0, 0, 187, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 514, 0, - 187, 515, 0, 0, 339, 0, 0, 0, 0, 0, - 0, 0, 0, 514, 444, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 466, 467, 437, 443, 0, 438, - 515, 404, 0, 0, 0, 0, 479, 0, 0, 0, - 0, 0, 223, 224, 0, 514, 0, 0, 241, 242, - 0, 187, 0, 187, 514, 0, 0, 0, 345, 0, - 0, 66, 67, 0, 0, 59, 60, 61, 62, 63, - 64, 65, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 426, 0, 0, 0, 0, 0, + 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 516, 0, 187, 517, 0, 0, 339, 0, 0, 0, + 0, 0, 0, 0, 0, 516, 444, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 466, 467, 437, 443, + 0, 438, 517, 404, 0, 0, 0, 0, 479, 0, + 0, 0, 0, 0, 223, 224, 0, 516, 0, 0, + 241, 242, 0, 187, 0, 187, 516, 0, 0, 0, + 345, 0, 0, 66, 67, 0, 0, 59, 63, 62, + 61, 60, 65, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 352, 351, 353, 0, 0, 0, 0, - 0, 0, 0, 186, 0, 185, 0, 68, 69, 0, - 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 34, 216, 0, - 0, 412, 164, 0, 514, 0, 485, 486, 0, 0, - 510, 0, 107, 107, 0, 0, 0, 0, 473, 474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 307, 307, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 187, 187, - 0, 428, 427, 0, 0, 0, 0, 187, 187, 0, - 0, 0, 0, 0, 0, 0, 257, 0, 187, 0, - 0, 0, 0, 0, 309, 0, 0, 0, 0, 0, - 0, 0, 205, 340, 0, 0, 0, 0, 0, 0, - 0, 0, 66, 67, 0, 0, 0, 450, 0, 0, - 451, 0, 452, 0, 453, 0, 0, 0, 0, 0, - 0, 351, 445, 0, 439, 0, 0, 0, 317, 66, - 67, 0, 222, 0, 0, 0, 0, 0, 187, 0, - 0, 0, 0, 245, 244, 210, 0, 211, 0, 0, - 235, 187, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 83, 0, 0, 0, 417, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 352, 351, 353, + 0, 0, 0, 0, 0, 0, 0, 186, 0, 185, + 0, 68, 69, 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 34, 216, 0, 0, 412, 164, 0, 516, 0, + 485, 486, 0, 0, 512, 0, 107, 107, 0, 0, + 0, 0, 473, 474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 307, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 401, 508, 0, 0, 0, 0, 0, 0, - 0, 0, 350, 0, 59, 0, 0, 0, 0, 0, - 182, 0, 0, 0, 0, 188, 0, 0, 59, 0, - 0, 367, 366, 364, 365, 360, 362, 361, 363, 355, - 354, 356, 357, 358, 359, 0, 0, 0, 165, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 108, + 0, 0, 187, 187, 0, 428, 427, 0, 0, 0, + 0, 187, 187, 0, 0, 0, 0, 0, 0, 0, + 257, 0, 187, 0, 0, 0, 0, 0, 309, 0, + 0, 0, 0, 0, 0, 0, 205, 340, 0, 0, + 0, 0, 0, 0, 0, 0, 66, 67, 0, 0, + 0, 450, 0, 0, 451, 0, 452, 0, 453, 0, + 0, 0, 0, 0, 0, 351, 445, 0, 439, 0, + 0, 0, 317, 66, 67, 0, 222, 0, 0, 0, + 0, 0, 187, 0, 0, 0, 0, 245, 244, 210, + 0, 211, 0, 0, 235, 187, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 83, 0, 0, 0, + 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 336, 337, 338, 0, 0, 0, - 0, 305, 0, 0, 0, 132, 133, 0, 135, 136, - 0, 138, 139, 0, 141, 142, 0, 0, 0, 0, - 0, 0, 0, 152, 187, 0, 0, 0, 0, 0, - 430, 429, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 251, 0, 0, 0, 0, 0, 0, 0, 320, - 0, 0, 206, 0, 0, 202, 0, 0, 0, 335, - 334, 0, 0, 0, 0, 417, 0, 468, 0, 0, - 0, 0, 0, 0, 454, 0, 455, 0, 456, 0, - 457, 0, 0, 350, 440, 447, 0, 356, 446, 0, - 469, 0, 0, 0, 0, 0, 0, 0, 0, 246, - 0, 212, 214, 0, 516, 0, 0, 0, 0, 0, - 0, 0, 0, 88, 74, 0, 406, 405, 419, 369, - 370, 371, 372, 373, 374, 375, 376, 377, 390, 378, - 0, 380, 381, 382, 383, 384, 385, 386, 0, 0, - 0, 501, 0, 504, 497, 498, 499, 0, 0, 0, - 0, 0, 502, 425, 506, 121, 126, 99, 0, 494, - 496, 0, 403, 409, 410, 490, 0, 0, 0, 0, - 0, 0, 0, 93, 0, 0, 0, 0, 411, 0, - 0, 0, 0, 512, 0, 0, 0, 44, 0, 0, - 0, 57, 0, 35, 36, 37, 38, 39, 408, 407, - 0, 487, 24, 22, 0, 0, 25, 0, 0, 217, - 511, 70, 110, 71, 118, 0, 0, 0, 475, 476, + 0, 0, 0, 0, 0, 0, 0, 0, 401, 510, + 0, 0, 0, 0, 0, 0, 0, 0, 350, 0, + 59, 0, 0, 0, 0, 0, 182, 0, 0, 0, + 0, 188, 0, 0, 59, 0, 0, 367, 366, 365, + 364, 360, 361, 363, 362, 355, 354, 356, 357, 358, + 359, 0, 0, 0, 165, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 303, 308, - 306, 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 213, 215, 0, 0, 0, 177, 179, 0, 0, 0, + 336, 337, 338, 0, 0, 0, 0, 305, 0, 0, + 0, 132, 133, 0, 135, 136, 0, 138, 139, 0, + 141, 142, 0, 0, 0, 0, 0, 0, 0, 152, + 187, 0, 0, 0, 0, 0, 430, 429, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 251, 0, 0, + 0, 0, 0, 0, 0, 320, 0, 0, 206, 0, + 0, 202, 0, 0, 0, 335, 334, 0, 0, 0, + 0, 417, 0, 468, 0, 0, 0, 0, 0, 0, + 454, 0, 455, 0, 456, 0, 457, 0, 0, 350, + 440, 447, 0, 356, 446, 0, 469, 0, 0, 0, + 0, 0, 0, 0, 0, 246, 0, 212, 214, 0, + 518, 0, 0, 0, 0, 0, 0, 0, 0, 88, + 74, 0, 406, 405, 419, 369, 370, 371, 372, 373, + 374, 375, 376, 377, 390, 378, 0, 380, 381, 382, + 383, 384, 385, 386, 0, 0, 0, 501, 0, 506, + 497, 498, 499, 0, 0, 0, 0, 0, 502, 503, + 504, 425, 508, 121, 126, 99, 0, 494, 496, 0, + 403, 409, 410, 490, 0, 0, 0, 0, 0, 0, + 0, 93, 0, 0, 0, 0, 411, 0, 0, 0, + 0, 514, 0, 0, 0, 44, 0, 0, 0, 57, + 0, 35, 36, 37, 38, 39, 408, 407, 0, 487, + 24, 22, 0, 0, 25, 0, 0, 217, 513, 70, + 110, 71, 118, 0, 0, 0, 475, 476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 286, 0, 248, 0, 0, 0, 0, 0, - 0, 310, 319, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 405, 0, 470, 0, 449, 0, 0, - 0, 0, 0, 0, 0, 441, 0, 0, 0, 0, - 0, 0, 0, 0, 207, 0, 0, 0, 0, 209, - 0, 0, 346, 0, 0, 0, 0, 513, 0, 0, - 0, 414, 0, 413, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 303, 308, 306, 0, + 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 213, 215, + 0, 0, 0, 177, 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 85, 0, 0, 0, 0, 84, 89, 91, 0, 0, - 483, 0, 97, 0, 0, 0, 0, 0, 75, 368, - 0, 0, 0, 0, 0, 30, 416, 415, 0, 23, + 286, 0, 248, 0, 0, 0, 0, 0, 0, 310, + 319, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 405, 0, 470, 0, 449, 0, 0, 0, 0, + 0, 0, 0, 441, 0, 0, 0, 0, 0, 0, + 0, 0, 207, 0, 0, 0, 0, 209, 0, 0, + 346, 0, 0, 0, 0, 515, 0, 0, 0, 414, + 0, 413, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 85, 0, + 0, 0, 0, 84, 89, 91, 0, 0, 483, 0, + 97, 0, 0, 0, 0, 0, 75, 368, 0, 0, + 0, 0, 0, 30, 416, 415, 0, 23, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 146, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 146, 146, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, - 314, 0, 0, 134, 0, 137, 0, 140, 0, 143, - 0, 0, 0, 0, 0, 0, 0, 208, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 292, 0, 291, - 0, 297, 0, 299, 0, 293, 0, 295, 0, 258, - 287, 0, 0, 0, 200, 0, 0, 0, 321, 0, - 204, 203, 341, 0, 0, 31, 32, 0, 0, 0, - 0, 0, 0, 0, 458, 459, 460, 461, 448, 442, - 0, 0, 0, 0, 480, 0, 0, 0, 236, 0, - 0, 0, 0, 0, 87, 0, 86, 0, 76, 219, - 418, 218, 379, 387, 388, 389, 505, 0, 422, 423, - 424, 0, 0, 402, 122, 0, 509, 127, 421, 495, - 78, 59, 0, 0, 0, 0, 77, 0, 0, 0, - 481, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 435, 0, 0, 26, 27, 0, 28, 0, 0, 111, - 114, 72, 73, 148, 0, 0, 0, 0, 0, 0, - 151, 0, 0, 167, 168, 0, 0, 153, 174, 0, - 0, 0, 0, 144, 0, 313, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 221, 0, 0, - 0, 0, 187, 187, 0, 268, 0, 270, 0, 272, - 0, 437, 0, 0, 298, 300, 294, 296, 0, 0, - 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 318, 0, 418, 471, 0, 0, 0, 0, 472, 156, - 157, 0, 0, 0, 0, 100, 104, 0, 0, 347, - 80, 79, 0, 420, 0, 0, 0, 0, 0, 0, - 0, 94, 0, 0, 95, 0, 484, 189, 190, 191, - 192, 0, 0, 40, 0, 0, 0, 0, 0, 42, - 488, 0, 0, 112, 115, 0, 0, 147, 154, 155, - 159, 0, 0, 169, 0, 0, 315, 0, 162, 0, - 0, 304, 173, 149, 161, 172, 176, 160, 0, 170, - 175, 0, 0, 0, 0, 0, 0, 434, 0, 433, - 0, 0, 0, 259, 0, 0, 260, 0, 0, 261, - 0, 0, 0, 0, 0, 0, 0, 199, 0, 0, - 198, 0, 0, 0, 193, 0, 0, 33, 0, 0, - 0, 0, 0, 0, 478, 0, 238, 237, 0, 0, - 0, 0, 0, 500, 503, 0, 123, 125, 0, 128, - 129, 130, 90, 92, 0, 98, 0, 81, 45, 0, - 0, 0, 436, 0, 0, 0, 29, 0, 121, 126, - 0, 0, 0, 0, 0, 0, 0, 0, 163, 0, - 311, 311, 0, 105, 106, 187, 0, 180, 181, 0, - 0, 0, 0, 0, 0, 0, 288, 0, 0, 187, - 0, 0, 0, 0, 0, 184, 183, 0, 0, 0, - 0, 0, 0, 0, 0, 101, 102, 0, 82, 0, - 473, 0, 0, 482, 0, 41, 0, 0, 0, 43, - 58, 0, 0, 0, 329, 331, 330, 332, 333, 166, + 150, 0, 0, 0, 0, 0, 0, 0, 314, 0, + 0, 134, 0, 137, 0, 140, 0, 143, 0, 0, + 0, 0, 0, 0, 0, 208, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 292, 0, 291, 0, 297, + 0, 299, 0, 293, 0, 295, 0, 258, 287, 0, + 0, 0, 200, 0, 0, 0, 321, 0, 204, 203, + 341, 0, 0, 31, 32, 0, 0, 0, 0, 0, + 0, 0, 458, 459, 460, 461, 448, 442, 0, 0, + 0, 0, 480, 0, 0, 0, 236, 0, 0, 0, + 0, 0, 87, 0, 86, 0, 76, 219, 418, 218, + 379, 387, 388, 389, 507, 0, 422, 423, 424, 0, + 0, 402, 122, 0, 511, 127, 421, 495, 78, 59, + 0, 0, 0, 0, 77, 0, 0, 0, 481, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 435, 0, + 0, 26, 27, 0, 28, 0, 0, 111, 114, 72, + 73, 148, 0, 0, 0, 0, 0, 0, 151, 0, + 0, 167, 168, 0, 0, 153, 174, 0, 0, 0, + 0, 144, 0, 313, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 221, 0, 0, 0, 0, + 187, 187, 0, 268, 0, 270, 0, 272, 0, 437, + 0, 0, 298, 300, 294, 296, 0, 0, 252, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 318, 0, + 418, 471, 0, 0, 0, 0, 472, 156, 157, 0, + 0, 0, 0, 100, 104, 0, 0, 347, 80, 79, + 0, 420, 0, 0, 0, 0, 0, 0, 0, 94, + 0, 0, 95, 0, 484, 189, 190, 191, 192, 0, + 0, 40, 0, 0, 0, 0, 0, 42, 488, 0, + 0, 112, 115, 0, 0, 147, 154, 155, 159, 0, + 0, 169, 0, 0, 315, 0, 162, 0, 0, 304, + 173, 149, 161, 172, 176, 160, 0, 170, 175, 0, + 0, 0, 0, 0, 0, 434, 0, 433, 0, 0, + 0, 259, 0, 0, 260, 0, 0, 261, 0, 0, + 0, 0, 0, 0, 0, 199, 0, 0, 198, 0, + 0, 0, 193, 0, 0, 33, 0, 0, 0, 0, + 0, 0, 478, 0, 238, 237, 0, 0, 0, 0, + 0, 500, 505, 0, 123, 125, 0, 128, 129, 130, + 90, 92, 0, 98, 0, 81, 45, 0, 0, 0, + 436, 0, 0, 0, 29, 0, 121, 126, 0, 0, + 0, 0, 0, 0, 0, 0, 163, 0, 311, 311, + 0, 105, 106, 187, 0, 180, 181, 0, 0, 0, + 0, 0, 0, 0, 288, 0, 0, 187, 0, 0, + 0, 0, 0, 184, 183, 0, 0, 0, 0, 0, + 0, 0, 0, 101, 102, 0, 82, 0, 473, 0, + 0, 482, 0, 41, 0, 0, 0, 43, 58, 0, + 0, 0, 329, 331, 330, 332, 333, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 432, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 302, 0, 0, 0, 253, 0, 0, - 194, 0, 0, 0, 0, 0, 0, 0, 477, 239, - 0, 348, 0, 124, 0, 131, 96, 0, 0, 0, - 0, 0, 113, 116, 0, 0, 0, 0, 0, 312, - 322, 0, 0, 323, 0, 178, 0, 274, 0, 0, - 276, 0, 0, 278, 0, 0, 0, 289, 0, 249, - 0, 187, 0, 0, 0, 0, 0, 0, 0, 158, - 103, 0, 119, 0, 49, 0, 55, 0, 0, 0, - 145, 171, 0, 326, 0, 327, 328, 431, 262, 0, - 0, 269, 263, 0, 0, 271, 264, 0, 0, 273, - 0, 0, 0, 255, 0, 197, 0, 0, 0, 0, + 0, 432, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 302, 0, 0, 0, 253, 0, 0, 194, 0, + 0, 0, 0, 0, 0, 0, 477, 239, 0, 348, + 0, 124, 0, 131, 96, 0, 0, 0, 0, 0, + 113, 116, 0, 0, 0, 0, 0, 312, 322, 0, + 0, 323, 0, 178, 0, 274, 0, 0, 276, 0, + 0, 278, 0, 0, 0, 289, 0, 249, 0, 187, + 0, 0, 0, 0, 0, 0, 0, 158, 103, 0, + 119, 0, 49, 0, 55, 0, 0, 0, 145, 171, + 0, 326, 0, 327, 328, 431, 262, 0, 0, 269, + 263, 0, 0, 271, 264, 0, 0, 273, 0, 0, + 0, 255, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 280, 0, 282, 0, 284, 290, 301, 254, - 250, 0, 0, 0, 0, 0, 0, 0, 0, 120, - 46, 0, 53, 0, 0, 0, 0, 0, 0, 265, - 0, 0, 266, 0, 0, 267, 0, 0, 201, 0, - 195, 0, 0, 0, 0, 0, 47, 0, 0, 228, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 256, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, - 0, 0, 275, 0, 277, 0, 279, 0, 196, 0, - 0, 0, 0, 48, 50, 0, 51, 0, 0, 0, - 0, 0, 0, 462, 463, 464, 465, 0, 0, 56, - 324, 325, 281, 283, 285, 52, 54 + 280, 0, 282, 0, 284, 290, 301, 254, 250, 0, + 0, 0, 0, 0, 0, 0, 0, 120, 46, 0, + 53, 0, 0, 0, 0, 0, 0, 265, 0, 0, + 266, 0, 0, 267, 0, 0, 201, 0, 195, 0, + 0, 0, 0, 0, 47, 0, 0, 228, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 256, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 234, 0, 0, + 275, 0, 277, 0, 279, 0, 196, 0, 0, 0, + 0, 48, 50, 0, 51, 0, 0, 0, 0, 0, + 0, 462, 463, 464, 465, 0, 0, 56, 324, 325, + 281, 283, 285, 52, 54 }; - /* YYPGOTO[NTERM-NUM]. */ -static const yytype_int16 yypgoto[] = +/* YYDEFGOTO[NTERM-NUM]. */ +static const yytype_int16 yydefgoto[] = { - -1337, -1337, -1337, -1337, 621, -1337, -1337, -1337, -1337, 104, - -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, - -1337, -1337, -346, -66, 959, -4, -1337, 1229, -1337, -1337, - -1337, -1337, -1337, 225, -1337, 226, -1337, -1337, -1337, -1337, - -1337, -1337, 615, 1731, -2, -491, -243, -1337, -1337, -1337, - -1337, -1337, -1337, -1337, 1734, -1337, -1337, -1337, -1337, -1337, - -1337, -1337, -1337, -1337, -1337, -1337, -1337, -1337, -994, -935, - -1337, -1337, 1276, -1337, 230, -1337, -1337, -1337, -1337, 1605, - -1337, -1337, 262, -1337, -1336, 2271, -102, 2392, 763, -238, - 497, -1337, 89, 13, -1337, -368, -3, 53 + -1, 2, 3, 89, 932, 90, 91, 681, 1400, 1406, + 921, 1108, 1572, 1773, 922, 1722, 1813, 923, 1775, 924, + 925, 1112, 344, 435, 181, 414, 92, 696, 446, 1516, + 1517, 447, 1567, 1083, 1252, 1084, 1255, 730, 733, 736, + 739, 1428, 1295, 661, 296, 408, 409, 95, 96, 97, + 98, 99, 100, 101, 297, 1013, 1668, 1739, 765, 1452, + 1455, 1458, 1697, 1701, 1705, 1758, 1761, 1764, 1009, 1010, + 1147, 969, 727, 774, 1594, 103, 104, 105, 106, 298, + 183, 883, 496, 254, 1277, 299, 300, 301, 559, 310, + 905, 1099, 444, 440, 884, 445, 186, 303 }; - /* YYDEFGOTO[NTERM-NUM]. */ -static const yytype_int16 yydefgoto[] = +/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing + STATE-NUM. */ +#define YYPACT_NINF -1344 +static const yytype_int16 yypact[] = +{ + 6580, 93, 116, 6699, -1344, -1344, 3508, 168, 150, -181, + -86, 45, 131, 179, 200, 264, 67, 268, 278, 98, + 134, -163, -163, -80, 118, 142, 32, 190, 198, 31, + 215, 224, 274, 286, 401, 424, 289, 101, 443, 469, + 230, 422, 479, 585, -22, 362, 542, -66, 384, -104, + -104, 410, 454, 59, -38, 514, 559, 8, 68, 568, + 588, 181, 682, 693, 702, 4841, 717, 530, 544, 557, + 35, 56, -1344, 558, -1344, 731, 780, 596, -1344, 1257, + 5886, 6, 39, -1344, -1344, -1344, 3709, 3709, 612, -1344, + -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, -1344, 51, -1344, 212, 132, -1344, + 22, -1344, -1344, -1344, -1344, -163, -163, -163, -163, -163, + -163, -163, -163, -163, -163, -163, -163, -163, -163, -163, + -163, -163, -163, -163, -163, -163, -163, -163, -163, -163, + 617, 623, 627, 644, 645, 660, -163, -163, -163, -163, + 669, -1344, -163, -1344, -1344, -1344, -1344, -1344, -163, -163, + 807, 672, 680, 681, -163, 686, 701, -1344, -1344, -1344, + -1344, 622, 3709, 3709, 3709, 3709, 3709, 24, 14, 317, + 652, 228, 825, -1344, 707, 886, 270, 157, 896, 3709, + 2081, 2081, -1344, 3709, -1344, -1344, -1344, -1344, 2081, -1344, + -1344, -1344, -1344, -1344, -1344, 6076, 14, 3709, 6442, 3709, + 3709, 709, 3709, 6442, 3709, 3709, 715, 6442, 3709, 3709, + 5227, 718, 726, -1344, 6442, 4841, 4841, 4841, 743, 747, + 4841, 4841, 4841, 750, 764, 769, 772, 778, 801, 802, + 827, 823, 3432, 973, 5227, 35, 824, 831, -104, -104, + -104, 3709, 3709, -101, -1344, -57, -104, 832, 836, 837, + 6192, -23, -69, 853, 854, 862, 4841, 4841, 5227, 887, + 12, 855, -1344, 888, 1065, 1093, -1344, 899, 912, 920, + 4841, 4841, 926, 930, 941, 255, -1344, 962, -2, 15, + 18, 27, 690, 5420, 3709, 3998, -1344, -1344, 394, -1344, + 1138, -1344, 299, 10, 1153, 3709, 3709, 3709, 976, 3709, + 974, 1036, 3709, 3709, -1344, -1344, 3709, 979, 1177, 1180, + -1344, -1344, 1181, -1344, 1184, -1344, 300, 1047, 7662, 2081, + -1344, 5227, 5227, 3709, 3709, 994, 364, 6076, -1344, -1344, + -1344, -1344, -1344, -1344, 5227, 1190, 1001, 3709, 3709, 1194, + 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, + 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, + 3709, 3709, 2081, 2081, 2081, 2081, 2081, 2081, 5227, 2081, + 2081, 3709, 2081, 2081, 2081, 2081, 2081, 3709, 6076, 3709, + 2081, 2081, 2081, 2081, 14, 6076, 14, 1009, 1009, 1009, + 4549, 8884, 146, 1005, 1192, -163, 1003, -1344, 1007, 6804, + 3709, -1344, -1344, 6442, 108, -1344, 3709, 3709, 3709, 3709, + 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, 3709, + 3709, -1344, -1344, 3709, 3709, -1344, -1344, 1289, 104, 88, + -1344, -1344, 306, 5608, -1344, 336, 262, 430, 1010, 1011, + 6220, 6442, 4339, -1344, 263, 9229, 9250, 3709, 9271, 419, + 9292, 9313, 3709, 494, 9334, 9355, 1198, 3709, 3709, 534, + 1201, 1207, 1210, 3709, 3709, 1211, 1231, 1231, 3709, 6255, + 6255, 6255, 6255, 3709, 3709, 3709, 6442, 6442, 7689, 1044, + 1235, 1043, -1344, -1344, -147, -1344, -1344, 5801, 5994, -104, + -104, 317, 317, -55, 3709, 3709, 3709, 6192, 6192, 3709, + 6804, -49, -1344, 3709, 3709, 3709, 3709, 3709, 1238, 1240, + 1242, 3709, 1241, 3709, 3709, 1085, -1344, -1344, 6442, 6442, + 6442, 1244, 1245, 3709, 3709, 3709, 3709, 3709, 1248, 396, + 14, -1344, 1200, 3709, -1344, 1202, -1344, 1203, -1344, 1218, + 41, 42, 43, 50, 6442, 1009, -1344, 9376, -1344, 572, + 3709, 5613, -1344, 3709, 3709, 452, -1344, 9397, 9418, 9439, + 1115, 7743, -1344, 1059, 4613, 9460, 8907, -1344, -1344, -1344, + 1419, -1344, 1522, 3709, -1344, -1344, 1066, 1069, 576, 9481, + 8930, 3709, 6442, 108, 1259, 1266, -1344, 3709, 9502, 8953, + 165, 8861, 8861, 8861, 8861, 8861, 8861, 8861, 8861, 8861, + 8861, 8861, 7769, 8861, 8861, 8861, 8861, 8861, 8861, 8861, + 7795, 7821, 7847, 518, 564, 518, 1082, 1083, 1079, 1081, + 1084, 1086, 7873, 600, 600, 600, 445, 600, 9964, -1344, + 1381, 1088, 1087, 470, 600, 1090, 1095, 1094, 160, 124, + 6076, 3709, 1286, 1298, 37, 600, -1344, -68, 36, 38, + 167, -1344, 6157, 580, -1344, 5227, 5361, 1212, 663, 1269, + 1269, 570, 570, 570, 570, 597, 597, 1009, 1009, 1009, + 1009, 17, 9523, 8976, -1344, 3709, 1299, 19, 6442, 1287, + 6442, 3709, 1303, 2081, 1304, -1344, 14, 1306, 2081, 3709, + 6076, 1309, 6442, 6442, 1175, 1315, 1317, 9544, 1318, 1185, + 1319, 1321, 9565, 1188, 1324, 1326, 3709, 9586, 6766, 1122, + -1344, -1344, -1344, 9607, 9628, 3709, 5227, 1331, 1333, 9649, + 1146, 9964, 1142, 1148, 9964, 1145, 1151, 9964, 1156, 1162, + 9964, 1158, 9670, 9691, 9712, 625, 659, 6442, 1161, -1344, + -1344, 2468, 2596, -104, 3709, 3709, -1344, -1344, 1159, 1160, + 6192, 7899, 7925, 7951, 5415, 1246, -104, 2695, 9733, 6794, + 9754, 9775, 9796, 3709, 1354, -1344, 3709, 9817, -1344, 8999, + 9022, -1344, 679, 687, 688, -1344, -1344, 9045, 9068, 7977, + 9091, 10, 6442, -1344, 1170, 1167, 6822, 1173, 1174, 1178, + -1344, 6442, -1344, 6442, -1344, 6442, -1344, 6442, 691, -1344, + -1344, 5380, 6442, 1009, -1344, 6442, -1344, 1369, 1373, 1376, + 1186, 3709, 3077, 3709, 3709, -1344, 57, -1344, -1344, 3222, + -1344, 1206, 5227, 1379, 160, 160, 6850, 698, 5227, -1344, + -1344, 9114, 10, 1045, -1344, -1344, -1344, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, -1344, -1344, 3709, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, 3709, 3709, 3709, -1344, 6442, -1344, + -1344, -1344, -1344, 2081, 5227, 2081, 2081, 6076, -1344, -1344, + -1344, -1344, -1344, -1344, -1344, -1344, 3709, -1344, -1344, 2081, + -1344, -1344, -1344, -1344, 3709, 1380, 26, 3709, 1396, 1397, + 1400, -1344, 1401, 1208, 35, 1403, -1344, 6442, 6442, 6442, + 6442, -1344, 600, 1404, 3709, -1344, 1221, 1222, 1216, -1344, + 1412, -1344, -1344, -1344, -1344, -1344, 10, 10, 9137, -1344, + -1344, 1239, 2081, 508, -1344, 620, 8003, -1344, -1344, -1344, + 1414, -1344, -1344, 8861, 600, -104, 4339, -1344, 786, 5227, + 5227, 1416, 5227, 818, 5227, 5227, 1421, 1336, 5227, 5227, + 1520, 1422, 1423, 6442, 1429, 1431, 2307, -1344, -1344, 1437, + -1344, 1438, 108, 3709, 108, 3709, 108, 3709, 108, 3709, + 1452, 1453, 1454, 1471, 1472, 730, 1440, 4882, -1344, -1344, + -30, 8029, 8055, -1344, -1344, 6878, -82, -104, -104, -104, + 1476, 1475, 1283, 1479, 1292, 63, 64, 65, 69, -13, + -1344, 91, -1344, 1246, 1480, 1482, 1484, 1485, 1497, 9964, + -1344, 1648, 1288, 1500, 1501, 1503, 1435, 3709, 1506, 1511, + 3709, 162, 733, -1344, 3709, -1344, 3709, 3709, 3709, 734, + 748, 757, 762, -1344, 3709, 767, 776, 5227, 5227, 5227, + 1516, 8081, -1344, 5561, 335, 1517, 1518, -1344, 5227, 1323, + -1344, 3709, 1523, 3709, 1524, -1344, 600, 1525, 1526, -1344, + 1519, -1344, 1527, 8861, 8861, 8861, 8861, 599, 1328, 1341, + 1343, 1347, 1344, 606, 610, 9838, 1350, 1686, -1344, 173, + 1348, 1540, 1759, -1344, -1344, -1344, 35, 3709, -1344, 783, + -1344, 787, 788, 791, 792, 108, -1344, 9964, 1357, 3709, + 3709, 5227, 1370, -1344, -1344, -1344, 1372, -1344, 1566, 23, + 1567, 3709, 2159, 1583, 1588, 9, 1394, 1406, 1521, 1521, + 5227, 1604, 1410, 1418, 1609, 1614, 5227, 1424, 1618, 1620, + -1344, 1622, 5227, 814, 5227, 5227, 1619, 1623, -1344, 5227, + 5227, 9964, 5227, 9964, 5227, 9964, 5227, 9964, 5227, 5227, + 5227, 1427, 1432, 1625, 420, -1344, 3709, 3709, 3709, 1433, + 1434, -107, -93, 87, 1441, -1344, 5227, -1344, 3709, -1344, + 1630, -1344, 1632, -1344, 1633, -1344, 1634, -1344, -1344, 6192, + 533, 5034, -1344, 1442, 1443, 5806, -1344, 6442, -1344, -1344, + -1344, 1445, 1804, -1344, -1344, 9160, 1637, 600, 8107, 8133, + 8159, 8185, -1344, -1344, -1344, -1344, 9964, -1344, 600, 1636, + 1641, 1510, -1344, 3709, 3709, 3709, -1344, 1644, 560, 1451, + 1646, 2440, -1344, 2757, -1344, 108, -1344, -1344, 194, -1344, + -1344, -1344, -1344, -1344, -1344, 2081, -1344, -1344, -1344, 6076, + 1649, -1344, -1344, 20, -1344, -1344, -1344, -1344, -1344, 6076, + 3709, 1653, 1651, 37, -1344, 1655, 9183, 35, -1344, 1656, + 1657, 1658, 1659, 5227, 3709, 8211, 8237, 817, -1344, 3709, + 1662, -1344, -1344, 2081, -1344, 8263, 4198, 9964, -1344, -1344, + -1344, -1344, 3709, 3709, -104, 1664, 1667, 1668, -1344, 3709, + 3709, -1344, -1344, 1669, 3709, -1344, -1344, 1663, 1670, 1477, + 1671, 1541, 3709, -1344, 1678, 1683, 1684, 1685, 1687, 1703, + 1016, 1704, 6442, 6442, 3709, -1344, 6255, 6906, 9859, 6187, + 317, 317, -104, 1705, -104, 1706, -104, 1708, 3709, 496, + 1529, 9880, -1344, -1344, -1344, -1344, 6934, 125, -1344, 1715, + 3786, 1716, 5227, -104, 3786, 1717, 828, 3709, -1344, 1719, + 10, -1344, 3709, 3709, 3709, 3709, -1344, -1344, -1344, 5227, + 6383, 738, 9901, -1344, -1344, 4584, 5227, -1344, -1344, -1344, + 5227, -1344, 1535, 600, 4391, 4648, 6076, 1725, 2800, -1344, + 1732, 1726, -1344, 1546, -1344, -1344, -1344, -1344, -1344, 1739, + 633, 9964, 3709, 3709, 5227, 1547, 829, 9964, -1344, 1741, + 3709, -1344, -1344, 6962, 6990, 543, -1344, -1344, -1344, 7018, + 7046, -1344, 7074, 1744, -1344, 5227, -1344, 1676, 1754, 9964, + -1344, -1344, -1344, -1344, -1344, -1344, 1549, -1344, -1344, 852, + 857, 7716, 2836, 1760, 1568, -1344, 3709, -1344, 1565, 1569, + 155, -1344, 1571, 178, -1344, 1573, 232, -1344, 1574, 9206, + 1770, 5227, 1771, 1576, 3709, -1344, 5999, 276, -1344, 860, + 349, 355, -1344, 1773, 7102, -1344, 8289, 8315, 8341, 8367, + 1647, 3709, -1344, 3709, -1344, -1344, 6442, 3947, 1775, 1581, + 1779, -1344, -1344, 3998, -1344, -1344, 2081, 9964, -1344, -1344, + -1344, -1344, 35, -1344, 1654, -1344, -1344, 3709, 8393, 8419, + -1344, 5227, 3709, 1781, -1344, 8445, -1344, -1344, 1782, 1783, + 1787, 1791, 1792, 1796, 861, 1602, -1344, 5227, -14, 667, + 6442, -1344, -1344, 317, 6730, -1344, -1344, 6192, 1246, 6192, + 1246, 6192, 1246, 1803, -1344, 864, 5227, -1344, 7130, -104, + 1805, 6442, -104, -1344, -1344, 3709, 3709, 3709, 3709, 3709, + 7158, 7186, 867, -1344, -1344, 1806, -1344, 868, 4158, 877, + 1807, -1344, 1616, 9964, 3709, 3709, 878, 9964, -1344, 3709, + 890, 905, -1344, -1344, -1344, -1344, -1344, -1344, 1639, 3709, + 909, 1642, -104, 5227, 1809, 1674, -104, 1812, 910, 1640, + 3709, -1344, 7214, 363, 624, 7242, 368, 759, 7270, 399, + 856, -1344, 5227, 1814, 1723, 5075, 1675, 441, -1344, 914, + 444, 8471, 8497, 8523, 8549, 3993, -1344, -1344, 1839, -1344, + 3709, -1344, 6076, -1344, -1344, 3709, 9922, 8575, 52, 8601, + -1344, -1344, 3709, 7298, 1841, -104, 13, -1344, -1344, -104, + 73, -1344, 1842, -1344, 7326, 1846, 3709, 1848, 1849, 3709, + 1852, 1853, 3709, 1874, 1679, -1344, 3709, -1344, 1246, -1344, + 6442, 1876, 5999, 3709, 3709, 3709, 3709, -1344, -1344, 259, + -1344, 918, -1344, 3709, -1344, 5227, 3709, 8627, -1344, -1344, + 507, -1344, 517, -1344, -1344, -1344, -1344, 1688, 7354, -1344, + -1344, 1692, 7382, -1344, -1344, 1718, 7410, -1344, 1877, 4138, + 917, 5268, 934, -1344, 520, 938, 8653, 8679, 8705, 8731, + 6076, 1879, 1720, 9943, 943, 7438, 3709, -104, -104, 1246, + 1880, 1246, 1881, 1246, 1910, -1344, -1344, -1344, -1344, 1246, + 1911, 6442, 1912, 3709, 3709, 3709, 3709, -1344, -1344, 2081, + -1344, 1721, 1917, 7466, 526, 545, 1006, -1344, 1727, 1150, + -1344, 1728, 1316, -1344, 1729, 1562, -1344, 948, -1344, 8757, + 8783, 8809, 8835, 952, -1344, 1731, 5227, -1344, 1918, 3709, + 3709, 1920, 1246, 1921, 1246, 1943, 1246, -1344, 1944, 3709, + 3709, 3709, 3709, 2081, 1945, 2081, 970, -1344, 7494, 7522, + -1344, 1617, -1344, 1682, -1344, 2140, -1344, 7550, 7578, 7606, + 7634, -1344, -1344, 991, -1344, 1947, 1949, 1950, 1952, 1953, + 1969, -1344, -1344, -1344, -1344, 2081, 1970, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, -1344 +}; + +/* YYPGOTO[NTERM-NUM]. */ +static const yytype_int16 yypgoto[] = { - -1, 2, 3, 89, 924, 90, 91, 675, 1392, 1398, - 913, 1100, 1564, 1765, 914, 1714, 1805, 915, 1767, 916, - 917, 1104, 342, 431, 179, 410, 92, 690, 442, 1508, - 1509, 443, 1559, 1075, 1244, 1076, 1247, 724, 727, 730, - 733, 1420, 1287, 655, 294, 404, 405, 95, 96, 97, - 98, 99, 100, 101, 295, 1005, 1660, 1731, 759, 1444, - 1447, 1450, 1689, 1693, 1697, 1750, 1753, 1756, 1001, 1002, - 1139, 961, 721, 768, 1586, 103, 104, 105, 106, 296, - 181, 875, 492, 252, 1269, 297, 298, 299, 555, 308, - 897, 1091, 440, 436, 876, 441, 184, 301 + -1344, -1344, -1344, -1344, 874, -1344, -1344, -1344, -1344, 313, + -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, + -1344, -1344, -380, -103, 2255, -1, -1344, 1551, -1344, -1344, + -1344, -1344, -1344, 478, -1344, 482, -1344, -1344, -1344, -1344, + -1344, -1344, 871, 1993, 7, -494, -258, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, 1999, -1344, -1344, -1344, -1344, -1344, + -1344, -1344, -1344, -1344, -1344, -1344, -1344, -1344, -952, -943, + -1344, -1344, 1528, -1344, 474, -1344, -1344, -1344, -1344, 1544, + -1344, -1344, 0, -1344, -1343, 2235, -108, 2444, 1942, -244, + 741, -1344, 21, 62, -1344, -368, -3, 95 }; - /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If - positive, shift that token. If negative, reduce the rule whose - number is the opposite. If YYTABLE_NINF, syntax error. */ +/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If + positive, shift that token. If negative, reduce the rule which + number is the opposite. If zero, do what YYDEFACT says. + If YYTABLE_NINF, syntax error. */ +#define YYTABLE_NINF -489 static const yytype_int16 yytable[] = { - 107, 94, 619, 309, 621, 487, 752, 753, 1461, 518, - 344, 1182, 1377, 630, 907, 506, 268, 1171, 214, 183, - 537, 315, 922, 306, 187, 658, 540, 521, 1283, 209, - 1173, 542, 260, 895, 239, 209, 214, 240, 320, 322, - 794, 796, 343, 798, 800, 544, 402, 190, 398, 1175, - 205, 1177, 645, 509, 271, 1676, 108, 206, 328, 185, - 510, 1047, 300, 4, 659, 273, 1180, 274, 205, 495, - 496, 340, 341, 495, 496, 899, 271, 5, 576, 1198, - 578, 1516, 1683, 495, 496, 1324, 1274, 1325, 992, 1326, - 658, 1327, 316, 319, 201, 182, 202, 1685, 243, 993, - 497, 261, 495, 496, 335, 262, 186, 994, 995, 996, - 272, 244, 245, 997, 998, 999, 1000, 263, 644, 188, - 1162, 466, 467, 468, 340, 341, 471, 472, 473, 189, - 495, 496, 317, 192, 275, -486, 1172, 908, 909, 910, - 911, 658, 48, 49, 50, 51, 1328, 193, 1329, 1174, - 407, 56, 408, 1251, 59, 538, 409, 1378, 269, 1081, - 194, 541, 514, 515, 195, 217, 543, 1568, 1176, 331, - 1178, 332, 902, 271, 196, 403, 527, 528, 333, 88, - 545, 399, 400, 1582, 88, 271, 271, 336, 337, 338, - 339, 310, 1179, 271, 278, 197, 923, 279, 345, 519, - 346, 271, 347, 300, 495, 496, 178, 178, 300, 198, - 912, 270, 300, 215, 539, 300, 444, 210, 307, 300, - 300, 300, 300, 210, 211, 300, 300, 300, 896, 401, - 900, 901, 321, 323, 795, 797, 218, 799, 801, 300, - 191, 437, 437, 832, 329, 745, 746, 1180, 1677, 437, - 1048, 330, 336, 337, 338, 339, 199, 445, 495, 496, - 923, 300, 300, 300, 200, 761, 336, 337, 338, 339, - 207, 340, 341, 495, 496, 300, 300, 435, 438, 888, - 336, 337, 338, 339, 228, 340, 341, 229, 300, 230, - 300, 208, 1082, 1083, 495, 496, 886, 889, 688, 340, - 341, 689, 212, 336, 337, 338, 339, 407, 213, 408, - 747, 251, 253, 588, 259, 336, 337, 338, 339, 247, - 248, 216, 340, 341, 271, 816, 300, 300, 217, 249, - 589, 429, 646, 430, 340, 341, 250, 221, 823, 300, - 333, 1716, 495, 496, 495, 496, 255, 219, 590, 256, - 495, 496, 257, 220, 340, 341, 407, 226, 408, 498, - 222, 508, 786, 315, 111, -487, 754, 271, 271, 271, - 271, 271, 271, 300, 271, 271, 495, 496, 271, 271, - 437, 340, 341, 271, 271, 271, 271, 271, 232, 271, - 227, 233, 760, 629, 234, 556, 235, 633, 137, 138, - 139, 140, 141, 142, 640, 681, 300, 146, 147, 231, - 682, 340, 341, 149, 150, 151, 582, 264, 152, 265, - 495, 496, -488, 437, 437, 437, 437, 437, 437, 157, - 437, 437, 1788, 241, 437, 437, 1158, 495, 496, 437, - 437, 437, 437, 639, 300, 641, 236, 1317, 1318, 237, - 345, 238, 579, 1181, 534, 247, 248, 495, 496, 178, - 620, 242, 622, 623, 624, 249, 626, 627, 495, 496, - 246, 631, 258, 1456, 266, 635, 636, 637, 638, 300, - 300, 254, 1053, 1055, 1529, 267, 495, 496, 726, 729, - 732, 735, 1366, 1367, 223, 403, 403, 224, 495, 496, - 225, 979, 1531, 495, 496, 407, 277, 408, 490, 491, - 683, 809, 160, 161, 1533, 684, 499, 495, 496, 1541, - 507, 300, 300, 300, 168, 276, 88, 169, 495, 496, - 838, 787, 280, 271, 495, 496, 1596, 559, 1599, 560, - 1602, 281, 495, 496, 1543, 546, 333, 300, 547, 691, - 1544, 548, 689, 549, 300, 303, 282, 810, 1648, 302, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 557, 424, 425, 495, 496, 887, 890, 426, 421, - 422, 423, 424, 425, 679, 300, 680, 1452, 426, 788, - 1651, 178, 304, 839, 840, 841, 842, 843, 844, 845, - 846, 847, 848, 849, 305, 851, 852, 853, 854, 855, - 856, 857, 992, 495, 496, 861, 863, 864, 1142, 312, - 1144, 686, 1146, 993, 1148, 872, 687, 874, 697, 1654, - 698, 994, 995, 996, 882, 495, 496, 997, 998, 999, - 1000, 314, 311, 495, 496, 898, 495, 496, 407, 992, - 408, 1662, 697, 687, 703, 313, 300, 891, 1090, 1664, - 993, 1180, 1719, 697, 1180, 707, 1702, 1180, 994, 995, - 996, 1475, 495, 496, 997, 998, 999, 1000, 697, 300, - 713, 300, 495, 496, 271, 992, 327, 271, 1720, 271, - 423, 424, 425, 300, 300, 373, 993, 426, 1733, 495, - 496, 374, 495, 496, 994, 995, 996, 936, 1583, 1584, - 997, 998, 999, 1000, 1585, 1771, 1340, 300, 1772, 838, - 697, 532, 804, 533, 826, 534, 827, 1748, 177, 1751, - 178, 1754, 375, 376, 411, 1252, 377, 1757, 300, 378, - 437, 1587, 1588, 932, 407, 437, 408, 1585, 381, 862, - 407, 1265, 408, 1649, 407, 697, 408, 750, 751, 1242, - 385, 386, 1054, 1056, 407, 491, 408, 1180, 873, 1245, - 1061, 1063, 880, 687, 1111, 387, 930, 881, 388, 697, - 1793, 934, 1795, 300, 1797, 1112, 1498, 390, 391, 1652, - 697, 1499, 300, 407, 300, 408, 300, 697, 300, 904, - 697, 428, 975, 300, 406, 697, 300, 976, 697, 697, - 1017, 1018, 697, 1180, 1019, 697, 1180, 1035, 697, 1180, - 1058, 1217, 1180, 300, 1118, 1124, 1119, 1125, 697, 300, - 1155, 1440, 1441, 697, 271, 1199, 412, 413, 414, 415, + 107, 491, 510, 541, 623, 345, 625, 758, 759, 1469, + 94, 322, 270, 190, 525, 1291, 522, 636, 317, 1691, + 544, 915, 651, 546, 1385, 930, 346, 184, 402, 1282, + 1089, 203, 548, 204, 665, 216, 211, 499, 500, 308, + 211, 903, 216, 266, 324, 267, 800, 802, 804, 253, + 255, 192, 261, 753, 273, 806, 241, 330, 1684, 242, + 311, 1190, 302, 262, 1055, 580, 1188, 582, 185, 1179, + 1181, 1183, 275, 245, 276, 1185, 273, 499, 500, 1693, + 249, 250, 1524, 499, 500, 1000, 246, 247, 1591, 1592, + 251, 499, 500, 1332, 1593, 1333, 1001, 252, 108, 4, + 501, 187, 499, 500, 1002, 1003, 1004, 1334, 191, 1335, + 1005, 1006, 1007, 1008, 207, 664, 5, 470, 471, 472, + 1170, 208, 475, 476, 477, 513, 207, 499, 500, 499, + 500, 664, 514, 907, 263, 499, 500, 194, 264, 337, + 542, 318, 321, 277, 502, 760, 916, 917, 918, 919, + 265, 766, 274, 650, 499, 500, 271, 545, 518, 519, + 547, 499, 500, 403, 404, 1090, 1091, 664, 1576, 549, + 1166, 1386, 531, 532, 319, 273, 225, 88, 512, 226, + 1259, 188, 227, 88, 1590, 195, 407, 273, 273, 1187, + 1180, 1182, 1184, 499, 500, 273, 1186, 499, 500, 543, + 931, 342, 343, 273, 931, 302, 196, 323, 523, 272, + 302, 439, 442, 838, 302, 180, 347, 302, 348, 920, + 349, 302, 302, 302, 302, 180, 212, 302, 302, 302, + 212, 189, 217, 213, 751, 752, 309, 908, 904, 909, + 325, 302, 801, 803, 805, 331, 193, 1188, 494, 495, + 312, 807, 332, 1685, 767, 1056, 503, 499, 500, 280, + 511, 198, 281, 302, 302, 302, 1720, 448, 894, 897, + 197, 499, 500, 405, 199, 499, 500, 302, 302, 338, + 339, 340, 341, 687, 200, 441, 441, 1336, 688, 1337, + 302, 1189, 302, 441, 201, 338, 339, 340, 341, 652, + 685, 449, 686, 338, 339, 340, 341, 180, 230, 499, + 500, 231, 209, 232, 822, 342, 343, 338, 339, 340, + 341, 406, 896, 342, 343, 1464, 273, 829, 302, 302, + 202, 338, 339, 340, 341, 593, 210, 342, 343, 499, + 500, 302, 1724, 1225, 338, 339, 340, 341, 342, 343, + 586, 342, 343, 342, 343, 1537, 342, 343, -486, 220, + 1206, 219, 499, 500, 342, 343, -487, 221, 910, 273, + 273, 273, 273, 273, 273, 302, 273, 273, 1539, 273, + 273, 273, 273, 273, 214, 342, 343, 273, 273, 273, + 273, 273, 215, 273, 624, -488, 626, 627, 628, 594, + 630, 631, 560, 633, 634, 635, 333, 637, 334, 218, + 302, 641, 642, 643, 644, 335, 499, 500, 219, 48, + 49, 50, 51, 411, 441, 412, 1325, 1326, 56, 413, + 223, 59, 1541, 1796, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 302, 536, + 639, 537, 430, 538, 1061, 1063, 179, 646, 180, 694, + 499, 500, 695, 703, 433, 704, 434, 441, 441, 441, + 441, 441, 441, 335, 441, 441, 1549, 441, 441, 441, + 441, 441, 222, 302, 302, 441, 441, 441, 441, 645, + 224, 647, 987, 563, 347, 564, 583, 844, 538, 756, + 757, 689, 335, 180, 560, 233, 690, 495, 407, 407, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 1257, 427, 1106, 1107, 426, 697, 392, 1204, 1180, 300, - 1180, 432, 1180, 1476, 271, 300, 271, 271, 453, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 271, 458, - 464, 1372, 426, 697, 1074, 1205, 697, 697, 1206, 1207, - 437, 697, 697, 1209, 1210, 463, 300, 300, 300, 300, - 1097, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 1259, 697, 1260, 1261, 426, - 437, 271, 437, 437, 469, 697, 1064, 1262, 697, 470, - 1263, 1115, 1116, 697, 437, 1264, 474, 482, 300, 300, - 697, 300, 1301, 300, 300, 485, 475, 300, 300, 1396, - 476, 1397, 300, 1428, 488, 1429, 1070, 1063, 1072, 1073, - 697, 477, 1465, 1504, 697, 1505, 1520, 478, 479, 450, - 1078, 697, 480, 1521, 455, 481, 489, 437, 459, 511, - 203, 204, 1396, 512, 1542, 465, 412, 413, 414, 415, + 426, 427, 428, 429, 228, 302, 302, 302, 430, 257, + 1226, 692, 258, 499, 500, 259, 693, 273, 793, 499, + 500, 732, 735, 738, 741, 895, 898, 499, 500, 1551, + 229, 302, 499, 500, 234, 1552, 243, 235, 302, 411, + 236, 412, 237, 1656, 816, 592, 1374, 1375, 1659, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 561, 428, 429, 499, 500, 248, 1604, 430, 1607, 302, + 1610, 411, 1150, 412, 1152, 268, 1154, 792, 1156, 1662, + 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, + 855, 256, 857, 858, 859, 860, 861, 862, 863, 703, + 244, 709, 867, 869, 870, 499, 500, 697, 499, 500, + 695, 1000, 878, 879, 880, 794, 882, 269, 249, 250, + 881, 1670, 1001, 890, 1672, 693, 278, 411, 251, 412, + 1002, 1003, 1004, 815, 906, 260, 1005, 1006, 1007, 1008, + 1098, 1188, 302, 238, 1188, 888, 239, 1188, 240, 279, + 889, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 561, 428, 429, 302, 282, 302, 844, 430, + 273, 499, 500, 273, 703, 273, 713, 283, 1460, 302, + 302, 499, 500, 1119, 499, 500, 284, 1727, 703, 1260, + 499, 500, 899, 411, 938, 412, 1710, 1728, 693, 942, + 1741, 304, 1000, 302, 305, 1273, 1779, 499, 500, 499, + 500, 1062, 1064, 1001, 703, 1348, 719, 314, 306, 1069, + 1071, 1002, 1003, 1004, 302, 1780, 1483, 1005, 1006, 1007, + 1008, 307, 313, 990, 425, 426, 427, 428, 429, 411, + 996, 412, 944, 430, 868, 550, 1011, 1188, 551, 1595, + 1596, 552, 703, 553, 810, 1593, 832, 1756, 833, 1759, + 703, 1762, 912, 427, 428, 429, 315, 1765, 441, 302, + 430, 940, 316, 441, 411, 411, 412, 412, 302, 703, + 302, 411, 302, 412, 302, 411, 1250, 412, 329, 302, + 1253, 375, 302, 1188, 389, 1120, 1188, 376, 396, 1188, + 703, 377, 1188, 1114, 1115, 703, 1657, 983, 1506, 302, + 1801, 415, 1803, 1507, 1805, 302, 1448, 1449, 378, 379, + 273, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 1265, 410, 380, 1380, 430, 1000, 1188, 703, + 1188, 984, 1188, 385, 1072, 302, 390, 1126, 1001, 1127, + 273, 302, 273, 273, 391, 392, 1002, 1003, 1004, 703, + 394, 1025, 1005, 1006, 1007, 1008, 273, 703, 703, 1026, + 1027, 703, 432, 1043, 1078, 395, 1080, 1081, 703, 1132, + 1066, 1133, 436, 457, 302, 302, 302, 302, 431, 462, + 1086, 1105, 467, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 468, 1071, 273, + 703, 430, 1163, 703, 703, 1207, 1212, 473, 441, 1082, + 1484, 474, 1123, 1124, 478, 1125, 302, 302, 703, 302, + 1213, 302, 302, 1118, 1000, 302, 302, 703, 479, 1214, + 302, 1660, 703, 480, 1215, 1001, 481, 703, 441, 1217, + 441, 441, 482, 1002, 1003, 1004, 703, 489, 1218, 1005, + 1006, 1007, 1008, 1267, 441, 1268, 1261, 703, 703, 1269, + 1270, 703, 703, 1271, 1272, 483, 484, 1171, 1172, 1173, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 1396, 1604, 1580, 1605, 426, 697, 1218, 1620, 1622, 982, - 1623, 500, 687, 1110, 1625, 1253, 988, 1396, 1242, 1630, - 1632, 1386, 1003, 1245, 992, 1633, 1396, 697, 1636, 1644, - 697, 1504, 1663, 1713, 1591, 993, 300, 300, 300, 697, - 697, 1732, 1734, 994, 995, 996, 1396, 300, 1743, 997, - 998, 999, 1000, 580, 1227, 697, 1785, 1780, 1786, 501, - 502, 1232, 1233, 1234, 1235, 1236, 334, 1396, 1817, 1807, - 1818, 1243, 1246, 513, 348, 349, 350, 351, 352, 353, - 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, - 364, 365, 366, 367, 368, 369, 370, 371, 372, 517, - 300, 333, 520, 522, 523, 379, 380, 529, 524, 382, - 525, 526, 530, 531, 536, 383, 384, 558, 562, 300, - 1561, 389, 566, 568, 569, 300, 178, 1280, 1655, 573, - 574, 300, 575, 300, 300, 577, 587, 592, 300, 300, - 593, 300, 596, 300, 426, 300, 647, 300, 300, 300, - 992, 648, 650, 434, 111, 177, 693, 710, 694, 714, - 715, 993, 716, 742, 1373, 300, 719, 720, 743, 994, - 995, 996, 657, 744, 767, 997, 998, 999, 1000, 769, - 300, 770, 772, 779, 300, 780, 300, 785, 137, 138, - 139, 140, 141, 142, 789, 1353, 791, 146, 147, 1117, - 814, 817, 792, 149, 150, 151, 1358, 824, 152, 793, - 825, 833, 834, 865, 866, 879, 867, 868, 883, 157, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 271, 869, 870, 878, 426, 884, - 885, 893, 535, 894, 921, 739, 740, 926, 929, 931, - 933, 1163, 1164, 1165, 1375, 937, 1562, 992, 940, 561, - 941, 678, 300, 942, 1379, 944, 946, 945, 993, 947, - 949, 950, 271, 951, 955, 300, 994, 995, 996, 960, - 962, 964, 997, 998, 999, 1000, 1373, 776, 777, 778, - 437, 1404, 877, 965, 966, 968, 1607, 967, 969, 970, - 978, 971, 160, 161, 1012, 985, 1039, 986, 1025, 1026, - 1040, 300, 300, 802, 168, 1028, 88, 169, 1029, 1030, - 403, 403, 1041, 1052, 1042, 1080, 1374, 1085, 437, 1086, - 1089, 1435, 1050, 1088, 1092, 1098, 1103, 340, 341, 300, - 1101, 300, 1105, 300, 1102, 1062, 1109, 1114, 1122, 1128, - 1129, 831, 1133, 1134, 1136, 1137, 1140, 1156, 300, 1141, - 649, 1729, 1150, 1151, 1401, 300, 1152, 1153, 1154, 300, - 1166, 1484, 1170, 300, 1167, 992, 1169, 1168, 1183, 1184, - 1480, 1185, 1186, 1187, 1189, 1190, 993, 1191, 1192, 1487, - 1490, 1491, 1193, 300, 994, 995, 996, 1195, 1196, 1214, - 997, 998, 999, 1000, 1219, 1220, 1237, 1222, 1224, 1226, - 1228, 1229, 1230, 1231, 300, 1238, 1239, 1240, 1703, 1241, - 1249, 1254, 1255, 1266, 1273, 7, 8, 1271, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 1272, 1339, 1276, 925, 426, 927, 1281, 1282, - 300, 1284, 1286, 1285, 1290, 300, 1291, 1293, 1294, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 1297, 1298, 300, 1292, 426, 1299, 1773, - 1296, 1304, 300, 1314, 1305, 271, 651, 24, 25, 652, - 27, 28, 653, 30, 654, 32, 1315, 33, 1316, 1322, - 300, 1323, 38, 39, 977, 41, 42, 43, 1330, 1334, - 1335, 46, 1336, 1337, 1352, 1344, 300, 1345, 1359, 300, - 1360, 1349, 1361, 403, 1365, 1368, 1087, 1369, 1376, 1381, - 1382, 1384, 1417, 1387, 1388, 300, 1389, 1390, 1400, 1408, - 300, 437, 1409, 1410, 1413, 67, 68, 69, 1407, 1024, - 1415, 1419, 1416, 1418, 1422, 1423, 1424, 1425, 1031, 1426, - 1032, 1427, 1033, 1430, 1034, 1443, 7, 8, 1446, 1037, - 1449, 1457, 1038, 1460, 1464, 1453, 1467, 1483, 1492, 1496, - 1494, 1495, 300, 1497, 1503, 1506, 1442, 1515, 1445, 1518, - 1448, 1524, 1517, 1519, 1536, 1525, 1538, 1527, 1528, 1545, - 1551, 300, 1556, 1558, 1459, 1530, 1570, 1462, 1463, 1532, - 1563, 180, 1557, 775, 1574, 1534, 1539, 1575, 1576, 1577, - 1578, 1579, 1581, 1603, 1610, 1069, 1621, 651, 24, 25, - 652, 27, 28, 653, 30, 654, 32, 1672, 33, 1626, - 1627, 1640, 1643, 38, 39, 1634, 41, 42, 43, 1637, - 1657, 1670, 46, 1641, 1658, 1645, 1661, 1681, 1686, 300, - 1688, 300, 1093, 1094, 1095, 1096, 1691, 1692, 1695, 1696, - 1699, 1700, 692, 1705, 300, 1721, 1727, 1740, 7, 8, - 1723, 1725, 1741, 1749, 1752, 1755, 67, 68, 69, 1758, - 1760, 325, 326, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 1768, 1769, 1789, - 1132, 426, 1774, 1792, 1794, 1776, 1778, 1796, 1135, 1798, - 1804, 1787, 1819, 1820, 1821, 1739, 1822, 1823, 1824, 1826, - 300, 1673, 1275, 1572, 93, 1573, 1288, 102, 271, 651, - 24, 25, 652, 27, 28, 653, 30, 654, 32, 722, - 33, 1589, 1383, 0, 821, 38, 39, 0, 41, 42, - 43, 0, 0, 0, 46, 300, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 393, 394, 395, 396, 397, - 0, 0, 271, 0, 271, 0, 0, 0, 0, 0, - 0, 1595, 433, 1598, 437, 1601, 439, 0, 67, 68, - 69, 0, 0, 1609, 0, 0, 1612, 0, 0, 0, - 446, 448, 451, 452, 271, 454, 448, 456, 457, 0, - 448, 460, 461, 0, 1188, 0, 0, 448, 0, 0, - 1766, 0, 0, 0, 0, 0, 0, 0, 437, 0, - 437, 0, 0, 0, 0, 484, 1638, 0, 0, 0, - 1642, 0, 0, 0, 493, 494, 0, 0, 0, 0, - 0, 0, 0, 494, 0, 0, 822, 0, 0, 0, - 437, 0, 0, 0, 1803, 0, 1806, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 551, 553, 448, 1682, - 0, 0, 992, 1684, 0, 0, 1825, 0, 563, 564, - 565, 0, 567, 993, 0, 570, 571, 0, 0, 572, - 0, 994, 995, 996, 0, 0, 1706, 997, 998, 999, - 1000, 0, 0, 0, 0, 0, 585, 586, 0, 0, + 426, 427, 428, 429, 703, 1000, 1309, 1404, 430, 1405, + 1436, 485, 1437, 1394, 486, 492, 1001, 441, 703, 1512, + 1473, 1513, 493, 504, 1002, 1003, 1004, 505, 506, 1599, + 1005, 1006, 1007, 1008, 302, 302, 302, 515, 516, 438, + 111, 524, 703, 584, 1528, 302, 517, 703, 1663, 1529, + 1404, 1404, 1550, 1588, 1612, 1235, 1613, 703, 1630, 1628, + 1631, 526, 1240, 1241, 1242, 1243, 1244, 693, 1404, 1633, + 1638, 521, 1251, 1254, 137, 138, 139, 140, 141, 142, + 1250, 335, 1640, 146, 147, 148, 149, 7, 8, 527, + 528, 151, 152, 153, 1000, 1253, 154, 1641, 302, 1404, + 703, 1644, 1652, 529, 703, 1001, 1671, 159, 1512, 1737, + 1721, 530, 533, 1002, 1003, 1004, 534, 302, 1569, 1005, + 1006, 1007, 1008, 302, 703, 1381, 1740, 535, 703, 302, + 1742, 302, 302, 1404, 562, 1751, 302, 302, 703, 302, + 1788, 302, 1793, 302, 1794, 302, 302, 302, 540, 566, + 657, 24, 25, 658, 27, 28, 659, 30, 660, 32, + 1404, 33, 1815, 302, 570, 572, 38, 39, 573, 41, + 42, 43, 180, 577, 1288, 46, 578, 579, 302, 1347, + 581, 1825, 302, 1826, 302, 591, 596, 597, 600, 654, + 162, 163, 430, 653, 179, 716, 1361, 720, 1781, 656, + 699, 700, 170, 721, 88, 171, 722, 1366, 725, 67, + 68, 69, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 342, 343, 726, 748, + 430, 749, 273, 1070, 750, 773, 775, 778, 1000, 776, + 785, 786, 791, 795, 820, 797, 798, 1381, 1570, 1001, + 823, 317, 111, 830, 831, 839, 1382, 1002, 1003, 1004, + 302, 799, 840, 1005, 1006, 1007, 1008, 871, 872, 873, + 273, 874, 887, 302, 875, 891, 876, 781, 886, 1615, + 892, 893, 901, 934, 1415, 684, 137, 138, 139, 140, + 141, 142, 902, 929, 1409, 146, 147, 148, 149, 937, + 939, 1383, 941, 151, 152, 153, 945, 948, 154, 302, + 302, 1387, 949, 963, 950, 952, 954, 953, 955, 159, + 957, 958, 1450, 959, 1453, 968, 1456, 407, 407, 970, + 441, 972, 973, 974, 1000, 975, 976, 302, 1412, 302, + 1467, 302, 1783, 1470, 1471, 1001, 977, 978, 979, 986, + 1020, 993, 994, 1002, 1003, 1004, 302, 1033, 1034, 1005, + 1006, 1007, 1008, 302, 1036, 1037, 1047, 302, 441, 1038, + 1048, 302, 1492, 1049, 1050, 1060, 1088, 885, 1443, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 302, 1093, 1094, 1097, 430, 1095, 1058, 1096, 1100, + 1106, 1711, 162, 163, 1000, 1109, 1110, 1111, 1113, 1137, + 1117, 1122, 302, 1130, 170, 1001, 88, 171, 1136, 1141, + 1142, 7, 8, 1002, 1003, 1004, 1144, 1488, 1145, 1005, + 1006, 1007, 1008, 1148, 1164, 1149, 1495, 1498, 1499, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 302, 1158, + 1159, 1160, 430, 302, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 1161, 1162, + 1174, 1175, 430, 302, 1176, 1177, 1178, 1191, 1192, 1197, + 302, 1193, 1194, 273, 657, 24, 25, 658, 27, 28, + 659, 30, 660, 32, 1195, 33, 1198, 1199, 302, 1200, + 38, 39, 1203, 41, 42, 43, 1201, 1204, 1785, 46, + 1222, 1227, 1228, 1238, 302, 1230, 1140, 302, 1245, 1232, + 1234, 1236, 1237, 1239, 7, 8, 1246, 1603, 1247, 1606, + 407, 1609, 1248, 302, 1249, 1257, 1262, 1263, 302, 1617, + 182, 1274, 1620, 67, 68, 69, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 1280, 1279, 1281, 1284, 430, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 1289, + 302, 441, 1646, 430, 1290, 1292, 1650, 657, 24, 25, + 658, 27, 28, 659, 30, 660, 32, 1293, 33, 302, + 1298, 1299, 1294, 38, 39, 1301, 41, 42, 43, 1300, + 1302, 827, 46, 1312, 1305, 1304, 1306, 1307, 1322, 1313, + 327, 328, 1324, 1323, 1330, 1331, 1342, 1338, 1343, 1344, + 1345, 1360, 1367, 1352, 1353, 1690, 1357, 1368, 1369, 1692, + 1373, 1376, 1377, 1384, 1196, 1390, 67, 68, 69, 1389, + 1000, 1392, 1395, 1396, 1397, 1398, 1408, 302, 1423, 302, + 1416, 1001, 1714, 1417, 1418, 1421, 1424, 1426, 1425, 1002, + 1003, 1004, 302, 1427, 1430, 1005, 1006, 1007, 1008, 1431, + 1432, 1433, 1258, 1434, 1680, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 1435, + 1438, 1451, 1454, 430, 1457, 1000, 397, 398, 399, 400, + 401, 1465, 1468, 1472, 828, 1475, 1001, 1754, 1755, 1461, + 1491, 1500, 1503, 437, 1002, 1003, 1004, 443, 302, 1502, + 1005, 1006, 1007, 1008, 1504, 1505, 273, 1514, 1511, 1523, + 1527, 450, 452, 455, 456, 1525, 458, 452, 460, 461, + 1526, 452, 464, 465, 1787, 1264, 1532, 1535, 452, 1533, + 1774, 1536, 1538, 302, 1540, 1542, 1544, 1547, 1546, 1553, + 1000, 1564, 1747, 1565, 1559, 1566, 488, 1578, 1582, 1583, + 273, 1001, 273, 1584, 1571, 497, 498, 1585, 1586, 1002, + 1003, 1004, 1587, 1589, 498, 1005, 1006, 1007, 1008, 1611, + 1358, 1618, 1629, 1634, 1811, 1648, 1814, 1635, 1651, 1818, + 1665, 1666, 273, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 555, 557, 452, + 1642, 430, 1653, 1645, 441, 1678, 1833, 1689, 1694, 567, + 568, 569, 1696, 571, 1699, 1700, 574, 575, 1703, 1704, + 576, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 1649, 1669, 589, 590, 430, + 1707, 1708, 1713, 1735, 1819, 1748, 1757, 1760, 441, 1729, + 441, 598, 599, 1731, 601, 602, 603, 604, 605, 606, + 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, + 617, 618, 619, 620, 621, 622, 1763, 1766, 1768, 1733, + 441, 1749, 1776, 1777, 1797, 632, 1800, 1802, 1782, 1784, + 1786, 638, 1795, 640, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 1681, 1804, + 1806, 1812, 430, 1827, 662, 1828, 1829, 452, 1830, 1831, + 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, + 676, 677, 678, 679, 680, 1832, 1834, 682, 683, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 1283, 1580, 555, 93, 430, 698, 1581, + 1296, 707, 102, 1597, 1391, 728, 712, 0, 0, 0, + 0, 717, 718, 0, 0, 0, 0, 723, 724, 0, + 0, 0, 729, 731, 734, 737, 740, 742, 743, 744, + 452, 452, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 761, 762, + 763, 397, 398, 764, 0, 0, 0, 768, 769, 770, + 771, 772, 0, 0, 0, 777, 0, 779, 780, 0, + 0, 0, 452, 452, 452, 0, 0, 787, 788, 789, + 598, 790, 0, 0, 0, 438, 111, 796, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 452, 0, + 0, 0, 0, 0, 811, 813, 0, 682, 683, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 594, 595, 1348, 597, 598, 599, 600, 601, 602, 603, - 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, - 614, 615, 616, 617, 618, 0, 0, 0, 0, 7, - 8, 1746, 1747, 0, 628, 0, 0, 0, 632, 0, - 634, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 556, 1775, 0, 0, 426, - 0, 656, 0, 0, 448, 0, 0, 660, 661, 662, - 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, - 673, 674, 0, 0, 676, 677, 0, 0, 0, 0, - 651, 24, 25, 652, 27, 28, 653, 30, 654, 32, - 0, 33, 551, 0, 0, 0, 38, 39, 701, 41, - 42, 43, 556, 706, 0, 46, 0, 0, 711, 712, - 0, 0, 0, 0, 717, 718, 0, 1431, 1432, 723, - 725, 728, 731, 734, 736, 737, 738, 448, 448, 0, - 0, 0, 0, 0, 0, 1250, 0, 0, 0, 67, - 68, 69, 0, 0, 0, 755, 756, 757, 393, 394, - 758, 0, 0, 0, 762, 763, 764, 765, 766, 0, - 0, 0, 771, 0, 773, 774, 0, 0, 0, 448, - 448, 448, 0, 0, 781, 782, 783, 594, 784, 7, - 8, 0, 0, 0, 790, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 448, 0, 0, 0, 0, - 0, 805, 807, 1256, 676, 677, 0, 980, 0, 0, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 557, 424, 425, 784, 0, 0, 0, 426, 0, - 0, 0, 830, 448, 0, 0, 0, 0, 835, 0, - 651, 24, 25, 652, 27, 28, 653, 30, 654, 32, - 0, 33, 0, 0, 0, 0, 38, 39, 0, 41, - 42, 43, 0, 0, 0, 46, 0, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 696, 424, - 425, 1554, 0, 0, 0, 426, 0, 0, 0, 0, - 892, 0, 0, 0, 0, 0, 0, 0, 0, 67, - 68, 69, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 0, 0, 920, 1590, 0, 448, 0, 448, - 928, 0, 0, 0, 0, 0, 0, 0, 935, 0, - 0, 807, 938, 1624, 556, 0, 1611, 0, 0, 0, - 0, 0, 0, 0, 0, 952, 0, 0, 0, 0, - 0, 0, 0, 0, 958, 0, 0, 981, 0, 0, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 448, 1350, 426, 0, - 0, 0, 0, 983, 984, 0, 0, 0, 0, 987, + 137, 138, 139, 140, 141, 142, 0, 790, 0, 146, + 147, 148, 149, 0, 0, 836, 452, 151, 152, 153, + 0, 841, 154, 0, 0, 0, 0, 0, 0, 0, + 454, 0, 0, 159, 0, 459, 0, 0, 0, 463, + 0, 0, 109, 326, 111, 0, 469, 0, 112, 113, + 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, + 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, + 132, 133, 134, 135, 136, 900, 0, 0, 137, 138, + 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, + 149, 150, 0, 0, 0, 151, 152, 153, 0, 0, + 154, 0, 155, 156, 157, 0, 0, 0, 0, 928, + 158, 159, 452, 0, 452, 936, 162, 163, 1000, 0, + 0, 0, 0, 943, 0, 0, 813, 946, 170, 1001, + 88, 171, 0, 0, 0, 0, 0, 1002, 1003, 1004, + 960, 0, 0, 1005, 1006, 1007, 1008, 0, 0, 966, + 0, 0, 0, 0, 0, 0, 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1370, 1011, 0, 0, 1013, 0, 0, 0, 0, - 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 448, 0, 0, 0, 0, 0, 0, 0, 0, - 448, 0, 448, 0, 448, 0, 448, 0, 0, 0, - 1371, 448, 0, 0, 448, 0, 0, 0, 0, 0, - 1043, 0, 1045, 1046, 0, 1704, 0, 1707, 0, 0, + 0, 452, 0, 0, 0, 0, 0, 0, 991, 992, + 0, 0, 0, 0, 995, 0, 0, 0, 0, 0, + 0, 0, 0, 161, 162, 163, 164, 1019, 0, 0, + 1021, 165, 166, 167, 168, 169, 170, 0, 88, 171, + 0, 0, 0, 0, 0, 0, 452, 0, 0, 0, + 0, 0, 1820, 172, 173, 452, 0, 452, 174, 452, + 0, 452, 0, 294, 0, 663, 452, 0, 178, 452, + 1286, 0, 336, 0, 0, 1051, 0, 1053, 1054, 0, + 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, + 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, + 370, 371, 372, 373, 374, 0, 0, 0, 0, 0, + 1073, 381, 382, 383, 384, 1146, 0, 386, 1074, 1075, + 1076, 0, 452, 387, 388, 0, 0, 0, 0, 393, + 0, 0, 0, 0, 0, 0, 0, 0, 745, 746, + 1085, 0, 0, 0, 0, 0, 0, 0, 1087, 0, + 0, 1092, 0, 0, 0, 0, 1378, 0, 0, 0, + 0, 452, 452, 452, 452, 466, 0, 0, 1107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 651, 24, 25, 652, 27, 28, 653, 30, 654, - 32, 0, 33, 0, 0, 1065, 0, 38, 39, 0, - 41, 42, 43, 1066, 1067, 1068, 46, 448, 0, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 696, 424, 425, 1077, 0, 0, 0, 426, 0, 462, - 0, 1079, 0, 0, 1084, 0, 1759, 0, 0, 0, - 67, 68, 69, 0, 448, 448, 448, 448, 0, 0, - 0, 1099, 0, 486, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 0, 0, 0, 516, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 0, - 448, 0, 0, 0, 0, 1493, 0, 0, 1004, 0, - 1143, 0, 1145, 0, 1147, 0, 1149, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 449, 0, - 583, 584, 0, 449, 0, 0, 0, 449, 0, 7, - 8, 0, 0, 591, 449, 0, 0, 992, 0, 0, - 0, 0, 0, 0, 1194, 0, 0, 1197, 993, 0, - 0, 1200, 0, 1201, 1202, 1203, 994, 995, 996, 0, - 0, 1208, 997, 998, 999, 1000, 0, 625, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1223, 0, - 1225, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 651, 24, 25, 652, 27, 28, 653, 30, 654, 32, - 0, 33, 0, 552, 0, 449, 38, 39, 0, 41, - 42, 43, 0, 0, 1258, 46, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1267, 1268, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 1277, 1279, - 0, 1777, 0, 0, 0, 0, 0, 0, 0, 67, - 68, 69, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 7, 8, 0, 0, - 426, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 1319, 1320, 1321, 0, 426, 0, 0, - 0, 0, 0, 1331, 0, 1333, 0, 0, 0, 0, - 0, 0, 0, 7, 8, 0, 1338, 0, 0, 0, - 0, 0, 0, 0, 448, 0, 0, 1044, 0, 0, - 0, 449, 0, 0, 0, 0, 0, 651, 24, 25, - 652, 27, 28, 653, 30, 654, 32, 0, 33, 0, - 1362, 1363, 1364, 38, 39, 0, 41, 42, 43, 0, - 0, 0, 46, 0, 0, 0, 0, 0, 0, 552, - 0, 1523, 0, 0, 651, 24, 25, 652, 27, 28, - 653, 30, 654, 32, 0, 33, 0, 1380, 0, 992, - 38, 39, 1555, 41, 42, 43, 67, 68, 69, 46, - 993, 1393, 0, 0, 449, 449, 1399, 0, 994, 995, - 996, 0, 0, 0, 997, 998, 999, 1000, 0, 1405, - 1406, 0, 0, 0, 0, 0, 1411, 1412, 0, 0, - 0, 1414, 0, 67, 68, 69, 0, 0, 0, 1421, - 0, 0, 0, 0, 0, 0, 449, 449, 449, 448, - 448, 1433, 0, 1434, 0, 0, 0, 0, 0, 0, - 905, 0, 0, 0, 1049, 1451, 0, 0, 0, 0, - 0, 0, 449, 1669, 0, 0, 0, 448, 0, 808, - 0, 448, 0, 0, 1466, 0, 0, 0, 992, 1468, - 1469, 1470, 1471, 1779, 0, 0, 0, 0, 0, 993, - 0, 1157, 1479, 0, 0, 0, 0, 994, 995, 996, - 449, 0, 1489, 997, 998, 999, 1000, 0, 0, 0, - 1728, 959, 0, 0, 0, 0, 0, 0, 0, 1500, - 1501, 0, 0, 0, 0, 0, 0, 1507, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 1526, 0, 992, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 993, 0, 0, 0, - 0, 1540, 1810, 551, 994, 995, 996, 0, 0, 0, - 997, 998, 999, 1000, 449, 0, 449, 0, 1552, 0, - 1553, 0, 0, 448, 0, 0, 0, 0, 808, 939, - 1560, 0, 0, 0, 0, 0, 0, 1051, 0, 0, - 0, 0, 0, 1059, 1565, 0, 0, 0, 0, 1569, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 448, 426, 0, - 0, 0, 0, 449, 1594, 0, 1597, 0, 1600, 1071, - 0, 0, 0, 0, 0, 0, 0, 0, 448, 1811, - 0, 0, 1613, 1614, 1615, 1616, 1617, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 1628, 1629, 0, 0, 426, 1631, 0, 449, 0, - 7, 8, 1712, 992, 0, 0, 1635, 449, 0, 449, - 0, 449, 0, 449, 993, 0, 0, 1646, 449, 0, - 0, 449, 994, 995, 996, 0, 0, 0, 997, 998, - 999, 1000, 1120, 1121, 0, 1123, 0, 1126, 1127, 0, - 0, 1130, 1131, 0, 0, 0, 0, 1671, 0, 0, - 0, 0, 1399, 0, 0, 0, 0, 0, 0, 1679, - 0, 651, 24, 25, 652, 27, 28, 653, 30, 654, - 32, 0, 33, 1690, 449, 0, 1694, 38, 39, 1698, - 41, 42, 43, 1701, 0, 0, 46, 448, 0, 448, - 1708, 1709, 1710, 1711, 0, 0, 0, 0, 0, 0, - 1715, 111, 0, 1717, 0, 0, 0, 1812, 0, 0, - 0, 449, 449, 449, 449, 0, 0, 0, 0, 0, - 67, 68, 69, 0, 0, 0, 0, 0, 0, 0, - 1211, 1212, 1213, 0, 0, 137, 138, 139, 140, 141, - 142, 1221, 0, 1745, 146, 147, 0, 0, 0, 0, - 149, 150, 151, 0, 0, 152, 0, 0, 448, 0, - 1761, 1762, 1763, 1764, 0, 0, 157, 449, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 1659, 0, - 0, 0, 0, 0, 1270, 0, 1790, 1791, 0, 0, - 0, 0, 0, 0, 0, 818, 1799, 1800, 1801, 1802, - 0, 0, 0, 1289, 0, 0, 0, 0, 0, 1295, - 0, 0, 0, 0, 0, 1300, 0, 1302, 1303, 0, - 0, 0, 1306, 1307, 0, 1308, 0, 1309, 906, 1310, - 0, 1311, 1312, 1313, 0, 0, 0, 0, 0, 160, - 161, 0, 0, 0, 0, 0, 0, 0, 0, 1332, - 0, 168, 0, 0, 169, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1343, 0, 0, 0, 1347, 0, + 782, 783, 784, 0, 0, 0, 0, 0, 0, 490, + 7, 8, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 808, 0, 0, 0, + 430, 0, 0, 520, 0, 0, 0, 452, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1151, 0, 1153, + 0, 1155, 0, 1157, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 837, 0, 0, 0, 0, 0, + 539, 0, 0, 657, 24, 25, 658, 27, 28, 659, + 30, 660, 32, 0, 33, 0, 0, 565, 0, 38, + 39, 0, 41, 42, 43, 0, 587, 588, 46, 0, + 0, 1202, 0, 0, 1205, 0, 0, 0, 1208, 595, + 1209, 1210, 1211, 0, 0, 0, 0, 0, 1216, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 67, 68, 69, 1231, 0, 1233, 7, 8, + 0, 0, 0, 629, 0, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 933, 0, 935, 430, 0, 0, 0, 0, 0, 0, + 0, 1266, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 453, 1275, 1276, 0, 0, 453, 0, 0, + 655, 453, 0, 0, 0, 1285, 1287, 0, 453, 0, + 988, 657, 24, 25, 658, 27, 28, 659, 30, 660, + 32, 0, 33, 0, 0, 0, 0, 38, 39, 985, + 41, 42, 43, 0, 0, 0, 46, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 7, 8, 0, + 1327, 1328, 1329, 0, 0, 0, 0, 0, 0, 0, + 1339, 0, 1341, 0, 0, 0, 0, 0, 0, 0, + 67, 68, 69, 1346, 1032, 0, 0, 556, 0, 453, + 0, 452, 0, 1039, 0, 1040, 0, 1041, 0, 1042, + 0, 0, 0, 0, 1045, 0, 0, 1046, 0, 0, + 0, 0, 0, 1379, 0, 0, 0, 1370, 1371, 1372, + 657, 24, 25, 658, 27, 28, 659, 30, 660, 32, + 0, 33, 0, 0, 0, 0, 38, 39, 0, 41, + 42, 43, 0, 0, 0, 46, 0, 0, 989, 0, + 0, 0, 0, 0, 1388, 0, 1501, 0, 0, 0, + 1077, 0, 0, 0, 0, 0, 0, 0, 1401, 0, + 0, 0, 0, 1407, 0, 0, 0, 0, 0, 67, + 68, 69, 0, 0, 0, 0, 1413, 1414, 0, 0, + 0, 0, 1531, 1419, 1420, 0, 0, 0, 1422, 1101, + 1102, 1103, 1104, 0, 0, 0, 1429, 453, 0, 0, + 0, 0, 0, 0, 0, 0, 452, 452, 1441, 0, + 1442, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1459, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 452, 556, 0, 1012, 452, 0, + 913, 1474, 0, 0, 0, 1143, 1476, 1477, 1478, 1479, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1487, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1497, + 453, 453, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 1508, 1509, 0, 0, + 430, 0, 0, 0, 1515, 0, 0, 0, 0, 0, + 0, 967, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 453, 453, 453, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 1534, 0, 0, 430, 0, 0, 0, 0, 453, 0, + 0, 0, 0, 0, 0, 814, 0, 0, 1548, 0, + 555, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 1560, 0, 1561, 0, 430, + 452, 0, 0, 0, 0, 0, 453, 1568, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1573, 0, 0, 0, 0, 1577, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1059, 0, 0, + 0, 0, 0, 1067, 452, 0, 0, 0, 0, 0, + 0, 1602, 0, 1605, 0, 1608, 0, 0, 0, 7, + 8, 0, 0, 0, 0, 452, 0, 0, 0, 1621, + 1622, 1623, 1624, 1625, 0, 0, 0, 0, 0, 1079, + 0, 0, 0, 0, 0, 0, 0, 0, 1636, 1637, + 0, 0, 0, 1639, 0, 0, 0, 0, 0, 0, + 0, 0, 453, 1643, 453, 0, 0, 0, 0, 1356, + 0, 0, 0, 0, 1654, 0, 814, 947, 0, 0, + 0, 0, 657, 24, 25, 658, 27, 28, 659, 30, + 660, 32, 0, 33, 0, 0, 0, 0, 38, 39, + 0, 41, 42, 43, 1679, 0, 0, 46, 0, 1407, + 0, 0, 0, 0, 1128, 1129, 1687, 1131, 0, 1134, + 1135, 453, 0, 1138, 1139, 0, 0, 0, 0, 0, + 1698, 0, 0, 1702, 0, 0, 1706, 0, 0, 0, + 1709, 67, 68, 69, 452, 0, 452, 1716, 1717, 1718, + 1719, 0, 0, 0, 0, 0, 0, 1723, 0, 0, + 1725, 0, 0, 0, 7, 8, 453, 0, 0, 0, + 0, 0, 0, 0, 0, 453, 0, 453, 0, 453, + 0, 453, 0, 0, 0, 0, 453, 0, 0, 453, + 0, 0, 0, 0, 1439, 1440, 0, 0, 0, 0, + 1753, 0, 0, 0, 0, 0, 0, 0, 0, 1052, + 0, 0, 1219, 1220, 1221, 452, 0, 1769, 1770, 1771, + 1772, 0, 0, 1229, 0, 0, 0, 657, 24, 25, + 658, 27, 28, 659, 30, 660, 32, 0, 33, 0, + 0, 0, 453, 38, 39, 0, 41, 42, 43, 0, + 0, 0, 46, 1798, 1799, 0, 0, 0, 0, 0, + 0, 0, 0, 1807, 1808, 1809, 1810, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1278, 0, 0, 0, + 0, 453, 453, 453, 453, 0, 67, 68, 69, 0, + 0, 0, 0, 0, 0, 1297, 0, 0, 0, 0, + 0, 1303, 0, 0, 0, 0, 0, 1308, 0, 1310, + 1311, 0, 0, 0, 1314, 1315, 0, 1316, 0, 1317, + 0, 1318, 0, 1319, 1320, 1321, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 453, 0, 0, + 0, 1340, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1057, 0, 1351, 0, 1562, 0, + 1355, 0, 0, 0, 0, 109, 326, 0, 0, 0, + 0, 112, 113, 114, 0, 0, 115, 116, 117, 118, + 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, + 129, 130, 131, 132, 133, 134, 135, 136, 0, 0, + 0, 0, 1598, 0, 0, 0, 0, 143, 144, 145, + 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, + 0, 0, 0, 1619, 0, 155, 156, 157, 0, 0, + 0, 0, 0, 158, 0, 0, 0, 0, 1399, 0, 0, 109, 110, 111, 0, 0, 0, 112, 113, 114, - 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, + 0, 1411, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 0, 0, 0, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 1036, - 0, 0, 149, 150, 151, 0, 0, 152, 0, 153, - 154, 155, 0, 0, 0, 0, 0, 156, 157, 0, - 0, 0, 0, 0, 0, 0, 1391, 0, 0, 0, - 0, 0, 0, 1216, 0, 0, 0, 0, 0, 1403, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 449, 0, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 158, 0, 0, 0, 0, 0, - 159, 160, 161, 162, 0, 1270, 0, 0, 163, 164, - 165, 166, 167, 168, 0, 88, 169, 0, 0, 0, - 0, 0, 1472, 0, 0, 0, 0, 0, 0, 1481, - 170, 171, 0, 1482, 0, 172, 0, 1486, 0, 0, - 173, 0, 174, 0, 175, 176, 0, 177, 0, 178, - 0, 0, 0, 0, 0, 0, 0, 1502, 0, 0, - 0, 0, 0, 0, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 1270, 0, - 0, 0, 426, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 449, 449, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 1537, 0, 426, 0, 0, 109, - 283, 0, 0, 0, 449, 112, 113, 114, 449, 0, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 0, 0, 0, 151, 152, 153, 0, 0, 154, + 0, 155, 156, 157, 0, 0, 0, 0, 0, 158, + 159, 0, 0, 0, 0, 0, 161, 1278, 0, 164, + 0, 0, 0, 0, 165, 166, 167, 168, 169, 0, + 0, 88, 0, 0, 1480, 0, 0, 0, 0, 0, + 0, 1489, 1712, 0, 1715, 1490, 172, 173, 0, 1494, + 0, 174, 0, 0, 0, 0, 294, 0, 0, 0, + 0, 178, 0, 487, 0, 0, 0, 0, 0, 1510, + 0, 453, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 160, 0, 0, 0, + 1278, 0, 161, 162, 163, 164, 0, 0, 0, 0, + 165, 166, 167, 168, 169, 170, 0, 88, 171, 0, + 0, 0, 0, 1767, 0, 0, 0, 0, 0, 0, + 0, 0, 172, 173, 0, 0, 1545, 174, 0, 0, + 0, 0, 175, 0, 176, 0, 177, 178, 0, 179, + 0, 180, 109, 326, 0, 0, 0, 0, 112, 113, + 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, + 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, + 132, 133, 134, 135, 136, 0, 1278, 0, 0, 0, + 0, 0, 0, 0, 143, 144, 145, 0, 0, 0, + 0, 150, 1278, 0, 0, 0, 453, 453, 0, 0, + 0, 0, 155, 156, 157, 0, 0, 0, 0, 0, + 158, 1614, 0, 0, 0, 0, 0, 0, 0, 109, + 285, 0, 0, 0, 453, 112, 113, 114, 453, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, - 135, 136, 285, 0, 0, 0, 0, 0, 0, 0, - 0, 143, 144, 145, 1270, 0, 148, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 153, 154, 155, - 1270, 0, 0, 0, 0, 156, 0, 0, 0, 286, - 0, 0, 287, 0, 0, 288, 0, 289, 0, 1606, - 0, 0, 0, 0, 0, 0, 0, 1138, 0, 290, - 0, 0, 0, 0, 0, 0, 48, 49, 50, 51, - 52, 0, 0, 0, 0, 56, 0, 0, 59, 415, - 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 552, 0, 0, 0, 426, 0, 1639, 0, 0, 0, + 135, 136, 287, 0, 0, 0, 0, 0, 1647, 0, + 0, 143, 144, 145, 0, 0, 0, 0, 150, 0, + 0, 0, 0, 0, 0, 0, 0, 1664, 0, 155, + 156, 157, 0, 0, 0, 0, 0, 158, 0, 0, + 0, 288, 0, 161, 289, 0, 164, 290, 0, 291, + 0, 165, 166, 167, 168, 169, 0, 0, 88, 0, + 0, 292, 0, 0, 0, 0, 0, 0, 48, 49, + 50, 51, 52, 172, 173, 0, 0, 56, 174, 0, + 59, 0, 0, 294, 0, 0, 0, 0, 178, 0, + 556, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1278, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 453, 0, 0, 0, 0, 0, 0, 453, 0, 0, + 161, 0, 0, 164, 0, 0, 0, 0, 165, 166, + 167, 168, 169, 1563, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 449, 0, 0, 0, 0, 1656, 0, 449, 159, 0, - 0, 162, 0, 0, 0, 0, 163, 164, 165, 166, - 167, 0, 0, 88, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 503, 1458, - 0, 0, 426, 172, 449, 0, 0, 0, 505, 0, - 0, 0, 0, 176, 0, 250, 554, 0, 0, 0, - 0, 0, 0, 0, 0, 449, 0, 0, 0, 0, - 0, 0, 0, 109, 283, 0, 0, 0, 1270, 112, - 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, - 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, - 131, 132, 133, 134, 135, 136, 285, 0, 0, 0, - 0, 0, 0, 0, 0, 143, 144, 145, 0, 0, - 148, 0, 0, 0, 0, 0, 7, 8, 0, 0, - 0, 153, 154, 155, 0, 0, 0, 0, 0, 156, - 0, 0, 0, 286, 0, 0, 287, 0, 0, 288, - 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 290, 0, 0, 0, 0, 0, 1270, + 507, 1466, 0, 0, 453, 174, 0, 0, 0, 0, + 509, 0, 0, 0, 0, 178, 0, 252, 558, 0, + 0, 0, 0, 0, 0, 453, 0, 0, 0, 1677, + 0, 109, 285, 0, 0, 0, 0, 112, 113, 114, + 0, 1278, 115, 116, 117, 118, 119, 120, 121, 122, + 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, + 133, 134, 135, 136, 287, 0, 0, 0, 0, 0, + 0, 0, 0, 143, 144, 145, 0, 0, 0, 0, + 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 155, 156, 157, 0, 0, 0, 0, 0, 158, + 0, 0, 0, 288, 0, 0, 289, 0, 0, 290, + 0, 291, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, 48, 49, 50, 51, 52, 0, 0, 0, 0, 56, - 0, 0, 59, 0, 449, 0, 449, 651, 24, 25, - 652, 27, 28, 653, 30, 654, 32, 0, 33, 0, - 0, 0, 0, 38, 39, 0, 41, 42, 43, 0, - 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 159, 0, 0, 162, 0, 0, 0, 0, - 163, 164, 165, 166, 167, 0, 0, 88, 0, 0, - 0, 0, 0, 0, 0, 0, 67, 68, 69, 0, - 0, 0, 170, 447, 0, 449, 0, 172, 0, 0, - 0, 0, 292, 0, 0, 0, 0, 176, 0, 0, - 554, 109, 283, 111, 0, 0, 0, 112, 113, 114, + 0, 0, 59, 0, 453, 0, 453, 0, 0, 0, + 0, 0, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 1736, 0, 0, 0, 0, 0, + 0, 0, 161, 0, 0, 164, 0, 0, 0, 0, + 165, 166, 167, 168, 169, 1632, 560, 88, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 172, 451, 0, 453, 430, 174, 0, 0, + 0, 0, 294, 0, 0, 0, 0, 178, 0, 0, + 558, 109, 285, 111, 0, 0, 0, 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, - 133, 134, 135, 136, 285, 0, 0, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 0, - 0, 0, 149, 150, 151, 0, 0, 152, 0, 153, - 154, 155, 0, 0, 0, 0, 0, 156, 157, 0, - 0, 286, 0, 0, 287, 0, 0, 288, 0, 289, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 290, 0, 0, 0, 0, 0, 0, 48, 49, - 50, 51, 52, 0, 0, 0, 0, 56, 0, 0, - 59, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1438, 0, 1439, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 159, 160, 161, 162, 0, 0, 0, 0, 163, 164, - 165, 166, 167, 168, 0, 88, 169, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 170, 291, 0, 0, 0, 172, 0, 0, 0, 0, - 292, 0, 109, 283, 111, 176, 0, 293, 112, 113, - 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, - 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, - 132, 133, 134, 135, 136, 285, 0, 0, 137, 138, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, - 0, 0, 0, 149, 150, 151, 0, 0, 152, 0, - 153, 154, 155, 0, 0, 0, 0, 0, 156, 157, - 0, 0, 286, 0, 0, 287, 0, 0, 288, 0, - 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 290, 0, 0, 0, 0, 0, 0, 48, - 49, 50, 51, 52, 0, 0, 0, 0, 56, 0, - 0, 59, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 0, 0, 0, 0, 0, 1473, 0, 1474, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 159, 160, 161, 162, 0, 0, 0, 0, 163, - 164, 165, 166, 167, 168, 0, 88, 169, 0, 0, + 133, 134, 135, 136, 287, 0, 0, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 0, 0, 0, 151, 152, 153, 0, 0, 154, + 0, 155, 156, 157, 0, 0, 0, 0, 0, 158, + 159, 0, 0, 288, 0, 0, 289, 0, 0, 290, + 0, 291, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, + 48, 49, 50, 51, 52, 0, 0, 0, 0, 56, + 0, 0, 59, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 702, 428, 429, 560, 0, 0, + 0, 430, 161, 162, 163, 164, 0, 0, 0, 0, + 165, 166, 167, 168, 169, 170, 0, 88, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 170, 291, 0, 0, 0, 172, 0, 0, 0, - 0, 292, 0, 109, 324, 111, 176, 0, 1485, 112, - 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, - 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, - 131, 132, 133, 134, 135, 136, 0, 0, 0, 137, - 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, - 148, 0, 0, 0, 149, 150, 151, 0, 0, 152, - 0, 153, 154, 155, 0, 109, 324, 111, 0, 156, - 157, 112, 113, 114, 0, 0, 115, 116, 117, 118, - 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, - 129, 130, 131, 132, 133, 134, 135, 136, 0, 0, - 0, 137, 138, 139, 140, 141, 142, 143, 144, 145, - 146, 147, 148, 0, 0, 0, 149, 150, 151, 0, - 0, 152, 0, 153, 154, 155, 0, 0, 0, 0, - 0, 156, 157, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 159, 160, 161, 162, 0, 0, 0, 581, - 163, 164, 165, 166, 167, 168, 0, 88, 169, 0, + 0, 0, 172, 293, 0, 0, 0, 174, 0, 0, + 0, 0, 294, 0, 109, 285, 111, 178, 0, 295, + 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, + 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 287, 0, 0, + 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, + 147, 148, 149, 150, 0, 0, 0, 151, 152, 153, + 0, 0, 154, 0, 155, 156, 157, 0, 0, 0, + 0, 0, 158, 159, 0, 0, 288, 0, 0, 289, + 0, 0, 290, 0, 291, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, + 0, 0, 0, 48, 49, 50, 51, 52, 0, 0, + 0, 0, 56, 0, 0, 59, 0, 0, 0, 0, + 0, 0, 0, 0, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 702, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 162, 163, 164, 0, + 0, 0, 0, 165, 166, 167, 168, 169, 170, 0, + 88, 171, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 172, 293, 0, 0, 0, + 174, 0, 0, 0, 0, 294, 0, 109, 326, 111, + 178, 0, 1493, 112, 113, 114, 0, 0, 115, 116, + 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, + 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, + 0, 824, 0, 137, 138, 139, 140, 141, 142, 143, + 144, 145, 146, 147, 148, 149, 150, 0, 0, 0, + 151, 152, 153, 0, 0, 154, 0, 155, 156, 157, + 0, 109, 326, 111, 0, 158, 159, 112, 113, 114, + 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, + 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, + 133, 134, 135, 136, 0, 0, 0, 137, 138, 139, + 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, + 150, 0, 0, 0, 151, 152, 153, 0, 0, 154, + 0, 155, 156, 157, 0, 0, 0, 0, 0, 158, + 159, 0, 0, 0, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 161, 162, + 163, 164, 430, 0, 648, 0, 165, 166, 167, 168, + 169, 170, 0, 88, 171, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 172, 173, + 0, 0, 0, 174, 0, 0, 0, 0, 294, 0, + 0, 0, 0, 178, 0, 1486, 0, 0, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 161, 162, 163, 164, 430, 0, 0, 0, + 165, 166, 167, 168, 169, 170, 0, 88, 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 170, 171, 0, 0, 0, 172, 0, 0, - 0, 0, 292, 0, 0, 0, 0, 176, 0, 1278, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 159, 160, 161, 162, 426, 0, - 642, 0, 163, 164, 165, 166, 167, 168, 0, 88, - 169, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 170, 171, 0, 0, 0, 172, - 0, 0, 0, 0, 292, 0, 109, 324, 111, 176, - 0, 1478, 112, 113, 114, 0, 0, 115, 116, 117, - 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, - 128, 129, 130, 131, 132, 133, 134, 135, 136, 0, - 0, 0, 137, 138, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 7, 8, 0, 149, 150, 151, - 0, 0, 152, 0, 153, 154, 155, 0, 0, 0, - 0, 0, 156, 157, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 0, 0, 0, 0, 0, 1592, - 0, 1593, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 651, 24, 25, 652, 27, - 28, 653, 30, 654, 32, 0, 33, 0, 0, 0, - 0, 38, 39, 0, 41, 42, 43, 0, 0, 0, - 46, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 159, 160, 161, 162, 426, - 0, 695, 0, 163, 164, 165, 166, 167, 168, 0, - 88, 169, 0, 0, 67, 68, 69, 0, 0, 0, - 0, 0, 0, 0, 0, 170, 171, 0, 0, 0, - 172, 0, 0, 0, 0, 292, 0, 109, 283, 284, - 176, 0, 1488, 112, 113, 114, 0, 0, 115, 116, + 0, 0, 172, 173, 0, 0, 0, 174, 0, 0, + 0, 0, 294, 0, 109, 285, 286, 178, 0, 1496, + 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, + 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, + 130, 131, 132, 133, 134, 135, 136, 287, 0, 0, + 0, 0, 0, 0, 0, 0, 143, 144, 145, 0, + 0, 0, 0, 150, 7, 8, 0, 0, 0, 0, + 0, 0, 0, 0, 155, 156, 157, 0, 0, 0, + 0, 0, 158, 0, 0, 0, 288, 0, 0, 289, + 0, 0, 290, 0, 291, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, + 0, 0, 0, 48, 49, 50, 51, 52, 0, 0, + 0, 0, 56, 0, 0, 59, 0, 657, 24, 25, + 658, 27, 28, 659, 30, 660, 32, 0, 33, 0, + 0, 0, 0, 38, 39, 0, 41, 42, 43, 0, + 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 161, 0, 0, 164, 0, + 0, 0, 0, 165, 166, 167, 168, 169, 0, 0, + 88, 0, 0, 0, 0, 0, 67, 68, 69, 0, + 0, 0, 0, 0, 0, 172, 293, 0, 0, 0, + 174, 0, 0, 0, 0, 294, 0, 109, 285, 1349, + 178, 0, 295, 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, - 285, 0, 0, 0, 0, 0, 0, 0, 0, 143, - 144, 145, 1730, 0, 148, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 153, 154, 155, 0, 0, - 0, 0, 0, 156, 0, 0, 0, 286, 0, 0, - 287, 0, 0, 288, 0, 289, 434, 111, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 290, 0, 0, - 0, 0, 0, 0, 48, 49, 50, 51, 52, 0, - 0, 0, 0, 56, 0, 0, 59, 0, 0, 0, - 0, 137, 138, 139, 140, 141, 142, 0, 0, 0, - 146, 147, 0, 0, 0, 0, 149, 150, 151, 0, - 0, 152, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 157, 0, 0, 0, 159, 0, 0, 162, - 0, 0, 0, 0, 163, 164, 165, 166, 167, 0, - 0, 88, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 170, 291, 0, 0, - 426, 172, 803, 0, 0, 0, 292, 748, 109, 283, - 1341, 176, 0, 293, 112, 113, 114, 0, 0, 115, - 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, - 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, - 136, 285, 0, 0, 0, 160, 161, 0, 0, 0, - 143, 144, 145, 0, 0, 148, 0, 168, 0, 88, - 169, 0, 0, 0, 0, 0, 153, 154, 155, 0, - 0, 0, 0, 0, 156, 0, 0, 0, 286, 0, - 0, 287, 0, 0, 288, 0, 289, 318, 111, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 290, 0, - 0, 0, 0, 0, 0, 48, 49, 50, 51, 52, - 0, 0, 0, 0, 56, 0, 0, 59, 0, 0, - 0, 0, 137, 138, 139, 140, 141, 142, 0, 0, - 0, 146, 147, 0, 0, 0, 0, 149, 150, 151, - 0, 0, 152, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 157, 0, 0, 0, 159, 0, 0, - 162, 0, 0, 0, 0, 163, 164, 165, 166, 167, - 0, 0, 88, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 170, 291, 0, - 0, 426, 172, 0, 0, 0, 0, 292, 685, 109, - 283, 0, 176, 0, 1342, 112, 113, 114, 0, 0, - 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, - 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, - 135, 136, 285, 0, 0, 0, 160, 161, 0, 0, - 0, 143, 144, 145, 0, 0, 148, 0, 168, 0, - 0, 169, 0, 0, 0, 0, 0, 153, 154, 155, - 0, 0, 0, 0, 0, 156, 0, 0, 0, 286, - 0, 0, 287, 0, 0, 288, 0, 289, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 290, + 287, 0, 0, 0, 0, 0, 0, 0, 0, 143, + 144, 145, 0, 0, 1165, 0, 150, 7, 8, 0, + 0, 0, 0, 0, 0, 0, 0, 155, 156, 157, + 0, 0, 0, 0, 0, 158, 0, 0, 0, 288, + 0, 0, 289, 0, 0, 290, 0, 291, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, 0, 48, 49, 50, 51, - 52, 0, 0, 0, 0, 56, 0, 0, 59, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 903, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, - 0, 162, 0, 0, 0, 0, 163, 164, 165, 166, - 167, 0, 0, 88, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 170, 291, - 0, 0, 426, 172, 0, 0, 0, 0, 292, 748, - 109, 283, 0, 176, 0, 293, 112, 113, 114, 0, + 52, 0, 0, 0, 0, 56, 0, 0, 59, 0, + 657, 24, 25, 658, 27, 28, 659, 30, 660, 32, + 0, 33, 0, 0, 0, 0, 38, 39, 0, 41, + 42, 43, 0, 0, 0, 46, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 161, 0, + 0, 164, 0, 0, 0, 0, 165, 166, 167, 168, + 169, 0, 0, 88, 0, 0, 0, 0, 0, 67, + 68, 69, 0, 0, 0, 0, 0, 0, 172, 293, + 0, 0, 0, 174, 0, 0, 0, 0, 294, 0, + 109, 285, 0, 178, 0, 1350, 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 285, 0, 0, 0, 0, 0, 0, - 0, 0, 143, 144, 145, 0, 0, 148, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 153, 154, - 155, 0, 0, 0, 0, 0, 156, 0, 0, 0, - 286, 0, 0, 287, 0, 0, 288, 0, 289, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 290, 0, 0, 0, 0, 0, 0, 48, 49, 50, - 51, 52, 0, 0, 0, 0, 56, 0, 0, 59, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 0, 0, 0, 0, 0, 0, 0, 954, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 159, - 0, 0, 162, 0, 0, 0, 0, 163, 164, 165, - 166, 167, 0, 0, 88, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 170, - 447, 0, 0, 426, 172, 0, 0, 0, 0, 292, - 749, 109, 283, 0, 176, 0, 550, 112, 113, 114, - 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, - 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, - 133, 134, 135, 136, 285, 0, 0, 0, 0, 0, - 0, 0, 0, 143, 144, 145, 0, 0, 148, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, - 154, 155, 0, 0, 0, 0, 0, 156, 0, 0, - 0, 286, 0, 0, 287, 0, 0, 288, 0, 289, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 290, 0, 0, 0, 0, 0, 0, 48, 49, - 50, 51, 52, 0, 0, 0, 0, 56, 0, 0, - 59, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 0, 1007, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 159, 0, 0, 162, 0, 0, 0, 0, 163, 164, - 165, 166, 167, 0, 0, 88, 412, 413, 414, 415, - 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 170, 447, 0, 0, 426, 172, 0, 0, 0, 0, - 292, 815, 109, 283, 0, 176, 0, 806, 112, 113, - 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, - 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, - 132, 133, 134, 135, 136, 285, 0, 0, 0, 0, - 0, 0, 0, 0, 143, 144, 145, 0, 0, 148, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 153, 154, 155, 0, 0, 0, 0, 0, 156, 0, - 0, 0, 286, 0, 0, 287, 0, 0, 288, 0, - 289, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 290, 0, 0, 0, 0, 0, 0, 48, + 134, 135, 136, 287, 0, 0, 0, 0, 0, 0, + 0, 0, 143, 144, 145, 0, 0, 1667, 0, 150, + 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, + 155, 156, 157, 0, 0, 0, 0, 0, 158, 0, + 0, 0, 288, 0, 0, 289, 0, 0, 290, 0, + 291, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 292, 0, 0, 0, 0, 0, 0, 48, 49, 50, 51, 52, 0, 0, 0, 0, 56, 0, - 0, 59, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 0, 0, 0, 0, 0, 0, 0, 1027, + 0, 59, 0, 657, 24, 25, 658, 27, 28, 659, + 30, 660, 32, 0, 33, 0, 0, 0, 0, 38, + 39, 0, 41, 42, 43, 0, 0, 0, 46, 914, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 159, 0, 0, 162, 0, 0, 0, 0, 163, - 164, 165, 166, 167, 0, 0, 88, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 170, 291, 0, 0, 426, 172, 0, 0, 0, - 0, 292, 850, 109, 283, 0, 176, 0, 1346, 112, + 0, 161, 0, 0, 164, 0, 0, 0, 1044, 165, + 166, 167, 168, 169, 0, 0, 88, 0, 0, 0, + 0, 0, 67, 68, 69, 0, 0, 0, 0, 0, + 0, 172, 293, 0, 0, 0, 174, 0, 0, 0, + 0, 294, 0, 109, 285, 0, 178, 0, 295, 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, - 131, 132, 133, 134, 135, 136, 285, 0, 0, 0, + 131, 132, 133, 134, 135, 136, 287, 0, 0, 0, 0, 0, 0, 0, 0, 143, 144, 145, 0, 0, - 148, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 153, 154, 155, 0, 0, 0, 0, 0, 156, - 0, 0, 0, 286, 0, 0, 287, 0, 0, 288, - 0, 289, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 290, 0, 0, 0, 0, 0, 0, - 48, 49, 50, 51, 52, 0, 0, 0, 0, 56, - 0, 0, 59, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, - 1057, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 159, 0, 0, 162, 0, 0, 0, 0, - 163, 164, 165, 166, 167, 0, 0, 88, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 503, 1458, 0, 0, 426, 172, 0, 0, - 0, 0, 505, 858, 109, 324, 0, 176, 0, 250, - 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, - 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, - 130, 131, 132, 133, 134, 135, 136, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 143, 144, 145, 0, - 0, 148, 0, 0, 0, 0, 0, 0, 0, 0, - 109, 324, 153, 154, 155, 0, 112, 113, 114, 0, - 156, 115, 116, 117, 118, 119, 120, 121, 122, 123, - 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, - 134, 135, 136, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 143, 144, 145, 0, 0, 148, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 153, 154, - 155, 0, 0, 0, 0, 0, 156, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 159, 1161, 0, 162, 0, 0, 0, - 0, 163, 164, 165, 166, 167, 0, 0, 88, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 170, 171, 0, 0, 426, 172, 0, - 0, 0, 0, 292, 0, 0, 1436, 0, 176, 0, - 483, 0, 0, 0, 0, 0, 0, 0, 0, 159, - 0, 0, 162, 0, 0, 0, 0, 163, 164, 165, - 166, 167, 0, 0, 88, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 503, - 504, 0, 0, 426, 172, 0, 0, 0, 0, 505, - 859, 109, 324, 111, 176, 0, 250, 112, 113, 114, - 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, - 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, - 133, 134, 135, 136, 0, 0, 0, 137, 138, 139, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 0, - 0, 0, 149, 150, 151, 0, 0, 152, 0, 153, - 154, 155, 0, 0, 0, 0, 0, 156, 157, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 1455, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 0, 1510, 0, 0, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 159, 160, 161, 162, 1511, 0, 0, 0, 163, 164, - 165, 166, 167, 168, 0, 88, 169, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 170, 171, 0, 0, 0, 172, 109, 283, 0, 0, - 292, 0, 112, 113, 114, 176, 0, 115, 116, 117, + 1738, 0, 150, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 155, 156, 157, 0, 0, 0, 0, + 0, 158, 0, 0, 0, 288, 0, 0, 289, 0, + 0, 290, 0, 291, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 292, 0, 0, 0, 0, + 0, 0, 48, 49, 50, 51, 52, 0, 0, 0, + 0, 56, 0, 0, 59, 0, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 1224, + 0, 0, 0, 430, 161, 0, 0, 164, 0, 0, + 0, 0, 165, 166, 167, 168, 169, 0, 0, 88, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 172, 451, 0, 0, 430, 174, + 809, 0, 0, 0, 294, 754, 109, 285, 0, 178, + 0, 554, 112, 113, 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, - 128, 129, 130, 131, 132, 133, 134, 135, 136, 285, + 128, 129, 130, 131, 132, 133, 134, 135, 136, 287, 0, 0, 0, 0, 0, 0, 0, 0, 143, 144, - 145, 0, 0, 148, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 153, 154, 155, 0, 0, 0, - 0, 0, 156, 0, 0, 0, 286, 0, 0, 287, - 0, 0, 288, 0, 289, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 290, 0, 0, 0, - 0, 0, 0, 48, 49, 50, 51, 52, 0, 0, - 0, 0, 56, 0, 0, 59, 412, 413, 414, 415, + 145, 0, 0, 0, 0, 150, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 155, 156, 157, 0, + 0, 0, 0, 0, 158, 0, 0, 0, 288, 0, + 0, 289, 0, 0, 290, 0, 291, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 292, 0, + 0, 0, 0, 0, 0, 48, 49, 50, 51, 52, + 0, 0, 0, 0, 56, 0, 0, 59, 0, 0, + 0, 0, 0, 0, 0, 0, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 161, 0, 0, + 164, 0, 0, 0, 0, 165, 166, 167, 168, 169, + 0, 0, 88, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 172, 451, 0, + 0, 430, 174, 0, 0, 0, 0, 294, 691, 109, + 285, 0, 178, 0, 812, 112, 113, 114, 0, 0, + 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, + 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, + 135, 136, 287, 0, 0, 0, 0, 0, 0, 0, + 0, 143, 144, 145, 0, 0, 0, 0, 150, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 155, + 156, 157, 0, 0, 0, 0, 0, 158, 0, 0, + 0, 288, 0, 0, 289, 0, 0, 290, 0, 291, + 320, 111, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 292, 0, 0, 0, 0, 0, 0, 48, 49, + 50, 51, 52, 0, 0, 0, 0, 56, 0, 0, + 59, 0, 0, 0, 0, 137, 138, 139, 140, 141, + 142, 0, 0, 0, 146, 147, 148, 149, 0, 0, + 0, 0, 151, 152, 153, 0, 0, 154, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, + 161, 0, 0, 164, 0, 0, 0, 0, 165, 166, + 167, 168, 169, 0, 0, 88, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 172, 293, 0, 0, 430, 174, 0, 0, 0, 0, + 294, 754, 109, 285, 0, 178, 0, 1354, 112, 113, + 114, 0, 0, 115, 116, 117, 118, 119, 120, 121, + 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, + 132, 133, 134, 135, 136, 287, 0, 0, 0, 0, + 0, 162, 163, 0, 143, 144, 145, 0, 0, 0, + 0, 150, 0, 170, 0, 0, 171, 0, 0, 0, + 0, 0, 155, 156, 157, 0, 0, 0, 0, 0, + 158, 0, 0, 0, 288, 0, 0, 289, 0, 0, + 290, 111, 291, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 292, 0, 0, 0, 0, 0, + 0, 48, 49, 50, 51, 52, 0, 0, 0, 0, + 56, 0, 0, 59, 0, 137, 138, 139, 140, 141, + 142, 0, 0, 0, 146, 147, 148, 149, 0, 0, + 0, 0, 151, 152, 153, 0, 0, 154, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 159, 0, + 0, 0, 0, 161, 0, 0, 164, 0, 0, 0, + 0, 165, 166, 167, 168, 169, 0, 0, 88, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 507, 1466, 0, 0, 430, 174, 0, + 0, 0, 0, 509, 755, 109, 326, 0, 178, 0, + 252, 112, 113, 114, 0, 0, 115, 116, 117, 118, + 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, + 129, 130, 131, 132, 133, 134, 135, 136, 0, 0, + 0, 162, 163, 0, 0, 0, 0, 143, 144, 145, + 0, 0, 0, 170, 150, 0, 171, 0, 0, 0, + 0, 0, 0, 0, 0, 155, 156, 157, 109, 326, + 111, 0, 0, 158, 112, 113, 114, 0, 0, 115, + 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, + 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, + 136, 0, 0, 0, 137, 138, 139, 140, 141, 142, + 143, 144, 145, 146, 147, 148, 149, 150, 0, 0, + 0, 151, 152, 153, 0, 0, 154, 0, 155, 156, + 157, 0, 0, 0, 0, 0, 158, 159, 0, 0, + 0, 0, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 161, 0, 0, 164, + 430, 0, 0, 0, 165, 166, 167, 168, 169, 911, + 0, 88, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 507, 508, 0, 0, + 430, 174, 0, 0, 0, 0, 509, 1446, 0, 1447, + 0, 178, 0, 252, 0, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 161, + 162, 163, 164, 430, 0, 701, 0, 165, 166, 167, + 168, 169, 170, 0, 88, 171, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, + 173, 0, 0, 0, 174, 109, 285, 0, 0, 294, + 0, 112, 113, 114, 178, 0, 115, 116, 117, 118, + 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, + 129, 130, 131, 132, 133, 134, 135, 136, 287, 0, + 0, 0, 0, 0, 0, 0, 0, 143, 144, 145, + 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 155, 156, 157, 0, 0, + 0, 0, 0, 158, 0, 0, 0, 288, 0, 0, + 289, 0, 0, 290, 0, 291, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 292, 0, 0, + 0, 0, 0, 0, 48, 49, 50, 51, 52, 0, + 0, 0, 0, 56, 0, 0, 59, 0, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + -4, 1, 0, 1481, -4, 1482, 0, 0, 0, 0, + 0, 0, -4, -4, 0, 0, 161, 0, 0, 164, + 0, 0, 0, 0, 165, 166, 167, 168, 169, 0, + 0, 88, 0, 0, 0, 0, 0, -4, -4, 0, + 0, 0, 0, 0, 0, 0, 172, 451, 0, 0, + 0, 174, 0, -4, -4, -4, 294, 0, 0, -4, + -4, 178, -4, 0, 0, 0, -4, -4, 0, -4, + -4, 0, 0, -4, -4, -4, -4, -4, -4, -4, + -4, -4, -4, -4, -4, 0, -4, -4, -4, -4, + -4, -4, -4, -4, -4, -4, -4, -4, 0, -4, + -4, -4, -4, -4, -4, -4, -4, -4, 0, -4, + -4, -4, -4, -4, -4, -4, -4, 0, 0, 0, + -4, -4, -4, 6, 0, 0, 0, 0, -4, 0, + 0, 7, 8, -4, -4, -4, -4, 0, 0, -4, + 0, -4, 0, -4, -4, -4, -4, -4, -4, -4, + -4, -4, -4, -4, 0, 0, 9, 10, -4, -4, + -4, -4, 0, 0, 0, 0, 0, 0, -4, -4, + 0, 0, 11, 12, 13, 0, 0, 0, 14, 15, + 0, 16, 0, 0, 0, 17, 18, 0, 19, 20, + 0, 0, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 0, 33, 34, 35, 36, 37, + 38, 39, 40, 41, 42, 43, 44, 0, 45, 46, + 47, 48, 49, 50, 51, 52, 53, 0, 54, 55, + 56, 57, 58, 59, 60, 61, 7, 8, 0, 62, + 63, 64, 0, 0, 0, 0, 0, 65, 0, 0, + 0, 0, 66, 67, 68, 69, 0, 0, 70, 0, + 71, 0, 72, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 0, 0, 0, 0, 83, 84, 85, + 86, 0, 0, 0, 0, 0, 0, 87, 88, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 657, + 24, 25, 658, 27, 28, 659, 30, 660, 32, 0, + 33, 0, 0, 0, 0, 38, 39, 0, 41, 42, + 43, 0, 0, 0, 46, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 1600, 0, 1601, 0, 0, 0, 0, 0, 67, 68, + 69, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 962, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1015, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1035, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1065, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1169, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1444, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1463, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1518, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1519, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1520, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1521, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1522, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1554, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1616, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1626, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1627, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1655, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1658, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1661, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1688, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1695, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1730, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1732, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1734, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1752, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1778, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1816, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 0, 1817, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 0, 0, 0, + 0, 0, 1821, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 0, 0, 0, 0, 0, + 1822, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 0, 1823, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 0, 0, 0, 0, 0, 1824, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 0, + 0, 0, 0, 585, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 0, + 747, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 0, 0, 0, 0, 1530, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 821, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 856, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 0, 0, 0, 0, - 0, 0, 0, 1512, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 159, 0, 0, 162, 0, - 0, 0, 0, 163, 164, 165, 166, 167, 0, 0, - 88, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 170, 447, 0, 0, 426, - 172, 109, 324, 0, 0, 292, 860, 112, 113, 114, - 176, 0, 115, 116, 117, 118, 119, 120, 121, 122, - 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, - 133, 134, 135, 136, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 143, 144, 145, 0, 0, 148, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, - 154, 155, 0, 0, 0, 0, 0, 156, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 0, - 0, 0, 0, 0, 0, 1513, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 864, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 865, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 866, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 877, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 997, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 0, 0, 0, 0, - 0, 0, 0, 1514, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, -4, 1, 0, 0, - -4, 0, 0, 0, 0, 0, 0, 0, -4, -4, - 159, 0, 0, 162, 0, 0, 0, 0, 163, 164, - 165, 166, 167, 0, 0, 88, 0, 0, 0, 0, - 0, 0, 0, -4, -4, 0, 0, 0, 0, 0, - 170, 171, 0, 0, 0, 172, 0, -4, -4, -4, - 292, 0, 0, -4, -4, 176, -4, 0, 0, 0, - -4, -4, 0, -4, -4, 0, 0, -4, -4, -4, - -4, -4, -4, -4, -4, -4, -4, -4, -4, 0, - -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, - -4, -4, 0, -4, -4, -4, -4, -4, -4, -4, - -4, -4, 0, -4, -4, -4, -4, -4, -4, -4, - -4, 0, 0, 0, -4, -4, -4, 6, 0, 0, - 0, 0, -4, 0, 0, 7, 8, -4, -4, -4, - -4, 0, 0, -4, 0, -4, 0, -4, -4, -4, - -4, -4, -4, -4, -4, -4, -4, -4, 0, 0, - 9, 10, -4, -4, -4, -4, 0, 0, 0, 0, - 0, 0, -4, -4, 11, 12, 13, 0, 0, 0, - 14, 15, 0, 16, 0, 0, 0, 17, 18, 0, - 19, 20, 0, 0, 21, 22, 23, 24, 25, 26, - 27, 28, 29, 30, 31, 32, 0, 33, 34, 35, - 36, 37, 38, 39, 40, 41, 42, 43, 44, 0, - 45, 46, 47, 48, 49, 50, 51, 52, 53, 0, - 54, 55, 56, 57, 58, 59, 60, 61, 0, 0, - 0, 62, 63, 64, 0, 0, 0, 0, 0, 65, - 0, 0, 0, 0, 66, 67, 68, 69, 0, 0, - 70, 0, 71, 0, 72, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, 0, 0, 0, 0, 83, - 84, 85, 86, 0, 0, 0, 0, 0, 0, 87, - 88, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 0, 1546, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 1608, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 0, 1618, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 0, 0, 1619, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, - 1647, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 0, 1650, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 1653, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 0, 1680, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 0, 0, 1687, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, - 1722, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 0, 1724, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 1726, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 0, 1744, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 0, 0, 1770, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, - 1808, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 0, 1809, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 0, 0, 1813, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 0, 0, 1814, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 0, 0, 1815, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 0, 0, - 1816, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 0, 741, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 0, - 0, 0, 0, 0, 1522, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 871, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 989, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 990, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 991, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1022, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1113, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1159, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1160, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1215, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1354, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1355, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1356, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1357, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1394, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1395, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1402, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1547, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1548, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1549, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1550, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1566, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1567, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1571, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1665, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1666, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1667, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1668, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1675, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1678, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1718, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1735, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1736, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1737, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 0, 0, 0, 1738, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 0, 0, 0, 1781, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 0, 0, 0, - 1782, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 0, 0, 0, 1783, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 0, - 0, 0, 1784, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 407, 0, 408, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 998, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 999, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1030, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1121, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1167, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 0, 0, 643, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 820, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 0, 0, 829, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 837, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 0, - 919, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 0, 0, 1015, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 0, 0, 1016, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 0, 0, 1020, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 0, 0, 1021, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 0, 0, 1023, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1168, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1223, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1362, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1363, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1364, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 0, 0, 1060, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 0, - 0, 1108, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 0, 0, 1351, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 0, 0, 1385, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 0, 0, - 1535, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 699, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 700, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 702, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 704, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 705, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1365, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1402, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1403, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1410, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1555, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 708, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 709, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 803, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 811, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 812, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 813, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 819, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 828, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 836, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 918, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1556, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1557, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1558, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1574, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1575, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 943, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 948, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 953, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 956, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 957, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 963, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 972, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 973, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 974, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 1006, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1579, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1673, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1674, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1675, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1676, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426, 0, 1008, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 0, 0, 0, 0, 426, 0, 1009, 412, 413, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 0, 0, 0, 0, 426, 0, 1010, 412, - 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, - 423, 424, 425, 0, 0, 0, 0, 426, 0, 1014, - 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, - 422, 423, 424, 425, 0, 0, 0, 0, 426, 0, - 1248, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 0, 0, 0, 0, 426, - 0, 1437, 412, 413, 414, 415, 416, 417, 418, 419, - 420, 421, 422, 423, 424, 425, 0, 0, 0, 0, - 426, 0, 1454, 412, 413, 414, 415, 416, 417, 418, - 419, 420, 421, 422, 423, 424, 425, 0, 0, 0, - 0, 426, 0, 1477, 412, 413, 414, 415, 416, 417, - 418, 419, 420, 421, 422, 423, 424, 425, 0, 0, - 0, 0, 426, 0, 1674, 412, 413, 414, 415, 416, - 417, 418, 419, 420, 421, 422, 423, 424, 425, 0, - 0, 0, 0, 426, 0, 1742, 412, 413, 414, 415, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1683, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1686, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1726, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1743, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1744, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1745, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 0, 0, + 0, 1746, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 0, 0, 0, 1789, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 0, 0, 0, 1790, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 0, 0, 0, 1791, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 0, 0, 0, 1792, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 411, 0, 412, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 649, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 826, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 835, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 843, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 927, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 0, 0, 1023, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 0, 0, 1024, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 0, 0, 1028, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 0, 0, 1029, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 0, 0, 1031, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 0, + 0, 1068, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 0, 0, 1116, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 0, 0, 1359, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 0, 0, + 1393, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 0, 0, 1543, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 705, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 706, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 708, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 710, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 711, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 714, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, - 0, 0, 0, 0, 426 + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 715, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 809, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 817, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 818, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 819, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 825, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 834, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 842, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 926, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 951, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 956, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 961, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 964, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 965, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 971, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 980, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 981, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 982, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 1014, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430, 0, 1016, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 0, 0, 0, 0, 430, 0, + 1017, 416, 417, 418, 419, 420, 421, 422, 423, 424, + 425, 426, 427, 428, 429, 0, 0, 0, 0, 430, + 0, 1018, 416, 417, 418, 419, 420, 421, 422, 423, + 424, 425, 426, 427, 428, 429, 0, 0, 0, 0, + 430, 0, 1022, 416, 417, 418, 419, 420, 421, 422, + 423, 424, 425, 426, 427, 428, 429, 0, 0, 0, + 0, 430, 0, 1256, 416, 417, 418, 419, 420, 421, + 422, 423, 424, 425, 426, 427, 428, 429, 0, 0, + 0, 0, 430, 0, 1445, 416, 417, 418, 419, 420, + 421, 422, 423, 424, 425, 426, 427, 428, 429, 0, + 0, 0, 0, 430, 0, 1462, 416, 417, 418, 419, + 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, + 0, 0, 0, 0, 430, 0, 1485, 416, 417, 418, + 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, + 429, 0, 0, 0, 0, 430, 0, 1682, 416, 417, + 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, + 428, 429, 0, 0, 0, 0, 430, 0, 1750, 416, + 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, + 427, 428, 429, 0, 0, 0, 0, 430 }; static const yytype_int16 yycheck[] = { - 3, 3, 370, 4, 372, 243, 497, 498, 1344, 4, - 4, 1005, 4, 381, 4, 258, 4, 6, 4, 6, - 5, 4, 6, 4, 79, 7, 5, 270, 6, 4, - 6, 5, 4, 4, 76, 4, 4, 79, 5, 5, - 5, 5, 108, 5, 5, 5, 4, 6, 4, 6, - 192, 6, 398, 192, 57, 6, 3, 199, 6, 6, - 199, 7, 65, 6, 410, 4, 1001, 6, 192, 182, - 183, 188, 189, 182, 183, 199, 79, 0, 321, 196, - 323, 1417, 6, 182, 183, 198, 6, 200, 96, 198, - 7, 200, 79, 80, 192, 6, 194, 6, 137, 107, - 199, 73, 182, 183, 7, 77, 13, 115, 116, 117, - 57, 150, 151, 121, 122, 123, 124, 89, 7, 192, - 200, 223, 224, 225, 188, 189, 228, 229, 230, 192, - 182, 183, 79, 6, 73, 199, 125, 127, 128, 129, - 130, 7, 100, 101, 102, 103, 198, 6, 200, 125, - 193, 109, 195, 7, 112, 140, 199, 149, 146, 4, - 6, 140, 264, 265, 6, 192, 140, 1503, 125, 192, - 125, 194, 199, 176, 192, 177, 278, 279, 201, 167, - 140, 137, 138, 1519, 167, 188, 189, 169, 170, 171, - 172, 192, 200, 196, 76, 6, 180, 79, 192, 194, - 194, 204, 196, 206, 182, 183, 201, 201, 211, 6, - 200, 199, 215, 199, 199, 218, 203, 192, 199, 222, - 223, 224, 225, 192, 199, 228, 229, 230, 199, 176, - 199, 199, 199, 199, 199, 199, 83, 199, 199, 242, - 199, 188, 189, 589, 192, 488, 489, 1182, 199, 196, - 196, 199, 169, 170, 171, 172, 194, 204, 182, 183, - 180, 264, 265, 266, 194, 508, 169, 170, 171, 172, - 192, 188, 189, 182, 183, 278, 279, 188, 189, 196, - 169, 170, 171, 172, 76, 188, 189, 79, 291, 81, - 293, 192, 137, 138, 182, 183, 642, 643, 195, 188, - 189, 198, 192, 169, 170, 171, 172, 193, 192, 195, - 198, 49, 50, 199, 52, 169, 170, 171, 172, 182, - 183, 192, 188, 189, 327, 568, 329, 330, 192, 192, - 334, 192, 398, 194, 188, 189, 199, 6, 581, 342, - 201, 1677, 182, 183, 182, 183, 73, 79, 335, 76, - 182, 183, 79, 79, 188, 189, 193, 79, 195, 199, - 199, 199, 199, 4, 5, 199, 198, 370, 371, 372, - 373, 374, 375, 376, 377, 378, 182, 183, 381, 382, - 327, 188, 189, 386, 387, 388, 389, 390, 73, 392, - 79, 76, 198, 380, 79, 8, 81, 384, 39, 40, - 41, 42, 43, 44, 391, 193, 409, 48, 49, 81, - 198, 188, 189, 54, 55, 56, 327, 79, 59, 81, - 182, 183, 199, 370, 371, 372, 373, 374, 375, 70, - 377, 378, 1768, 192, 381, 382, 198, 182, 183, 386, - 387, 388, 389, 390, 447, 392, 76, 6, 7, 79, - 192, 81, 194, 198, 196, 182, 183, 182, 183, 201, - 371, 76, 373, 374, 375, 192, 377, 378, 182, 183, - 199, 382, 199, 198, 79, 386, 387, 388, 389, 482, - 483, 199, 828, 829, 198, 76, 182, 183, 475, 476, - 477, 478, 6, 7, 73, 497, 498, 76, 182, 183, - 79, 744, 198, 182, 183, 193, 79, 195, 246, 247, - 193, 199, 153, 154, 198, 198, 254, 182, 183, 198, - 258, 524, 525, 526, 165, 76, 167, 168, 182, 183, - 596, 535, 4, 536, 182, 183, 1530, 192, 1532, 194, - 1534, 4, 182, 183, 198, 73, 201, 550, 76, 195, - 198, 79, 198, 81, 557, 192, 4, 561, 198, 4, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, 182, 183, 642, 643, 191, 182, - 183, 184, 185, 186, 194, 588, 196, 200, 191, 536, - 198, 201, 192, 597, 598, 599, 600, 601, 602, 603, - 604, 605, 606, 607, 192, 609, 610, 611, 612, 613, - 614, 615, 96, 182, 183, 619, 620, 621, 964, 6, - 966, 193, 968, 107, 970, 629, 198, 631, 198, 198, - 200, 115, 116, 117, 638, 182, 183, 121, 122, 123, - 124, 194, 192, 182, 183, 649, 182, 183, 193, 96, - 195, 198, 198, 198, 200, 6, 659, 644, 896, 198, - 107, 1596, 198, 198, 1599, 200, 1660, 1602, 115, 116, - 117, 8, 182, 183, 121, 122, 123, 124, 198, 682, - 200, 684, 182, 183, 687, 96, 194, 690, 198, 692, - 184, 185, 186, 696, 697, 192, 107, 191, 198, 182, - 183, 192, 182, 183, 115, 116, 117, 694, 100, 101, - 121, 122, 123, 124, 106, 198, 200, 720, 198, 785, - 198, 192, 200, 194, 198, 196, 200, 1721, 199, 1723, - 201, 1725, 192, 192, 6, 1081, 192, 1731, 741, 192, - 687, 100, 101, 690, 193, 692, 195, 106, 192, 198, - 193, 1097, 195, 200, 193, 198, 195, 495, 496, 198, - 7, 192, 828, 829, 193, 503, 195, 1702, 193, 198, - 836, 837, 193, 198, 193, 192, 687, 198, 192, 198, - 1774, 692, 1776, 786, 1778, 193, 193, 192, 192, 200, - 198, 198, 795, 193, 797, 195, 799, 198, 801, 200, - 198, 6, 200, 806, 199, 198, 809, 200, 198, 198, - 200, 200, 198, 1748, 200, 198, 1751, 200, 198, 1754, - 200, 8, 1757, 826, 79, 79, 81, 81, 198, 832, - 200, 1322, 1323, 198, 837, 200, 173, 174, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - 1088, 199, 918, 919, 191, 198, 194, 200, 1793, 862, - 1795, 6, 1797, 200, 867, 868, 869, 870, 192, 178, - 179, 180, 181, 182, 183, 184, 185, 186, 881, 192, - 199, 1227, 191, 198, 871, 200, 198, 198, 200, 200, - 837, 198, 198, 200, 200, 192, 899, 900, 901, 902, - 904, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, 198, 198, 200, 200, 191, - 867, 924, 869, 870, 192, 198, 837, 200, 198, 192, - 200, 935, 936, 198, 881, 200, 192, 199, 941, 942, - 198, 944, 200, 946, 947, 4, 192, 950, 951, 198, - 192, 200, 955, 4, 199, 6, 867, 1023, 869, 870, - 198, 192, 200, 198, 198, 200, 200, 192, 192, 206, - 881, 198, 192, 200, 211, 192, 199, 924, 215, 192, - 21, 22, 198, 192, 200, 222, 173, 174, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - 198, 198, 200, 200, 191, 198, 193, 200, 198, 747, - 200, 199, 198, 924, 200, 1081, 754, 198, 198, 200, - 200, 1259, 760, 198, 96, 200, 198, 198, 200, 200, - 198, 198, 200, 200, 1525, 107, 1039, 1040, 1041, 198, - 198, 200, 200, 115, 116, 117, 198, 1050, 200, 121, - 122, 123, 124, 6, 1058, 198, 198, 200, 200, 199, - 199, 1065, 1066, 1067, 1068, 1069, 107, 198, 198, 200, - 200, 1075, 1076, 192, 115, 116, 117, 118, 119, 120, - 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, - 131, 132, 133, 134, 135, 136, 137, 138, 139, 192, - 1103, 201, 194, 6, 6, 146, 147, 194, 199, 150, - 199, 199, 194, 194, 194, 156, 157, 6, 6, 1122, - 1488, 162, 196, 199, 140, 1128, 201, 1114, 200, 6, - 6, 1134, 6, 1136, 1137, 6, 199, 6, 1141, 1142, - 194, 1144, 4, 1146, 191, 1148, 196, 1150, 1151, 1152, - 96, 7, 200, 4, 5, 199, 198, 7, 198, 6, - 6, 107, 6, 193, 1230, 1168, 7, 7, 6, 115, - 116, 117, 409, 199, 7, 121, 122, 123, 124, 6, - 1183, 7, 6, 6, 1187, 6, 1189, 4, 39, 40, - 41, 42, 43, 44, 51, 1199, 51, 48, 49, 937, - 137, 199, 51, 54, 55, 56, 1210, 195, 59, 51, - 193, 6, 6, 193, 193, 193, 198, 198, 193, 70, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, 1237, 198, 198, 198, 191, 193, - 195, 6, 283, 4, 4, 482, 483, 6, 6, 6, - 6, 989, 990, 991, 1241, 7, 1494, 96, 140, 300, - 7, 6, 1265, 7, 1251, 7, 7, 140, 107, 7, - 140, 7, 1275, 7, 199, 1278, 115, 116, 117, 4, - 6, 193, 121, 122, 123, 124, 1352, 524, 525, 526, - 1237, 1278, 6, 198, 193, 193, 1539, 198, 198, 193, - 196, 198, 153, 154, 6, 200, 7, 200, 195, 199, - 7, 1314, 1315, 550, 165, 199, 167, 168, 199, 199, - 1322, 1323, 7, 6, 196, 6, 1237, 6, 1275, 6, - 194, 1318, 199, 7, 6, 6, 199, 188, 189, 1342, - 192, 1344, 6, 1346, 192, 196, 180, 7, 7, 7, - 81, 588, 7, 7, 7, 7, 6, 4, 1361, 7, - 401, 200, 7, 7, 1275, 1368, 7, 7, 7, 1372, - 4, 1375, 192, 1376, 6, 96, 6, 199, 7, 6, - 1367, 7, 7, 7, 199, 6, 107, 6, 6, 1376, - 1377, 1378, 79, 1396, 115, 116, 117, 6, 6, 4, - 121, 122, 123, 124, 4, 4, 198, 200, 6, 6, - 6, 6, 4, 6, 1417, 193, 193, 193, 1661, 198, - 193, 196, 7, 192, 6, 12, 13, 199, 173, 174, + 3, 245, 260, 5, 372, 108, 374, 501, 502, 1352, + 3, 5, 4, 194, 272, 6, 4, 385, 4, 6, + 5, 4, 402, 5, 4, 6, 4, 6, 4, 6, + 4, 194, 5, 196, 414, 4, 4, 184, 185, 4, + 4, 4, 4, 81, 5, 83, 5, 5, 5, 49, + 50, 6, 52, 200, 57, 5, 78, 6, 6, 81, + 4, 1013, 65, 4, 7, 323, 1009, 325, 6, 6, + 6, 6, 4, 139, 6, 6, 79, 184, 185, 6, + 184, 185, 1425, 184, 185, 98, 152, 153, 102, 103, + 194, 184, 185, 200, 108, 202, 109, 201, 3, 6, + 201, 6, 184, 185, 117, 118, 119, 200, 194, 202, + 123, 124, 125, 126, 194, 7, 0, 225, 226, 227, + 202, 201, 230, 231, 232, 194, 194, 184, 185, 184, + 185, 7, 201, 201, 75, 184, 185, 6, 79, 7, + 142, 79, 80, 75, 201, 200, 129, 130, 131, 132, + 91, 200, 57, 7, 184, 185, 148, 142, 266, 267, + 142, 184, 185, 139, 140, 139, 140, 7, 1511, 142, + 200, 151, 280, 281, 79, 178, 75, 169, 201, 78, + 7, 13, 81, 169, 1527, 6, 179, 190, 191, 202, + 127, 127, 127, 184, 185, 198, 127, 184, 185, 201, + 181, 191, 192, 206, 181, 208, 6, 201, 196, 201, + 213, 190, 191, 593, 217, 203, 194, 220, 196, 202, + 198, 224, 225, 226, 227, 203, 194, 230, 231, 232, + 194, 81, 201, 201, 492, 493, 201, 201, 201, 201, + 201, 244, 201, 201, 201, 194, 201, 1190, 248, 249, + 194, 201, 201, 201, 512, 198, 256, 184, 185, 78, + 260, 194, 81, 266, 267, 268, 7, 205, 648, 649, + 6, 184, 185, 178, 6, 184, 185, 280, 281, 171, + 172, 173, 174, 195, 6, 190, 191, 200, 200, 202, + 293, 200, 295, 198, 196, 171, 172, 173, 174, 402, + 196, 206, 198, 171, 172, 173, 174, 203, 78, 184, + 185, 81, 194, 83, 572, 191, 192, 171, 172, 173, + 174, 4, 198, 191, 192, 200, 329, 585, 331, 332, + 196, 171, 172, 173, 174, 336, 194, 191, 192, 184, + 185, 344, 1685, 8, 171, 172, 173, 174, 191, 192, + 329, 191, 192, 191, 192, 200, 191, 192, 201, 85, + 198, 194, 184, 185, 191, 192, 201, 81, 201, 372, + 373, 374, 375, 376, 377, 378, 379, 380, 200, 382, + 383, 384, 385, 386, 194, 191, 192, 390, 391, 392, + 393, 394, 194, 396, 373, 201, 375, 376, 377, 337, + 379, 380, 8, 382, 383, 384, 194, 386, 196, 194, + 413, 390, 391, 392, 393, 203, 184, 185, 194, 102, + 103, 104, 105, 195, 329, 197, 6, 7, 111, 201, + 6, 114, 200, 1776, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, 451, 194, + 388, 196, 193, 198, 834, 835, 201, 395, 203, 197, + 184, 185, 200, 200, 194, 202, 196, 372, 373, 374, + 375, 376, 377, 203, 379, 380, 200, 382, 383, 384, + 385, 386, 81, 486, 487, 390, 391, 392, 393, 394, + 201, 396, 750, 194, 194, 196, 196, 600, 198, 499, + 500, 195, 203, 203, 8, 83, 200, 507, 501, 502, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, 196, 1181, 6, 682, 191, 684, 6, 6, - 1453, 199, 89, 199, 6, 1458, 199, 6, 6, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, 6, 6, 1478, 199, 191, 5, 200, - 199, 4, 1485, 199, 6, 1488, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, 199, 84, 7, 199, - 1503, 199, 89, 90, 741, 92, 93, 94, 194, 6, - 6, 98, 6, 6, 4, 199, 1519, 199, 6, 1522, - 6, 199, 136, 1525, 6, 198, 6, 6, 4, 6, - 4, 6, 199, 6, 6, 1538, 6, 6, 4, 6, - 1543, 1488, 6, 6, 6, 132, 133, 134, 1286, 786, - 5, 140, 6, 6, 6, 6, 6, 6, 795, 6, - 797, 6, 799, 6, 801, 6, 12, 13, 6, 806, - 6, 6, 809, 6, 6, 198, 6, 193, 6, 196, - 7, 6, 1585, 6, 199, 6, 1324, 5, 1326, 6, - 1328, 6, 77, 199, 6, 199, 7, 200, 200, 6, - 135, 1604, 6, 6, 1342, 199, 6, 1345, 1346, 199, - 138, 6, 200, 200, 6, 199, 199, 6, 6, 6, - 6, 6, 199, 6, 6, 862, 6, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, 1624, 84, 6, - 199, 6, 6, 89, 90, 199, 92, 93, 94, 199, - 6, 6, 98, 199, 96, 200, 199, 6, 6, 1662, - 6, 1664, 899, 900, 901, 902, 6, 6, 6, 6, - 6, 200, 443, 6, 1677, 199, 6, 6, 12, 13, - 199, 199, 199, 6, 6, 6, 132, 133, 134, 6, - 6, 86, 87, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, 199, 6, 6, - 6, 191, 199, 6, 6, 199, 199, 6, 955, 6, - 6, 199, 6, 6, 6, 1712, 6, 6, 6, 6, - 1733, 1627, 1111, 1508, 3, 1509, 1121, 3, 1741, 73, - 74, 75, 76, 77, 78, 79, 80, 81, 82, 473, - 84, 1521, 1255, -1, 200, 89, 90, -1, 92, 93, - 94, -1, -1, -1, 98, 1768, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 170, 171, 172, 173, 174, - -1, -1, 1785, -1, 1787, -1, -1, -1, -1, -1, - -1, 1529, 187, 1531, 1741, 1533, 191, -1, 132, 133, - 134, -1, -1, 1541, -1, -1, 1544, -1, -1, -1, - 205, 206, 207, 208, 1817, 210, 211, 212, 213, -1, - 215, 216, 217, -1, 6, -1, -1, 222, -1, -1, - 1741, -1, -1, -1, -1, -1, -1, -1, 1785, -1, - 1787, -1, -1, -1, -1, 240, 1584, -1, -1, -1, - 1588, -1, -1, -1, 249, 250, -1, -1, -1, -1, - -1, -1, -1, 258, -1, -1, 200, -1, -1, -1, - 1817, -1, -1, -1, 1785, -1, 1787, 173, 174, 175, + 185, 186, 187, 188, 81, 528, 529, 530, 193, 75, + 195, 195, 78, 184, 185, 81, 200, 540, 539, 184, + 185, 479, 480, 481, 482, 648, 649, 184, 185, 200, + 81, 554, 184, 185, 75, 200, 194, 78, 561, 195, + 81, 197, 83, 200, 565, 201, 6, 7, 200, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, 291, 292, 293, 1637, - -1, -1, 96, 1641, -1, -1, 1817, -1, 303, 304, - 305, -1, 307, 107, -1, 310, 311, -1, -1, 314, - -1, 115, 116, 117, -1, -1, 1664, 121, 122, 123, - 124, -1, -1, -1, -1, -1, 331, 332, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 345, 346, 1189, 348, 349, 350, 351, 352, 353, 354, - 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, - 365, 366, 367, 368, 369, -1, -1, -1, -1, 12, - 13, 1719, 1720, -1, 379, -1, -1, -1, 383, -1, - 385, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, 8, 200, -1, -1, 191, - -1, 406, -1, -1, 409, -1, -1, 412, 413, 414, - 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, - 425, 426, -1, -1, 429, 430, -1, -1, -1, -1, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - -1, 84, 447, -1, -1, -1, 89, 90, 453, 92, - 93, 94, 8, 458, -1, 98, -1, -1, 463, 464, - -1, -1, -1, -1, 469, 470, -1, 1314, 1315, 474, - 475, 476, 477, 478, 479, 480, 481, 482, 483, -1, - -1, -1, -1, -1, -1, 6, -1, -1, -1, 132, - 133, 134, -1, -1, -1, 500, 501, 502, 503, 504, - 505, -1, -1, -1, 509, 510, 511, 512, 513, -1, - -1, -1, 517, -1, 519, 520, -1, -1, -1, 524, - 525, 526, -1, -1, 529, 530, 531, 532, 533, 12, - 13, -1, -1, -1, 539, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 550, -1, -1, -1, -1, - -1, 556, 557, 6, 559, 560, -1, 200, -1, -1, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, 579, -1, -1, -1, 191, -1, - -1, -1, 587, 588, -1, -1, -1, -1, 593, -1, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - -1, 84, -1, -1, -1, -1, 89, 90, -1, 92, - 93, 94, -1, -1, -1, 98, -1, 173, 174, 175, + 186, 187, 188, 184, 185, 201, 1538, 193, 1540, 592, + 1542, 195, 972, 197, 974, 81, 976, 201, 978, 200, + 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, + 611, 201, 613, 614, 615, 616, 617, 618, 619, 200, + 78, 202, 623, 624, 625, 184, 185, 197, 184, 185, + 200, 98, 633, 634, 635, 540, 637, 78, 184, 185, + 195, 200, 109, 644, 200, 200, 78, 195, 194, 197, + 117, 118, 119, 201, 655, 201, 123, 124, 125, 126, + 904, 1604, 665, 78, 1607, 195, 81, 1610, 83, 81, + 200, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, 688, 4, 690, 791, 193, + 693, 184, 185, 696, 200, 698, 202, 4, 202, 702, + 703, 184, 185, 195, 184, 185, 4, 200, 200, 1089, + 184, 185, 650, 195, 693, 197, 1668, 200, 200, 698, + 200, 4, 98, 726, 194, 1105, 200, 184, 185, 184, + 185, 834, 835, 109, 200, 202, 202, 6, 194, 842, + 843, 117, 118, 119, 747, 200, 8, 123, 124, 125, + 126, 194, 194, 753, 184, 185, 186, 187, 188, 195, + 760, 197, 700, 193, 200, 75, 766, 1710, 78, 102, + 103, 81, 200, 83, 202, 108, 200, 1729, 202, 1731, + 200, 1733, 202, 186, 187, 188, 6, 1739, 693, 792, + 193, 696, 196, 698, 195, 195, 197, 197, 801, 200, + 803, 195, 805, 197, 807, 195, 200, 197, 196, 812, + 200, 194, 815, 1756, 7, 195, 1759, 194, 196, 1762, + 200, 194, 1765, 926, 927, 200, 202, 202, 195, 832, + 1782, 6, 1784, 200, 1786, 838, 1330, 1331, 194, 194, + 843, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, 1096, 201, 194, 1235, 193, 98, 1801, 200, + 1803, 202, 1805, 194, 843, 868, 194, 81, 109, 83, + 873, 874, 875, 876, 194, 194, 117, 118, 119, 200, + 194, 202, 123, 124, 125, 126, 889, 200, 200, 202, + 202, 200, 6, 202, 873, 194, 875, 876, 200, 81, + 202, 83, 6, 194, 907, 908, 909, 910, 201, 194, + 889, 912, 194, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, 201, 1031, 932, + 200, 193, 202, 200, 200, 202, 202, 194, 843, 877, + 202, 194, 943, 944, 194, 945, 949, 950, 200, 952, + 202, 954, 955, 932, 98, 958, 959, 200, 194, 202, + 963, 202, 200, 194, 202, 109, 194, 200, 873, 202, + 875, 876, 194, 117, 118, 119, 200, 4, 202, 123, + 124, 125, 126, 200, 889, 202, 1089, 200, 200, 202, + 202, 200, 200, 202, 202, 194, 194, 997, 998, 999, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, 200, 98, 202, 200, 193, 202, + 4, 194, 6, 1267, 201, 201, 109, 932, 200, 200, + 202, 202, 201, 201, 117, 118, 119, 201, 201, 1533, + 123, 124, 125, 126, 1047, 1048, 1049, 194, 194, 4, + 5, 196, 200, 6, 202, 1058, 194, 200, 202, 202, + 200, 200, 202, 202, 200, 1066, 202, 200, 200, 202, + 202, 6, 1073, 1074, 1075, 1076, 1077, 200, 200, 202, + 202, 194, 1083, 1084, 39, 40, 41, 42, 43, 44, + 200, 203, 202, 48, 49, 50, 51, 12, 13, 6, + 201, 56, 57, 58, 98, 200, 61, 202, 1111, 200, + 200, 202, 202, 201, 200, 109, 202, 72, 200, 202, + 202, 201, 196, 117, 118, 119, 196, 1130, 1496, 123, + 124, 125, 126, 1136, 200, 1238, 202, 196, 200, 1142, + 202, 1144, 1145, 200, 6, 202, 1149, 1150, 200, 1152, + 202, 1154, 200, 1156, 202, 1158, 1159, 1160, 196, 6, + 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, + 200, 86, 202, 1176, 198, 201, 91, 92, 142, 94, + 95, 96, 203, 6, 1122, 100, 6, 6, 1191, 1189, + 6, 200, 1195, 202, 1197, 201, 6, 196, 4, 7, + 155, 156, 193, 198, 201, 7, 1207, 6, 202, 202, + 200, 200, 167, 6, 169, 170, 6, 1218, 7, 134, + 135, 136, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, 191, 192, 7, 195, + 193, 6, 1245, 198, 201, 7, 6, 6, 98, 7, + 6, 6, 4, 53, 139, 53, 53, 1360, 1502, 109, + 201, 4, 5, 197, 195, 6, 1245, 117, 118, 119, + 1273, 53, 6, 123, 124, 125, 126, 195, 195, 200, + 1283, 200, 195, 1286, 200, 195, 200, 202, 200, 1547, + 195, 197, 6, 6, 1294, 6, 39, 40, 41, 42, + 43, 44, 4, 4, 1283, 48, 49, 50, 51, 6, + 6, 1249, 6, 56, 57, 58, 7, 142, 61, 1322, + 1323, 1259, 7, 201, 7, 7, 7, 142, 7, 72, + 142, 7, 1332, 7, 1334, 4, 1336, 1330, 1331, 6, + 1245, 195, 200, 195, 98, 200, 195, 1350, 1286, 1352, + 1350, 1354, 202, 1353, 1354, 109, 200, 195, 200, 198, + 6, 202, 202, 117, 118, 119, 1369, 197, 201, 123, + 124, 125, 126, 1376, 201, 201, 7, 1380, 1283, 201, + 7, 1384, 1383, 7, 198, 6, 6, 6, 1326, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, 1404, 6, 6, 196, 193, 6, 201, 7, 6, + 6, 1669, 155, 156, 98, 194, 194, 201, 6, 83, + 181, 7, 1425, 7, 167, 109, 169, 170, 7, 7, + 7, 12, 13, 117, 118, 119, 7, 1375, 7, 123, + 124, 125, 126, 6, 4, 7, 1384, 1385, 1386, 180, + 181, 182, 183, 184, 185, 186, 187, 188, 1461, 7, + 7, 7, 193, 1466, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, 7, 7, + 4, 6, 193, 1486, 201, 6, 194, 7, 6, 201, + 1493, 7, 7, 1496, 75, 76, 77, 78, 79, 80, + 81, 82, 83, 84, 7, 86, 6, 6, 1511, 6, + 91, 92, 6, 94, 95, 96, 81, 6, 202, 100, + 4, 4, 4, 4, 1527, 202, 6, 1530, 200, 6, + 6, 6, 6, 6, 12, 13, 195, 1537, 195, 1539, + 1533, 1541, 195, 1546, 200, 195, 198, 7, 1551, 1549, + 6, 194, 1552, 134, 135, 136, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + 198, 201, 6, 6, 193, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 6, + 1593, 1496, 1592, 193, 6, 201, 1596, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, 201, 86, 1612, + 6, 201, 91, 91, 92, 6, 94, 95, 96, 201, + 6, 202, 100, 4, 6, 201, 6, 5, 201, 6, + 86, 87, 7, 201, 201, 201, 6, 196, 6, 6, + 6, 4, 6, 201, 201, 1645, 201, 6, 138, 1649, + 6, 200, 6, 4, 6, 4, 134, 135, 136, 6, + 98, 6, 6, 6, 6, 6, 4, 1670, 5, 1672, + 6, 109, 1672, 6, 6, 6, 6, 6, 201, 117, + 118, 119, 1685, 142, 6, 123, 124, 125, 126, 6, + 6, 6, 6, 6, 1632, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 6, + 6, 6, 6, 193, 6, 98, 172, 173, 174, 175, + 176, 6, 6, 6, 202, 6, 109, 1727, 1728, 200, + 195, 6, 6, 189, 117, 118, 119, 193, 1741, 7, + 123, 124, 125, 126, 198, 6, 1749, 6, 201, 5, + 201, 207, 208, 209, 210, 79, 212, 213, 214, 215, + 6, 217, 218, 219, 202, 6, 6, 202, 224, 201, + 1749, 202, 201, 1776, 201, 201, 6, 201, 7, 6, + 98, 6, 1720, 202, 137, 6, 242, 6, 6, 6, + 1793, 109, 1795, 6, 140, 251, 252, 6, 6, 117, + 118, 119, 6, 201, 260, 123, 124, 125, 126, 6, + 6, 6, 6, 6, 1793, 6, 1795, 201, 6, 202, + 6, 98, 1825, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, 293, 294, 295, + 201, 193, 202, 201, 1749, 6, 1825, 6, 6, 305, + 306, 307, 6, 309, 6, 6, 312, 313, 6, 6, + 316, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, 201, 201, 333, 334, 193, + 6, 202, 6, 6, 202, 6, 6, 6, 1793, 201, + 1795, 347, 348, 201, 350, 351, 352, 353, 354, 355, + 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, + 366, 367, 368, 369, 370, 371, 6, 6, 6, 201, + 1825, 201, 201, 6, 6, 381, 6, 6, 201, 201, + 201, 387, 201, 389, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, 1635, 6, + 6, 6, 193, 6, 410, 6, 6, 413, 6, 6, + 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, + 426, 427, 428, 429, 430, 6, 6, 433, 434, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, 1478, -1, -1, -1, 191, -1, -1, -1, -1, - 645, -1, -1, -1, -1, -1, -1, -1, -1, 132, - 133, 134, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, -1, -1, 679, 1522, -1, 682, -1, 684, - 685, -1, -1, -1, -1, -1, -1, -1, 693, -1, - -1, 696, 697, 7, 8, -1, 1543, -1, -1, -1, - -1, -1, -1, -1, -1, 710, -1, -1, -1, -1, - -1, -1, -1, -1, 719, -1, -1, 200, -1, -1, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, 741, 6, 191, -1, - -1, -1, -1, 748, 749, -1, -1, -1, -1, 754, + 186, 187, 188, 1119, 1516, 451, 3, 193, 447, 1517, + 1129, 457, 3, 1529, 1263, 477, 462, -1, -1, -1, + -1, 467, 468, -1, -1, -1, -1, 473, 474, -1, + -1, -1, 478, 479, 480, 481, 482, 483, 484, 485, + 486, 487, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 504, 505, + 506, 507, 508, 509, -1, -1, -1, 513, 514, 515, + 516, 517, -1, -1, -1, 521, -1, 523, 524, -1, + -1, -1, 528, 529, 530, -1, -1, 533, 534, 535, + 536, 537, -1, -1, -1, 4, 5, 543, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 554, -1, + -1, -1, -1, -1, 560, 561, -1, 563, 564, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 6, 767, -1, -1, 770, -1, -1, -1, -1, - 12, 13, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 786, -1, -1, -1, -1, -1, -1, -1, -1, - 795, -1, 797, -1, 799, -1, 801, -1, -1, -1, - 6, 806, -1, -1, 809, -1, -1, -1, -1, -1, - 815, -1, 817, 818, -1, 1662, -1, 1664, -1, -1, + 39, 40, 41, 42, 43, 44, -1, 583, -1, 48, + 49, 50, 51, -1, -1, 591, 592, 56, 57, 58, + -1, 597, 61, -1, -1, -1, -1, -1, -1, -1, + 208, -1, -1, 72, -1, 213, -1, -1, -1, 217, + -1, -1, 3, 4, 5, -1, 224, -1, 9, 10, + 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, + 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, 651, -1, -1, 39, 40, + 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, + 51, 52, -1, -1, -1, 56, 57, 58, -1, -1, + 61, -1, 63, 64, 65, -1, -1, -1, -1, 685, + 71, 72, 688, -1, 690, 691, 155, 156, 98, -1, + -1, -1, -1, 699, -1, -1, 702, 703, 167, 109, + 169, 170, -1, -1, -1, -1, -1, 117, 118, 119, + 716, -1, -1, 123, 124, 125, 126, -1, -1, 725, + -1, -1, -1, -1, -1, -1, 21, 22, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 73, 74, 75, 76, 77, 78, 79, 80, 81, - 82, -1, 84, -1, -1, 850, -1, 89, 90, -1, - 92, 93, 94, 858, 859, 860, 98, 862, -1, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, 878, -1, -1, -1, 191, -1, 218, - -1, 886, -1, -1, 889, -1, 1733, -1, -1, -1, - 132, 133, 134, -1, 899, 900, 901, 902, -1, -1, - -1, 906, -1, 242, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, -1, -1, -1, 266, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, -1, - 955, -1, -1, -1, -1, 6, -1, -1, 200, -1, - 965, -1, 967, -1, 969, -1, 971, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, 206, -1, - 329, 330, -1, 211, -1, -1, -1, 215, -1, 12, - 13, -1, -1, 342, 222, -1, -1, 96, -1, -1, - -1, -1, -1, -1, 1019, -1, -1, 1022, 107, -1, - -1, 1026, -1, 1028, 1029, 1030, 115, 116, 117, -1, - -1, 1036, 121, 122, 123, 124, -1, 376, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 1053, -1, - 1055, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, - -1, 84, -1, 291, -1, 293, 89, 90, -1, 92, - 93, 94, -1, -1, 1089, 98, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 1101, 1102, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 1113, 1114, - -1, 200, -1, -1, -1, -1, -1, -1, -1, 132, - 133, 134, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, 12, 13, -1, -1, - 191, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, 1158, 1159, 1160, -1, 191, -1, -1, - -1, -1, -1, 1168, -1, 1170, -1, -1, -1, -1, - -1, -1, -1, 12, 13, -1, 1181, -1, -1, -1, - -1, -1, -1, -1, 1189, -1, -1, 200, -1, -1, - -1, 409, -1, -1, -1, -1, -1, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, -1, 84, -1, - 1215, 1216, 1217, 89, 90, -1, 92, 93, 94, -1, - -1, -1, 98, -1, -1, -1, -1, -1, -1, 447, - -1, 6, -1, -1, 73, 74, 75, 76, 77, 78, - 79, 80, 81, 82, -1, 84, -1, 1252, -1, 96, - 89, 90, 6, 92, 93, 94, 132, 133, 134, 98, - 107, 1266, -1, -1, 482, 483, 1271, -1, 115, 116, - 117, -1, -1, -1, 121, 122, 123, 124, -1, 1284, - 1285, -1, -1, -1, -1, -1, 1291, 1292, -1, -1, - -1, 1296, -1, 132, 133, 134, -1, -1, -1, 1304, - -1, -1, -1, -1, -1, -1, 524, 525, 526, 1314, - 1315, 1316, -1, 1318, -1, -1, -1, -1, -1, -1, - 659, -1, -1, -1, 200, 1330, -1, -1, -1, -1, - -1, -1, 550, 6, -1, -1, -1, 1342, -1, 557, - -1, 1346, -1, -1, 1349, -1, -1, -1, 96, 1354, - 1355, 1356, 1357, 200, -1, -1, -1, -1, -1, 107, - -1, 200, 1367, -1, -1, -1, -1, 115, 116, 117, - 588, -1, 1377, 121, 122, 123, 124, -1, -1, -1, - 6, 720, -1, -1, -1, -1, -1, -1, -1, 1394, - 1395, -1, -1, -1, -1, -1, -1, 1402, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, 1438, -1, 96, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 107, -1, -1, -1, - -1, 1456, 200, 1458, 115, 116, 117, -1, -1, -1, - 121, 122, 123, 124, 682, -1, 684, -1, 1473, -1, - 1475, -1, -1, 1478, -1, -1, -1, -1, 696, 697, - 1485, -1, -1, -1, -1, -1, -1, 826, -1, -1, - -1, -1, -1, 832, 1499, -1, -1, -1, -1, 1504, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, 1522, 191, -1, - -1, -1, -1, 741, 1529, -1, 1531, -1, 1533, 868, - -1, -1, -1, -1, -1, -1, -1, -1, 1543, 200, - -1, -1, 1547, 1548, 1549, 1550, 1551, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, 1566, 1567, -1, -1, 191, 1571, -1, 786, -1, - 12, 13, 7, 96, -1, -1, 1581, 795, -1, 797, - -1, 799, -1, 801, 107, -1, -1, 1592, 806, -1, - -1, 809, 115, 116, 117, -1, -1, -1, 121, 122, - 123, 124, 941, 942, -1, 944, -1, 946, 947, -1, - -1, 950, 951, -1, -1, -1, -1, 1622, -1, -1, - -1, -1, 1627, -1, -1, -1, -1, -1, -1, 1634, - -1, 73, 74, 75, 76, 77, 78, 79, 80, 81, - 82, -1, 84, 1648, 862, -1, 1651, 89, 90, 1654, - 92, 93, 94, 1658, -1, -1, 98, 1662, -1, 1664, - 1665, 1666, 1667, 1668, -1, -1, -1, -1, -1, -1, - 1675, 5, -1, 1678, -1, -1, -1, 200, -1, -1, - -1, 899, 900, 901, 902, -1, -1, -1, -1, -1, - 132, 133, 134, -1, -1, -1, -1, -1, -1, -1, - 1039, 1040, 1041, -1, -1, 39, 40, 41, 42, 43, - 44, 1050, -1, 1718, 48, 49, -1, -1, -1, -1, - 54, 55, 56, -1, -1, 59, -1, -1, 1733, -1, - 1735, 1736, 1737, 1738, -1, -1, 70, 955, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, 200, -1, - -1, -1, -1, -1, 1103, -1, 1771, 1772, -1, -1, - -1, -1, -1, -1, -1, 8, 1781, 1782, 1783, 1784, - -1, -1, -1, 1122, -1, -1, -1, -1, -1, 1128, - -1, -1, -1, -1, -1, 1134, -1, 1136, 1137, -1, - -1, -1, 1141, 1142, -1, 1144, -1, 1146, 8, 1148, - -1, 1150, 1151, 1152, -1, -1, -1, -1, -1, 153, - 154, -1, -1, -1, -1, -1, -1, -1, -1, 1168, - -1, 165, -1, -1, 168, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 1183, -1, -1, -1, 1187, -1, + -1, 747, -1, -1, -1, -1, -1, -1, 754, 755, + -1, -1, -1, -1, 760, -1, -1, -1, -1, -1, + -1, -1, -1, 154, 155, 156, 157, 773, -1, -1, + 776, 162, 163, 164, 165, 166, 167, -1, 169, 170, + -1, -1, -1, -1, -1, -1, 792, -1, -1, -1, + -1, -1, 202, 184, 185, 801, -1, 803, 189, 805, + -1, 807, -1, 194, -1, 413, 812, -1, 199, 815, + 201, -1, 107, -1, -1, 821, -1, 823, 824, -1, + 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, + 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, + 135, 136, 137, 138, 139, -1, -1, -1, -1, -1, + 856, 146, 147, 148, 149, 98, -1, 152, 864, 865, + 866, -1, 868, 158, 159, -1, -1, -1, -1, 164, + -1, -1, -1, -1, -1, -1, -1, -1, 486, 487, + 886, -1, -1, -1, -1, -1, -1, -1, 894, -1, + -1, 897, -1, -1, -1, -1, 6, -1, -1, -1, + -1, 907, 908, 909, 910, 220, -1, -1, 914, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 528, 529, 530, -1, -1, -1, -1, -1, -1, 244, + 12, 13, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, 554, -1, -1, -1, + 193, -1, -1, 268, -1, -1, -1, 963, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 973, -1, 975, + -1, 977, -1, 979, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 592, -1, -1, -1, -1, -1, + 285, -1, -1, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, -1, 86, -1, -1, 302, -1, 91, + 92, -1, 94, 95, 96, -1, 331, 332, 100, -1, + -1, 1027, -1, -1, 1030, -1, -1, -1, 1034, 344, + 1036, 1037, 1038, -1, -1, -1, -1, -1, 1044, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 134, 135, 136, 1061, -1, 1063, 12, 13, + -1, -1, -1, 378, -1, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + 688, -1, 690, 193, -1, -1, -1, -1, -1, -1, + -1, 1097, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 208, 1109, 1110, -1, -1, 213, -1, -1, + 405, 217, -1, -1, -1, 1121, 1122, -1, 224, -1, + 202, 75, 76, 77, 78, 79, 80, 81, 82, 83, + 84, -1, 86, -1, -1, -1, -1, 91, 92, 747, + 94, 95, 96, -1, -1, -1, 100, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 12, 13, -1, + 1166, 1167, 1168, -1, -1, -1, -1, -1, -1, -1, + 1176, -1, 1178, -1, -1, -1, -1, -1, -1, -1, + 134, 135, 136, 1189, 792, -1, -1, 293, -1, 295, + -1, 1197, -1, 801, -1, 803, -1, 805, -1, 807, + -1, -1, -1, -1, 812, -1, -1, 815, -1, -1, + -1, -1, -1, 6, -1, -1, -1, 1223, 1224, 1225, + 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, + -1, 86, -1, -1, -1, -1, 91, 92, -1, 94, + 95, 96, -1, -1, -1, 100, -1, -1, 202, -1, + -1, -1, -1, -1, 1260, -1, 6, -1, -1, -1, + 868, -1, -1, -1, -1, -1, -1, -1, 1274, -1, + -1, -1, -1, 1279, -1, -1, -1, -1, -1, 134, + 135, 136, -1, -1, -1, -1, 1292, 1293, -1, -1, + -1, -1, 6, 1299, 1300, -1, -1, -1, 1304, 907, + 908, 909, 910, -1, -1, -1, 1312, 413, -1, -1, + -1, -1, -1, -1, -1, -1, 1322, 1323, 1324, -1, + 1326, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1338, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 1350, 451, -1, 202, 1354, -1, + 665, 1357, -1, -1, -1, 963, 1362, 1363, 1364, 1365, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 1375, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 1385, + 486, 487, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, 1402, 1403, -1, -1, + 193, -1, -1, -1, 1410, -1, -1, -1, -1, -1, + -1, 726, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 528, 529, 530, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + 1446, -1, -1, 193, -1, -1, -1, -1, 554, -1, + -1, -1, -1, -1, -1, 561, -1, -1, 1464, -1, + 1466, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, 1481, -1, 1483, -1, 193, + 1486, -1, -1, -1, -1, -1, 592, 1493, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1507, -1, -1, -1, -1, 1512, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 832, -1, -1, + -1, -1, -1, 838, 1530, -1, -1, -1, -1, -1, + -1, 1537, -1, 1539, -1, 1541, -1, -1, -1, 12, + 13, -1, -1, -1, -1, 1551, -1, -1, -1, 1555, + 1556, 1557, 1558, 1559, -1, -1, -1, -1, -1, 874, + -1, -1, -1, -1, -1, -1, -1, -1, 1574, 1575, + -1, -1, -1, 1579, -1, -1, -1, -1, -1, -1, + -1, -1, 688, 1589, 690, -1, -1, -1, -1, 1197, + -1, -1, -1, -1, 1600, -1, 702, 703, -1, -1, + -1, -1, 75, 76, 77, 78, 79, 80, 81, 82, + 83, 84, -1, 86, -1, -1, -1, -1, 91, 92, + -1, 94, 95, 96, 1630, -1, -1, 100, -1, 1635, + -1, -1, -1, -1, 949, 950, 1642, 952, -1, 954, + 955, 747, -1, 958, 959, -1, -1, -1, -1, -1, + 1656, -1, -1, 1659, -1, -1, 1662, -1, -1, -1, + 1666, 134, 135, 136, 1670, -1, 1672, 1673, 1674, 1675, + 1676, -1, -1, -1, -1, -1, -1, 1683, -1, -1, + 1686, -1, -1, -1, 12, 13, 792, -1, -1, -1, + -1, -1, -1, -1, -1, 801, -1, 803, -1, 805, + -1, 807, -1, -1, -1, -1, 812, -1, -1, 815, + -1, -1, -1, -1, 1322, 1323, -1, -1, -1, -1, + 1726, -1, -1, -1, -1, -1, -1, -1, -1, 202, + -1, -1, 1047, 1048, 1049, 1741, -1, 1743, 1744, 1745, + 1746, -1, -1, 1058, -1, -1, -1, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, -1, 86, -1, + -1, -1, 868, 91, 92, -1, 94, 95, 96, -1, + -1, -1, 100, 1779, 1780, -1, -1, -1, -1, -1, + -1, -1, -1, 1789, 1790, 1791, 1792, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 1111, -1, -1, -1, + -1, 907, 908, 909, 910, -1, 134, 135, 136, -1, + -1, -1, -1, -1, -1, 1130, -1, -1, -1, -1, + -1, 1136, -1, -1, -1, -1, -1, 1142, -1, 1144, + 1145, -1, -1, -1, 1149, 1150, -1, 1152, -1, 1154, + -1, 1156, -1, 1158, 1159, 1160, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 963, -1, -1, + -1, 1176, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 202, -1, 1191, -1, 1486, -1, + 1195, -1, -1, -1, -1, 3, 4, -1, -1, -1, + -1, 9, 10, 11, -1, -1, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, + -1, -1, 1530, -1, -1, -1, -1, 45, 46, 47, + -1, -1, -1, -1, 52, -1, -1, -1, -1, -1, + -1, -1, -1, 1551, -1, 63, 64, 65, -1, -1, + -1, -1, -1, 71, -1, -1, -1, -1, 1273, -1, -1, 3, 4, 5, -1, -1, -1, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, + -1, 1286, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, 39, 40, 41, - 42, 43, 44, 45, 46, 47, 48, 49, 50, 8, - -1, -1, 54, 55, 56, -1, -1, 59, -1, 61, - 62, 63, -1, -1, -1, -1, -1, 69, 70, -1, - -1, -1, -1, -1, -1, -1, 1265, -1, -1, -1, - -1, -1, -1, 8, -1, -1, -1, -1, -1, 1278, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 1189, -1, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, 146, -1, -1, -1, -1, -1, - 152, 153, 154, 155, -1, 1344, -1, -1, 160, 161, - 162, 163, 164, 165, -1, 167, 168, -1, -1, -1, - -1, -1, 1361, -1, -1, -1, -1, -1, -1, 1368, - 182, 183, -1, 1372, -1, 187, -1, 1376, -1, -1, - 192, -1, 194, -1, 196, 197, -1, 199, -1, 201, - -1, -1, -1, -1, -1, -1, -1, 1396, -1, -1, - -1, -1, -1, -1, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, 1417, -1, - -1, -1, 191, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 1314, 1315, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, 1453, -1, 191, -1, -1, 3, - 4, -1, -1, -1, 1342, 9, 10, 11, 1346, -1, + 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + 52, -1, -1, -1, 56, 57, 58, -1, -1, 61, + -1, 63, 64, 65, -1, -1, -1, -1, -1, 71, + 72, -1, -1, -1, -1, -1, 154, 1352, -1, 157, + -1, -1, -1, -1, 162, 163, 164, 165, 166, -1, + -1, 169, -1, -1, 1369, -1, -1, -1, -1, -1, + -1, 1376, 1670, -1, 1672, 1380, 184, 185, -1, 1384, + -1, 189, -1, -1, -1, -1, 194, -1, -1, -1, + -1, 199, -1, 201, -1, -1, -1, -1, -1, 1404, + -1, 1197, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 148, -1, -1, -1, + 1425, -1, 154, 155, 156, 157, -1, -1, -1, -1, + 162, 163, 164, 165, 166, 167, -1, 169, 170, -1, + -1, -1, -1, 1741, -1, -1, -1, -1, -1, -1, + -1, -1, 184, 185, -1, -1, 1461, 189, -1, -1, + -1, -1, 194, -1, 196, -1, 198, 199, -1, 201, + -1, 203, 3, 4, -1, -1, -1, -1, 9, 10, + 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, + 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, -1, 1511, -1, -1, -1, + -1, -1, -1, -1, 45, 46, 47, -1, -1, -1, + -1, 52, 1527, -1, -1, -1, 1322, 1323, -1, -1, + -1, -1, 63, 64, 65, -1, -1, -1, -1, -1, + 71, 1546, -1, -1, -1, -1, -1, -1, -1, 3, + 4, -1, -1, -1, 1350, 9, 10, 11, 1354, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, -1, -1, -1, -1, -1, -1, -1, - -1, 45, 46, 47, 1503, -1, 50, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 61, 62, 63, - 1519, -1, -1, -1, -1, 69, -1, -1, -1, 73, - -1, -1, 76, -1, -1, 79, -1, 81, -1, 1538, - -1, -1, -1, -1, -1, -1, -1, 96, -1, 93, - -1, -1, -1, -1, -1, -1, 100, 101, 102, 103, - 104, -1, -1, -1, -1, 109, -1, -1, 112, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - 1458, -1, -1, -1, 191, -1, 1585, -1, -1, -1, + 34, 35, 36, -1, -1, -1, -1, -1, 1593, -1, + -1, 45, 46, 47, -1, -1, -1, -1, 52, -1, + -1, -1, -1, -1, -1, -1, -1, 1612, -1, 63, + 64, 65, -1, -1, -1, -1, -1, 71, -1, -1, + -1, 75, -1, 154, 78, -1, 157, 81, -1, 83, + -1, 162, 163, 164, 165, 166, -1, -1, 169, -1, + -1, 95, -1, -1, -1, -1, -1, -1, 102, 103, + 104, 105, 106, 184, 185, -1, -1, 111, 189, -1, + 114, -1, -1, 194, -1, -1, -1, -1, 199, -1, + 1466, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 1685, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 1486, -1, -1, -1, -1, -1, -1, 1493, -1, -1, + 154, -1, -1, 157, -1, -1, -1, -1, 162, 163, + 164, 165, 166, 6, -1, 169, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 1478, -1, -1, -1, -1, 1604, -1, 1485, 152, -1, - -1, 155, -1, -1, -1, -1, 160, 161, 162, 163, - 164, -1, -1, 167, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, 182, 183, - -1, -1, 191, 187, 1522, -1, -1, -1, 192, -1, - -1, -1, -1, 197, -1, 199, 200, -1, -1, -1, - -1, -1, -1, -1, -1, 1543, -1, -1, -1, -1, - -1, -1, -1, 3, 4, -1, -1, -1, 1677, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, - -1, -1, -1, -1, -1, 45, 46, 47, -1, -1, - 50, -1, -1, -1, -1, -1, 12, 13, -1, -1, - -1, 61, 62, 63, -1, -1, -1, -1, -1, 69, - -1, -1, -1, 73, -1, -1, 76, -1, -1, 79, - -1, 81, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 93, -1, -1, -1, -1, -1, 1768, - 100, 101, 102, 103, 104, -1, -1, -1, -1, 109, - -1, -1, 112, -1, 1662, -1, 1664, 73, 74, 75, - 76, 77, 78, 79, 80, 81, 82, -1, 84, -1, - -1, -1, -1, 89, 90, -1, 92, 93, 94, -1, - -1, -1, 98, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 152, -1, -1, 155, -1, -1, -1, -1, - 160, 161, 162, 163, 164, -1, -1, 167, -1, -1, - -1, -1, -1, -1, -1, -1, 132, 133, 134, -1, - -1, -1, 182, 183, -1, 1733, -1, 187, -1, -1, - -1, -1, 192, -1, -1, -1, -1, 197, -1, -1, - 200, 3, 4, 5, -1, -1, -1, 9, 10, 11, + 184, 185, -1, -1, 1530, 189, -1, -1, -1, -1, + 194, -1, -1, -1, -1, 199, -1, 201, 202, -1, + -1, -1, -1, -1, -1, 1551, -1, -1, -1, 6, + -1, 3, 4, -1, -1, -1, -1, 9, 10, 11, + -1, 1776, 14, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, + 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, + -1, -1, -1, 45, 46, 47, -1, -1, -1, -1, + 52, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 63, 64, 65, -1, -1, -1, -1, -1, 71, + -1, -1, -1, 75, -1, -1, 78, -1, -1, 81, + -1, 83, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 95, -1, -1, -1, -1, -1, -1, + 102, 103, 104, 105, 106, -1, -1, -1, -1, 111, + -1, -1, 114, -1, 1670, -1, 1672, -1, -1, -1, + -1, -1, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, 6, -1, -1, -1, -1, -1, + -1, -1, 154, -1, -1, 157, -1, -1, -1, -1, + 162, 163, 164, 165, 166, 7, 8, 169, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, 184, 185, -1, 1741, 193, 189, -1, -1, + -1, -1, 194, -1, -1, -1, -1, 199, -1, -1, + 202, 3, 4, 5, -1, -1, -1, 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, 39, 40, 41, - 42, 43, 44, 45, 46, 47, 48, 49, 50, -1, - -1, -1, 54, 55, 56, -1, -1, 59, -1, 61, - 62, 63, -1, -1, -1, -1, -1, 69, 70, -1, - -1, 73, -1, -1, 76, -1, -1, 79, -1, 81, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 93, -1, -1, -1, -1, -1, -1, 100, 101, - 102, 103, 104, -1, -1, -1, -1, 109, -1, -1, - 112, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, -1, 200, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 152, 153, 154, 155, -1, -1, -1, -1, 160, 161, - 162, 163, 164, 165, -1, 167, 168, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 182, 183, -1, -1, -1, 187, -1, -1, -1, -1, - 192, -1, 3, 4, 5, 197, -1, 199, 9, 10, - 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, - 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, -1, -1, 39, 40, - 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, - -1, -1, -1, 54, 55, 56, -1, -1, 59, -1, - 61, 62, 63, -1, -1, -1, -1, -1, 69, 70, - -1, -1, 73, -1, -1, 76, -1, -1, 79, -1, - 81, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 93, -1, -1, -1, -1, -1, -1, 100, - 101, 102, 103, 104, -1, -1, -1, -1, 109, -1, - -1, 112, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, -1, -1, -1, -1, -1, 198, -1, 200, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 152, 153, 154, 155, -1, -1, -1, -1, 160, - 161, 162, 163, 164, 165, -1, 167, 168, -1, -1, + 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + 52, -1, -1, -1, 56, 57, 58, -1, -1, 61, + -1, 63, 64, 65, -1, -1, -1, -1, -1, 71, + 72, -1, -1, 75, -1, -1, 78, -1, -1, 81, + -1, 83, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 95, -1, -1, -1, -1, -1, -1, + 102, 103, 104, 105, 106, -1, -1, -1, -1, 111, + -1, -1, 114, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, 8, -1, -1, + -1, 193, 154, 155, 156, 157, -1, -1, -1, -1, + 162, 163, 164, 165, 166, 167, -1, 169, 170, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 182, 183, -1, -1, -1, 187, -1, -1, -1, - -1, 192, -1, 3, 4, 5, 197, -1, 199, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, - 30, 31, 32, 33, 34, 35, -1, -1, -1, 39, - 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, - 50, -1, -1, -1, 54, 55, 56, -1, -1, 59, - -1, 61, 62, 63, -1, 3, 4, 5, -1, 69, - 70, 9, 10, 11, -1, -1, 14, 15, 16, 17, - 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, - 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, - -1, 39, 40, 41, 42, 43, 44, 45, 46, 47, - 48, 49, 50, -1, -1, -1, 54, 55, 56, -1, - -1, 59, -1, 61, 62, 63, -1, -1, -1, -1, - -1, 69, 70, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, 152, 153, 154, 155, -1, -1, -1, 199, - 160, 161, 162, 163, 164, 165, -1, 167, 168, -1, + -1, -1, 184, 185, -1, -1, -1, 189, -1, -1, + -1, -1, 194, -1, 3, 4, 5, 199, -1, 201, + 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, + 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, + 49, 50, 51, 52, -1, -1, -1, 56, 57, 58, + -1, -1, 61, -1, 63, 64, 65, -1, -1, -1, + -1, -1, 71, 72, -1, -1, 75, -1, -1, 78, + -1, -1, 81, -1, 83, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 95, -1, -1, -1, + -1, -1, -1, 102, 103, 104, 105, 106, -1, -1, + -1, -1, 111, -1, -1, 114, -1, -1, -1, -1, + -1, -1, -1, -1, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 154, 155, 156, 157, -1, + -1, -1, -1, 162, 163, 164, 165, 166, 167, -1, + 169, 170, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 184, 185, -1, -1, -1, + 189, -1, -1, -1, -1, 194, -1, 3, 4, 5, + 199, -1, 201, 9, 10, 11, -1, -1, 14, 15, + 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, + 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, + -1, 8, -1, 39, 40, 41, 42, 43, 44, 45, + 46, 47, 48, 49, 50, 51, 52, -1, -1, -1, + 56, 57, 58, -1, -1, 61, -1, 63, 64, 65, + -1, 3, 4, 5, -1, 71, 72, 9, 10, 11, + -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, + 32, 33, 34, 35, -1, -1, -1, 39, 40, 41, + 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + 52, -1, -1, -1, 56, 57, 58, -1, -1, 61, + -1, 63, 64, 65, -1, -1, -1, -1, -1, 71, + 72, -1, -1, -1, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, 154, 155, + 156, 157, 193, -1, 195, -1, 162, 163, 164, 165, + 166, 167, -1, 169, 170, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 184, 185, + -1, -1, -1, 189, -1, -1, -1, -1, 194, -1, + -1, -1, -1, 199, -1, 201, -1, -1, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, 154, 155, 156, 157, 193, -1, -1, -1, + 162, 163, 164, 165, 166, 167, -1, 169, 170, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 182, 183, -1, -1, -1, 187, -1, -1, - -1, -1, 192, -1, -1, -1, -1, 197, -1, 199, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, 152, 153, 154, 155, 191, -1, - 193, -1, 160, 161, 162, 163, 164, 165, -1, 167, - 168, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 182, 183, -1, -1, -1, 187, - -1, -1, -1, -1, 192, -1, 3, 4, 5, 197, - -1, 199, 9, 10, 11, -1, -1, 14, 15, 16, - 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, - 27, 28, 29, 30, 31, 32, 33, 34, 35, -1, - -1, -1, 39, 40, 41, 42, 43, 44, 45, 46, - 47, 48, 49, 50, 12, 13, -1, 54, 55, 56, - -1, -1, 59, -1, 61, 62, 63, -1, -1, -1, - -1, -1, 69, 70, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, -1, -1, -1, -1, -1, 198, - -1, 200, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 73, 74, 75, 76, 77, - 78, 79, 80, 81, 82, -1, 84, -1, -1, -1, - -1, 89, 90, -1, 92, 93, 94, -1, -1, -1, - 98, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, 152, 153, 154, 155, 191, - -1, 193, -1, 160, 161, 162, 163, 164, 165, -1, - 167, 168, -1, -1, 132, 133, 134, -1, -1, -1, - -1, -1, -1, -1, -1, 182, 183, -1, -1, -1, - 187, -1, -1, -1, -1, 192, -1, 3, 4, 5, - 197, -1, 199, 9, 10, 11, -1, -1, 14, 15, + -1, -1, 184, 185, -1, -1, -1, 189, -1, -1, + -1, -1, 194, -1, 3, 4, 5, 199, -1, 201, + 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, + -1, -1, -1, -1, -1, -1, 45, 46, 47, -1, + -1, -1, -1, 52, 12, 13, -1, -1, -1, -1, + -1, -1, -1, -1, 63, 64, 65, -1, -1, -1, + -1, -1, 71, -1, -1, -1, 75, -1, -1, 78, + -1, -1, 81, -1, 83, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 95, -1, -1, -1, + -1, -1, -1, 102, 103, 104, 105, 106, -1, -1, + -1, -1, 111, -1, -1, 114, -1, 75, 76, 77, + 78, 79, 80, 81, 82, 83, 84, -1, 86, -1, + -1, -1, -1, 91, 92, -1, 94, 95, 96, -1, + -1, -1, 100, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 154, -1, -1, 157, -1, + -1, -1, -1, 162, 163, 164, 165, 166, -1, -1, + 169, -1, -1, -1, -1, -1, 134, 135, 136, -1, + -1, -1, -1, -1, -1, 184, 185, -1, -1, -1, + 189, -1, -1, -1, -1, 194, -1, 3, 4, 5, + 199, -1, 201, 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, -1, -1, -1, 45, - 46, 47, 200, -1, 50, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 61, 62, 63, -1, -1, - -1, -1, -1, 69, -1, -1, -1, 73, -1, -1, - 76, -1, -1, 79, -1, 81, 4, 5, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 93, -1, -1, - -1, -1, -1, -1, 100, 101, 102, 103, 104, -1, - -1, -1, -1, 109, -1, -1, 112, -1, -1, -1, - -1, 39, 40, 41, 42, 43, 44, -1, -1, -1, - 48, 49, -1, -1, -1, -1, 54, 55, 56, -1, - -1, 59, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 70, -1, -1, -1, 152, -1, -1, 155, - -1, -1, -1, -1, 160, 161, 162, 163, 164, -1, - -1, 167, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, 182, 183, -1, -1, - 191, 187, 193, -1, -1, -1, 192, 198, 3, 4, - 5, 197, -1, 199, 9, 10, 11, -1, -1, 14, - 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, - 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, - 35, 36, -1, -1, -1, 153, 154, -1, -1, -1, - 45, 46, 47, -1, -1, 50, -1, 165, -1, 167, - 168, -1, -1, -1, -1, -1, 61, 62, 63, -1, - -1, -1, -1, -1, 69, -1, -1, -1, 73, -1, - -1, 76, -1, -1, 79, -1, 81, 4, 5, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 93, -1, - -1, -1, -1, -1, -1, 100, 101, 102, 103, 104, - -1, -1, -1, -1, 109, -1, -1, 112, -1, -1, - -1, -1, 39, 40, 41, 42, 43, 44, -1, -1, - -1, 48, 49, -1, -1, -1, -1, 54, 55, 56, - -1, -1, 59, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 70, -1, -1, -1, 152, -1, -1, - 155, -1, -1, -1, -1, 160, 161, 162, 163, 164, - -1, -1, 167, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, 182, 183, -1, - -1, 191, 187, -1, -1, -1, -1, 192, 198, 3, - 4, -1, 197, -1, 199, 9, 10, 11, -1, -1, - 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, -1, -1, -1, 153, 154, -1, -1, - -1, 45, 46, 47, -1, -1, 50, -1, 165, -1, - -1, 168, -1, -1, -1, -1, -1, 61, 62, 63, - -1, -1, -1, -1, -1, 69, -1, -1, -1, 73, - -1, -1, 76, -1, -1, 79, -1, 81, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 93, - -1, -1, -1, -1, -1, -1, 100, 101, 102, 103, - 104, -1, -1, -1, -1, 109, -1, -1, 112, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 152, -1, - -1, 155, -1, -1, -1, -1, 160, 161, 162, 163, - 164, -1, -1, 167, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, 182, 183, - -1, -1, 191, 187, -1, -1, -1, -1, 192, 198, - 3, 4, -1, 197, -1, 199, 9, 10, 11, -1, + 46, 47, -1, -1, 202, -1, 52, 12, 13, -1, + -1, -1, -1, -1, -1, -1, -1, 63, 64, 65, + -1, -1, -1, -1, -1, 71, -1, -1, -1, 75, + -1, -1, 78, -1, -1, 81, -1, 83, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 95, + -1, -1, -1, -1, -1, -1, 102, 103, 104, 105, + 106, -1, -1, -1, -1, 111, -1, -1, 114, -1, + 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, + -1, 86, -1, -1, -1, -1, 91, 92, -1, 94, + 95, 96, -1, -1, -1, 100, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 154, -1, + -1, 157, -1, -1, -1, -1, 162, 163, 164, 165, + 166, -1, -1, 169, -1, -1, -1, -1, -1, 134, + 135, 136, -1, -1, -1, -1, -1, -1, 184, 185, + -1, -1, -1, 189, -1, -1, -1, -1, 194, -1, + 3, 4, -1, 199, -1, 201, 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, -1, - -1, -1, 45, 46, 47, -1, -1, 50, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 61, 62, - 63, -1, -1, -1, -1, -1, 69, -1, -1, -1, - 73, -1, -1, 76, -1, -1, 79, -1, 81, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 93, -1, -1, -1, -1, -1, -1, 100, 101, 102, - 103, 104, -1, -1, -1, -1, 109, -1, -1, 112, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - -1, -1, -1, -1, -1, -1, -1, 200, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 152, - -1, -1, 155, -1, -1, -1, -1, 160, 161, 162, - 163, 164, -1, -1, 167, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, 182, - 183, -1, -1, 191, 187, -1, -1, -1, -1, 192, - 198, 3, 4, -1, 197, -1, 199, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, - -1, -1, -1, 45, 46, 47, -1, -1, 50, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, - 62, 63, -1, -1, -1, -1, -1, 69, -1, -1, - -1, 73, -1, -1, 76, -1, -1, 79, -1, 81, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 93, -1, -1, -1, -1, -1, -1, 100, 101, - 102, 103, 104, -1, -1, -1, -1, 109, -1, -1, - 112, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, -1, 200, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 152, -1, -1, 155, -1, -1, -1, -1, 160, 161, - 162, 163, 164, -1, -1, 167, 173, 174, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - 182, 183, -1, -1, 191, 187, -1, -1, -1, -1, - 192, 198, 3, 4, -1, 197, -1, 199, 9, 10, - 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, - 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, - 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, - -1, -1, -1, -1, 45, 46, 47, -1, -1, 50, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 61, 62, 63, -1, -1, -1, -1, -1, 69, -1, - -1, -1, 73, -1, -1, 76, -1, -1, 79, -1, - 81, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 93, -1, -1, -1, -1, -1, -1, 100, - 101, 102, 103, 104, -1, -1, -1, -1, 109, -1, - -1, 112, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, -1, -1, -1, -1, -1, -1, -1, 200, + -1, -1, 45, 46, 47, -1, -1, 202, -1, 52, + 12, 13, -1, -1, -1, -1, -1, -1, -1, -1, + 63, 64, 65, -1, -1, -1, -1, -1, 71, -1, + -1, -1, 75, -1, -1, 78, -1, -1, 81, -1, + 83, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 95, -1, -1, -1, -1, -1, -1, 102, + 103, 104, 105, 106, -1, -1, -1, -1, 111, -1, + -1, 114, -1, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, -1, 86, -1, -1, -1, -1, 91, + 92, -1, 94, 95, 96, -1, -1, -1, 100, 8, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 152, -1, -1, 155, -1, -1, -1, -1, 160, - 161, 162, 163, 164, -1, -1, 167, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, 182, 183, -1, -1, 191, 187, -1, -1, -1, - -1, 192, 198, 3, 4, -1, 197, -1, 199, 9, + -1, 154, -1, -1, 157, -1, -1, -1, 8, 162, + 163, 164, 165, 166, -1, -1, 169, -1, -1, -1, + -1, -1, 134, 135, 136, -1, -1, -1, -1, -1, + -1, 184, 185, -1, -1, -1, 189, -1, -1, -1, + -1, 194, -1, 3, 4, -1, 199, -1, 201, 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, -1, -1, -1, 45, 46, 47, -1, -1, - 50, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 61, 62, 63, -1, -1, -1, -1, -1, 69, - -1, -1, -1, 73, -1, -1, 76, -1, -1, 79, - -1, 81, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 93, -1, -1, -1, -1, -1, -1, - 100, 101, 102, 103, 104, -1, -1, -1, -1, 109, - -1, -1, 112, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, - 200, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 152, -1, -1, 155, -1, -1, -1, -1, - 160, 161, 162, 163, 164, -1, -1, 167, 173, 174, + 202, -1, 52, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 63, 64, 65, -1, -1, -1, -1, + -1, 71, -1, -1, -1, 75, -1, -1, 78, -1, + -1, 81, -1, 83, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 95, -1, -1, -1, -1, + -1, -1, 102, 103, 104, 105, 106, -1, -1, -1, + -1, 111, -1, -1, 114, -1, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 8, + -1, -1, -1, 193, 154, -1, -1, 157, -1, -1, + -1, -1, 162, 163, 164, 165, 166, -1, -1, 169, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, 182, 183, -1, -1, 191, 187, -1, -1, - -1, -1, 192, 198, 3, 4, -1, 197, -1, 199, - 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 45, 46, 47, -1, - -1, 50, -1, -1, -1, -1, -1, -1, -1, -1, - 3, 4, 61, 62, 63, -1, 9, 10, 11, -1, - 69, 14, 15, 16, 17, 18, 19, 20, 21, 22, - 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, - 33, 34, 35, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 45, 46, 47, -1, -1, 50, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 61, 62, - 63, -1, -1, -1, -1, -1, 69, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, 152, 200, -1, 155, -1, -1, -1, - -1, 160, 161, 162, 163, 164, -1, -1, 167, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, 182, 183, -1, -1, 191, 187, -1, - -1, -1, -1, 192, -1, -1, 200, -1, 197, -1, - 199, -1, -1, -1, -1, -1, -1, -1, -1, 152, - -1, -1, 155, -1, -1, -1, -1, 160, 161, 162, - 163, 164, -1, -1, 167, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, 182, - 183, -1, -1, 191, 187, -1, -1, -1, -1, 192, - 198, 3, 4, 5, 197, -1, 199, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, -1, -1, -1, 39, 40, 41, - 42, 43, 44, 45, 46, 47, 48, 49, 50, -1, - -1, -1, 54, 55, 56, -1, -1, 59, -1, 61, - 62, 63, -1, -1, -1, -1, -1, 69, 70, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, -1, 200, -1, -1, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - 152, 153, 154, 155, 200, -1, -1, -1, 160, 161, - 162, 163, 164, 165, -1, 167, 168, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 182, 183, -1, -1, -1, 187, 3, 4, -1, -1, - 192, -1, 9, 10, 11, 197, -1, 14, 15, 16, + 185, 186, 187, 188, 184, 185, -1, -1, 193, 189, + 195, -1, -1, -1, 194, 200, 3, 4, -1, 199, + -1, 201, 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, -1, -1, -1, -1, 45, 46, - 47, -1, -1, 50, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 61, 62, 63, -1, -1, -1, - -1, -1, 69, -1, -1, -1, 73, -1, -1, 76, - -1, -1, 79, -1, 81, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 93, -1, -1, -1, - -1, -1, -1, 100, 101, 102, 103, 104, -1, -1, - -1, -1, 109, -1, -1, 112, 173, 174, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, -1, -1, -1, -1, - -1, -1, -1, 200, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 152, -1, -1, 155, -1, - -1, -1, -1, 160, 161, 162, 163, 164, -1, -1, - 167, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, 182, 183, -1, -1, 191, - 187, 3, 4, -1, -1, 192, 198, 9, 10, 11, - 197, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 45, 46, 47, -1, -1, 50, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 61, - 62, 63, -1, -1, -1, -1, -1, 69, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, -1, - -1, -1, -1, -1, -1, 200, 173, 174, 175, 176, - 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, -1, -1, -1, -1, - -1, -1, -1, 200, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 0, 1, -1, -1, - 4, -1, -1, -1, -1, -1, -1, -1, 12, 13, - 152, -1, -1, 155, -1, -1, -1, -1, 160, 161, - 162, 163, 164, -1, -1, 167, -1, -1, -1, -1, - -1, -1, -1, 37, 38, -1, -1, -1, -1, -1, - 182, 183, -1, -1, -1, 187, -1, 51, 52, 53, - 192, -1, -1, 57, 58, 197, 60, -1, -1, -1, - 64, 65, -1, 67, 68, -1, -1, 71, 72, 73, - 74, 75, 76, 77, 78, 79, 80, 81, 82, -1, - 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, - 94, 95, -1, 97, 98, 99, 100, 101, 102, 103, - 104, 105, -1, 107, 108, 109, 110, 111, 112, 113, - 114, -1, -1, -1, 118, 119, 120, 4, -1, -1, - -1, -1, 126, -1, -1, 12, 13, 131, 132, 133, - 134, -1, -1, 137, -1, 139, -1, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, -1, -1, - 37, 38, 156, 157, 158, 159, -1, -1, -1, -1, - -1, -1, 166, 167, 51, 52, 53, -1, -1, -1, - 57, 58, -1, 60, -1, -1, -1, 64, 65, -1, - 67, 68, -1, -1, 71, 72, 73, 74, 75, 76, - 77, 78, 79, 80, 81, 82, -1, 84, 85, 86, - 87, 88, 89, 90, 91, 92, 93, 94, 95, -1, - 97, 98, 99, 100, 101, 102, 103, 104, 105, -1, - 107, 108, 109, 110, 111, 112, 113, 114, -1, -1, - -1, 118, 119, 120, -1, -1, -1, -1, -1, 126, - -1, -1, -1, -1, 131, 132, 133, 134, -1, -1, - 137, -1, 139, -1, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, -1, -1, -1, -1, 156, - 157, 158, 159, -1, -1, -1, -1, -1, -1, 166, - 167, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, -1, 200, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, -1, 200, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - -1, -1, 200, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, - 200, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, -1, 200, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, -1, 200, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - -1, -1, 200, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, - 200, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, -1, 200, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, -1, 200, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - -1, -1, 200, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, - 200, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, -1, 200, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, -1, -1, 200, 173, 174, 175, - 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, -1, -1, 200, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - -1, -1, 200, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, -1, -1, - 200, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, -1, 199, 173, 174, - 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, -1, - -1, -1, -1, -1, 199, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 47, -1, -1, -1, -1, 52, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 63, 64, 65, -1, + -1, -1, -1, -1, 71, -1, -1, -1, 75, -1, + -1, 78, -1, -1, 81, -1, 83, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 95, -1, + -1, -1, -1, -1, -1, 102, 103, 104, 105, 106, + -1, -1, -1, -1, 111, -1, -1, 114, -1, -1, + -1, -1, -1, -1, -1, -1, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 154, -1, -1, + 157, -1, -1, -1, -1, 162, 163, 164, 165, 166, + -1, -1, 169, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, 184, 185, -1, + -1, 193, 189, -1, -1, -1, -1, 194, 200, 3, + 4, -1, 199, -1, 201, 9, 10, 11, -1, -1, + 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, + 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, + 34, 35, 36, -1, -1, -1, -1, -1, -1, -1, + -1, 45, 46, 47, -1, -1, -1, -1, 52, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 63, + 64, 65, -1, -1, -1, -1, -1, 71, -1, -1, + -1, 75, -1, -1, 78, -1, -1, 81, -1, 83, + 4, 5, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 95, -1, -1, -1, -1, -1, -1, 102, 103, + 104, 105, 106, -1, -1, -1, -1, 111, -1, -1, + 114, -1, -1, -1, -1, 39, 40, 41, 42, 43, + 44, -1, -1, -1, 48, 49, 50, 51, -1, -1, + -1, -1, 56, 57, 58, -1, -1, 61, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 72, -1, + 154, -1, -1, 157, -1, -1, -1, -1, 162, 163, + 164, 165, 166, -1, -1, 169, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + 184, 185, -1, -1, 193, 189, -1, -1, -1, -1, + 194, 200, 3, 4, -1, 199, -1, 201, 9, 10, + 11, -1, -1, 14, 15, 16, 17, 18, 19, 20, + 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, + 31, 32, 33, 34, 35, 36, -1, -1, -1, -1, + -1, 155, 156, -1, 45, 46, 47, -1, -1, -1, + -1, 52, -1, 167, -1, -1, 170, -1, -1, -1, + -1, -1, 63, 64, 65, -1, -1, -1, -1, -1, + 71, -1, -1, -1, 75, -1, -1, 78, -1, -1, + 81, 5, 83, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 95, -1, -1, -1, -1, -1, + -1, 102, 103, 104, 105, 106, -1, -1, -1, -1, + 111, -1, -1, 114, -1, 39, 40, 41, 42, 43, + 44, -1, -1, -1, 48, 49, 50, 51, -1, -1, + -1, -1, 56, 57, 58, -1, -1, 61, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 72, -1, + -1, -1, -1, 154, -1, -1, 157, -1, -1, -1, + -1, 162, 163, 164, 165, 166, -1, -1, 169, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, 184, 185, -1, -1, 193, 189, -1, + -1, -1, -1, 194, 200, 3, 4, -1, 199, -1, + 201, 9, 10, 11, -1, -1, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, -1, -1, + -1, 155, 156, -1, -1, -1, -1, 45, 46, 47, + -1, -1, -1, 167, 52, -1, 170, -1, -1, -1, + -1, -1, -1, -1, -1, 63, 64, 65, 3, 4, + 5, -1, -1, 71, 9, 10, 11, -1, -1, 14, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, -1, -1, -1, 39, 40, 41, 42, 43, 44, + 45, 46, 47, 48, 49, 50, 51, 52, -1, -1, + -1, 56, 57, 58, -1, -1, 61, -1, 63, 64, + 65, -1, -1, -1, -1, -1, 71, 72, -1, -1, + -1, -1, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, 154, -1, -1, 157, + 193, -1, -1, -1, 162, 163, 164, 165, 166, 202, + -1, 169, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, 184, 185, -1, -1, + 193, 189, -1, -1, -1, -1, 194, 200, -1, 202, + -1, 199, -1, 201, -1, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, 154, + 155, 156, 157, 193, -1, 195, -1, 162, 163, 164, + 165, 166, 167, -1, 169, 170, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 184, + 185, -1, -1, -1, 189, 3, 4, -1, -1, 194, + -1, 9, 10, 11, 199, -1, 14, 15, 16, 17, + 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, + -1, -1, -1, -1, -1, -1, -1, 45, 46, 47, + -1, -1, -1, -1, 52, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 63, 64, 65, -1, -1, + -1, -1, -1, 71, -1, -1, -1, 75, -1, -1, + 78, -1, -1, 81, -1, 83, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 95, -1, -1, + -1, -1, -1, -1, 102, 103, 104, 105, 106, -1, + -1, -1, -1, 111, -1, -1, 114, -1, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + 0, 1, -1, 200, 4, 202, -1, -1, -1, -1, + -1, -1, 12, 13, -1, -1, 154, -1, -1, 157, + -1, -1, -1, -1, 162, 163, 164, 165, 166, -1, + -1, 169, -1, -1, -1, -1, -1, 37, 38, -1, + -1, -1, -1, -1, -1, -1, 184, 185, -1, -1, + -1, 189, -1, 53, 54, 55, 194, -1, -1, 59, + 60, 199, 62, -1, -1, -1, 66, 67, -1, 69, + 70, -1, -1, 73, 74, 75, 76, 77, 78, 79, + 80, 81, 82, 83, 84, -1, 86, 87, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, -1, 99, + 100, 101, 102, 103, 104, 105, 106, 107, -1, 109, + 110, 111, 112, 113, 114, 115, 116, -1, -1, -1, + 120, 121, 122, 4, -1, -1, -1, -1, 128, -1, + -1, 12, 13, 133, 134, 135, 136, -1, -1, 139, + -1, 141, -1, 143, 144, 145, 146, 147, 148, 149, + 150, 151, 152, 153, -1, -1, 37, 38, 158, 159, + 160, 161, -1, -1, -1, -1, -1, -1, 168, 169, + -1, -1, 53, 54, 55, -1, -1, -1, 59, 60, + -1, 62, -1, -1, -1, 66, 67, -1, 69, 70, + -1, -1, 73, 74, 75, 76, 77, 78, 79, 80, + 81, 82, 83, 84, -1, 86, 87, 88, 89, 90, + 91, 92, 93, 94, 95, 96, 97, -1, 99, 100, + 101, 102, 103, 104, 105, 106, 107, -1, 109, 110, + 111, 112, 113, 114, 115, 116, 12, 13, -1, 120, + 121, 122, -1, -1, -1, -1, -1, 128, -1, -1, + -1, -1, 133, 134, 135, 136, -1, -1, 139, -1, + 141, -1, 143, 144, 145, 146, 147, 148, 149, 150, + 151, 152, 153, -1, -1, -1, -1, 158, 159, 160, + 161, -1, -1, -1, -1, -1, -1, 168, 169, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 75, + 76, 77, 78, 79, 80, 81, 82, 83, 84, -1, + 86, -1, -1, -1, -1, 91, 92, -1, 94, 95, + 96, -1, -1, -1, 100, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + 200, -1, 202, -1, -1, -1, -1, -1, 134, 135, + 136, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, -1, -1, -1, 198, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, -1, -1, -1, 198, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, -1, -1, -1, - 198, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, -1, -1, -1, 198, 173, 174, 175, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, -1, -1, -1, + -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, -1, -1, -1, -1, -1, + 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, -1, - -1, -1, 198, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, 193, -1, 195, 173, 174, 175, 176, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, -1, -1, -1, -1, -1, 202, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, -1, + -1, -1, -1, 201, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, -1, + 201, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, -1, -1, -1, -1, 201, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, -1, -1, + -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, -1, -1, 195, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, 195, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, -1, -1, 195, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, 195, 173, 174, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, -1, - 195, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, -1, -1, 195, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, -1, -1, 195, 173, 174, 175, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, -1, -1, -1, 200, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, 195, -1, 197, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, -1, -1, 195, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - -1, -1, 195, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, -1, -1, 195, 173, 174, 175, 176, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, 197, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, 197, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, 197, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, -1, -1, 195, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, -1, - -1, 195, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, -1, -1, 195, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, -1, -1, 195, 173, 174, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + 197, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, 197, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, -1, -1, 197, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, -1, -1, 197, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, -1, -1, - 195, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, 193, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, 193, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, 193, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, 193, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, 193, 173, 174, 175, 176, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + -1, -1, 197, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, -1, -1, 197, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, -1, -1, 197, 175, + 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, + 186, 187, 188, -1, -1, -1, -1, 193, -1, -1, + -1, 197, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, -1, -1, 197, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, -1, -1, 197, 175, 176, + 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, + 187, 188, -1, -1, -1, -1, 193, -1, -1, -1, + 197, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, -1, -1, 197, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, 193, 173, 174, 175, + 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, 193, 173, 174, + 186, 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, 193, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, 193, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - 193, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, 193, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, 193, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, 193, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, 193, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, 193, 173, 174, 175, 176, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, 193, 173, 174, 175, + 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, 193, 173, 174, + 186, 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, 193, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, 193, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - 193, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, 193, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, 193, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, 193, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, 193, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, 193, 173, 174, 175, 176, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191, -1, 193, 173, 174, 175, + 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, - 186, -1, -1, -1, -1, 191, -1, 193, 173, 174, + 186, 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, - 185, 186, -1, -1, -1, -1, 191, -1, 193, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, 186, -1, -1, -1, -1, 191, -1, 193, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 186, -1, -1, -1, -1, 191, -1, - 193, 173, 174, 175, 176, 177, 178, 179, 180, 181, - 182, 183, 184, 185, 186, -1, -1, -1, -1, 191, - -1, 193, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, -1, -1, -1, -1, - 191, -1, 193, 173, 174, 175, 176, 177, 178, 179, - 180, 181, 182, 183, 184, 185, 186, -1, -1, -1, - -1, 191, -1, 193, 173, 174, 175, 176, 177, 178, - 179, 180, 181, 182, 183, 184, 185, 186, -1, -1, - -1, -1, 191, -1, 193, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, 186, -1, - -1, -1, -1, 191, -1, 193, 173, 174, 175, 176, + 185, 186, 187, 188, -1, -1, -1, -1, 193, -1, + 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, + 184, 185, 186, 187, 188, -1, -1, -1, -1, 193, + -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, + 183, 184, 185, 186, 187, 188, -1, -1, -1, -1, + 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, 188, -1, -1, -1, + -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, + 181, 182, 183, 184, 185, 186, 187, 188, -1, -1, + -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, + 180, 181, 182, 183, 184, 185, 186, 187, 188, -1, + -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, + 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, + 188, -1, -1, -1, -1, 193, -1, 195, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, - -1, -1, -1, -1, 191 + 187, 188, -1, -1, -1, -1, 193, -1, 195, 175, + 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, + 186, 187, 188, -1, -1, -1, -1, 193 }; - /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing - symbol of state STATE-NUM. */ +/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing + symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { - 0, 1, 203, 204, 6, 0, 4, 12, 13, 37, - 38, 51, 52, 53, 57, 58, 60, 64, 65, 67, - 68, 71, 72, 73, 74, 75, 76, 77, 78, 79, - 80, 81, 82, 84, 85, 86, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 97, 98, 99, 100, 101, - 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, - 113, 114, 118, 119, 120, 126, 131, 132, 133, 134, - 137, 139, 141, 142, 143, 144, 145, 146, 147, 148, - 149, 150, 151, 156, 157, 158, 159, 166, 167, 205, - 207, 208, 228, 245, 246, 249, 250, 251, 252, 253, - 254, 255, 256, 277, 278, 279, 280, 298, 299, 3, + 0, 1, 205, 206, 6, 0, 4, 12, 13, 37, + 38, 53, 54, 55, 59, 60, 62, 66, 67, 69, + 70, 73, 74, 75, 76, 77, 78, 79, 80, 81, + 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, + 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, + 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, + 115, 116, 120, 121, 122, 128, 133, 134, 135, 136, + 139, 141, 143, 144, 145, 146, 147, 148, 149, 150, + 151, 152, 153, 158, 159, 160, 161, 168, 169, 207, + 209, 210, 230, 247, 248, 251, 252, 253, 254, 255, + 256, 257, 258, 279, 280, 281, 282, 300, 301, 3, 4, 5, 9, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 39, 40, 41, - 42, 43, 44, 45, 46, 47, 48, 49, 50, 54, - 55, 56, 59, 61, 62, 63, 69, 70, 146, 152, - 153, 154, 155, 160, 161, 162, 163, 164, 165, 168, - 182, 183, 187, 192, 194, 196, 197, 199, 201, 226, - 281, 282, 294, 295, 298, 299, 13, 79, 192, 192, - 6, 199, 6, 6, 6, 6, 192, 6, 6, 194, - 194, 192, 194, 226, 226, 192, 199, 192, 192, 4, - 192, 199, 192, 192, 4, 199, 192, 192, 83, 79, - 79, 6, 199, 73, 76, 79, 79, 79, 76, 79, - 81, 81, 73, 76, 79, 81, 76, 79, 81, 76, - 79, 192, 76, 137, 150, 151, 199, 182, 183, 192, - 199, 284, 285, 284, 199, 73, 76, 79, 199, 284, - 4, 73, 77, 89, 79, 81, 79, 76, 4, 146, - 199, 298, 299, 4, 6, 73, 76, 79, 76, 79, - 4, 4, 4, 4, 5, 36, 73, 76, 79, 81, - 93, 183, 192, 199, 246, 256, 281, 287, 288, 289, - 298, 299, 4, 192, 192, 192, 4, 199, 291, 4, - 192, 192, 6, 6, 194, 4, 295, 299, 4, 295, - 5, 199, 5, 199, 4, 281, 281, 194, 6, 192, - 199, 192, 194, 201, 226, 7, 169, 170, 171, 172, - 188, 189, 224, 225, 4, 192, 194, 196, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 226, 226, 226, 226, 226, 226, 226, - 226, 226, 226, 192, 192, 192, 192, 192, 192, 226, - 226, 192, 226, 226, 226, 7, 192, 192, 192, 226, - 192, 192, 194, 281, 281, 281, 281, 281, 4, 137, - 138, 299, 4, 246, 247, 248, 199, 193, 195, 199, - 227, 6, 173, 174, 175, 176, 177, 178, 179, 180, - 181, 182, 183, 184, 185, 186, 191, 199, 6, 192, - 194, 225, 6, 281, 4, 294, 295, 299, 294, 281, - 294, 297, 230, 233, 295, 299, 281, 183, 281, 289, - 290, 281, 281, 192, 281, 290, 281, 281, 192, 290, - 281, 281, 287, 192, 199, 290, 288, 288, 288, 192, - 192, 288, 288, 288, 192, 192, 192, 192, 192, 192, - 192, 192, 199, 199, 281, 4, 287, 291, 199, 199, - 284, 284, 284, 281, 281, 182, 183, 199, 199, 284, - 199, 199, 199, 182, 183, 192, 248, 284, 199, 192, - 199, 192, 192, 192, 288, 288, 287, 192, 4, 194, - 194, 248, 6, 6, 199, 199, 199, 288, 288, 194, - 194, 194, 192, 194, 196, 226, 194, 5, 140, 199, - 5, 140, 5, 140, 5, 140, 73, 76, 79, 81, - 199, 281, 289, 281, 200, 290, 8, 184, 6, 192, - 194, 226, 6, 281, 281, 281, 196, 281, 199, 140, - 281, 281, 281, 6, 6, 6, 248, 6, 248, 194, - 6, 199, 294, 287, 287, 281, 281, 199, 199, 227, - 295, 287, 6, 194, 281, 281, 4, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 297, - 294, 297, 294, 294, 294, 287, 294, 294, 281, 295, - 297, 294, 281, 295, 281, 294, 294, 294, 294, 299, - 295, 299, 193, 195, 7, 224, 225, 196, 7, 226, - 200, 73, 76, 79, 81, 245, 281, 290, 7, 224, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 281, 281, 281, 281, 209, 281, 281, 6, 194, - 196, 193, 198, 193, 198, 198, 193, 198, 195, 198, - 229, 195, 229, 198, 198, 193, 184, 198, 200, 193, - 193, 281, 193, 200, 193, 193, 281, 200, 193, 193, - 7, 281, 281, 200, 6, 6, 6, 281, 281, 7, - 7, 274, 274, 281, 239, 281, 295, 240, 281, 295, - 241, 281, 295, 242, 281, 295, 281, 281, 281, 290, - 290, 199, 193, 6, 199, 248, 248, 198, 198, 198, - 284, 284, 247, 247, 198, 281, 281, 281, 281, 260, - 198, 248, 281, 281, 281, 281, 281, 7, 275, 6, - 7, 281, 6, 281, 281, 200, 290, 290, 290, 6, - 6, 281, 281, 281, 281, 4, 199, 227, 299, 51, - 281, 51, 51, 51, 5, 199, 5, 199, 5, 199, - 5, 199, 290, 193, 200, 281, 199, 281, 289, 199, - 227, 193, 193, 193, 137, 198, 248, 199, 8, 193, - 195, 200, 200, 248, 195, 193, 198, 200, 193, 195, - 281, 290, 224, 6, 6, 281, 193, 195, 225, 227, - 227, 227, 227, 227, 227, 227, 227, 227, 227, 227, - 198, 227, 227, 227, 227, 227, 227, 227, 198, 198, - 198, 227, 198, 227, 227, 193, 193, 198, 198, 198, - 198, 198, 227, 193, 227, 283, 296, 6, 198, 193, - 193, 198, 227, 193, 193, 195, 224, 225, 196, 224, - 225, 295, 281, 6, 4, 4, 199, 292, 227, 199, - 199, 199, 199, 200, 200, 287, 8, 4, 127, 128, - 129, 130, 200, 212, 216, 219, 221, 222, 193, 195, - 281, 4, 6, 180, 206, 290, 6, 290, 281, 6, - 294, 6, 299, 6, 294, 281, 295, 7, 281, 289, - 140, 7, 7, 193, 7, 140, 7, 7, 193, 140, - 7, 7, 281, 193, 200, 199, 193, 193, 281, 287, - 4, 273, 6, 193, 193, 198, 193, 198, 193, 198, - 193, 198, 193, 193, 193, 200, 200, 290, 196, 248, - 200, 200, 284, 281, 281, 200, 200, 281, 284, 198, - 198, 198, 96, 107, 115, 116, 117, 121, 122, 123, - 124, 270, 271, 284, 200, 257, 193, 200, 193, 193, - 193, 281, 6, 281, 193, 195, 195, 200, 200, 200, - 195, 195, 198, 195, 290, 195, 199, 200, 199, 199, - 199, 290, 290, 290, 290, 200, 8, 290, 290, 7, - 7, 7, 196, 281, 200, 281, 281, 7, 196, 200, - 199, 287, 6, 224, 225, 224, 225, 200, 200, 287, - 195, 225, 196, 225, 294, 281, 281, 281, 281, 290, - 294, 287, 294, 294, 295, 235, 237, 281, 294, 281, - 6, 4, 137, 138, 281, 6, 6, 6, 7, 194, - 291, 293, 6, 290, 290, 290, 290, 227, 6, 281, - 213, 192, 192, 199, 223, 6, 225, 225, 195, 180, - 294, 193, 193, 198, 7, 227, 227, 284, 79, 81, - 287, 287, 7, 287, 79, 81, 287, 287, 7, 81, - 287, 287, 6, 7, 7, 290, 7, 7, 96, 272, - 6, 7, 224, 281, 224, 281, 224, 281, 224, 281, - 7, 7, 7, 7, 7, 200, 4, 200, 198, 198, - 198, 200, 200, 284, 284, 284, 4, 6, 199, 6, - 192, 6, 125, 6, 125, 6, 125, 6, 125, 200, - 271, 198, 270, 7, 6, 7, 7, 7, 6, 199, - 6, 6, 6, 79, 281, 6, 6, 281, 196, 200, - 281, 281, 281, 281, 200, 200, 200, 200, 281, 200, - 200, 287, 287, 287, 4, 198, 8, 8, 193, 4, - 4, 287, 200, 281, 6, 281, 6, 227, 6, 6, - 4, 6, 227, 227, 227, 227, 227, 198, 193, 193, - 193, 198, 198, 227, 236, 198, 227, 238, 193, 193, - 6, 7, 224, 225, 196, 7, 6, 291, 281, 198, - 200, 200, 200, 200, 200, 224, 192, 281, 281, 286, - 287, 199, 196, 6, 6, 206, 6, 281, 199, 281, - 295, 6, 6, 6, 199, 199, 89, 244, 244, 287, - 6, 199, 199, 6, 6, 287, 199, 6, 6, 5, - 287, 200, 287, 287, 4, 6, 287, 287, 287, 287, - 287, 287, 287, 287, 199, 199, 7, 6, 7, 281, - 281, 281, 199, 199, 198, 200, 198, 200, 198, 200, - 194, 281, 287, 281, 6, 6, 6, 6, 281, 284, - 200, 5, 199, 287, 199, 199, 199, 287, 290, 199, - 6, 195, 4, 227, 198, 198, 198, 198, 227, 6, - 6, 136, 281, 281, 281, 6, 6, 7, 198, 6, - 6, 6, 224, 225, 294, 295, 4, 4, 149, 295, - 281, 6, 4, 292, 6, 195, 291, 6, 6, 6, - 6, 287, 210, 281, 198, 198, 198, 200, 211, 281, - 4, 294, 198, 287, 295, 281, 281, 284, 6, 6, - 6, 281, 281, 6, 281, 5, 6, 199, 6, 140, - 243, 281, 6, 6, 6, 6, 6, 6, 4, 6, - 6, 290, 290, 281, 281, 295, 200, 193, 198, 200, - 247, 247, 284, 6, 261, 284, 6, 262, 284, 6, - 263, 281, 200, 198, 193, 200, 198, 6, 183, 284, - 6, 286, 284, 284, 6, 200, 281, 6, 281, 281, - 281, 281, 287, 198, 200, 8, 200, 193, 199, 281, - 295, 287, 287, 193, 227, 199, 287, 295, 199, 281, - 295, 295, 6, 6, 7, 6, 196, 6, 193, 198, - 281, 281, 287, 199, 198, 200, 6, 281, 231, 232, - 200, 200, 200, 200, 200, 5, 286, 77, 6, 199, - 200, 200, 199, 6, 6, 199, 281, 200, 200, 198, - 199, 198, 199, 198, 199, 195, 6, 287, 7, 199, - 281, 198, 200, 198, 198, 6, 200, 198, 198, 198, - 198, 135, 281, 281, 290, 6, 6, 200, 6, 234, - 281, 297, 291, 138, 214, 281, 198, 198, 286, 281, - 6, 198, 235, 237, 6, 6, 6, 6, 6, 6, - 200, 199, 286, 100, 101, 106, 276, 100, 101, 276, - 290, 247, 198, 200, 281, 284, 270, 281, 284, 270, - 281, 284, 270, 6, 198, 200, 287, 248, 200, 284, - 6, 290, 284, 281, 281, 281, 281, 281, 200, 200, - 200, 6, 198, 200, 7, 200, 6, 199, 281, 281, - 200, 281, 200, 200, 199, 281, 200, 199, 284, 287, - 6, 199, 284, 6, 200, 200, 281, 200, 198, 200, - 200, 198, 200, 200, 198, 200, 287, 6, 96, 200, - 258, 199, 198, 200, 198, 198, 198, 198, 198, 6, - 6, 281, 295, 211, 193, 198, 6, 199, 198, 281, - 200, 6, 284, 6, 284, 6, 6, 200, 6, 264, - 281, 6, 6, 265, 281, 6, 6, 266, 281, 6, - 200, 281, 270, 248, 290, 6, 284, 290, 281, 281, - 281, 281, 7, 200, 217, 281, 286, 281, 198, 198, - 198, 199, 200, 199, 200, 199, 200, 6, 6, 200, - 200, 259, 200, 198, 200, 198, 198, 198, 198, 295, - 6, 199, 193, 200, 200, 281, 284, 284, 270, 6, - 267, 270, 6, 268, 270, 6, 269, 270, 6, 290, - 6, 281, 281, 281, 281, 215, 294, 220, 199, 6, - 200, 198, 198, 200, 199, 200, 199, 200, 199, 200, - 200, 198, 198, 198, 198, 198, 200, 199, 286, 6, - 281, 281, 6, 270, 6, 270, 6, 270, 6, 281, - 281, 281, 281, 294, 6, 218, 294, 200, 200, 200, - 200, 200, 200, 200, 200, 200, 200, 198, 200, 6, - 6, 6, 6, 6, 6, 294, 6 -}; - - /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ -static const yytype_uint16 yyr1[] = -{ - 0, 202, 203, 203, 204, 204, 205, 205, 205, 205, - 205, 205, 205, 205, 205, 205, 205, 205, 205, 205, - 205, 205, 206, 206, 207, 207, 207, 207, 207, 207, - 208, 208, 208, 208, 209, 209, 209, 209, 209, 209, - 210, 210, 211, 211, 213, 214, 212, 215, 215, 217, - 216, 218, 218, 220, 219, 221, 221, 223, 222, 224, - 224, 224, 224, 224, 225, 225, 226, 226, 227, 227, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, + 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + 52, 56, 57, 58, 61, 63, 64, 65, 71, 72, + 148, 154, 155, 156, 157, 162, 163, 164, 165, 166, + 167, 170, 184, 185, 189, 194, 196, 198, 199, 201, + 203, 228, 283, 284, 296, 297, 300, 301, 13, 81, + 194, 194, 6, 201, 6, 6, 6, 6, 194, 6, + 6, 196, 196, 194, 196, 228, 228, 194, 201, 194, + 194, 4, 194, 201, 194, 194, 4, 201, 194, 194, + 85, 81, 81, 6, 201, 75, 78, 81, 81, 81, + 78, 81, 83, 83, 75, 78, 81, 83, 78, 81, + 83, 78, 81, 194, 78, 139, 152, 153, 201, 184, + 185, 194, 201, 286, 287, 286, 201, 75, 78, 81, + 201, 286, 4, 75, 79, 91, 81, 83, 81, 78, + 4, 148, 201, 300, 301, 4, 6, 75, 78, 81, + 78, 81, 4, 4, 4, 4, 5, 36, 75, 78, + 81, 83, 95, 185, 194, 201, 248, 258, 283, 289, + 290, 291, 300, 301, 4, 194, 194, 194, 4, 201, + 293, 4, 194, 194, 6, 6, 196, 4, 297, 301, + 4, 297, 5, 201, 5, 201, 4, 283, 283, 196, + 6, 194, 201, 194, 196, 203, 228, 7, 171, 172, + 173, 174, 191, 192, 226, 227, 4, 194, 196, 198, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 228, 228, 228, 228, 228, 228, 228, 229, 229, 230, - 230, 230, 231, 230, 230, 232, 230, 233, 233, 234, - 234, 235, 235, 236, 236, 236, 237, 237, 238, 238, - 238, 238, 239, 239, 239, 240, 240, 240, 241, 241, - 241, 242, 242, 242, 243, 243, 244, 244, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 245, 245, 245, - 245, 245, 245, 245, 245, 245, 245, 246, 246, 246, - 246, 246, 246, 246, 246, 247, 247, 248, 248, 248, - 248, 248, 248, 249, 249, 249, 249, 249, 249, 249, - 249, 249, 250, 250, 250, 250, 250, 251, 251, 252, - 253, 253, 253, 253, 253, 253, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, - 254, 254, 254, 254, 254, 254, 255, 255, 255, 255, - 255, 255, 255, 255, 255, 255, 255, 255, 256, 256, - 256, 257, 256, 258, 256, 259, 256, 260, 256, 256, - 256, 256, 256, 256, 256, 256, 256, 256, 261, 256, - 262, 256, 263, 256, 264, 256, 265, 256, 266, 256, - 267, 256, 268, 256, 269, 256, 270, 270, 271, 271, - 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, - 271, 271, 271, 272, 272, 273, 273, 274, 274, 275, - 275, 276, 276, 277, 277, 277, 277, 277, 277, 277, - 277, 277, 277, 277, 277, 277, 277, 277, 277, 277, - 277, 277, 277, 277, 277, 277, 277, 277, 277, 278, - 278, 278, 279, 279, 279, 280, 280, 280, 280, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 281, 281, 281, - 281, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 283, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 282, 282, 282, 282, 282, 284, 284, 284, 284, - 284, 285, 285, 285, 285, 286, 286, 287, 287, 287, - 287, 287, 287, 288, 288, 289, 289, 289, 289, 289, - 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, - 289, 289, 289, 289, 289, 289, 289, 289, 289, 289, - 289, 289, 289, 290, 290, 290, 290, 291, 291, 291, - 291, 292, 292, 293, 293, 294, 294, 294, 294, 295, - 295, 295, 295, 295, 295, 295, 295, 295, 295, 295, - 295, 295, 295, 295, 295, 295, 295, 295, 296, 295, - 297, 297, 298, 298, 299, 299, 299 + 228, 228, 228, 228, 228, 194, 194, 194, 194, 194, + 194, 228, 228, 228, 228, 194, 228, 228, 228, 7, + 194, 194, 194, 228, 194, 194, 196, 283, 283, 283, + 283, 283, 4, 139, 140, 301, 4, 248, 249, 250, + 201, 195, 197, 201, 229, 6, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, + 193, 201, 6, 194, 196, 227, 6, 283, 4, 296, + 297, 301, 296, 283, 296, 299, 232, 235, 297, 301, + 283, 185, 283, 291, 292, 283, 283, 194, 283, 292, + 283, 283, 194, 292, 283, 283, 289, 194, 201, 292, + 290, 290, 290, 194, 194, 290, 290, 290, 194, 194, + 194, 194, 194, 194, 194, 194, 201, 201, 283, 4, + 289, 293, 201, 201, 286, 286, 286, 283, 283, 184, + 185, 201, 201, 286, 201, 201, 201, 184, 185, 194, + 250, 286, 201, 194, 201, 194, 194, 194, 290, 290, + 289, 194, 4, 196, 196, 250, 6, 6, 201, 201, + 201, 290, 290, 196, 196, 196, 194, 196, 198, 228, + 196, 5, 142, 201, 5, 142, 5, 142, 5, 142, + 75, 78, 81, 83, 201, 283, 291, 283, 202, 292, + 8, 186, 6, 194, 196, 228, 6, 283, 283, 283, + 198, 283, 201, 142, 283, 283, 283, 6, 6, 6, + 250, 6, 250, 196, 6, 201, 296, 289, 289, 283, + 283, 201, 201, 229, 297, 289, 6, 196, 283, 283, + 4, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 299, 296, 299, 296, 296, 296, 289, + 296, 296, 283, 296, 296, 296, 299, 296, 283, 297, + 283, 296, 296, 296, 296, 301, 297, 301, 195, 197, + 7, 226, 227, 198, 7, 228, 202, 75, 78, 81, + 83, 247, 283, 292, 7, 226, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 211, 283, 283, 6, 196, 198, 195, 200, 195, + 200, 200, 195, 200, 197, 200, 231, 197, 231, 200, + 200, 195, 186, 200, 202, 195, 195, 283, 195, 202, + 195, 195, 283, 202, 195, 195, 7, 283, 283, 202, + 6, 6, 6, 283, 283, 7, 7, 276, 276, 283, + 241, 283, 297, 242, 283, 297, 243, 283, 297, 244, + 283, 297, 283, 283, 283, 292, 292, 201, 195, 6, + 201, 250, 250, 200, 200, 200, 286, 286, 249, 249, + 200, 283, 283, 283, 283, 262, 200, 250, 283, 283, + 283, 283, 283, 7, 277, 6, 7, 283, 6, 283, + 283, 202, 292, 292, 292, 6, 6, 283, 283, 283, + 283, 4, 201, 229, 301, 53, 283, 53, 53, 53, + 5, 201, 5, 201, 5, 201, 5, 201, 292, 195, + 202, 283, 201, 283, 291, 201, 229, 195, 195, 195, + 139, 200, 250, 201, 8, 195, 197, 202, 202, 250, + 197, 195, 200, 202, 195, 197, 283, 292, 226, 6, + 6, 283, 195, 197, 227, 229, 229, 229, 229, 229, + 229, 229, 229, 229, 229, 229, 200, 229, 229, 229, + 229, 229, 229, 229, 200, 200, 200, 229, 200, 229, + 229, 195, 195, 200, 200, 200, 200, 200, 229, 229, + 229, 195, 229, 285, 298, 6, 200, 195, 195, 200, + 229, 195, 195, 197, 226, 227, 198, 226, 227, 297, + 283, 6, 4, 4, 201, 294, 229, 201, 201, 201, + 201, 202, 202, 289, 8, 4, 129, 130, 131, 132, + 202, 214, 218, 221, 223, 224, 195, 197, 283, 4, + 6, 181, 208, 292, 6, 292, 283, 6, 296, 6, + 301, 6, 296, 283, 297, 7, 283, 291, 142, 7, + 7, 195, 7, 142, 7, 7, 195, 142, 7, 7, + 283, 195, 202, 201, 195, 195, 283, 289, 4, 275, + 6, 195, 195, 200, 195, 200, 195, 200, 195, 200, + 195, 195, 195, 202, 202, 292, 198, 250, 202, 202, + 286, 283, 283, 202, 202, 283, 286, 200, 200, 200, + 98, 109, 117, 118, 119, 123, 124, 125, 126, 272, + 273, 286, 202, 259, 195, 202, 195, 195, 195, 283, + 6, 283, 195, 197, 197, 202, 202, 202, 197, 197, + 200, 197, 292, 197, 201, 202, 201, 201, 201, 292, + 292, 292, 292, 202, 8, 292, 292, 7, 7, 7, + 198, 283, 202, 283, 283, 7, 198, 202, 201, 289, + 6, 226, 227, 226, 227, 202, 202, 289, 197, 227, + 198, 227, 296, 283, 283, 283, 283, 292, 296, 289, + 296, 296, 297, 237, 239, 283, 296, 283, 6, 4, + 139, 140, 283, 6, 6, 6, 7, 196, 293, 295, + 6, 292, 292, 292, 292, 229, 6, 283, 215, 194, + 194, 201, 225, 6, 227, 227, 197, 181, 296, 195, + 195, 200, 7, 229, 229, 286, 81, 83, 289, 289, + 7, 289, 81, 83, 289, 289, 7, 83, 289, 289, + 6, 7, 7, 292, 7, 7, 98, 274, 6, 7, + 226, 283, 226, 283, 226, 283, 226, 283, 7, 7, + 7, 7, 7, 202, 4, 202, 200, 200, 200, 202, + 202, 286, 286, 286, 4, 6, 201, 6, 194, 6, + 127, 6, 127, 6, 127, 6, 127, 202, 273, 200, + 272, 7, 6, 7, 7, 7, 6, 201, 6, 6, + 6, 81, 283, 6, 6, 283, 198, 202, 283, 283, + 283, 283, 202, 202, 202, 202, 283, 202, 202, 289, + 289, 289, 4, 200, 8, 8, 195, 4, 4, 289, + 202, 283, 6, 283, 6, 229, 6, 6, 4, 6, + 229, 229, 229, 229, 229, 200, 195, 195, 195, 200, + 200, 229, 238, 200, 229, 240, 195, 195, 6, 7, + 226, 227, 198, 7, 6, 293, 283, 200, 202, 202, + 202, 202, 202, 226, 194, 283, 283, 288, 289, 201, + 198, 6, 6, 208, 6, 283, 201, 283, 297, 6, + 6, 6, 201, 201, 91, 246, 246, 289, 6, 201, + 201, 6, 6, 289, 201, 6, 6, 5, 289, 202, + 289, 289, 4, 6, 289, 289, 289, 289, 289, 289, + 289, 289, 201, 201, 7, 6, 7, 283, 283, 283, + 201, 201, 200, 202, 200, 202, 200, 202, 196, 283, + 289, 283, 6, 6, 6, 6, 283, 286, 202, 5, + 201, 289, 201, 201, 201, 289, 292, 201, 6, 197, + 4, 229, 200, 200, 200, 200, 229, 6, 6, 138, + 283, 283, 283, 6, 6, 7, 200, 6, 6, 6, + 226, 227, 296, 297, 4, 4, 151, 297, 283, 6, + 4, 294, 6, 197, 293, 6, 6, 6, 6, 289, + 212, 283, 200, 200, 200, 202, 213, 283, 4, 296, + 200, 289, 297, 283, 283, 286, 6, 6, 6, 283, + 283, 6, 283, 5, 6, 201, 6, 142, 245, 283, + 6, 6, 6, 6, 6, 6, 4, 6, 6, 292, + 292, 283, 283, 297, 202, 195, 200, 202, 249, 249, + 286, 6, 263, 286, 6, 264, 286, 6, 265, 283, + 202, 200, 195, 202, 200, 6, 185, 286, 6, 288, + 286, 286, 6, 202, 283, 6, 283, 283, 283, 283, + 289, 200, 202, 8, 202, 195, 201, 283, 297, 289, + 289, 195, 229, 201, 289, 297, 201, 283, 297, 297, + 6, 6, 7, 6, 198, 6, 195, 200, 283, 283, + 289, 201, 200, 202, 6, 283, 233, 234, 202, 202, + 202, 202, 202, 5, 288, 79, 6, 201, 202, 202, + 201, 6, 6, 201, 283, 202, 202, 200, 201, 200, + 201, 200, 201, 197, 6, 289, 7, 201, 283, 200, + 202, 200, 200, 6, 202, 200, 200, 200, 200, 137, + 283, 283, 292, 6, 6, 202, 6, 236, 283, 299, + 293, 140, 216, 283, 200, 200, 288, 283, 6, 200, + 237, 239, 6, 6, 6, 6, 6, 6, 202, 201, + 288, 102, 103, 108, 278, 102, 103, 278, 292, 249, + 200, 202, 283, 286, 272, 283, 286, 272, 283, 286, + 272, 6, 200, 202, 289, 250, 202, 286, 6, 292, + 286, 283, 283, 283, 283, 283, 202, 202, 202, 6, + 200, 202, 7, 202, 6, 201, 283, 283, 202, 283, + 202, 202, 201, 283, 202, 201, 286, 289, 6, 201, + 286, 6, 202, 202, 283, 202, 200, 202, 202, 200, + 202, 202, 200, 202, 289, 6, 98, 202, 260, 201, + 200, 202, 200, 200, 200, 200, 200, 6, 6, 283, + 297, 213, 195, 200, 6, 201, 200, 283, 202, 6, + 286, 6, 286, 6, 6, 202, 6, 266, 283, 6, + 6, 267, 283, 6, 6, 268, 283, 6, 202, 283, + 272, 250, 292, 6, 286, 292, 283, 283, 283, 283, + 7, 202, 219, 283, 288, 283, 200, 200, 200, 201, + 202, 201, 202, 201, 202, 6, 6, 202, 202, 261, + 202, 200, 202, 200, 200, 200, 200, 297, 6, 201, + 195, 202, 202, 283, 286, 286, 272, 6, 269, 272, + 6, 270, 272, 6, 271, 272, 6, 292, 6, 283, + 283, 283, 283, 217, 296, 222, 201, 6, 202, 200, + 200, 202, 201, 202, 201, 202, 201, 202, 202, 200, + 200, 200, 200, 200, 202, 201, 288, 6, 283, 283, + 6, 272, 6, 272, 6, 272, 6, 283, 283, 283, + 283, 296, 6, 220, 296, 202, 202, 202, 202, 202, + 202, 202, 202, 202, 202, 200, 202, 6, 6, 6, + 6, 6, 6, 296, 6 }; - /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ -static const yytype_uint8 yyr2[] = -{ - 0, 2, 1, 2, 0, 2, 1, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 1, 1, 2, 5, 5, 7, 7, 7, 9, - 6, 6, 6, 8, 0, 2, 2, 2, 2, 2, - 1, 3, 1, 3, 0, 0, 10, 1, 3, 0, - 13, 1, 3, 0, 15, 8, 14, 0, 6, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 5, 5, 7, 7, 4, 6, 6, 7, 7, 7, - 7, 9, 9, 3, 6, 6, 6, 6, 4, 6, - 9, 6, 9, 5, 8, 8, 11, 6, 9, 5, - 7, 9, 9, 11, 7, 9, 9, 0, 1, 0, - 3, 5, 0, 9, 5, 0, 9, 0, 3, 3, - 5, 0, 2, 3, 5, 3, 0, 2, 3, 3, - 3, 5, 1, 1, 3, 1, 1, 3, 1, 1, - 3, 1, 1, 3, 0, 5, 0, 2, 7, 8, - 6, 7, 4, 7, 8, 8, 7, 7, 11, 8, - 8, 8, 8, 9, 3, 4, 10, 7, 7, 8, - 8, 12, 8, 8, 7, 8, 8, 5, 11, 5, - 9, 9, 4, 9, 9, 1, 1, 0, 2, 6, - 6, 6, 6, 8, 10, 14, 16, 12, 8, 8, - 6, 14, 4, 6, 6, 3, 4, 5, 6, 5, - 3, 3, 4, 5, 4, 5, 3, 5, 7, 7, - 3, 7, 3, 2, 2, 2, 2, 2, 15, 2, - 2, 2, 2, 2, 16, 3, 6, 8, 8, 10, - 1, 2, 2, 1, 3, 3, 4, 1, 5, 11, - 13, 0, 7, 0, 13, 0, 15, 0, 6, 8, - 8, 8, 12, 12, 12, 14, 14, 14, 0, 12, - 0, 12, 0, 12, 0, 16, 0, 16, 0, 16, - 0, 18, 0, 18, 0, 18, 1, 2, 5, 7, - 9, 2, 2, 2, 3, 2, 3, 2, 3, 2, - 3, 9, 6, 0, 3, 0, 1, 0, 2, 0, - 2, 0, 2, 7, 6, 8, 5, 3, 7, 5, - 4, 6, 11, 11, 18, 18, 12, 12, 12, 10, - 10, 10, 10, 10, 4, 4, 4, 4, 4, 2, - 3, 6, 1, 1, 1, 2, 5, 7, 10, 1, - 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 3, 3, 3, 3, 5, 4, - 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, - 4, 4, 4, 4, 4, 4, 4, 6, 6, 6, - 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, - 1, 0, 6, 4, 1, 4, 4, 4, 4, 4, - 4, 4, 2, 5, 5, 5, 5, 3, 6, 4, - 7, 6, 6, 6, 6, 4, 1, 2, 2, 3, - 3, 11, 9, 7, 7, 1, 3, 1, 1, 2, - 3, 4, 5, 1, 1, 2, 3, 3, 5, 4, - 2, 2, 2, 2, 3, 3, 3, 3, 5, 5, - 5, 5, 16, 16, 16, 16, 1, 1, 3, 3, - 4, 6, 6, 1, 1, 3, 3, 9, 7, 1, - 5, 3, 6, 1, 3, 1, 1, 3, 6, 1, - 4, 1, 1, 1, 4, 6, 4, 4, 4, 4, - 8, 4, 4, 8, 4, 6, 4, 1, 0, 6, - 1, 3, 5, 5, 1, 1, 4 -}; +#define yyerrok (yyerrstatus = 0) +#define yyclearin (yychar = YYEMPTY) +#define YYEMPTY (-2) +#define YYEOF 0 +#define YYACCEPT goto yyacceptlab +#define YYABORT goto yyabortlab +#define YYERROR goto yyerrorlab -#define yyerrok (yyerrstatus = 0) -#define yyclearin (yychar = YYEMPTY) -#define YYEMPTY (-2) -#define YYEOF 0 -#define YYACCEPT goto yyacceptlab -#define YYABORT goto yyabortlab -#define YYERROR goto yyerrorlab +/* Like YYERROR except do call yyerror. This remains here temporarily + to ease the transition to the new meaning of YYERROR, for GCC. + Once GCC version 2 has supplanted version 1, this can go. */ +#define YYFAIL goto yyerrlab #define YYRECOVERING() (!!yyerrstatus) -#define YYBACKUP(Token, Value) \ -do \ - if (yychar == YYEMPTY) \ - { \ - yychar = (Token); \ - yylval = (Value); \ - YYPOPSTACK (yylen); \ - yystate = *yyssp; \ - goto yybackup; \ - } \ - else \ - { \ +#define YYBACKUP(Token, Value) \ +do \ + if (yychar == YYEMPTY && yylen == 1) \ + { \ + yychar = (Token); \ + yylval = (Value); \ + yytoken = YYTRANSLATE (yychar); \ + YYPOPSTACK (1); \ + goto yybackup; \ + } \ + else \ + { \ yyerror (YY_("syntax error: cannot back up")); \ - YYERROR; \ - } \ -while (0) + YYERROR; \ + } \ +while (YYID (0)) + + +#define YYTERROR 1 +#define YYERRCODE 256 + + +/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. + If N is 0, then set CURRENT to the empty location which ends + the previous symbol: RHS[0] (always defined). */ + +#define YYRHSLOC(Rhs, K) ((Rhs)[K]) +#ifndef YYLLOC_DEFAULT +# define YYLLOC_DEFAULT(Current, Rhs, N) \ + do \ + if (YYID (N)) \ + { \ + (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ + (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ + (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ + (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ + } \ + else \ + { \ + (Current).first_line = (Current).last_line = \ + YYRHSLOC (Rhs, 0).last_line; \ + (Current).first_column = (Current).last_column = \ + YYRHSLOC (Rhs, 0).last_column; \ + } \ + while (YYID (0)) +#endif + + +/* YY_LOCATION_PRINT -- Print the location on the stream. + This macro was not mandated originally: define only if we know + we won't break user code: when these are the locations we know. */ -/* Error token number */ -#define YYTERROR 1 -#define YYERRCODE 256 +#ifndef YY_LOCATION_PRINT +# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL +# define YY_LOCATION_PRINT(File, Loc) \ + fprintf (File, "%d.%d-%d.%d", \ + (Loc).first_line, (Loc).first_column, \ + (Loc).last_line, (Loc).last_column) +# else +# define YY_LOCATION_PRINT(File, Loc) ((void) 0) +# endif +#endif +/* YYLEX -- calling `yylex' with the right arguments. */ + +#ifdef YYLEX_PARAM +# define YYLEX yylex (YYLEX_PARAM) +#else +# define YYLEX yylex () +#endif /* Enable debugging if requested. */ #if YYDEBUG @@ -3679,46 +4246,54 @@ while (0) # define YYFPRINTF fprintf # endif -# define YYDPRINTF(Args) \ -do { \ - if (yydebug) \ - YYFPRINTF Args; \ -} while (0) - -/* This macro is provided for backward compatibility. */ -#ifndef YY_LOCATION_PRINT -# define YY_LOCATION_PRINT(File, Loc) ((void) 0) -#endif - +# define YYDPRINTF(Args) \ +do { \ + if (yydebug) \ + YYFPRINTF Args; \ +} while (YYID (0)) -# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ -do { \ - if (yydebug) \ - { \ - YYFPRINTF (stderr, "%s ", Title); \ - yy_symbol_print (stderr, \ - Type, Value); \ - YYFPRINTF (stderr, "\n"); \ - } \ -} while (0) +# define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ +do { \ + if (yydebug) \ + { \ + YYFPRINTF (stderr, "%s ", Title); \ + yy_symbol_print (stderr, \ + Type, Value); \ + YYFPRINTF (stderr, "\n"); \ + } \ +} while (YYID (0)) -/*----------------------------------------. -| Print this symbol's value on YYOUTPUT. | -`----------------------------------------*/ +/*--------------------------------. +| Print this symbol on YYOUTPUT. | +`--------------------------------*/ +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_value_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif { - FILE *yyo = yyoutput; - YYUSE (yyo); if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); +# else + YYUSE (yyoutput); # endif - YYUSE (yytype); + switch (yytype) + { + default: + break; + } } @@ -3726,11 +4301,22 @@ yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvalue | Print this symbol on YYOUTPUT. | `--------------------------------*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) +#else +static void +yy_symbol_print (yyoutput, yytype, yyvaluep) + FILE *yyoutput; + int yytype; + YYSTYPE const * const yyvaluep; +#endif { - YYFPRINTF (yyoutput, "%s %s (", - yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); + if (yytype < YYNTOKENS) + YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); + else + YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); @@ -3741,54 +4327,66 @@ yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) | TOP (included). | `------------------------------------------------------------------*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) +#else static void -yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) +yy_stack_print (bottom, top) + yytype_int16 *bottom; + yytype_int16 *top; +#endif { YYFPRINTF (stderr, "Stack now"); - for (; yybottom <= yytop; yybottom++) - { - int yybot = *yybottom; - YYFPRINTF (stderr, " %d", yybot); - } + for (; bottom <= top; ++bottom) + YYFPRINTF (stderr, " %d", *bottom); YYFPRINTF (stderr, "\n"); } -# define YY_STACK_PRINT(Bottom, Top) \ -do { \ - if (yydebug) \ - yy_stack_print ((Bottom), (Top)); \ -} while (0) +# define YY_STACK_PRINT(Bottom, Top) \ +do { \ + if (yydebug) \ + yy_stack_print ((Bottom), (Top)); \ +} while (YYID (0)) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +static void +yy_reduce_print (YYSTYPE *yyvsp, int yyrule) +#else static void -yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) +yy_reduce_print (yyvsp, yyrule) + YYSTYPE *yyvsp; + int yyrule; +#endif { - unsigned long int yylno = yyrline[yyrule]; int yynrhs = yyr2[yyrule]; int yyi; + unsigned long int yylno = yyrline[yyrule]; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", - yyrule - 1, yylno); + yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { - YYFPRINTF (stderr, " $%d = ", yyi + 1); - yy_symbol_print (stderr, - yystos[yyssp[yyi + 1 - yynrhs]], - &(yyvsp[(yyi + 1) - (yynrhs)]) - ); - YYFPRINTF (stderr, "\n"); + fprintf (stderr, " $%d = ", yyi + 1); + yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], + &(yyvsp[(yyi + 1) - (yynrhs)]) + ); + fprintf (stderr, "\n"); } } -# define YY_REDUCE_PRINT(Rule) \ -do { \ - if (yydebug) \ - yy_reduce_print (yyssp, yyvsp, Rule); \ -} while (0) +# define YY_REDUCE_PRINT(Rule) \ +do { \ + if (yydebug) \ + yy_reduce_print (yyvsp, Rule); \ +} while (YYID (0)) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ @@ -3802,7 +4400,7 @@ int yydebug; /* YYINITDEPTH -- initial size of the parser's stacks. */ -#ifndef YYINITDEPTH +#ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif @@ -3817,6 +4415,7 @@ int yydebug; # define YYMAXDEPTH 10000 #endif + #if YYERROR_VERBOSE @@ -3825,8 +4424,15 @@ int yydebug; # define yystrlen strlen # else /* Return the length of YYSTR. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) static YYSIZE_T yystrlen (const char *yystr) +#else +static YYSIZE_T +yystrlen (yystr) + const char *yystr; +#endif { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) @@ -3842,8 +4448,16 @@ yystrlen (const char *yystr) # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) static char * yystpcpy (char *yydest, const char *yysrc) +#else +static char * +yystpcpy (yydest, yysrc) + char *yydest; + const char *yysrc; +#endif { char *yyd = yydest; const char *yys = yysrc; @@ -3873,27 +4487,27 @@ yytnamerr (char *yyres, const char *yystr) char const *yyp = yystr; for (;;) - switch (*++yyp) - { - case '\'': - case ',': - goto do_not_strip_quotes; - - case '\\': - if (*++yyp != '\\') - goto do_not_strip_quotes; - /* Fall through. */ - default: - if (yyres) - yyres[yyn] = *yyp; - yyn++; - break; - - case '"': - if (yyres) - yyres[yyn] = '\0'; - return yyn; - } + switch (*++yyp) + { + case '\'': + case ',': + goto do_not_strip_quotes; + + case '\\': + if (*++yyp != '\\') + goto do_not_strip_quotes; + /* Fall through. */ + default: + if (yyres) + yyres[yyn] = *yyp; + yyn++; + break; + + case '"': + if (yyres) + yyres[yyn] = '\0'; + return yyn; + } do_not_strip_quotes: ; } @@ -3904,209 +4518,211 @@ yytnamerr (char *yyres, const char *yystr) } # endif -/* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message - about the unexpected token YYTOKEN for the state stack whose top is - YYSSP. - - Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is - not large enough to hold the message. In that case, also set - *YYMSG_ALLOC to the required number of bytes. Return 2 if the - required number of bytes is too large to store. */ -static int -yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, - yytype_int16 *yyssp, int yytoken) +/* Copy into YYRESULT an error message about the unexpected token + YYCHAR while in state YYSTATE. Return the number of bytes copied, + including the terminating null byte. If YYRESULT is null, do not + copy anything; just return the number of bytes that would be + copied. As a special case, return 0 if an ordinary "syntax error" + message will do. Return YYSIZE_MAXIMUM if overflow occurs during + size calculation. */ +static YYSIZE_T +yysyntax_error (char *yyresult, int yystate, int yychar) { - YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); - YYSIZE_T yysize = yysize0; - enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; - /* Internationalized format string. */ - const char *yyformat = YY_NULLPTR; - /* Arguments of yyformat. */ - char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; - /* Number of reported tokens (one for the "unexpected", one per - "expected"). */ - int yycount = 0; - - /* There are many possibilities here to consider: - - If this state is a consistent state with a default action, then - the only way this function was invoked is if the default action - is an error action. In that case, don't check for expected - tokens because there are none. - - The only way there can be no lookahead present (in yychar) is if - this state is a consistent state with a default action. Thus, - detecting the absence of a lookahead is sufficient to determine - that there is no unexpected or expected token to report. In that - case, just report a simple "syntax error". - - Don't assume there isn't a lookahead just because this state is a - consistent state with a default action. There might have been a - previous inconsistent state, consistent state with a non-default - action, or user semantic action that manipulated yychar. - - Of course, the expected token list depends on states to have - correct lookahead information, and it depends on the parser not - to perform extra reductions after fetching a lookahead from the - scanner and before detecting a syntax error. Thus, state merging - (from LALR or IELR) and default reductions corrupt the expected - token list. However, the list is correct for canonical LR with - one exception: it will still contain any token that will not be - accepted due to an error action in a later state. - */ - if (yytoken != YYEMPTY) - { - int yyn = yypact[*yyssp]; - yyarg[yycount++] = yytname[yytoken]; - if (!yypact_value_is_default (yyn)) - { - /* Start YYX at -YYN if negative to avoid negative indexes in - YYCHECK. In other words, skip the first -YYN actions for - this state because they are default actions. */ - int yyxbegin = yyn < 0 ? -yyn : 0; - /* Stay within bounds of both yycheck and yytname. */ - int yychecklim = YYLAST - yyn + 1; - int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; - int yyx; - - for (yyx = yyxbegin; yyx < yyxend; ++yyx) - if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR - && !yytable_value_is_error (yytable[yyx + yyn])) - { - if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) - { - yycount = 1; - yysize = yysize0; - break; - } - yyarg[yycount++] = yytname[yyx]; - { - YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); - if (! (yysize <= yysize1 - && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) - return 2; - yysize = yysize1; - } - } - } - } + int yyn = yypact[yystate]; - switch (yycount) - { -# define YYCASE_(N, S) \ - case N: \ - yyformat = S; \ - break - YYCASE_(0, YY_("syntax error")); - YYCASE_(1, YY_("syntax error, unexpected %s")); - YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); - YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); - YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); - YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); -# undef YYCASE_ - } - - { - YYSIZE_T yysize1 = yysize + yystrlen (yyformat); - if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) - return 2; - yysize = yysize1; - } - - if (*yymsg_alloc < yysize) + if (! (YYPACT_NINF < yyn && yyn <= YYLAST)) + return 0; + else { - *yymsg_alloc = 2 * yysize; - if (! (yysize <= *yymsg_alloc - && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) - *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; - return 1; - } + int yytype = YYTRANSLATE (yychar); + YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]); + YYSIZE_T yysize = yysize0; + YYSIZE_T yysize1; + int yysize_overflow = 0; + enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; + char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; + int yyx; + +# if 0 + /* This is so xgettext sees the translatable formats that are + constructed on the fly. */ + YY_("syntax error, unexpected %s"); + YY_("syntax error, unexpected %s, expecting %s"); + YY_("syntax error, unexpected %s, expecting %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s"); + YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"); +# endif + char *yyfmt; + char const *yyf; + static char const yyunexpected[] = "syntax error, unexpected %s"; + static char const yyexpecting[] = ", expecting %s"; + static char const yyor[] = " or %s"; + char yyformat[sizeof yyunexpected + + sizeof yyexpecting - 1 + + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2) + * (sizeof yyor - 1))]; + char const *yyprefix = yyexpecting; + + /* Start YYX at -YYN if negative to avoid negative indexes in + YYCHECK. */ + int yyxbegin = yyn < 0 ? -yyn : 0; + + /* Stay within bounds of both yycheck and yytname. */ + int yychecklim = YYLAST - yyn + 1; + int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; + int yycount = 1; + + yyarg[0] = yytname[yytype]; + yyfmt = yystpcpy (yyformat, yyunexpected); + + for (yyx = yyxbegin; yyx < yyxend; ++yyx) + if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR) + { + if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) + { + yycount = 1; + yysize = yysize0; + yyformat[sizeof yyunexpected - 1] = '\0'; + break; + } + yyarg[yycount++] = yytname[yyx]; + yysize1 = yysize + yytnamerr (0, yytname[yyx]); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + yyfmt = yystpcpy (yyfmt, yyprefix); + yyprefix = yyor; + } - /* Avoid sprintf, as that infringes on the user's name space. - Don't have undefined behavior even if the translation - produced a string with the wrong number of "%s"s. */ - { - char *yyp = *yymsg; - int yyi = 0; - while ((*yyp = *yyformat) != '\0') - if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) - { - yyp += yytnamerr (yyp, yyarg[yyi++]); - yyformat += 2; - } - else - { - yyp++; - yyformat++; - } - } - return 0; + yyf = YY_(yyformat); + yysize1 = yysize + yystrlen (yyf); + yysize_overflow |= (yysize1 < yysize); + yysize = yysize1; + + if (yysize_overflow) + return YYSIZE_MAXIMUM; + + if (yyresult) + { + /* Avoid sprintf, as that infringes on the user's name space. + Don't have undefined behavior even if the translation + produced a string with the wrong number of "%s"s. */ + char *yyp = yyresult; + int yyi = 0; + while ((*yyp = *yyf) != '\0') + { + if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) + { + yyp += yytnamerr (yyp, yyarg[yyi++]); + yyf += 2; + } + else + { + yyp++; + yyf++; + } + } + } + return yysize; + } } #endif /* YYERROR_VERBOSE */ + /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ +/*ARGSUSED*/ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) +#else +static void +yydestruct (yymsg, yytype, yyvaluep) + const char *yymsg; + int yytype; + YYSTYPE *yyvaluep; +#endif { YYUSE (yyvaluep); + if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN - YYUSE (yytype); - YY_IGNORE_MAYBE_UNINITIALIZED_END + switch (yytype) + { + + default: + break; + } } + + +/* Prevent warnings from -Wmissing-prototypes. */ +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ -/* The lookahead symbol. */ +/* The look-ahead symbol. */ int yychar; -/* The semantic value of the lookahead symbol. */ +/* The semantic value of the look-ahead symbol. */ YYSTYPE yylval; + /* Number of syntax errors so far. */ int yynerrs; + /*----------. | yyparse. | `----------*/ +#ifdef YYPARSE_PARAM +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) +int +yyparse (void *YYPARSE_PARAM) +#else +int +yyparse (YYPARSE_PARAM) + void *YYPARSE_PARAM; +#endif +#else /* ! YYPARSE_PARAM */ +#if (defined __STDC__ || defined __C99__FUNC__ \ + || defined __cplusplus || defined _MSC_VER) int yyparse (void) -{ - int yystate; - /* Number of tokens to shift before error messages enabled. */ - int yyerrstatus; - - /* The stacks and their tools: - 'yyss': related to states. - 'yyvs': related to semantic values. - - Refer to the stacks through separate pointers, to allow yyoverflow - to reallocate them elsewhere. */ - - /* The state stack. */ - yytype_int16 yyssa[YYINITDEPTH]; - yytype_int16 *yyss; - yytype_int16 *yyssp; - - /* The semantic value stack. */ - YYSTYPE yyvsa[YYINITDEPTH]; - YYSTYPE *yyvs; - YYSTYPE *yyvsp; - - YYSIZE_T yystacksize; +#else +int +yyparse () +#endif +#endif +{ + + int yystate; int yyn; int yyresult; - /* Lookahead token as an internal (translated) token number. */ + /* Number of tokens to shift before error messages enabled. */ + int yyerrstatus; + /* Look-ahead token as an internal (translated) token number. */ int yytoken = 0; - /* The variables used to return semantic value and location from the - action routines. */ - YYSTYPE yyval; - #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; @@ -4114,22 +4730,54 @@ yyparse (void) YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif + /* Three stacks and their tools: + `yyss': related to states, + `yyvs': related to semantic values, + `yyls': related to locations. + + Refer to the stacks thru separate pointers, to allow yyoverflow + to reallocate them elsewhere. */ + + /* The state stack. */ + yytype_int16 yyssa[YYINITDEPTH]; + yytype_int16 *yyss = yyssa; + yytype_int16 *yyssp; + + /* The semantic value stack. */ + YYSTYPE yyvsa[YYINITDEPTH]; + YYSTYPE *yyvs = yyvsa; + YYSTYPE *yyvsp; + + + #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) + YYSIZE_T yystacksize = YYINITDEPTH; + + /* The variables used to return semantic value and location from the + action routines. */ + YYSTYPE yyval; + + /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; - yyssp = yyss = yyssa; - yyvsp = yyvs = yyvsa; - yystacksize = YYINITDEPTH; - YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; - yychar = YYEMPTY; /* Cause a token to be read. */ + yychar = YYEMPTY; /* Cause a token to be read. */ + + /* Initialize stack pointers. + Waste one element of value and location stack + so that they stay on the same level as the state stack. + The wasted elements are never initialized. */ + + yyssp = yyss; + yyvsp = yyvs; + goto yysetstate; /*------------------------------------------------------------. @@ -4150,23 +4798,25 @@ yyparse (void) #ifdef yyoverflow { - /* Give user a chance to reallocate the stack. Use copies of - these so that the &'s don't force the real ones into - memory. */ - YYSTYPE *yyvs1 = yyvs; - yytype_int16 *yyss1 = yyss; - - /* Each stack pointer address is followed by the size of the - data in use in that stack, in bytes. This used to be a - conditional around just the two extra args, but that might - be undefined if yyoverflow is a macro. */ - yyoverflow (YY_("memory exhausted"), - &yyss1, yysize * sizeof (*yyssp), - &yyvs1, yysize * sizeof (*yyvsp), - &yystacksize); - - yyss = yyss1; - yyvs = yyvs1; + /* Give user a chance to reallocate the stack. Use copies of + these so that the &'s don't force the real ones into + memory. */ + YYSTYPE *yyvs1 = yyvs; + yytype_int16 *yyss1 = yyss; + + + /* Each stack pointer address is followed by the size of the + data in use in that stack, in bytes. This used to be a + conditional around just the two extra args, but that might + be undefined if yyoverflow is a macro. */ + yyoverflow (YY_("memory exhausted"), + &yyss1, yysize * sizeof (*yyssp), + &yyvs1, yysize * sizeof (*yyvsp), + + &yystacksize); + + yyss = yyss1; + yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE @@ -4174,22 +4824,23 @@ yyparse (void) # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) - goto yyexhaustedlab; + goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) - yystacksize = YYMAXDEPTH; + yystacksize = YYMAXDEPTH; { - yytype_int16 *yyss1 = yyss; - union yyalloc *yyptr = - (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); - if (! yyptr) - goto yyexhaustedlab; - YYSTACK_RELOCATE (yyss_alloc, yyss); - YYSTACK_RELOCATE (yyvs_alloc, yyvs); + yytype_int16 *yyss1 = yyss; + union yyalloc *yyptr = + (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); + if (! yyptr) + goto yyexhaustedlab; + YYSTACK_RELOCATE (yyss); + YYSTACK_RELOCATE (yyvs); + # undef YYSTACK_RELOCATE - if (yyss1 != yyssa) - YYSTACK_FREE (yyss1); + if (yyss1 != yyssa) + YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ @@ -4197,18 +4848,16 @@ yyparse (void) yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; + YYDPRINTF ((stderr, "Stack size increased to %lu\n", - (unsigned long int) yystacksize)); + (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) - YYABORT; + YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); - if (yystate == YYFINAL) - YYACCEPT; - goto yybackup; /*-----------. @@ -4217,20 +4866,20 @@ yyparse (void) yybackup: /* Do appropriate processing given the current state. Read a - lookahead token if we need one and don't already have one. */ + look-ahead token if we need one and don't already have one. */ - /* First try to decide what to do without reference to lookahead token. */ + /* First try to decide what to do without reference to look-ahead token. */ yyn = yypact[yystate]; - if (yypact_value_is_default (yyn)) + if (yyn == YYPACT_NINF) goto yydefault; - /* Not known => get a lookahead token if don't already have one. */ + /* Not known => get a look-ahead token if don't already have one. */ - /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ + /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); - yychar = yylex (); + yychar = YYLEX; } if (yychar <= YYEOF) @@ -4252,27 +4901,29 @@ yybackup: yyn = yytable[yyn]; if (yyn <= 0) { - if (yytable_value_is_error (yyn)) - goto yyerrlab; + if (yyn == 0 || yyn == YYTABLE_NINF) + goto yyerrlab; yyn = -yyn; goto yyreduce; } + if (yyn == YYFINAL) + YYACCEPT; + /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; - /* Shift the lookahead token. */ + /* Shift the look-ahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); - /* Discard the shifted token. */ - yychar = YYEMPTY; + /* Discard the shifted token unless it is eof. */ + if (yychar != YYEOF) + yychar = YYEMPTY; yystate = yyn; - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; - YY_IGNORE_MAYBE_UNINITIALIZED_END goto yynewstate; @@ -4295,7 +4946,7 @@ yyreduce: yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: - '$$ = $1'. + `$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison @@ -4309,205 +4960,181 @@ yyreduce: switch (yyn) { case 3: -#line 193 "Gmsh.y" /* yacc.c:1646 */ - { yyerrok; return 1; } -#line 4315 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 193 "Gmsh.y" + { yyerrok; return 1; ;} break; case 6: -#line 204 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4321 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 204 "Gmsh.y" + { return 1; ;} break; case 7: -#line 205 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4327 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 205 "Gmsh.y" + { return 1; ;} break; case 8: -#line 206 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4333 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 206 "Gmsh.y" + { return 1; ;} break; case 9: -#line 207 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4339 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 207 "Gmsh.y" + { return 1; ;} break; case 10: -#line 208 "Gmsh.y" /* yacc.c:1646 */ - { List_Delete((yyvsp[0].l)); return 1; } -#line 4345 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 208 "Gmsh.y" + { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;} break; case 11: -#line 209 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4351 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 209 "Gmsh.y" + { return 1; ;} break; case 12: -#line 210 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4357 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 210 "Gmsh.y" + { return 1; ;} break; case 13: -#line 211 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4363 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 211 "Gmsh.y" + { return 1; ;} break; case 14: -#line 212 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4369 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 212 "Gmsh.y" + { return 1; ;} break; case 15: -#line 213 "Gmsh.y" /* yacc.c:1646 */ - { List_Delete((yyvsp[0].l)); return 1; } -#line 4375 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 213 "Gmsh.y" + { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;} break; case 16: -#line 214 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4381 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 214 "Gmsh.y" + { return 1; ;} break; case 17: -#line 215 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4387 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 215 "Gmsh.y" + { return 1; ;} break; case 18: -#line 216 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4393 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 216 "Gmsh.y" + { return 1; ;} break; case 19: -#line 217 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4399 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 217 "Gmsh.y" + { return 1; ;} break; case 20: -#line 218 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4405 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 218 "Gmsh.y" + { return 1; ;} break; case 21: -#line 219 "Gmsh.y" /* yacc.c:1646 */ - { return 1; } -#line 4411 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 219 "Gmsh.y" + { return 1; ;} break; case 22: -#line 224 "Gmsh.y" /* yacc.c:1646 */ +#line 224 "Gmsh.y" { (yyval.c) = (char*)"w"; - } -#line 4419 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 23: -#line 228 "Gmsh.y" /* yacc.c:1646 */ +#line 228 "Gmsh.y" { (yyval.c) = (char*)"a"; - } -#line 4427 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 24: -#line 235 "Gmsh.y" /* yacc.c:1646 */ +#line 235 "Gmsh.y" { - Msg::Direct((yyvsp[-2].c)); - Free((yyvsp[-2].c)); - } -#line 4436 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Msg::Direct((yyvsp[(3) - (5)].c)); + Free((yyvsp[(3) - (5)].c)); + ;} break; case 25: -#line 240 "Gmsh.y" /* yacc.c:1646 */ +#line 240 "Gmsh.y" { - Msg::Error((yyvsp[-2].c)); - Free((yyvsp[-2].c)); - } -#line 4445 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Msg::Error((yyvsp[(3) - (5)].c)); + Free((yyvsp[(3) - (5)].c)); + ;} break; case 26: -#line 245 "Gmsh.y" /* yacc.c:1646 */ +#line 245 "Gmsh.y" { - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); - FILE *fp = Fopen(tmp.c_str(), (yyvsp[-2].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(6) - (7)].c)); + FILE *fp = Fopen(tmp.c_str(), (yyvsp[(5) - (7)].c)); if(!fp){ yymsg(0, "Unable to open file '%s'", tmp.c_str()); } else{ - fprintf(fp, "%s\n", (yyvsp[-4].c)); + fprintf(fp, "%s\n", (yyvsp[(3) - (7)].c)); fclose(fp); } - Free((yyvsp[-4].c)); - Free((yyvsp[-1].c)); - } -#line 4463 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (7)].c)); + Free((yyvsp[(6) - (7)].c)); + ;} break; case 27: -#line 259 "Gmsh.y" /* yacc.c:1646 */ +#line 259 "Gmsh.y" { char tmpstring[5000]; - int i = PrintListOfDouble((yyvsp[-4].c), (yyvsp[-2].l), tmpstring); + int i = PrintListOfDouble((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].l), tmpstring); if(i < 0) yymsg(0, "Too few arguments in Printf"); else if(i > 0) yymsg(0, "%d extra argument%s in Printf", i, (i > 1) ? "s" : ""); else Msg::Direct(tmpstring); - Free((yyvsp[-4].c)); - List_Delete((yyvsp[-2].l)); - } -#line 4480 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (7)].c)); + List_Delete((yyvsp[(5) - (7)].l)); + ;} break; case 28: -#line 272 "Gmsh.y" /* yacc.c:1646 */ +#line 272 "Gmsh.y" { char tmpstring[5000]; - int i = PrintListOfDouble((yyvsp[-4].c), (yyvsp[-2].l), tmpstring); + int i = PrintListOfDouble((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].l), tmpstring); if(i < 0) yymsg(0, "Too few arguments in Error"); else if(i > 0) yymsg(0, "%d extra argument%s in Error", i, (i > 1) ? "s" : ""); else Msg::Error(tmpstring); - Free((yyvsp[-4].c)); - List_Delete((yyvsp[-2].l)); - } -#line 4497 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (7)].c)); + List_Delete((yyvsp[(5) - (7)].l)); + ;} break; case 29: -#line 285 "Gmsh.y" /* yacc.c:1646 */ +#line 285 "Gmsh.y" { char tmpstring[5000]; - int i = PrintListOfDouble((yyvsp[-6].c), (yyvsp[-4].l), tmpstring); + int i = PrintListOfDouble((yyvsp[(3) - (9)].c), (yyvsp[(5) - (9)].l), tmpstring); if(i < 0) yymsg(0, "Too few arguments in Printf"); else if(i > 0) yymsg(0, "%d extra argument%s in Printf", i, (i > 1) ? "s" : ""); else{ - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); - FILE *fp = Fopen(tmp.c_str(), (yyvsp[-2].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(8) - (9)].c)); + FILE *fp = Fopen(tmp.c_str(), (yyvsp[(7) - (9)].c)); if(!fp){ yymsg(0, "Unable to open file '%s'", tmp.c_str()); } @@ -4516,19 +5143,18 @@ yyreduce: fclose(fp); } } - Free((yyvsp[-6].c)); - Free((yyvsp[-1].c)); - List_Delete((yyvsp[-4].l)); - } -#line 4524 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (9)].c)); + Free((yyvsp[(8) - (9)].c)); + List_Delete((yyvsp[(5) - (9)].l)); + ;} break; case 30: -#line 313 "Gmsh.y" /* yacc.c:1646 */ +#line 313 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-5].c), "View") && ViewData->finalize()){ - ViewData->setName((yyvsp[-4].c)); + if(!strcmp((yyvsp[(1) - (6)].c), "View") && ViewData->finalize()){ + ViewData->setName((yyvsp[(2) - (6)].c)); ViewData->setFileName(gmsh_yyname); ViewData->setFileIndex(gmsh_yyviewindex++); new PView(ViewData); @@ -4536,51 +5162,48 @@ yyreduce: else delete ViewData; #endif - Free((yyvsp[-5].c)); Free((yyvsp[-4].c)); - } -#line 4542 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(2) - (6)].c)); + ;} break; case 31: -#line 327 "Gmsh.y" /* yacc.c:1646 */ +#line 327 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-4].c), "View")){ - int index = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(2) - (6)].c), "View")){ + int index = (int)(yyvsp[(4) - (6)].d); if(index >= 0 && index < (int)PView::list.size()) new PView(PView::list[index], false); else yymsg(0, "Unknown view %d", index); } #endif - Free((yyvsp[-4].c)); - } -#line 4559 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (6)].c)); + ;} break; case 32: -#line 340 "Gmsh.y" /* yacc.c:1646 */ +#line 340 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-4].c), "View")){ - int index = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(2) - (6)].c), "View")){ + int index = (int)(yyvsp[(4) - (6)].d); if(index >= 0 && index < (int)PView::list.size()) new PView(PView::list[index], true); else yymsg(0, "Unknown view %d", index); } #endif - Free((yyvsp[-4].c)); - } -#line 4576 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (6)].c)); + ;} break; case 33: -#line 353 "Gmsh.y" /* yacc.c:1646 */ +#line 353 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-6].c), "View")){ - int index = (int)(yyvsp[-4].d), index2 = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(2) - (8)].c), "View")){ + int index = (int)(yyvsp[(4) - (8)].d), index2 = (int)(yyvsp[(6) - (8)].d); if(index >= 0 && index < (int)PView::list.size() && index2 >= 0 && index2 < (int)PView::list.size()){ PView::list[index2]->setOptions(PView::list[index]->getOptions()); @@ -4589,155 +5212,148 @@ yyreduce: yymsg(0, "Unknown view %d or %d", index, index2); } #endif - Free((yyvsp[-6].c)); - } -#line 4595 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (8)].c)); + ;} break; case 34: -#line 371 "Gmsh.y" /* yacc.c:1646 */ +#line 371 "Gmsh.y" { #if defined(HAVE_POST) ViewData = new PViewDataList(); #endif - } -#line 4605 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 40: -#line 385 "Gmsh.y" /* yacc.c:1646 */ - { ViewCoord.push_back((yyvsp[0].d)); } -#line 4611 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 385 "Gmsh.y" + { ViewCoord.push_back((yyvsp[(1) - (1)].d)); ;} break; case 41: -#line 387 "Gmsh.y" /* yacc.c:1646 */ - { ViewCoord.push_back((yyvsp[0].d)); } -#line 4617 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 387 "Gmsh.y" + { ViewCoord.push_back((yyvsp[(3) - (3)].d)); ;} break; case 42: -#line 392 "Gmsh.y" /* yacc.c:1646 */ - { if(ViewValueList) ViewValueList->push_back((yyvsp[0].d)); } -#line 4623 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 392 "Gmsh.y" + { if(ViewValueList) ViewValueList->push_back((yyvsp[(1) - (1)].d)); ;} break; case 43: -#line 394 "Gmsh.y" /* yacc.c:1646 */ - { if(ViewValueList) ViewValueList->push_back((yyvsp[0].d)); } -#line 4629 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 394 "Gmsh.y" + { if(ViewValueList) ViewValueList->push_back((yyvsp[(3) - (3)].d)); ;} break; case 44: -#line 399 "Gmsh.y" /* yacc.c:1646 */ +#line 399 "Gmsh.y" { #if defined(HAVE_POST) - if(!strncmp((yyvsp[0].c), "SP", 2)){ + if(!strncmp((yyvsp[(1) - (1)].c), "SP", 2)){ ViewValueList = &ViewData->SP; ViewNumList = &ViewData->NbSP; } - else if(!strncmp((yyvsp[0].c), "VP", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VP", 2)){ ViewValueList = &ViewData->VP; ViewNumList = &ViewData->NbVP; } - else if(!strncmp((yyvsp[0].c), "TP", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TP", 2)){ ViewValueList = &ViewData->TP; ViewNumList = &ViewData->NbTP; } - else if(!strncmp((yyvsp[0].c), "SL", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SL", 2)){ ViewValueList = &ViewData->SL; ViewNumList = &ViewData->NbSL; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_LIN); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN); } - else if(!strncmp((yyvsp[0].c), "VL", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VL", 2)){ ViewValueList = &ViewData->VL; ViewNumList = &ViewData->NbVL; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_LIN); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN); } - else if(!strncmp((yyvsp[0].c), "TL", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TL", 2)){ ViewValueList = &ViewData->TL; ViewNumList = &ViewData->NbTL; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_LIN); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN); } - else if(!strncmp((yyvsp[0].c), "ST", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "ST", 2)){ ViewValueList = &ViewData->ST; ViewNumList = &ViewData->NbST; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI); } - else if(!strncmp((yyvsp[0].c), "VT", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VT", 2)){ ViewValueList = &ViewData->VT; ViewNumList = &ViewData->NbVT; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI); } - else if(!strncmp((yyvsp[0].c), "TT", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TT", 2)){ ViewValueList = &ViewData->TT; ViewNumList = &ViewData->NbTT; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI); } - else if(!strncmp((yyvsp[0].c), "SQ", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SQ", 2)){ ViewValueList = &ViewData->SQ; ViewNumList = &ViewData->NbSQ; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_QUA); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA); } - else if(!strncmp((yyvsp[0].c), "VQ", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VQ", 2)){ ViewValueList = &ViewData->VQ; ViewNumList = &ViewData->NbVQ; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_QUA); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA); } - else if(!strncmp((yyvsp[0].c), "TQ", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TQ", 2)){ ViewValueList = &ViewData->TQ; ViewNumList = &ViewData->NbTQ; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_QUA); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA); } - else if(!strncmp((yyvsp[0].c), "SS", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SS", 2)){ ViewValueList = &ViewData->SS; ViewNumList = &ViewData->NbSS; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TET); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET); } - else if(!strncmp((yyvsp[0].c), "VS", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VS", 2)){ ViewValueList = &ViewData->VS; ViewNumList = &ViewData->NbVS; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TET); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET); } - else if(!strncmp((yyvsp[0].c), "TS", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TS", 2)){ ViewValueList = &ViewData->TS; ViewNumList = &ViewData->NbTS; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_TET); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET); } - else if(!strncmp((yyvsp[0].c), "SH", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SH", 2)){ ViewValueList = &ViewData->SH; ViewNumList = &ViewData->NbSH; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_HEX); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX); } - else if(!strncmp((yyvsp[0].c), "VH", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VH", 2)){ ViewValueList = &ViewData->VH; ViewNumList = &ViewData->NbVH; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_HEX); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX); } - else if(!strncmp((yyvsp[0].c), "TH", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TH", 2)){ ViewValueList = &ViewData->TH; ViewNumList = &ViewData->NbTH; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_HEX); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX); } - else if(!strncmp((yyvsp[0].c), "SI", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SI", 2)){ ViewValueList = &ViewData->SI; ViewNumList = &ViewData->NbSI; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI); } - else if(!strncmp((yyvsp[0].c), "VI", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VI", 2)){ ViewValueList = &ViewData->VI; ViewNumList = &ViewData->NbVI; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI); } - else if(!strncmp((yyvsp[0].c), "TI", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TI", 2)){ ViewValueList = &ViewData->TI; ViewNumList = &ViewData->NbTI; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PRI); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI); } - else if(!strncmp((yyvsp[0].c), "SY", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "SY", 2)){ ViewValueList = &ViewData->SY; ViewNumList = &ViewData->NbSY; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PYR); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR); } - else if(!strncmp((yyvsp[0].c), "VY", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "VY", 2)){ ViewValueList = &ViewData->VY; ViewNumList = &ViewData->NbVY; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PYR); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR); } - else if(!strncmp((yyvsp[0].c), "TY", 2)){ + else if(!strncmp((yyvsp[(1) - (1)].c), "TY", 2)){ ViewValueList = &ViewData->TY; ViewNumList = &ViewData->NbTY; - if(strlen((yyvsp[0].c)) > 2) ViewData->setOrder2(TYPE_PYR); + if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR); } else{ - yymsg(0, "Unknown element type '%s'", (yyvsp[0].c)); + yymsg(0, "Unknown element type '%s'", (yyvsp[(1) - (1)].c)); ViewValueList = 0; ViewNumList = 0; } #endif ViewCoord.clear(); - Free((yyvsp[0].c)); - } -#line 4737 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (1)].c)); + ;} break; case 45: -#line 503 "Gmsh.y" /* yacc.c:1646 */ +#line 503 "Gmsh.y" { #if defined(HAVE_POST) if(ViewValueList){ @@ -4746,111 +5362,101 @@ yyreduce: ViewValueList->push_back(ViewCoord[3 * j + i]); } #endif - } -#line 4751 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 46: -#line 513 "Gmsh.y" /* yacc.c:1646 */ +#line 513 "Gmsh.y" { #if defined(HAVE_POST) if(ViewValueList) (*ViewNumList)++; #endif - } -#line 4761 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 47: -#line 522 "Gmsh.y" /* yacc.c:1646 */ +#line 522 "Gmsh.y" { #if defined(HAVE_POST) - for(int i = 0; i < (int)strlen((yyvsp[0].c)) + 1; i++) ViewData->T2C.push_back((yyvsp[0].c)[i]); + for(int i = 0; i < (int)strlen((yyvsp[(1) - (1)].c)) + 1; i++) ViewData->T2C.push_back((yyvsp[(1) - (1)].c)[i]); #endif - Free((yyvsp[0].c)); - } -#line 4772 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (1)].c)); + ;} break; case 48: -#line 529 "Gmsh.y" /* yacc.c:1646 */ +#line 529 "Gmsh.y" { #if defined(HAVE_POST) - for(int i = 0; i < (int)strlen((yyvsp[0].c)) + 1; i++) ViewData->T2C.push_back((yyvsp[0].c)[i]); + for(int i = 0; i < (int)strlen((yyvsp[(3) - (3)].c)) + 1; i++) ViewData->T2C.push_back((yyvsp[(3) - (3)].c)[i]); #endif - Free((yyvsp[0].c)); - } -#line 4783 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (3)].c)); + ;} break; case 49: -#line 539 "Gmsh.y" /* yacc.c:1646 */ +#line 539 "Gmsh.y" { #if defined(HAVE_POST) - ViewData->T2D.push_back((yyvsp[-5].d)); - ViewData->T2D.push_back((yyvsp[-3].d)); - ViewData->T2D.push_back((yyvsp[-1].d)); + ViewData->T2D.push_back((yyvsp[(3) - (8)].d)); + ViewData->T2D.push_back((yyvsp[(5) - (8)].d)); + ViewData->T2D.push_back((yyvsp[(7) - (8)].d)); ViewData->T2D.push_back(ViewData->T2C.size()); #endif - } -#line 4796 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 50: -#line 548 "Gmsh.y" /* yacc.c:1646 */ +#line 548 "Gmsh.y" { #if defined(HAVE_POST) ViewData->NbT2++; #endif - } -#line 4806 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 51: -#line 557 "Gmsh.y" /* yacc.c:1646 */ +#line 557 "Gmsh.y" { #if defined(HAVE_POST) - for(int i = 0; i < (int)strlen((yyvsp[0].c)) + 1; i++) ViewData->T3C.push_back((yyvsp[0].c)[i]); + for(int i = 0; i < (int)strlen((yyvsp[(1) - (1)].c)) + 1; i++) ViewData->T3C.push_back((yyvsp[(1) - (1)].c)[i]); #endif - Free((yyvsp[0].c)); - } -#line 4817 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (1)].c)); + ;} break; case 52: -#line 564 "Gmsh.y" /* yacc.c:1646 */ +#line 564 "Gmsh.y" { #if defined(HAVE_POST) - for(int i = 0; i < (int)strlen((yyvsp[0].c)) + 1; i++) ViewData->T3C.push_back((yyvsp[0].c)[i]); + for(int i = 0; i < (int)strlen((yyvsp[(3) - (3)].c)) + 1; i++) ViewData->T3C.push_back((yyvsp[(3) - (3)].c)[i]); #endif - Free((yyvsp[0].c)); - } -#line 4828 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (3)].c)); + ;} break; case 53: -#line 574 "Gmsh.y" /* yacc.c:1646 */ +#line 574 "Gmsh.y" { #if defined(HAVE_POST) - ViewData->T3D.push_back((yyvsp[-7].d)); ViewData->T3D.push_back((yyvsp[-5].d)); - ViewData->T3D.push_back((yyvsp[-3].d)); ViewData->T3D.push_back((yyvsp[-1].d)); + ViewData->T3D.push_back((yyvsp[(3) - (10)].d)); ViewData->T3D.push_back((yyvsp[(5) - (10)].d)); + ViewData->T3D.push_back((yyvsp[(7) - (10)].d)); ViewData->T3D.push_back((yyvsp[(9) - (10)].d)); ViewData->T3D.push_back(ViewData->T3C.size()); #endif - } -#line 4840 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 54: -#line 582 "Gmsh.y" /* yacc.c:1646 */ +#line 582 "Gmsh.y" { #if defined(HAVE_POST) ViewData->NbT3++; #endif - } -#line 4850 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 55: -#line 592 "Gmsh.y" /* yacc.c:1646 */ +#line 592 "Gmsh.y" { #if defined(HAVE_POST) int type = @@ -4862,15 +5468,14 @@ yyreduce: (ViewData->NbSI || ViewData->NbVI) ? TYPE_PRI : (ViewData->NbSH || ViewData->NbVH) ? TYPE_HEX : 0; - ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[-5].l)), - ListOfListOfDouble2Matrix((yyvsp[-2].l))); + ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[(3) - (8)].l)), + ListOfListOfDouble2Matrix((yyvsp[(6) - (8)].l))); #endif - } -#line 4870 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 56: -#line 611 "Gmsh.y" /* yacc.c:1646 */ +#line 611 "Gmsh.y" { #if defined(HAVE_POST) int type = @@ -4880,164 +5485,148 @@ yyreduce: (ViewData->NbSS || ViewData->NbVS) ? TYPE_TET : (ViewData->NbSH || ViewData->NbVH) ? TYPE_HEX : 0; - ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[-11].l)), - ListOfListOfDouble2Matrix((yyvsp[-8].l)), - ListOfListOfDouble2Matrix((yyvsp[-5].l)), - ListOfListOfDouble2Matrix((yyvsp[-2].l))); + ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[(3) - (14)].l)), + ListOfListOfDouble2Matrix((yyvsp[(6) - (14)].l)), + ListOfListOfDouble2Matrix((yyvsp[(9) - (14)].l)), + ListOfListOfDouble2Matrix((yyvsp[(12) - (14)].l))); #endif - } -#line 4890 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 57: -#line 630 "Gmsh.y" /* yacc.c:1646 */ +#line 630 "Gmsh.y" { #if defined(HAVE_POST) ViewValueList = &ViewData->Time; #endif - } -#line 4900 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 58: -#line 636 "Gmsh.y" /* yacc.c:1646 */ +#line 636 "Gmsh.y" { - } -#line 4907 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 59: -#line 643 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 0; } -#line 4913 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 643 "Gmsh.y" + { (yyval.i) = 0; ;} break; case 60: -#line 644 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 1; } -#line 4919 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 644 "Gmsh.y" + { (yyval.i) = 1; ;} break; case 61: -#line 645 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 2; } -#line 4925 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 645 "Gmsh.y" + { (yyval.i) = 2; ;} break; case 62: -#line 646 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 3; } -#line 4931 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 646 "Gmsh.y" + { (yyval.i) = 3; ;} break; case 63: -#line 647 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 4; } -#line 4937 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 647 "Gmsh.y" + { (yyval.i) = 4; ;} break; case 64: -#line 651 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = 1; } -#line 4943 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 651 "Gmsh.y" + { (yyval.i) = 1; ;} break; case 65: -#line 652 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.i) = -1; } -#line 4949 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 652 "Gmsh.y" + { (yyval.i) = -1; ;} break; case 66: -#line 658 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"("; } -#line 4955 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 658 "Gmsh.y" + { (yyval.c) = (char*)"("; ;} break; case 67: -#line 658 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"["; } -#line 4961 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 658 "Gmsh.y" + { (yyval.c) = (char*)"["; ;} break; case 68: -#line 659 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)")"; } -#line 4967 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 659 "Gmsh.y" + { (yyval.c) = (char*)")"; ;} break; case 69: -#line 659 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"]"; } -#line 4973 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 659 "Gmsh.y" + { (yyval.c) = (char*)"]"; ;} break; case 72: -#line 668 "Gmsh.y" /* yacc.c:1646 */ +#line 668 "Gmsh.y" { - Msg::SetOnelabNumber((yyvsp[-4].c), (yyvsp[-2].d)); - Free((yyvsp[-4].c)); - } -#line 4982 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Msg::SetOnelabNumber((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].d)); + Free((yyvsp[(3) - (7)].c)); + ;} break; case 73: -#line 673 "Gmsh.y" /* yacc.c:1646 */ +#line 673 "Gmsh.y" { - Msg::SetOnelabString((yyvsp[-4].c), (yyvsp[-2].c)); - Free((yyvsp[-4].c)); - Free((yyvsp[-2].c)); - } -#line 4992 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Msg::SetOnelabString((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].c)); + Free((yyvsp[(3) - (7)].c)); + Free((yyvsp[(5) - (7)].c)); + ;} break; case 74: -#line 679 "Gmsh.y" /* yacc.c:1646 */ +#line 679 "Gmsh.y" { - if(!gmsh_yysymbols.count((yyvsp[-3].c)) && (yyvsp[-2].i) && List_Nbr((yyvsp[-1].l)) == 1){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-3].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c)) && (yyvsp[(2) - (4)].i) && List_Nbr((yyvsp[(3) - (4)].l)) == 1){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-3].c)]); - if(!(yyvsp[-2].i)) s.list = (List_Nbr((yyvsp[-1].l)) != 1); // list if 0 or > 1 elements + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); + if(!(yyvsp[(2) - (4)].i)) s.list = (List_Nbr((yyvsp[(3) - (4)].l)) != 1); // list if 0 or > 1 elements if(!s.list){ // single expression - if(List_Nbr((yyvsp[-1].l)) != 1){ - yymsg(0, "Cannot assign list to variable '%s'", (yyvsp[-3].c)); + if(List_Nbr((yyvsp[(3) - (4)].l)) != 1){ + yymsg(0, "Cannot assign list to variable '%s'", (yyvsp[(1) - (4)].c)); } else{ double d; - List_Read((yyvsp[-1].l), 0, &d); + List_Read((yyvsp[(3) - (4)].l), 0, &d); if(s.value.empty()){ - if((yyvsp[-2].i)) yymsg(1, "Uninitialized variable '%s'", (yyvsp[-3].c)); + if((yyvsp[(2) - (4)].i)) yymsg(1, "Uninitialized variable '%s'", (yyvsp[(1) - (4)].c)); s.value.resize(1, 0.); } - switch((yyvsp[-2].i)){ + switch((yyvsp[(2) - (4)].i)){ case 0 : s.value[0] = d; break; case 1 : s.value[0] += d; break; case 2 : s.value[0] -= d; break; case 3 : s.value[0] *= d; break; case 4 : if(d) s.value[0] /= d; - else yymsg(0, "Division by zero in '%s /= %g'", (yyvsp[-3].c), d); + else yymsg(0, "Division by zero in '%s /= %g'", (yyvsp[(1) - (4)].c), d); break; } } } else{ // list of expressions - switch((yyvsp[-2].i)){ + switch((yyvsp[(2) - (4)].i)){ case 0: // affect s.value.clear(); // fall-through case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); s.value.push_back(d); } break; case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); std::vector<double>::iterator it = std::find(s.value.begin(), s.value.end(), d); if(it != s.value.end()) s.value.erase(it); @@ -5049,30 +5638,29 @@ yyreduce: } } } - Free((yyvsp[-3].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5056 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 75: -#line 739 "Gmsh.y" /* yacc.c:1646 */ +#line 739 "Gmsh.y" { - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-5].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); s.list = true; double d; - switch((yyvsp[-2].i)){ + switch((yyvsp[(4) - (6)].i)){ case 0: // affect s.value.clear(); // fall-through case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ - List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ + List_Read((yyvsp[(5) - (6)].l), i, &d); s.value.push_back(d); } break; case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ - List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ + List_Read((yyvsp[(5) - (6)].l), i, &d); std::vector<double>::iterator it = std::find(s.value.begin(), s.value.end(), d); if(it != s.value.end()) s.value.erase(it); @@ -5082,30 +5670,29 @@ yyreduce: yymsg(0, "Operators *= and /= not available for lists"); break; } - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5089 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(5) - (6)].l)); + ;} break; case 76: -#line 768 "Gmsh.y" /* yacc.c:1646 */ +#line 768 "Gmsh.y" { - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-5].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); s.list = true; double d; - switch((yyvsp[-2].i)){ + switch((yyvsp[(4) - (6)].i)){ case 0: // affect s.value.clear(); // fall-through case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ - List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ + List_Read((yyvsp[(5) - (6)].l), i, &d); s.value.push_back(d); } break; case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ - List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ + List_Read((yyvsp[(5) - (6)].l), i, &d); std::vector<double>::iterator it = std::find(s.value.begin(), s.value.end(), d); if(it != s.value.end()) s.value.erase(it); @@ -5115,823 +5702,759 @@ yyreduce: yymsg(0, "Operators *= and /= not available for lists"); break; } - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5122 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(5) - (6)].l)); + ;} break; case 77: -#line 797 "Gmsh.y" /* yacc.c:1646 */ +#line 797 "Gmsh.y" { - assignVariable((yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-2].i), (yyvsp[-1].d)); - Free((yyvsp[-6].c)); - } -#line 5131 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); + Free((yyvsp[(1) - (7)].c)); + ;} break; case 78: -#line 802 "Gmsh.y" /* yacc.c:1646 */ +#line 802 "Gmsh.y" { - assignVariable((yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-2].i), (yyvsp[-1].d)); - Free((yyvsp[-6].c)); - } -#line 5140 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); + Free((yyvsp[(1) - (7)].c)); + ;} break; case 79: -#line 807 "Gmsh.y" /* yacc.c:1646 */ +#line 807 "Gmsh.y" { - assignVariable((yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-2].i), (yyvsp[-1].d)); - Free((yyvsp[-6].c)); - } -#line 5149 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); + Free((yyvsp[(1) - (7)].c)); + ;} break; case 80: -#line 812 "Gmsh.y" /* yacc.c:1646 */ +#line 812 "Gmsh.y" { - assignVariable((yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-2].i), (yyvsp[-1].d)); - Free((yyvsp[-6].c)); - } -#line 5158 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); + Free((yyvsp[(1) - (7)].c)); + ;} break; case 81: -#line 817 "Gmsh.y" /* yacc.c:1646 */ +#line 817 "Gmsh.y" { - assignVariables((yyvsp[-8].c), (yyvsp[-5].l), (yyvsp[-2].i), (yyvsp[-1].l)); - Free((yyvsp[-8].c)); - List_Delete((yyvsp[-5].l)); - List_Delete((yyvsp[-1].l)); - } -#line 5169 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariables((yyvsp[(1) - (9)].c), (yyvsp[(4) - (9)].l), (yyvsp[(7) - (9)].i), (yyvsp[(8) - (9)].l)); + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(4) - (9)].l)); + List_Delete((yyvsp[(8) - (9)].l)); + ;} break; case 82: -#line 824 "Gmsh.y" /* yacc.c:1646 */ +#line 824 "Gmsh.y" { - assignVariables((yyvsp[-8].c), (yyvsp[-5].l), (yyvsp[-2].i), (yyvsp[-1].l)); - Free((yyvsp[-8].c)); - List_Delete((yyvsp[-5].l)); - List_Delete((yyvsp[-1].l)); - } -#line 5180 "Gmsh.tab.cpp" /* yacc.c:1646 */ + assignVariables((yyvsp[(1) - (9)].c), (yyvsp[(4) - (9)].l), (yyvsp[(7) - (9)].i), (yyvsp[(8) - (9)].l)); + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(4) - (9)].l)); + List_Delete((yyvsp[(8) - (9)].l)); + ;} break; case 83: -#line 831 "Gmsh.y" /* yacc.c:1646 */ +#line 831 "Gmsh.y" { - if(!gmsh_yysymbols.count((yyvsp[-2].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-2].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-2].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (3)].c)]); if(!s.list && s.value.empty()) - yymsg(0, "Uninitialized variable '%s'", (yyvsp[-2].c)); + yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (3)].c)); else if(!s.list) - s.value[0] += (yyvsp[-1].i); + s.value[0] += (yyvsp[(2) - (3)].i); else - yymsg(0, "Variable '%s' is a list", (yyvsp[-2].c)); + yymsg(0, "Variable '%s' is a list", (yyvsp[(1) - (3)].c)); } - Free((yyvsp[-2].c)); - } -#line 5199 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (3)].c)); + ;} break; case 84: -#line 846 "Gmsh.y" /* yacc.c:1646 */ +#line 846 "Gmsh.y" { - incrementVariable((yyvsp[-5].c), (yyvsp[-3].d), (yyvsp[-1].i)); - Free((yyvsp[-5].c)); - } -#line 5208 "Gmsh.tab.cpp" /* yacc.c:1646 */ + incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); + Free((yyvsp[(1) - (6)].c)); + ;} break; case 85: -#line 851 "Gmsh.y" /* yacc.c:1646 */ +#line 851 "Gmsh.y" { - incrementVariable((yyvsp[-5].c), (yyvsp[-3].d), (yyvsp[-1].i)); - Free((yyvsp[-5].c)); - } -#line 5217 "Gmsh.tab.cpp" /* yacc.c:1646 */ + incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); + Free((yyvsp[(1) - (6)].c)); + ;} break; case 86: -#line 856 "Gmsh.y" /* yacc.c:1646 */ +#line 856 "Gmsh.y" { - incrementVariable((yyvsp[-5].c), (yyvsp[-3].d), (yyvsp[-1].i)); - Free((yyvsp[-5].c)); - } -#line 5226 "Gmsh.tab.cpp" /* yacc.c:1646 */ + incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); + Free((yyvsp[(1) - (6)].c)); + ;} break; case 87: -#line 861 "Gmsh.y" /* yacc.c:1646 */ +#line 861 "Gmsh.y" { - incrementVariable((yyvsp[-5].c), (yyvsp[-3].d), (yyvsp[-1].i)); - Free((yyvsp[-5].c)); - } -#line 5235 "Gmsh.tab.cpp" /* yacc.c:1646 */ + incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); + Free((yyvsp[(1) - (6)].c)); + ;} break; case 88: -#line 866 "Gmsh.y" /* yacc.c:1646 */ +#line 866 "Gmsh.y" { - gmsh_yystringsymbols[(yyvsp[-3].c)] = std::string((yyvsp[-1].c)); - Free((yyvsp[-3].c)); - Free((yyvsp[-1].c)); - } -#line 5245 "Gmsh.tab.cpp" /* yacc.c:1646 */ + gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)] = std::string((yyvsp[(3) - (4)].c)); + Free((yyvsp[(1) - (4)].c)); + Free((yyvsp[(3) - (4)].c)); + ;} break; case 89: -#line 875 "Gmsh.y" /* yacc.c:1646 */ +#line 875 "Gmsh.y" { - std::string tmp((yyvsp[-1].c)); - StringOption(GMSH_SET|GMSH_GUI, (yyvsp[-5].c), 0, (yyvsp[-3].c), tmp); - Free((yyvsp[-5].c)); Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 5255 "Gmsh.tab.cpp" /* yacc.c:1646 */ + std::string tmp((yyvsp[(5) - (6)].c)); + StringOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (6)].c), 0, (yyvsp[(3) - (6)].c), tmp); + Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(3) - (6)].c)); Free((yyvsp[(5) - (6)].c)); + ;} break; case 90: -#line 881 "Gmsh.y" /* yacc.c:1646 */ +#line 881 "Gmsh.y" { - std::string tmp((yyvsp[-1].c)); - StringOption(GMSH_SET|GMSH_GUI, (yyvsp[-8].c), (int)(yyvsp[-6].d), (yyvsp[-3].c), tmp); - Free((yyvsp[-8].c)); Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 5265 "Gmsh.tab.cpp" /* yacc.c:1646 */ + std::string tmp((yyvsp[(8) - (9)].c)); + StringOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (9)].c), (int)(yyvsp[(3) - (9)].d), (yyvsp[(6) - (9)].c), tmp); + Free((yyvsp[(1) - (9)].c)); Free((yyvsp[(6) - (9)].c)); Free((yyvsp[(8) - (9)].c)); + ;} break; case 91: -#line 890 "Gmsh.y" /* yacc.c:1646 */ +#line 890 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-5].c), 0, (yyvsp[-3].c), d)){ - switch((yyvsp[-2].i)){ - case 0 : d = (yyvsp[-1].d); break; - case 1 : d += (yyvsp[-1].d); break; - case 2 : d -= (yyvsp[-1].d); break; - case 3 : d *= (yyvsp[-1].d); break; + if(NumberOption(GMSH_GET, (yyvsp[(1) - (6)].c), 0, (yyvsp[(3) - (6)].c), d)){ + switch((yyvsp[(4) - (6)].i)){ + case 0 : d = (yyvsp[(5) - (6)].d); break; + case 1 : d += (yyvsp[(5) - (6)].d); break; + case 2 : d -= (yyvsp[(5) - (6)].d); break; + case 3 : d *= (yyvsp[(5) - (6)].d); break; case 4 : - if((yyvsp[-1].d)) d /= (yyvsp[-1].d); - else yymsg(0, "Division by zero in '%s.%s /= %g'", (yyvsp[-5].c), (yyvsp[-3].c), (yyvsp[-1].d)); + if((yyvsp[(5) - (6)].d)) d /= (yyvsp[(5) - (6)].d); + else yymsg(0, "Division by zero in '%s.%s /= %g'", (yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].d)); break; } - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-5].c), 0, (yyvsp[-3].c), d); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (6)].c), 0, (yyvsp[(3) - (6)].c), d); } - Free((yyvsp[-5].c)); Free((yyvsp[-3].c)); - } -#line 5287 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(3) - (6)].c)); + ;} break; case 92: -#line 908 "Gmsh.y" /* yacc.c:1646 */ +#line 908 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-8].c), (int)(yyvsp[-6].d), (yyvsp[-3].c), d)){ - switch((yyvsp[-2].i)){ - case 0 : d = (yyvsp[-1].d); break; - case 1 : d += (yyvsp[-1].d); break; - case 2 : d -= (yyvsp[-1].d); break; - case 3 : d *= (yyvsp[-1].d); break; + if(NumberOption(GMSH_GET, (yyvsp[(1) - (9)].c), (int)(yyvsp[(3) - (9)].d), (yyvsp[(6) - (9)].c), d)){ + switch((yyvsp[(7) - (9)].i)){ + case 0 : d = (yyvsp[(8) - (9)].d); break; + case 1 : d += (yyvsp[(8) - (9)].d); break; + case 2 : d -= (yyvsp[(8) - (9)].d); break; + case 3 : d *= (yyvsp[(8) - (9)].d); break; case 4 : - if((yyvsp[-1].d)) d /= (yyvsp[-1].d); - else yymsg(0, "Division by zero in '%s[%d].%s /= %g'", (yyvsp[-8].c), (int)(yyvsp[-6].d), (yyvsp[-3].c), (yyvsp[-1].d)); + if((yyvsp[(8) - (9)].d)) d /= (yyvsp[(8) - (9)].d); + else yymsg(0, "Division by zero in '%s[%d].%s /= %g'", (yyvsp[(1) - (9)].c), (int)(yyvsp[(3) - (9)].d), (yyvsp[(6) - (9)].c), (yyvsp[(8) - (9)].d)); break; } - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-8].c), (int)(yyvsp[-6].d), (yyvsp[-3].c), d); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (9)].c), (int)(yyvsp[(3) - (9)].d), (yyvsp[(6) - (9)].c), d); } - Free((yyvsp[-8].c)); Free((yyvsp[-3].c)); - } -#line 5309 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (9)].c)); Free((yyvsp[(6) - (9)].c)); + ;} break; case 93: -#line 926 "Gmsh.y" /* yacc.c:1646 */ +#line 926 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-4].c), 0, (yyvsp[-2].c), d)){ - d += (yyvsp[-1].i); - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-4].c), 0, (yyvsp[-2].c), d); + if(NumberOption(GMSH_GET, (yyvsp[(1) - (5)].c), 0, (yyvsp[(3) - (5)].c), d)){ + d += (yyvsp[(4) - (5)].i); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (5)].c), 0, (yyvsp[(3) - (5)].c), d); } - Free((yyvsp[-4].c)); Free((yyvsp[-2].c)); - } -#line 5322 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); Free((yyvsp[(3) - (5)].c)); + ;} break; case 94: -#line 935 "Gmsh.y" /* yacc.c:1646 */ +#line 935 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-7].c), (int)(yyvsp[-5].d), (yyvsp[-2].c), d)){ - d += (yyvsp[-1].i); - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-7].c), (int)(yyvsp[-5].d), (yyvsp[-2].c), d); + if(NumberOption(GMSH_GET, (yyvsp[(1) - (8)].c), (int)(yyvsp[(3) - (8)].d), (yyvsp[(6) - (8)].c), d)){ + d += (yyvsp[(7) - (8)].i); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (8)].c), (int)(yyvsp[(3) - (8)].d), (yyvsp[(6) - (8)].c), d); } - Free((yyvsp[-7].c)); Free((yyvsp[-2].c)); - } -#line 5335 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (8)].c)); Free((yyvsp[(6) - (8)].c)); + ;} break; case 95: -#line 947 "Gmsh.y" /* yacc.c:1646 */ +#line 947 "Gmsh.y" { - ColorOption(GMSH_SET|GMSH_GUI, (yyvsp[-7].c), 0, (yyvsp[-3].c), (yyvsp[-1].u)); - Free((yyvsp[-7].c)); Free((yyvsp[-3].c)); - } -#line 5344 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ColorOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (8)].c), 0, (yyvsp[(5) - (8)].c), (yyvsp[(7) - (8)].u)); + Free((yyvsp[(1) - (8)].c)); Free((yyvsp[(5) - (8)].c)); + ;} break; case 96: -#line 952 "Gmsh.y" /* yacc.c:1646 */ +#line 952 "Gmsh.y" { - ColorOption(GMSH_SET|GMSH_GUI, (yyvsp[-10].c), (int)(yyvsp[-8].d), (yyvsp[-3].c), (yyvsp[-1].u)); - Free((yyvsp[-10].c)); Free((yyvsp[-3].c)); - } -#line 5353 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ColorOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (11)].c), (int)(yyvsp[(3) - (11)].d), (yyvsp[(8) - (11)].c), (yyvsp[(10) - (11)].u)); + Free((yyvsp[(1) - (11)].c)); Free((yyvsp[(8) - (11)].c)); + ;} break; case 97: -#line 960 "Gmsh.y" /* yacc.c:1646 */ +#line 960 "Gmsh.y" { GmshColorTable *ct = GetColorTable(0); if(!ct) yymsg(0, "View[%d] does not exist", 0); else{ - ct->size = List_Nbr((yyvsp[-1].l)); + ct->size = List_Nbr((yyvsp[(5) - (6)].l)); if(ct->size > COLORTABLE_NBMAX_COLOR) yymsg(0, "Too many (%d>%d) colors in View[%d].ColorTable", ct->size, COLORTABLE_NBMAX_COLOR, 0); else - for(int i = 0; i < ct->size; i++) List_Read((yyvsp[-1].l), i, &ct->table[i]); + for(int i = 0; i < ct->size; i++) List_Read((yyvsp[(5) - (6)].l), i, &ct->table[i]); if(ct->size == 1){ ct->size = 2; ct->table[1] = ct->table[0]; } } - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5377 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(5) - (6)].l)); + ;} break; case 98: -#line 980 "Gmsh.y" /* yacc.c:1646 */ +#line 980 "Gmsh.y" { - GmshColorTable *ct = GetColorTable((int)(yyvsp[-6].d)); + GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (9)].d)); if(!ct) - yymsg(0, "View[%d] does not exist", (int)(yyvsp[-6].d)); + yymsg(0, "View[%d] does not exist", (int)(yyvsp[(3) - (9)].d)); else{ - ct->size = List_Nbr((yyvsp[-1].l)); + ct->size = List_Nbr((yyvsp[(8) - (9)].l)); if(ct->size > COLORTABLE_NBMAX_COLOR) yymsg(0, "Too many (%d>%d) colors in View[%d].ColorTable", - ct->size, COLORTABLE_NBMAX_COLOR, (int)(yyvsp[-6].d)); + ct->size, COLORTABLE_NBMAX_COLOR, (int)(yyvsp[(3) - (9)].d)); else - for(int i = 0; i < ct->size; i++) List_Read((yyvsp[-1].l), i, &ct->table[i]); + for(int i = 0; i < ct->size; i++) List_Read((yyvsp[(8) - (9)].l), i, &ct->table[i]); if(ct->size == 1){ ct->size = 2; ct->table[1] = ct->table[0]; } } - Free((yyvsp[-8].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5401 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(8) - (9)].l)); + ;} break; case 99: -#line 1003 "Gmsh.y" /* yacc.c:1646 */ +#line 1003 "Gmsh.y" { #if defined(HAVE_MESH) - if(!strcmp((yyvsp[-4].c),"Background")) - GModel::current()->getFields()->setBackgroundFieldId((int)(yyvsp[-1].d)); - else if(!strcmp((yyvsp[-4].c),"BoundaryLayer")) - GModel::current()->getFields()->setBoundaryLayerFieldId((int)(yyvsp[-1].d)); + if(!strcmp((yyvsp[(1) - (5)].c),"Background")) + GModel::current()->getFields()->setBackgroundFieldId((int)(yyvsp[(4) - (5)].d)); + else if(!strcmp((yyvsp[(1) - (5)].c),"BoundaryLayer")) + GModel::current()->getFields()->setBoundaryLayerFieldId((int)(yyvsp[(4) - (5)].d)); else - yymsg(0, "Unknown command %s Field", (yyvsp[-4].c)); + yymsg(0, "Unknown command %s Field", (yyvsp[(1) - (5)].c)); #endif - } -#line 5416 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 100: -#line 1014 "Gmsh.y" /* yacc.c:1646 */ +#line 1014 "Gmsh.y" { #if defined(HAVE_MESH) - if(!GModel::current()->getFields()->newField((int)(yyvsp[-4].d), (yyvsp[-1].c))) - yymsg(0, "Cannot create field %i of type '%s'", (int)(yyvsp[-4].d), (yyvsp[-1].c)); + if(!GModel::current()->getFields()->newField((int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c))) + yymsg(0, "Cannot create field %i of type '%s'", (int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c)); #endif - Free((yyvsp[-1].c)); - } -#line 5428 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(6) - (7)].c)); + ;} break; case 101: -#line 1022 "Gmsh.y" /* yacc.c:1646 */ +#line 1022 "Gmsh.y" { #if defined(HAVE_MESH) - Field *field = GModel::current()->getFields()->get((int)(yyvsp[-6].d)); + Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d)); if(field){ - FieldOption *option = field->options[(yyvsp[-3].c)]; + FieldOption *option = field->options[(yyvsp[(6) - (9)].c)]; if(option){ - try { option->numericalValue((yyvsp[-1].d)); } + try { option->numericalValue((yyvsp[(8) - (9)].d)); } catch(...){ yymsg(0, "Cannot assign a numerical value to option '%s' " - "in field %i of type '%s'", (yyvsp[-3].c), (int)(yyvsp[-6].d), field->getName()); + "in field %i of type '%s'", (yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName()); } } else yymsg(0, "Unknown option '%s' in field %i of type '%s'", - (yyvsp[-3].c), (int)(yyvsp[-6].d), field->getName()); + (yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName()); } else - yymsg(0, "No field with id %i", (int)(yyvsp[-6].d)); + yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (9)].d)); #endif - Free((yyvsp[-3].c)); - } -#line 5454 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(6) - (9)].c)); + ;} break; case 102: -#line 1044 "Gmsh.y" /* yacc.c:1646 */ +#line 1044 "Gmsh.y" { #if defined(HAVE_MESH) - Field *field = GModel::current()->getFields()->get((int)(yyvsp[-6].d)); + Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d)); if(field){ - FieldOption *option = field->options[(yyvsp[-3].c)]; + FieldOption *option = field->options[(yyvsp[(6) - (9)].c)]; if(option){ - try { option->string((yyvsp[-1].c)); } + try { option->string((yyvsp[(8) - (9)].c)); } catch (...){ yymsg(0, "Cannot assign a string value to option '%s' " - "in field %i of type '%s'", (yyvsp[-3].c), (int)(yyvsp[-6].d), field->getName()); + "in field %i of type '%s'", (yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName()); } } else yymsg(0, "Unknown option '%s' in field %i of type '%s'", - (yyvsp[-3].c), (int)(yyvsp[-6].d), field->getName()); + (yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName()); } else - yymsg(0, "No field with id %i", (int)(yyvsp[-6].d)); + yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (9)].d)); #endif - Free((yyvsp[-3].c)); - Free((yyvsp[-1].c)); - } -#line 5481 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(6) - (9)].c)); + Free((yyvsp[(8) - (9)].c)); + ;} break; case 103: -#line 1067 "Gmsh.y" /* yacc.c:1646 */ +#line 1067 "Gmsh.y" { #if defined(HAVE_MESH) - Field *field = GModel::current()->getFields()->get((int)(yyvsp[-8].d)); + Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (11)].d)); if(field){ - FieldOption *option = field->options[(yyvsp[-5].c)]; + FieldOption *option = field->options[(yyvsp[(6) - (11)].c)]; if(option){ std::list<int> vl = option->list(); vl.clear(); - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(9) - (11)].l)); i++){ double id; - List_Read((yyvsp[-2].l), i, &id); + List_Read((yyvsp[(9) - (11)].l), i, &id); vl.push_back((int)id); } option->list(vl); } else yymsg(0, "Unknown option '%s' in field %i of type '%s'", - (yyvsp[-5].c), (int)(yyvsp[-8].d), field->getName()); + (yyvsp[(6) - (11)].c), (int)(yyvsp[(3) - (11)].d), field->getName()); } else - yymsg(0, "No field with id %i", (int)(yyvsp[-8].d)); + yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (11)].d)); #endif - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-2].l)); - } -#line 5511 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(6) - (11)].c)); + List_Delete((yyvsp[(9) - (11)].l)); + ;} break; case 104: -#line 1093 "Gmsh.y" /* yacc.c:1646 */ +#line 1093 "Gmsh.y" { #if defined(HAVE_MESH) - Field *field = GModel::current()->getFields()->get((int)(yyvsp[-4].d)); + Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (7)].d)); if(field){ - FieldCallback *callback = field->callbacks[(yyvsp[-1].c)]; + FieldCallback *callback = field->callbacks[(yyvsp[(6) - (7)].c)]; if(callback) { callback->run(); } else yymsg(0, "Unknown callback '%s' in field %i of type '%s'", - (yyvsp[-1].c), (int)(yyvsp[-4].d), field->getName()); + (yyvsp[(6) - (7)].c), (int)(yyvsp[(3) - (7)].d), field->getName()); } else - yymsg(0, "No field with id %i", (int)(yyvsp[-4].d)); + yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (7)].d)); #endif - Free((yyvsp[-1].c)); - } -#line 5533 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(6) - (7)].c)); + ;} break; case 105: -#line 1114 "Gmsh.y" /* yacc.c:1646 */ +#line 1114 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { - PluginManager::instance()->setPluginOption((yyvsp[-6].c), (yyvsp[-3].c), (yyvsp[-1].d)); + PluginManager::instance()->setPluginOption((yyvsp[(3) - (9)].c), (yyvsp[(6) - (9)].c), (yyvsp[(8) - (9)].d)); } catch (...) { - yymsg(0, "Unknown option '%s' or plugin '%s'", (yyvsp[-3].c), (yyvsp[-6].c)); + yymsg(0, "Unknown option '%s' or plugin '%s'", (yyvsp[(6) - (9)].c), (yyvsp[(3) - (9)].c)); } #endif - Free((yyvsp[-6].c)); Free((yyvsp[-3].c)); - } -#line 5549 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (9)].c)); Free((yyvsp[(6) - (9)].c)); + ;} break; case 106: -#line 1126 "Gmsh.y" /* yacc.c:1646 */ +#line 1126 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { - PluginManager::instance()->setPluginOption((yyvsp[-6].c), (yyvsp[-3].c), (yyvsp[-1].c)); + PluginManager::instance()->setPluginOption((yyvsp[(3) - (9)].c), (yyvsp[(6) - (9)].c), (yyvsp[(8) - (9)].c)); } catch (...) { - yymsg(0, "Unknown option '%s' or plugin '%s'", (yyvsp[-3].c), (yyvsp[-6].c)); + yymsg(0, "Unknown option '%s' or plugin '%s'", (yyvsp[(6) - (9)].c), (yyvsp[(3) - (9)].c)); } #endif - Free((yyvsp[-6].c)); Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 5565 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (9)].c)); Free((yyvsp[(6) - (9)].c)); Free((yyvsp[(8) - (9)].c)); + ;} break; case 110: -#line 1144 "Gmsh.y" /* yacc.c:1646 */ +#line 1144 "Gmsh.y" { - std::string key((yyvsp[0].c)); + std::string key((yyvsp[(3) - (3)].c)); std::vector<double> val(1, 0.); if(!gmsh_yysymbols.count(key)){ gmsh_yysymbols[key].value = val; } - Free((yyvsp[0].c)); - } -#line 5578 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (3)].c)); + ;} break; case 111: -#line 1153 "Gmsh.y" /* yacc.c:1646 */ +#line 1153 "Gmsh.y" { - std::string key((yyvsp[-2].c)); - std::vector<double> val(1, (yyvsp[0].d)); + std::string key((yyvsp[(3) - (5)].c)); + std::vector<double> val(1, (yyvsp[(5) - (5)].d)); if(!gmsh_yysymbols.count(key)){ gmsh_yysymbols[key].value = val; } - Free((yyvsp[-2].c)); - } -#line 5591 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (5)].c)); + ;} break; case 112: -#line 1162 "Gmsh.y" /* yacc.c:1646 */ - { floatOptions.clear(); charOptions.clear(); } -#line 5597 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 1162 "Gmsh.y" + { floatOptions.clear(); charOptions.clear(); ;} break; case 113: -#line 1164 "Gmsh.y" /* yacc.c:1646 */ +#line 1164 "Gmsh.y" { - std::string key((yyvsp[-6].c)); + std::string key((yyvsp[(3) - (9)].c)); std::vector<double> val; - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(6) - (9)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); + List_Read((yyvsp[(6) - (9)].l), i, &d); val.push_back(d); } if(!gmsh_yysymbols.count(key)){ Msg::ExchangeOnelabParameter(key, val, floatOptions, charOptions); gmsh_yysymbols[key].value = val; } - Free((yyvsp[-6].c)); - Free((yyvsp[-3].l)); - } -#line 5617 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (9)].c)); + Free((yyvsp[(6) - (9)].l)); + ;} break; case 114: -#line 1180 "Gmsh.y" /* yacc.c:1646 */ +#line 1180 "Gmsh.y" { - std::string key((yyvsp[-2].c)), val((yyvsp[0].c)); + std::string key((yyvsp[(3) - (5)].c)), val((yyvsp[(5) - (5)].c)); if(!gmsh_yystringsymbols.count(key)){ gmsh_yystringsymbols[key] = val; } - Free((yyvsp[-2].c)); - Free((yyvsp[0].c)); - } -#line 5630 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (5)].c)); + Free((yyvsp[(5) - (5)].c)); + ;} break; case 115: -#line 1189 "Gmsh.y" /* yacc.c:1646 */ - { floatOptions.clear(); charOptions.clear(); } -#line 5636 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 1189 "Gmsh.y" + { floatOptions.clear(); charOptions.clear(); ;} break; case 116: -#line 1191 "Gmsh.y" /* yacc.c:1646 */ +#line 1191 "Gmsh.y" { - std::string key((yyvsp[-6].c)), val((yyvsp[-3].c)); + std::string key((yyvsp[(3) - (9)].c)), val((yyvsp[(6) - (9)].c)); if(!gmsh_yysymbols.count(key)){ Msg::ExchangeOnelabParameter(key, val, floatOptions, charOptions); gmsh_yystringsymbols[key] = val; } - Free((yyvsp[-6].c)); - Free((yyvsp[-3].c)); - } -#line 5650 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (9)].c)); + Free((yyvsp[(6) - (9)].c)); + ;} break; case 118: -#line 1205 "Gmsh.y" /* yacc.c:1646 */ +#line 1205 "Gmsh.y" { - std::string name((yyvsp[0].c)); + std::string name((yyvsp[(3) - (3)].c)); Msg::UndefineOnelabParameter(name); - Free((yyvsp[0].c)); - } -#line 5660 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (3)].c)); + ;} break; case 119: -#line 1213 "Gmsh.y" /* yacc.c:1646 */ +#line 1213 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(doubleXstring)); - doubleXstring v = {(yyvsp[-2].d), (yyvsp[0].c)}; + doubleXstring v = {(yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].c)}; List_Add((yyval.l), &v); - } -#line 5670 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 120: -#line 1219 "Gmsh.y" /* yacc.c:1646 */ +#line 1219 "Gmsh.y" { - doubleXstring v = {(yyvsp[-2].d), (yyvsp[0].c)}; + doubleXstring v = {(yyvsp[(3) - (5)].d), (yyvsp[(5) - (5)].c)}; List_Add((yyval.l), &v); - } -#line 5679 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 123: -#line 1231 "Gmsh.y" /* yacc.c:1646 */ +#line 1231 "Gmsh.y" { - std::string key((yyvsp[-1].c)); - for(int i = 0; i < List_Nbr((yyvsp[0].l)); i++){ + std::string key((yyvsp[(2) - (3)].c)); + for(int i = 0; i < List_Nbr((yyvsp[(3) - (3)].l)); i++){ double v; - List_Read((yyvsp[0].l), i, &v); + List_Read((yyvsp[(3) - (3)].l), i, &v); floatOptions[key].push_back(v); } - Free((yyvsp[-1].c)); - List_Delete((yyvsp[0].l)); - } -#line 5694 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + List_Delete((yyvsp[(3) - (3)].l)); + ;} break; case 124: -#line 1242 "Gmsh.y" /* yacc.c:1646 */ +#line 1242 "Gmsh.y" { - std::string key((yyvsp[-3].c)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + std::string key((yyvsp[(2) - (5)].c)); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ doubleXstring v; - List_Read((yyvsp[-1].l), i, &v); + List_Read((yyvsp[(4) - (5)].l), i, &v); floatOptions[key].push_back(v.d); charOptions[key].push_back(v.s); } - Free((yyvsp[-3].c)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - Free(((doubleXstring*)List_Pointer((yyvsp[-1].l), i))->s); - List_Delete((yyvsp[-1].l)); - } -#line 5712 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (5)].c)); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++) + Free(((doubleXstring*)List_Pointer((yyvsp[(4) - (5)].l), i))->s); + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 125: -#line 1257 "Gmsh.y" /* yacc.c:1646 */ +#line 1257 "Gmsh.y" { - std::string key((yyvsp[-1].c)); - std::string val((yyvsp[0].c)); + std::string key((yyvsp[(2) - (3)].c)); + std::string val((yyvsp[(3) - (3)].c)); charOptions[key].push_back(val); - Free((yyvsp[-1].c)); - Free((yyvsp[0].c)); - } -#line 5724 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + Free((yyvsp[(3) - (3)].c)); + ;} break; case 128: -#line 1273 "Gmsh.y" /* yacc.c:1646 */ +#line 1273 "Gmsh.y" { - std::string key((yyvsp[-1].c)); - double val = (yyvsp[0].d); + std::string key((yyvsp[(2) - (3)].c)); + double val = (yyvsp[(3) - (3)].d); floatOptions[key].push_back(val); - Free((yyvsp[-1].c)); - } -#line 5735 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + ;} break; case 129: -#line 1281 "Gmsh.y" /* yacc.c:1646 */ +#line 1281 "Gmsh.y" { - std::string key((yyvsp[-1].c)); - std::string val((yyvsp[0].c)); + std::string key((yyvsp[(2) - (3)].c)); + std::string val((yyvsp[(3) - (3)].c)); charOptions[key].push_back(val); - Free((yyvsp[-1].c)); - Free((yyvsp[0].c)); - } -#line 5747 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + Free((yyvsp[(3) - (3)].c)); + ;} break; case 130: -#line 1290 "Gmsh.y" /* yacc.c:1646 */ +#line 1290 "Gmsh.y" { std::string key("Macro"); - std::string val((yyvsp[0].c)); + std::string val((yyvsp[(3) - (3)].c)); charOptions[key].push_back(val); - Free((yyvsp[0].c)); - } -#line 5758 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (3)].c)); + ;} break; case 131: -#line 1298 "Gmsh.y" /* yacc.c:1646 */ +#line 1298 "Gmsh.y" { - std::string key((yyvsp[-3].c)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + std::string key((yyvsp[(2) - (5)].c)); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ char *s; - List_Read((yyvsp[-1].l), i, &s); + List_Read((yyvsp[(4) - (5)].l), i, &s); std::string val(s); Free(s); charOptions[key].push_back(val); } - Free((yyvsp[-3].c)); - List_Delete((yyvsp[-1].l)); - } -#line 5775 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (5)].c)); + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 132: -#line 1316 "Gmsh.y" /* yacc.c:1646 */ +#line 1316 "Gmsh.y" { - (yyval.i) = (int)(yyvsp[0].d); - } -#line 5783 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = (int)(yyvsp[(1) - (1)].d); + ;} break; case 133: -#line 1320 "Gmsh.y" /* yacc.c:1646 */ +#line 1320 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName - (std::string((yyvsp[0].c)), 0, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); - Free((yyvsp[0].c)); - } -#line 5793 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(1) - (1)].c)), 0, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); + Free((yyvsp[(1) - (1)].c)); + ;} break; case 134: -#line 1326 "Gmsh.y" /* yacc.c:1646 */ +#line 1326 "Gmsh.y" { - (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[-2].c)), 0, (yyvsp[0].d)); - Free((yyvsp[-2].c)); - } -#line 5802 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 0, (yyvsp[(3) - (3)].d)); + Free((yyvsp[(1) - (3)].c)); + ;} break; case 135: -#line 1334 "Gmsh.y" /* yacc.c:1646 */ +#line 1334 "Gmsh.y" { - (yyval.i) = (int)(yyvsp[0].d); - } -#line 5810 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = (int)(yyvsp[(1) - (1)].d); + ;} break; case 136: -#line 1338 "Gmsh.y" /* yacc.c:1646 */ +#line 1338 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName - (std::string((yyvsp[0].c)), 1, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); - Free((yyvsp[0].c)); - } -#line 5820 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(1) - (1)].c)), 1, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); + Free((yyvsp[(1) - (1)].c)); + ;} break; case 137: -#line 1344 "Gmsh.y" /* yacc.c:1646 */ +#line 1344 "Gmsh.y" { - (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[-2].c)), 1, (yyvsp[0].d)); - Free((yyvsp[-2].c)); - } -#line 5829 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 1, (yyvsp[(3) - (3)].d)); + Free((yyvsp[(1) - (3)].c)); + ;} break; case 138: -#line 1352 "Gmsh.y" /* yacc.c:1646 */ +#line 1352 "Gmsh.y" { - (yyval.i) = (int)(yyvsp[0].d); - } -#line 5837 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = (int)(yyvsp[(1) - (1)].d); + ;} break; case 139: -#line 1356 "Gmsh.y" /* yacc.c:1646 */ +#line 1356 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName - (std::string((yyvsp[0].c)), 2, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); - Free((yyvsp[0].c)); - } -#line 5847 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(1) - (1)].c)), 2, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); + Free((yyvsp[(1) - (1)].c)); + ;} break; case 140: -#line 1362 "Gmsh.y" /* yacc.c:1646 */ +#line 1362 "Gmsh.y" { - (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[-2].c)), 2, (yyvsp[0].d)); - Free((yyvsp[-2].c)); - } -#line 5856 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 2, (yyvsp[(3) - (3)].d)); + Free((yyvsp[(1) - (3)].c)); + ;} break; case 141: -#line 1370 "Gmsh.y" /* yacc.c:1646 */ +#line 1370 "Gmsh.y" { - (yyval.i) = (int)(yyvsp[0].d); - } -#line 5864 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = (int)(yyvsp[(1) - (1)].d); + ;} break; case 142: -#line 1374 "Gmsh.y" /* yacc.c:1646 */ +#line 1374 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName - (std::string((yyvsp[0].c)), 3, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); - Free((yyvsp[0].c)); - } -#line 5874 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(1) - (1)].c)), 3, ++GModel::current()->getGEOInternals()->MaxPhysicalNum); + Free((yyvsp[(1) - (1)].c)); + ;} break; case 143: -#line 1380 "Gmsh.y" /* yacc.c:1646 */ +#line 1380 "Gmsh.y" { - (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[-2].c)), 3, (yyvsp[0].d)); - Free((yyvsp[-2].c)); - } -#line 5883 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 3, (yyvsp[(3) - (3)].d)); + Free((yyvsp[(1) - (3)].c)); + ;} break; case 144: -#line 1388 "Gmsh.y" /* yacc.c:1646 */ +#line 1388 "Gmsh.y" { (yyval.l) = 0; - } -#line 5891 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 145: -#line 1392 "Gmsh.y" /* yacc.c:1646 */ +#line 1392 "Gmsh.y" { (yyval.l) = List_Create(1, 1, sizeof(Vertex*)); - Vertex *v = FindPoint((int)(yyvsp[-1].d)); + Vertex *v = FindPoint((int)(yyvsp[(4) - (5)].d)); if(!v) - yymsg(0, "Unknown point %d", (int)(yyvsp[-1].d)); + yymsg(0, "Unknown point %d", (int)(yyvsp[(4) - (5)].d)); else{ List_Add((yyval.l), &v); } - } -#line 5905 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 146: -#line 1404 "Gmsh.y" /* yacc.c:1646 */ +#line 1404 "Gmsh.y" { for(int i = 0; i < 4; i++) (yyval.v)[i] = 0.; - } -#line 5913 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 147: -#line 1408 "Gmsh.y" /* yacc.c:1646 */ +#line 1408 "Gmsh.y" { - for(int i = 0; i < 4; i++) (yyval.v)[i] = (yyvsp[0].v)[i]; - } -#line 5921 "Gmsh.tab.cpp" /* yacc.c:1646 */ + for(int i = 0; i < 4; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i]; + ;} break; case 148: -#line 1418 "Gmsh.y" /* yacc.c:1646 */ +#line 1418 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindPoint(num)){ yymsg(0, "Point %d already exists", num); } else{ - double x = CTX::instance()->geom.scalingFactor * (yyvsp[-1].v)[0]; - double y = CTX::instance()->geom.scalingFactor * (yyvsp[-1].v)[1]; - double z = CTX::instance()->geom.scalingFactor * (yyvsp[-1].v)[2]; - double lc = CTX::instance()->geom.scalingFactor * (yyvsp[-1].v)[3]; + double x = CTX::instance()->geom.scalingFactor * (yyvsp[(6) - (7)].v)[0]; + double y = CTX::instance()->geom.scalingFactor * (yyvsp[(6) - (7)].v)[1]; + double z = CTX::instance()->geom.scalingFactor * (yyvsp[(6) - (7)].v)[2]; + double lc = CTX::instance()->geom.scalingFactor * (yyvsp[(6) - (7)].v)[3]; if(lc == 0.) lc = MAX_LC; // no mesh size given at the point Vertex *v; if(!myGmshSurface) @@ -5943,15 +6466,14 @@ yyreduce: } (yyval.s).Type = MSH_POINT; (yyval.s).Num = num; - } -#line 5948 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 149: -#line 1441 "Gmsh.y" /* yacc.c:1646 */ +#line 1441 "Gmsh.y" { - int num = (int)(yyvsp[-4].i); - int op = (yyvsp[-2].i); + int num = (int)(yyvsp[(4) - (8)].i); + int op = (yyvsp[(6) - (8)].i); PhysicalGroup *p = FindPhysicalGroup(num, MSH_PHYSICAL_POINT); if(p && op == 0){ yymsg(0, "Physical point %d already exists", num); @@ -5960,15 +6482,15 @@ yyreduce: yymsg(0, "Physical point %d does not exists", num); } else if(op == 0){ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); p = Create_PhysicalGroup(num, MSH_PHYSICAL_POINT, temp); List_Delete(temp); List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p); } else if(op == 1){ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(7) - (8)].l), i, &d); int j = (int)d; List_Add(p->Entities, &j); } @@ -5976,65 +6498,62 @@ yyreduce: else{ yymsg(0, "Unsupported operation on physical point %d", num); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_PHYSICAL_POINT; (yyval.s).Num = num; - } -#line 5984 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 150: -#line 1473 "Gmsh.y" /* yacc.c:1646 */ +#line 1473 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); + List_Read((yyvsp[(3) - (6)].l), i, &d); Vertex *v = FindPoint((int)d); if(v){ - v->lc = (yyvsp[-1].d); + v->lc = (yyvsp[(5) - (6)].d); } else{ GVertex *gv = GModel::current()->getVertexByTag((int)d); if(gv) - gv->setPrescribedMeshSizeAtVertex((yyvsp[-1].d)); + gv->setPrescribedMeshSizeAtVertex((yyvsp[(5) - (6)].d)); } } - List_Delete((yyvsp[-3].l)); + List_Delete((yyvsp[(3) - (6)].l)); // dummy values (yyval.s).Type = 0; (yyval.s).Num = 0; - } -#line 6008 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 151: -#line 1496 "Gmsh.y" /* yacc.c:1646 */ +#line 1496 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (7)].l)); Curve *c = Create_Curve(num, MSH_SEGM_LINE, 1, temp, NULL, -1, -1, 0., 1.); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(6) - (7)].l)); (yyval.s).Type = MSH_SEGM_LINE; (yyval.s).Num = num; - } -#line 6030 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 152: -#line 1514 "Gmsh.y" /* yacc.c:1646 */ +#line 1514 "Gmsh.y" { - for (int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for (int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double dnum; - List_Read((yyvsp[-1].l), i, &dnum); + List_Read((yyvsp[(3) - (4)].l), i, &dnum); int num = (int) fabs(dnum); Curve *c = FindCurve(num); if (c){ @@ -6050,223 +6569,214 @@ yyreduce: } } } - } -#line 6055 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 153: -#line 1535 "Gmsh.y" /* yacc.c:1646 */ +#line 1535 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (7)].l)); Curve *c = Create_Curve(num, MSH_SEGM_SPLN, 3, temp, NULL, -1, -1, 0., 1.); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(6) - (7)].l)); (yyval.s).Type = MSH_SEGM_SPLN; (yyval.s).Num = num; - } -#line 6077 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 154: -#line 1553 "Gmsh.y" /* yacc.c:1646 */ +#line 1553 "Gmsh.y" { - int num = (int)(yyvsp[-5].d); + int num = (int)(yyvsp[(3) - (8)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-2].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (8)].l)); Curve *c = Create_Curve(num, MSH_SEGM_CIRC, 2, temp, NULL, -1, -1, 0., 1.); - if((yyvsp[-1].v)[0] || (yyvsp[-1].v)[1] || (yyvsp[-1].v)[2]){ - c->Circle.n[0] = (yyvsp[-1].v)[0]; - c->Circle.n[1] = (yyvsp[-1].v)[1]; - c->Circle.n[2] = (yyvsp[-1].v)[2]; + if((yyvsp[(7) - (8)].v)[0] || (yyvsp[(7) - (8)].v)[1] || (yyvsp[(7) - (8)].v)[2]){ + c->Circle.n[0] = (yyvsp[(7) - (8)].v)[0]; + c->Circle.n[1] = (yyvsp[(7) - (8)].v)[1]; + c->Circle.n[2] = (yyvsp[(7) - (8)].v)[2]; End_Curve(c); } Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); Curve *rc = CreateReversedCurve(c); - if((yyvsp[-1].v)[0] || (yyvsp[-1].v)[1] || (yyvsp[-1].v)[2]){ - rc->Circle.n[0] = (yyvsp[-1].v)[0]; - rc->Circle.n[1] = (yyvsp[-1].v)[1]; - rc->Circle.n[2] = (yyvsp[-1].v)[2]; + if((yyvsp[(7) - (8)].v)[0] || (yyvsp[(7) - (8)].v)[1] || (yyvsp[(7) - (8)].v)[2]){ + rc->Circle.n[0] = (yyvsp[(7) - (8)].v)[0]; + rc->Circle.n[1] = (yyvsp[(7) - (8)].v)[1]; + rc->Circle.n[2] = (yyvsp[(7) - (8)].v)[2]; End_Curve(rc); } List_Delete(temp); } - List_Delete((yyvsp[-2].l)); + List_Delete((yyvsp[(6) - (8)].l)); (yyval.s).Type = MSH_SEGM_CIRC; (yyval.s).Num = num; - } -#line 6111 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 155: -#line 1583 "Gmsh.y" /* yacc.c:1646 */ +#line 1583 "Gmsh.y" { - int num = (int)(yyvsp[-5].d); + int num = (int)(yyvsp[(3) - (8)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-2].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (8)].l)); Curve *c = Create_Curve(num, MSH_SEGM_ELLI, 2, temp, NULL, -1, -1, 0., 1.); - if((yyvsp[-1].v)[0] || (yyvsp[-1].v)[1] || (yyvsp[-1].v)[2]){ - c->Circle.n[0] = (yyvsp[-1].v)[0]; - c->Circle.n[1] = (yyvsp[-1].v)[1]; - c->Circle.n[2] = (yyvsp[-1].v)[2]; + if((yyvsp[(7) - (8)].v)[0] || (yyvsp[(7) - (8)].v)[1] || (yyvsp[(7) - (8)].v)[2]){ + c->Circle.n[0] = (yyvsp[(7) - (8)].v)[0]; + c->Circle.n[1] = (yyvsp[(7) - (8)].v)[1]; + c->Circle.n[2] = (yyvsp[(7) - (8)].v)[2]; End_Curve(c); } Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); Curve *rc = CreateReversedCurve(c); - if((yyvsp[-1].v)[0] || (yyvsp[-1].v)[1] || (yyvsp[-1].v)[2]){ - rc->Circle.n[0] = (yyvsp[-1].v)[0]; - rc->Circle.n[1] = (yyvsp[-1].v)[1]; - rc->Circle.n[2] = (yyvsp[-1].v)[2]; + if((yyvsp[(7) - (8)].v)[0] || (yyvsp[(7) - (8)].v)[1] || (yyvsp[(7) - (8)].v)[2]){ + rc->Circle.n[0] = (yyvsp[(7) - (8)].v)[0]; + rc->Circle.n[1] = (yyvsp[(7) - (8)].v)[1]; + rc->Circle.n[2] = (yyvsp[(7) - (8)].v)[2]; End_Curve(rc); } List_Delete(temp); } - List_Delete((yyvsp[-2].l)); + List_Delete((yyvsp[(6) - (8)].l)); (yyval.s).Type = MSH_SEGM_ELLI; (yyval.s).Num = num; - } -#line 6145 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 156: -#line 1613 "Gmsh.y" /* yacc.c:1646 */ +#line 1613 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (7)].l)); Curve *c = Create_Curve(num, MSH_SEGM_BSPLN, 2, temp, NULL, -1, -1, 0., 1.); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(6) - (7)].l)); (yyval.s).Type = MSH_SEGM_BSPLN; (yyval.s).Num = num; - } -#line 6167 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 157: -#line 1631 "Gmsh.y" /* yacc.c:1646 */ +#line 1631 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (7)].l)); Curve *c = Create_Curve(num, MSH_SEGM_BEZIER, 2, temp, NULL, -1, -1, 0., 1.); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(6) - (7)].l)); (yyval.s).Type = MSH_SEGM_BEZIER; (yyval.s).Num = num; - } -#line 6189 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 158: -#line 1650 "Gmsh.y" /* yacc.c:1646 */ +#line 1650 "Gmsh.y" { - int num = (int)(yyvsp[-8].d); - if(List_Nbr((yyvsp[-5].l)) + (int)(yyvsp[-1].d) + 1 != List_Nbr((yyvsp[-3].l))){ + int num = (int)(yyvsp[(3) - (11)].d); + if(List_Nbr((yyvsp[(6) - (11)].l)) + (int)(yyvsp[(10) - (11)].d) + 1 != List_Nbr((yyvsp[(8) - (11)].l))){ yymsg(0, "Wrong definition of Nurbs Curve %d: " "got %d knots, need N + D + 1 = %d + %d + 1 = %d", - (int)(yyvsp[-8].d), List_Nbr((yyvsp[-3].l)), List_Nbr((yyvsp[-5].l)), (int)(yyvsp[-1].d), List_Nbr((yyvsp[-5].l)) + (int)(yyvsp[-1].d) + 1); + (int)(yyvsp[(3) - (11)].d), List_Nbr((yyvsp[(8) - (11)].l)), List_Nbr((yyvsp[(6) - (11)].l)), (int)(yyvsp[(10) - (11)].d), List_Nbr((yyvsp[(6) - (11)].l)) + (int)(yyvsp[(10) - (11)].d) + 1); } else{ if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-5].l)); - Curve *c = Create_Curve(num, MSH_SEGM_NURBS, (int)(yyvsp[-1].d), temp, (yyvsp[-3].l), + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (11)].l)); + Curve *c = Create_Curve(num, MSH_SEGM_NURBS, (int)(yyvsp[(10) - (11)].d), temp, (yyvsp[(8) - (11)].l), -1, -1, 0., 1.); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); List_Delete(temp); } } - List_Delete((yyvsp[-5].l)); - List_Delete((yyvsp[-3].l)); + List_Delete((yyvsp[(6) - (11)].l)); + List_Delete((yyvsp[(8) - (11)].l)); (yyval.s).Type = MSH_SEGM_NURBS; (yyval.s).Num = num; - } -#line 6219 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 159: -#line 1676 "Gmsh.y" /* yacc.c:1646 */ +#line 1676 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindEdgeLoop(num)){ yymsg(0, "Line loop %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); sortEdgesInLoop(num, temp); EdgeLoop *l = Create_EdgeLoop(num, temp); Tree_Add(GModel::current()->getGEOInternals()->EdgeLoops, &l); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); - Free((yyvsp[-6].c)); + List_Delete((yyvsp[(7) - (8)].l)); + Free((yyvsp[(2) - (8)].c)); (yyval.s).Type = MSH_SEGM_LOOP; (yyval.s).Num = num; - } -#line 6241 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 160: -#line 1694 "Gmsh.y" /* yacc.c:1646 */ +#line 1694 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindCurve(num)){ yymsg(0, "Curve %d already exists", num); } else{ Curve *c = Create_Curve(num, MSH_SEGM_COMPOUND, 1, NULL, NULL, -1, -1, 0., 1.); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - c->compound.push_back((int)*(double*)List_Pointer((yyvsp[-1].l), i)); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) + c->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (8)].l), i)); End_Curve(c); Tree_Add(GModel::current()->getGEOInternals()->Curves, &c); CreateReversedCurve(c); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_SEGM_COMPOUND; (yyval.s).Num = num; - } -#line 6263 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 161: -#line 1712 "Gmsh.y" /* yacc.c:1646 */ +#line 1712 "Gmsh.y" { - int num = (int)(yyvsp[-4].i); - int op = (yyvsp[-2].i); + int num = (int)(yyvsp[(4) - (8)].i); + int op = (yyvsp[(6) - (8)].i); PhysicalGroup *p = FindPhysicalGroup(num, MSH_PHYSICAL_LINE); if(p && op == 0){ yymsg(0, "Physical line %d already exists", num); @@ -6275,15 +6785,15 @@ yyreduce: yymsg(0, "Physical line %d does not exists", num); } else if(op == 0){ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); p = Create_PhysicalGroup(num, MSH_PHYSICAL_LINE, temp); List_Delete(temp); List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p); } else if(op == 1){ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(7) - (8)].l), i, &d); int j = (int)d; List_Add(p->Entities, &j); } @@ -6291,45 +6801,43 @@ yyreduce: else{ yymsg(0, "Unsupported operation on physical line %d", num); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_PHYSICAL_LINE; (yyval.s).Num = num; - } -#line 6299 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 162: -#line 1747 "Gmsh.y" /* yacc.c:1646 */ +#line 1747 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindSurface(num)){ yymsg(0, "Surface %d already exists", num); } else{ Surface *s = Create_Surface(num, MSH_SURF_PLAN); - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); setSurfaceGeneratrices(s, temp); List_Delete(temp); End_Surface(s); Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_SURF_PLAN; (yyval.s).Num = num; - } -#line 6321 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 163: -#line 1765 "Gmsh.y" /* yacc.c:1646 */ +#line 1765 "Gmsh.y" { - int num = (int)(yyvsp[-5].d), type = 0; + int num = (int)(yyvsp[(4) - (9)].d), type = 0; if(FindSurface(num)){ yymsg(0, "Surface %d already exists", num); } else{ double d; - List_Read((yyvsp[-2].l), 0, &d); + List_Read((yyvsp[(7) - (9)].l), 0, &d); EdgeLoop *el = FindEdgeLoop((int)fabs(d)); if(!el){ yymsg(0, "Unknown line loop %d", (int)d); @@ -6348,64 +6856,60 @@ yyreduce: type = MSH_SURF_PLAN; } Surface *s = Create_Surface(num, type); - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-2].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (9)].l)); setSurfaceGeneratrices(s, temp); List_Delete(temp); End_Surface(s); - s->InSphereCenter = (yyvsp[-1].l); + s->InSphereCenter = (yyvsp[(8) - (9)].l); Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s); } } - List_Delete((yyvsp[-2].l)); + List_Delete((yyvsp[(7) - (9)].l)); (yyval.s).Type = type; (yyval.s).Num = num; - } -#line 6364 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 164: -#line 1804 "Gmsh.y" /* yacc.c:1646 */ +#line 1804 "Gmsh.y" { myGmshSurface = 0; (yyval.s).Type = 0; (yyval.s).Num = 0; - } -#line 6374 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 165: -#line 1810 "Gmsh.y" /* yacc.c:1646 */ +#line 1810 "Gmsh.y" { - myGmshSurface = gmshSurface::getSurface((int)(yyvsp[-1].d)); + myGmshSurface = gmshSurface::getSurface((int)(yyvsp[(3) - (4)].d)); (yyval.s).Type = 0; (yyval.s).Num = 0; - } -#line 6384 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 166: -#line 1816 "Gmsh.y" /* yacc.c:1646 */ +#line 1816 "Gmsh.y" { - int num = (int)(yyvsp[-6].d); - myGmshSurface = gmshParametricSurface::NewParametricSurface(num, (yyvsp[-3].c), (yyvsp[-2].c), (yyvsp[-1].c)); + int num = (int)(yyvsp[(4) - (10)].d); + myGmshSurface = gmshParametricSurface::NewParametricSurface(num, (yyvsp[(7) - (10)].c), (yyvsp[(8) - (10)].c), (yyvsp[(9) - (10)].c)); (yyval.s).Type = 0; (yyval.s).Num = num; - } -#line 6395 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 167: -#line 1823 "Gmsh.y" /* yacc.c:1646 */ +#line 1823 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); - if (List_Nbr((yyvsp[-1].l)) != 2){ + int num = (int)(yyvsp[(3) - (7)].d); + if (List_Nbr((yyvsp[(6) - (7)].l)) != 2){ yymsg(0, "Sphere %d has to be defined using 2 points (center + " - "any point) and not %d", num, List_Nbr((yyvsp[-1].l))); + "any point) and not %d", num, List_Nbr((yyvsp[(6) - (7)].l))); } else{ double p1,p2; - List_Read((yyvsp[-1].l), 0, &p1); - List_Read((yyvsp[-1].l), 1, &p2); + List_Read((yyvsp[(6) - (7)].l), 0, &p1); + List_Read((yyvsp[(6) - (7)].l), 1, &p2); Vertex *v1 = FindPoint((int)p1); Vertex *v2 = FindPoint((int)p2); if(!v1) yymsg(0, "Sphere %d : unknown point %d", num, (int)p1); @@ -6419,22 +6923,21 @@ yyreduce: } (yyval.s).Type = 0; (yyval.s).Num = num; - } -#line 6424 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 168: -#line 1848 "Gmsh.y" /* yacc.c:1646 */ +#line 1848 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); - if (List_Nbr((yyvsp[-1].l)) != 2){ + int num = (int)(yyvsp[(3) - (7)].d); + if (List_Nbr((yyvsp[(6) - (7)].l)) != 2){ yymsg(0, "PolarSphere %d has to be defined using 2 points (center + " - "any point) and not %d", num, List_Nbr((yyvsp[-1].l))); + "any point) and not %d", num, List_Nbr((yyvsp[(6) - (7)].l))); } else{ double p1,p2; - List_Read((yyvsp[-1].l), 0, &p1); - List_Read((yyvsp[-1].l), 1, &p2); + List_Read((yyvsp[(6) - (7)].l), 0, &p1); + List_Read((yyvsp[(6) - (7)].l), 1, &p2); Vertex *v1 = FindPoint((int)p1); Vertex *v2 = FindPoint((int)p2); if(!v1) yymsg(0, "PolarSphere %d : unknown point %d", num, (int)p1); @@ -6448,71 +6951,68 @@ yyreduce: } (yyval.s).Type = 0; (yyval.s).Num = num; - } -#line 6453 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 169: -#line 1873 "Gmsh.y" /* yacc.c:1646 */ +#line 1873 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindSurfaceLoop(num)){ yymsg(0, "Surface loop %d already exists", num); } else{ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); SurfaceLoop *l = Create_SurfaceLoop(num, temp); Tree_Add(GModel::current()->getGEOInternals()->SurfaceLoops, &l); List_Delete(temp); } - List_Delete((yyvsp[-1].l)); - Free((yyvsp[-6].c)); + List_Delete((yyvsp[(7) - (8)].l)); + Free((yyvsp[(2) - (8)].c)); (yyval.s).Type = MSH_SURF_LOOP; (yyval.s).Num = num; - } -#line 6474 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 170: -#line 1890 "Gmsh.y" /* yacc.c:1646 */ +#line 1890 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindSurface(num)){ yymsg(0, "Surface %d already exists", num); } else{ Surface *s = Create_Surface(num, MSH_SURF_COMPOUND); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ - s->compound.push_back((int)*(double*)List_Pointer((yyvsp[-1].l), i)); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++){ + s->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (8)].l), i)); } // Added by Trevor Strickler setSurfaceGeneratrices(s, (List_T*) 0 ); Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_SURF_COMPOUND; (yyval.s).Num = num; - } -#line 6497 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 171: -#line 1910 "Gmsh.y" /* yacc.c:1646 */ +#line 1910 "Gmsh.y" { - int num = (int)(yyvsp[-8].d); + int num = (int)(yyvsp[(4) - (12)].d); if(FindSurface(num)){ yymsg(0, "Surface %d already exists", num); } else{ Surface *s = Create_Surface(num, MSH_SURF_COMPOUND); - for(int i = 0; i < List_Nbr((yyvsp[-5].l)); i++) - s->compound.push_back((int)*(double*)List_Pointer((yyvsp[-5].l), i)); - for (int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (12)].l)); i++) + s->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (12)].l), i)); + for (int i = 0; i < List_Nbr((yyvsp[(10) - (12)].l)); i++){ if(i > 3){ yymsg(0, "Too many boundary specifiers in compound surface"); break; } - List_T *l = *(List_T**)List_Pointer((yyvsp[-2].l), i); + List_T *l = *(List_T**)List_Pointer((yyvsp[(10) - (12)].l), i); for (int j = 0; j < List_Nbr(l); j++){ s->compoundBoundary[i].push_back((int)*(double*)List_Pointer(l, j)); } @@ -6522,22 +7022,21 @@ yyreduce: Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s); } - List_Delete((yyvsp[-5].l)); - for (int i = 0; i < List_Nbr((yyvsp[-2].l)); i++) - List_Delete(*(List_T**)List_Pointer((yyvsp[-2].l), i)); - List_Delete((yyvsp[-2].l)); - Free((yyvsp[-4].c)); + List_Delete((yyvsp[(7) - (12)].l)); + for (int i = 0; i < List_Nbr((yyvsp[(10) - (12)].l)); i++) + List_Delete(*(List_T**)List_Pointer((yyvsp[(10) - (12)].l), i)); + List_Delete((yyvsp[(10) - (12)].l)); + Free((yyvsp[(8) - (12)].c)); (yyval.s).Type = MSH_SURF_COMPOUND; (yyval.s).Num = num; - } -#line 6534 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 172: -#line 1943 "Gmsh.y" /* yacc.c:1646 */ +#line 1943 "Gmsh.y" { - int num = (int)(yyvsp[-4].i); - int op = (yyvsp[-2].i); + int num = (int)(yyvsp[(4) - (8)].i); + int op = (yyvsp[(6) - (8)].i); PhysicalGroup *p = FindPhysicalGroup(num, MSH_PHYSICAL_SURFACE); if(p && op == 0){ yymsg(0, "Physical surface %d already exists", num); @@ -6546,15 +7045,15 @@ yyreduce: yymsg(0, "Physical surface %d does not exists", num); } else if(op == 0){ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); p = Create_PhysicalGroup(num, MSH_PHYSICAL_SURFACE, temp); List_Delete(temp); List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p); } else if(op == 1){ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(7) - (8)].l), i, &d); int j = (int)d; List_Add(p->Entities, &j); } @@ -6562,81 +7061,77 @@ yyreduce: else{ yymsg(0, "Unsupported operation on physical surface %d", num); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_PHYSICAL_SURFACE; (yyval.s).Num = num; - } -#line 6570 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 173: -#line 1979 "Gmsh.y" /* yacc.c:1646 */ +#line 1979 "Gmsh.y" { yymsg(0, "'Complex Volume' command is deprecated: use 'Volume' instead"); - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindVolume(num)){ yymsg(0, "Volume %d already exists", num); } else{ Volume *v = Create_Volume(num, MSH_VOLUME); - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); setVolumeSurfaces(v, temp); List_Delete(temp); Tree_Add(GModel::current()->getGEOInternals()->Volumes, &v); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_VOLUME; (yyval.s).Num = num; - } -#line 6592 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 174: -#line 1997 "Gmsh.y" /* yacc.c:1646 */ +#line 1997 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(3) - (7)].d); if(FindVolume(num)){ yymsg(0, "Volume %d already exists", num); } else{ Volume *v = Create_Volume(num, MSH_VOLUME); - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(6) - (7)].l)); setVolumeSurfaces(v, temp); List_Delete(temp); Tree_Add(GModel::current()->getGEOInternals()->Volumes, &v); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(6) - (7)].l)); (yyval.s).Type = MSH_VOLUME; (yyval.s).Num = num; - } -#line 6613 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 175: -#line 2014 "Gmsh.y" /* yacc.c:1646 */ +#line 2014 "Gmsh.y" { - int num = (int)(yyvsp[-4].d); + int num = (int)(yyvsp[(4) - (8)].d); if(FindVolume(num)){ yymsg(0, "Volume %d already exists", num); } else{ Volume *v = Create_Volume(num, MSH_VOLUME_COMPOUND); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - v->compound.push_back((int)*(double*)List_Pointer((yyvsp[-1].l), i)); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) + v->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (8)].l), i)); Tree_Add(GModel::current()->getGEOInternals()->Volumes, &v); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_VOLUME_COMPOUND; (yyval.s).Num = num; - } -#line 6633 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 176: -#line 2030 "Gmsh.y" /* yacc.c:1646 */ +#line 2030 "Gmsh.y" { - int num = (int)(yyvsp[-4].i); - int op = (yyvsp[-2].i); + int num = (int)(yyvsp[(4) - (8)].i); + int op = (yyvsp[(6) - (8)].i); PhysicalGroup *p = FindPhysicalGroup(num, MSH_PHYSICAL_VOLUME); if(p && op == 0){ yymsg(0, "Physical volume %d already exists", num); @@ -6645,15 +7140,15 @@ yyreduce: yymsg(0, "Physical volume %d does not exists", num); } else if(op == 0){ - List_T *temp = ListOfDouble2ListOfInt((yyvsp[-1].l)); + List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (8)].l)); p = Create_PhysicalGroup(num, MSH_PHYSICAL_VOLUME, temp); List_Delete(temp); List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p); } else if(op == 1){ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(7) - (8)].l), i, &d); int j = (int)d; List_Add(p->Entities, &j); } @@ -6661,141 +7156,128 @@ yyreduce: else{ yymsg(0, "Unsupported operation on physical volume %d", num); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(7) - (8)].l)); (yyval.s).Type = MSH_PHYSICAL_VOLUME; (yyval.s).Num = num; - } -#line 6669 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 177: -#line 2067 "Gmsh.y" /* yacc.c:1646 */ +#line 2067 "Gmsh.y" { - TranslateShapes((yyvsp[-3].v)[0], (yyvsp[-3].v)[1], (yyvsp[-3].v)[2], (yyvsp[-1].l)); - (yyval.l) = (yyvsp[-1].l); - } -#line 6678 "Gmsh.tab.cpp" /* yacc.c:1646 */ + TranslateShapes((yyvsp[(2) - (5)].v)[0], (yyvsp[(2) - (5)].v)[1], (yyvsp[(2) - (5)].v)[2], (yyvsp[(4) - (5)].l)); + (yyval.l) = (yyvsp[(4) - (5)].l); + ;} break; case 178: -#line 2072 "Gmsh.y" /* yacc.c:1646 */ +#line 2072 "Gmsh.y" { - RotateShapes((yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].d), (yyvsp[-1].l)); - (yyval.l) = (yyvsp[-1].l); - } -#line 6687 "Gmsh.tab.cpp" /* yacc.c:1646 */ + RotateShapes((yyvsp[(3) - (11)].v)[0], (yyvsp[(3) - (11)].v)[1], (yyvsp[(3) - (11)].v)[2], (yyvsp[(5) - (11)].v)[0], (yyvsp[(5) - (11)].v)[1], (yyvsp[(5) - (11)].v)[2], (yyvsp[(7) - (11)].d), (yyvsp[(10) - (11)].l)); + (yyval.l) = (yyvsp[(10) - (11)].l); + ;} break; case 179: -#line 2077 "Gmsh.y" /* yacc.c:1646 */ +#line 2077 "Gmsh.y" { - SymmetryShapes((yyvsp[-3].v)[0], (yyvsp[-3].v)[1], (yyvsp[-3].v)[2], (yyvsp[-3].v)[3], (yyvsp[-1].l)); - (yyval.l) = (yyvsp[-1].l); - } -#line 6696 "Gmsh.tab.cpp" /* yacc.c:1646 */ + SymmetryShapes((yyvsp[(2) - (5)].v)[0], (yyvsp[(2) - (5)].v)[1], (yyvsp[(2) - (5)].v)[2], (yyvsp[(2) - (5)].v)[3], (yyvsp[(4) - (5)].l)); + (yyval.l) = (yyvsp[(4) - (5)].l); + ;} break; case 180: -#line 2082 "Gmsh.y" /* yacc.c:1646 */ +#line 2082 "Gmsh.y" { - DilatShapes((yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].d), (yyvsp[-4].d), (yyvsp[-4].d), (yyvsp[-1].l)); - (yyval.l) = (yyvsp[-1].l); - } -#line 6705 "Gmsh.tab.cpp" /* yacc.c:1646 */ + DilatShapes((yyvsp[(3) - (9)].v)[0], (yyvsp[(3) - (9)].v)[1], (yyvsp[(3) - (9)].v)[2], (yyvsp[(5) - (9)].d), (yyvsp[(5) - (9)].d), (yyvsp[(5) - (9)].d), (yyvsp[(8) - (9)].l)); + (yyval.l) = (yyvsp[(8) - (9)].l); + ;} break; case 181: -#line 2087 "Gmsh.y" /* yacc.c:1646 */ +#line 2087 "Gmsh.y" { - DilatShapes((yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-1].l)); - (yyval.l) = (yyvsp[-1].l); - } -#line 6714 "Gmsh.tab.cpp" /* yacc.c:1646 */ + DilatShapes((yyvsp[(3) - (9)].v)[0], (yyvsp[(3) - (9)].v)[1], (yyvsp[(3) - (9)].v)[2], (yyvsp[(5) - (9)].v)[0], (yyvsp[(5) - (9)].v)[1], (yyvsp[(5) - (9)].v)[2], (yyvsp[(8) - (9)].l)); + (yyval.l) = (yyvsp[(8) - (9)].l); + ;} break; case 182: -#line 2092 "Gmsh.y" /* yacc.c:1646 */ +#line 2092 "Gmsh.y" { (yyval.l) = List_Create(3, 3, sizeof(Shape)); - if(!strcmp((yyvsp[-3].c), "Duplicata")){ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + if(!strcmp((yyvsp[(1) - (4)].c), "Duplicata")){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(3) - (4)].l), i, &TheShape); CopyShape(TheShape.Type, TheShape.Num, &TheShape.Num); List_Add((yyval.l), &TheShape); } } - else if(!strcmp((yyvsp[-3].c), "Boundary")){ - BoundaryShapes((yyvsp[-1].l), (yyval.l), false); + else if(!strcmp((yyvsp[(1) - (4)].c), "Boundary")){ + BoundaryShapes((yyvsp[(3) - (4)].l), (yyval.l), false); } - else if(!strcmp((yyvsp[-3].c), "CombinedBoundary")){ - BoundaryShapes((yyvsp[-1].l), (yyval.l), true); + else if(!strcmp((yyvsp[(1) - (4)].c), "CombinedBoundary")){ + BoundaryShapes((yyvsp[(3) - (4)].l), (yyval.l), true); } else{ - yymsg(0, "Unknown command on multiple shapes: '%s'", (yyvsp[-3].c)); + yymsg(0, "Unknown command on multiple shapes: '%s'", (yyvsp[(1) - (4)].c)); } - Free((yyvsp[-3].c)); - List_Delete((yyvsp[-1].l)); - } -#line 6741 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 183: -#line 2115 "Gmsh.y" /* yacc.c:1646 */ +#line 2115 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - IntersectCurvesWithSurface((yyvsp[-5].l), (int)(yyvsp[-1].d), (yyval.l)); - List_Delete((yyvsp[-5].l)); - } -#line 6751 "Gmsh.tab.cpp" /* yacc.c:1646 */ + IntersectCurvesWithSurface((yyvsp[(4) - (9)].l), (int)(yyvsp[(8) - (9)].d), (yyval.l)); + List_Delete((yyvsp[(4) - (9)].l)); + ;} break; case 184: -#line 2121 "Gmsh.y" /* yacc.c:1646 */ +#line 2121 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape*)); - List_T *tmp = ListOfDouble2ListOfInt((yyvsp[-2].l)); - List_Delete((yyvsp[-2].l)); - SplitCurve((int)(yyvsp[-5].d), tmp, (yyval.l)); + List_T *tmp = ListOfDouble2ListOfInt((yyvsp[(7) - (9)].l)); + List_Delete((yyvsp[(7) - (9)].l)); + SplitCurve((int)(yyvsp[(4) - (9)].d), tmp, (yyval.l)); List_Delete(tmp); - } -#line 6763 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 185: -#line 2131 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.l) = (yyvsp[0].l); } -#line 6769 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 2131 "Gmsh.y" + { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; case 186: -#line 2132 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.l) = (yyvsp[0].l); } -#line 6775 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 2132 "Gmsh.y" + { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; case 187: -#line 2137 "Gmsh.y" /* yacc.c:1646 */ +#line 2137 "Gmsh.y" { (yyval.l) = List_Create(3, 3, sizeof(Shape)); - } -#line 6783 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 188: -#line 2141 "Gmsh.y" /* yacc.c:1646 */ +#line 2141 "Gmsh.y" { - List_Add((yyval.l), &(yyvsp[0].s)); - } -#line 6791 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &(yyvsp[(2) - (2)].s)); + ;} break; case 189: -#line 2145 "Gmsh.y" /* yacc.c:1646 */ +#line 2145 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(4) - (6)].l), i, &d); Shape TheShape; TheShape.Num = (int)d; Vertex *v = FindPoint(std::abs(TheShape.Num)); @@ -6813,16 +7295,15 @@ yyreduce: yymsg(1, "Unknown point %d", TheShape.Num); } } - } -#line 6818 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 190: -#line 2168 "Gmsh.y" /* yacc.c:1646 */ +#line 2168 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(4) - (6)].l), i, &d); Shape TheShape; TheShape.Num = (int)d; Curve *c = FindCurve(std::abs(TheShape.Num)); @@ -6840,16 +7321,15 @@ yyreduce: yymsg(1, "Unknown curve %d", TheShape.Num); } } - } -#line 6845 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 191: -#line 2191 "Gmsh.y" /* yacc.c:1646 */ +#line 2191 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(4) - (6)].l), i, &d); Shape TheShape; TheShape.Num = (int)d; Surface *s = FindSurface(std::abs(TheShape.Num)); @@ -6867,16 +7347,15 @@ yyreduce: yymsg(1, "Unknown surface %d", TheShape.Num); } } - } -#line 6872 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 192: -#line 2214 "Gmsh.y" /* yacc.c:1646 */ +#line 2214 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(4) - (6)].l), i, &d); Shape TheShape; TheShape.Num = (int)d; Volume *v = FindVolume(std::abs(TheShape.Num)); @@ -6894,48 +7373,46 @@ yyreduce: yymsg(1, "Unknown volume %d", TheShape.Num); } } - } -#line 6899 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 193: -#line 2242 "Gmsh.y" /* yacc.c:1646 */ +#line 2242 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(List_Nbr((yyvsp[-1].l)) == 4){ - int t = (int)(yyvsp[-4].d); + if(List_Nbr((yyvsp[(7) - (8)].l)) == 4){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d[4]; for(int i = 0; i < 4; i++) - List_Read((yyvsp[-1].l), i, &d[i]); + List_Read((yyvsp[(7) - (8)].l), i, &d[i]); gLevelset *ls = new gLevelsetPlane(d[0], d[1], d[2], d[3], t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-4].d)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (8)].d)); #endif - } -#line 6924 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 194: -#line 2263 "Gmsh.y" /* yacc.c:1646 */ +#line 2263 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - int t = (int)(yyvsp[-6].d); + int t = (int)(yyvsp[(4) - (10)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { //Msg::Info("nb = %d \n",List_Nbr($8) ); - fullMatrix<double> centers(List_Nbr((yyvsp[-2].l)),3); - for (int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ - List_T *l = *(List_T**)List_Pointer((yyvsp[-2].l), i); + fullMatrix<double> centers(List_Nbr((yyvsp[(8) - (10)].l)),3); + for (int i = 0; i < List_Nbr((yyvsp[(8) - (10)].l)); i++){ + List_T *l = *(List_T**)List_Pointer((yyvsp[(8) - (10)].l), i); for (int j = 0; j < List_Nbr(l); j++){ //Msg::Info("nb j = %d \n",List_Nbr(l) ); centers(i,j) = (double)(*(double*)List_Pointer(l, j)); @@ -6945,100 +7422,96 @@ yyreduce: LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++) - List_Delete(*(List_T**)List_Pointer((yyvsp[-2].l), i)); - List_Delete((yyvsp[-2].l)); + for(int i = 0; i < List_Nbr((yyvsp[(8) - (10)].l)); i++) + List_Delete(*(List_T**)List_Pointer((yyvsp[(8) - (10)].l), i)); + List_Delete((yyvsp[(8) - (10)].l)); #endif - } -#line 6954 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 195: -#line 2290 "Gmsh.y" /* yacc.c:1646 */ +#line 2290 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(List_Nbr((yyvsp[-2].l)) == 0){ - int t = (int)(yyvsp[-10].d); + if(List_Nbr((yyvsp[(12) - (14)].l)) == 0){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double n[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double n[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetPlane(pt, n, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-10].d)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (14)].d)); #endif - } -#line 6978 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 196: -#line 2311 "Gmsh.y" /* yacc.c:1646 */ +#line 2311 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(List_Nbr((yyvsp[-2].l)) == 0){ - int t = (int)(yyvsp[-12].d); + if(List_Nbr((yyvsp[(14) - (16)].l)) == 0){ + int t = (int)(yyvsp[(4) - (16)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { - double pt1[3] = {(yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2]}; - double pt2[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double pt3[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + double pt1[3] = {(yyvsp[(8) - (16)].v)[0], (yyvsp[(8) - (16)].v)[1], (yyvsp[(8) - (16)].v)[2]}; + double pt2[3] = {(yyvsp[(10) - (16)].v)[0], (yyvsp[(10) - (16)].v)[1], (yyvsp[(10) - (16)].v)[2]}; + double pt3[3] = {(yyvsp[(12) - (16)].v)[0], (yyvsp[(12) - (16)].v)[1], (yyvsp[(12) - (16)].v)[2]}; gLevelset *ls = new gLevelsetPlane(pt1, pt2, pt3, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-12].d)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (16)].d)); #endif - } -#line 7003 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 197: -#line 2332 "Gmsh.y" /* yacc.c:1646 */ +#line 2332 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(List_Nbr((yyvsp[-2].l)) == 1){ - int t = (int)(yyvsp[-8].d); + if(List_Nbr((yyvsp[(10) - (12)].l)) == 1){ + int t = (int)(yyvsp[(4) - (12)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d; - List_Read((yyvsp[-2].l), 0, &d); - gLevelset *ls = new gLevelsetSphere((yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], d, t); + List_Read((yyvsp[(10) - (12)].l), 0, &d); + gLevelset *ls = new gLevelsetSphere((yyvsp[(8) - (12)].v)[0], (yyvsp[(8) - (12)].v)[1], (yyvsp[(8) - (12)].v)[2], d, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-8].d)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (12)].d)); #endif - } -#line 7027 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 198: -#line 2352 "Gmsh.y" /* yacc.c:1646 */ +#line 2352 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(!strcmp((yyvsp[-6].c), "Union")){ - int t = (int)(yyvsp[-4].d); + if(!strcmp((yyvsp[(2) - (8)].c), "Union")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { std::vector<gLevelset *> vl; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) { - double d; List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) { + double d; List_Read((yyvsp[(7) - (8)].l), i, &d); LevelSet *pl = FindLevelSet((int)d); if(!pl) yymsg(0, "Levelset Union %d : unknown levelset %d", t, (int)d); else vl.push_back(pl->ls); @@ -7048,15 +7521,15 @@ yyreduce: Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-6].c), "Intersection")){ - int t = (int)(yyvsp[-4].d); + else if(!strcmp((yyvsp[(2) - (8)].c), "Intersection")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { std::vector<gLevelset *> vl; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) { - double d; List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) { + double d; List_Read((yyvsp[(7) - (8)].l), i, &d); LevelSet *pl = FindLevelSet((int)d); if(!pl) yymsg(0, "Levelset Intersection %d : unknown levelset %d", t, (int)d); else vl.push_back(pl->ls); @@ -7066,15 +7539,15 @@ yyreduce: Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-6].c), "Cut")){ - int t = (int)(yyvsp[-4].d); + else if(!strcmp((yyvsp[(2) - (8)].c), "Cut")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { std::vector<gLevelset *> vl; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) { - double d; List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) { + double d; List_Read((yyvsp[(7) - (8)].l), i, &d); LevelSet *pl = FindLevelSet((int)d); if(!pl) yymsg(0, "Levelset Cut %d : unknown levelset %d", t, (int)d); else vl.push_back(pl->ls); @@ -7084,15 +7557,15 @@ yyreduce: Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-6].c), "Crack")){ - int t = (int)(yyvsp[-4].d); + else if(!strcmp((yyvsp[(2) - (8)].c), "Crack")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { std::vector<gLevelset *> vl; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) { - double d; List_Read((yyvsp[-1].l), i, &d); + for(int i = 0; i < List_Nbr((yyvsp[(7) - (8)].l)); i++) { + double d; List_Read((yyvsp[(7) - (8)].l), i, &d); LevelSet *pl = FindLevelSet((int)d); if(!pl) yymsg(0, "Levelset Crack %d : unknown levelset %d", t, (int)d); else vl.push_back(pl->ls); @@ -7102,14 +7575,14 @@ yyreduce: Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-6].c), "Reverse")){ - int t = (int)(yyvsp[-4].d); + else if(!strcmp((yyvsp[(2) - (8)].c), "Reverse")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d; - List_Read((yyvsp[-1].l), 0, &d); + List_Read((yyvsp[(7) - (8)].l), 0, &d); LevelSet *pl = FindLevelSet((int)d); gLevelset *ls = NULL; if(!pl) yymsg(0, "Levelset Reverse %d : unknown levelset %d", t, (int)d); @@ -7119,14 +7592,14 @@ yyreduce: } } #if defined(HAVE_POST) - else if(!strcmp((yyvsp[-6].c), "PostView")){ - int t = (int)(yyvsp[-4].d); + else if(!strcmp((yyvsp[(2) - (8)].c), "PostView")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { - if(List_Nbr((yyvsp[-1].l)) > 0){ - double d; List_Read((yyvsp[-1].l), 0, &d); + if(List_Nbr((yyvsp[(7) - (8)].l)) > 0){ + double d; List_Read((yyvsp[(7) - (8)].l), 0, &d); gLevelset *ls = new gLevelsetPostView((int)d, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); @@ -7135,42 +7608,40 @@ yyreduce: } #endif else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-4].d)); - Free((yyvsp[-6].c)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (8)].d)); + Free((yyvsp[(2) - (8)].c)); #endif - } -#line 7143 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 199: -#line 2464 "Gmsh.y" /* yacc.c:1646 */ +#line 2464 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(!strcmp((yyvsp[-6].c), "MathEval")){ - int t = (int)(yyvsp[-4].d); + if(!strcmp((yyvsp[(2) - (8)].c), "MathEval")){ + int t = (int)(yyvsp[(4) - (8)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { - gLevelset *ls = new gLevelsetMathEval((yyvsp[-1].c), t); + gLevelset *ls = new gLevelsetMathEval((yyvsp[(7) - (8)].c), t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } else yymsg(0, "Wrong levelset definition"); - Free((yyvsp[-6].c)); Free((yyvsp[-1].c)); + Free((yyvsp[(2) - (8)].c)); Free((yyvsp[(7) - (8)].c)); #endif - } -#line 7166 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 200: -#line 2483 "Gmsh.y" /* yacc.c:1646 */ +#line 2483 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(!strcmp((yyvsp[-4].c), "CutMesh")){ - int t = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(2) - (6)].c), "CutMesh")){ + int t = (int)(yyvsp[(4) - (6)].d); GModel *GM = GModel::current(); if(FindLevelSet(t)){ GM->buildCutGModel(FindLevelSet(t)->ls, true, false); @@ -7179,8 +7650,8 @@ yyreduce: else yymsg(0, "Unknown levelset (%d)", t); } - else if(!strcmp((yyvsp[-4].c), "CutMeshTri")){ - int t = (int)(yyvsp[-2].d); + else if(!strcmp((yyvsp[(2) - (6)].c), "CutMeshTri")){ + int t = (int)(yyvsp[(4) - (6)].d); GModel *GM = GModel::current(); if(FindLevelSet(t)){ GM->buildCutGModel(FindLevelSet(t)->ls, true, true); @@ -7189,8 +7660,8 @@ yyreduce: else yymsg(0, "Unknown levelset (%d)", t); } - else if(!strcmp((yyvsp[-4].c), "SplitMesh")){ - int t = (int)(yyvsp[-2].d); + else if(!strcmp((yyvsp[(2) - (6)].c), "SplitMesh")){ + int t = (int)(yyvsp[(4) - (6)].d); GModel *GM = GModel::current(); if(FindLevelSet(t)){ GM->buildCutGModel(FindLevelSet(t)->ls, false, true); @@ -7201,105 +7672,104 @@ yyreduce: } else yymsg(0, "Wrong levelset definition"); - Free((yyvsp[-4].c)); + Free((yyvsp[(2) - (6)].c)); #endif - } -#line 7208 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 201: -#line 2522 "Gmsh.y" /* yacc.c:1646 */ +#line 2522 "Gmsh.y" { #if defined(HAVE_DINTEGRATION) - if(!strcmp((yyvsp[-12].c), "Cylinder") && List_Nbr((yyvsp[-2].l)) == 1){ - int t = (int)(yyvsp[-10].d); + if(!strcmp((yyvsp[(2) - (14)].c), "Cylinder") && List_Nbr((yyvsp[(12) - (14)].l)) == 1){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d; - List_Read((yyvsp[-2].l), 0, &d); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), 0, &d); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetGenCylinder(pt, dir, d, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-12].c), "Cone") && List_Nbr((yyvsp[-2].l)) == 1){ - int t = (int)(yyvsp[-10].d); + else if(!strcmp((yyvsp[(2) - (14)].c), "Cone") && List_Nbr((yyvsp[(12) - (14)].l)) == 1){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d; - List_Read((yyvsp[-2].l), 0, &d); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), 0, &d); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetCone(pt, dir, d, t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-12].c), "Cylinder") && List_Nbr((yyvsp[-2].l)) == 2){ - int t = (int)(yyvsp[-10].d); + else if(!strcmp((yyvsp[(2) - (14)].c), "Cylinder") && List_Nbr((yyvsp[(12) - (14)].l)) == 2){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d[2]; for(int i = 0; i < 2; i++) - List_Read((yyvsp[-2].l), i, &d[i]); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), i, &d[i]); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetCylinder(pt, dir, d[0], d[1], t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-12].c), "Cylinder") && List_Nbr((yyvsp[-2].l)) == 3){ - int t = (int)(yyvsp[-10].d); + else if(!strcmp((yyvsp[(2) - (14)].c), "Cylinder") && List_Nbr((yyvsp[(12) - (14)].l)) == 3){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d[3]; for(int i = 0; i < 3; i++) - List_Read((yyvsp[-2].l), i, &d[i]); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), i, &d[i]); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetCylinder(pt, dir, d[0], d[1], d[2], t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-12].c), "Ellipsoid") && List_Nbr((yyvsp[-2].l)) == 3){ - int t = (int)(yyvsp[-10].d); + else if(!strcmp((yyvsp[(2) - (14)].c), "Ellipsoid") && List_Nbr((yyvsp[(12) - (14)].l)) == 3){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d[3]; for(int i = 0; i < 3; i++) - List_Read((yyvsp[-2].l), i, &d[i]); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), i, &d[i]); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetEllipsoid(pt, dir, d[0], d[1], d[2], t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l); } } - else if(!strcmp((yyvsp[-12].c), "Quadric") && List_Nbr((yyvsp[-2].l)) == 5){ - int t = (int)(yyvsp[-10].d); + else if(!strcmp((yyvsp[(2) - (14)].c), "Quadric") && List_Nbr((yyvsp[(12) - (14)].l)) == 5){ + int t = (int)(yyvsp[(4) - (14)].d); if(FindLevelSet(t)){ yymsg(0, "Levelset %d already exists", t); } else { double d[5]; for(int i = 0; i < 5; i++) - List_Read((yyvsp[-2].l), i, &d[i]); - double pt[3] = {(yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2]}; - double dir[3] = {(yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2]}; + List_Read((yyvsp[(12) - (14)].l), i, &d[i]); + double pt[3] = {(yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2]}; + double dir[3] = {(yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2]}; gLevelset *ls = new gLevelsetGeneralQuadric(pt, dir, d[0], d[1], d[2], d[3], d[4], t); LevelSet *l = Create_LevelSet(ls->getTag(), ls); @@ -7307,219 +7777,204 @@ yyreduce: } } else - yymsg(0, "Wrong levelset definition (%d)", (yyvsp[-10].d)); - Free((yyvsp[-12].c)); + yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (14)].d)); + Free((yyvsp[(2) - (14)].c)); #endif - } -#line 7315 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 202: -#line 2630 "Gmsh.y" /* yacc.c:1646 */ +#line 2630 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(3) - (4)].l), i, &TheShape); DeleteShape(TheShape.Type, TheShape.Num); } - List_Delete((yyvsp[-1].l)); - } -#line 7328 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 203: -#line 2639 "Gmsh.y" /* yacc.c:1646 */ +#line 2639 "Gmsh.y" { #if defined(HAVE_MESH) - GModel::current()->getFields()->deleteField((int)(yyvsp[-2].d)); + GModel::current()->getFields()->deleteField((int)(yyvsp[(4) - (6)].d)); #endif - } -#line 7338 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 204: -#line 2645 "Gmsh.y" /* yacc.c:1646 */ +#line 2645 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-4].c), "View")){ - int index = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(2) - (6)].c), "View")){ + int index = (int)(yyvsp[(4) - (6)].d); if(index >= 0 && index < (int)PView::list.size()) delete PView::list[index]; else yymsg(0, "Unknown view %d", index); } else - yymsg(0, "Unknown command 'Delete %s'", (yyvsp[-4].c)); + yymsg(0, "Unknown command 'Delete %s'", (yyvsp[(2) - (6)].c)); #endif - Free((yyvsp[-4].c)); - } -#line 7357 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (6)].c)); + ;} break; case 205: -#line 2660 "Gmsh.y" /* yacc.c:1646 */ +#line 2660 "Gmsh.y" { - if(!strcmp((yyvsp[-1].c), "Meshes") || !strcmp((yyvsp[-1].c), "All")){ + if(!strcmp((yyvsp[(2) - (3)].c), "Meshes") || !strcmp((yyvsp[(2) - (3)].c), "All")){ ClearProject(); } - else if(!strcmp((yyvsp[-1].c), "Model")){ + else if(!strcmp((yyvsp[(2) - (3)].c), "Model")){ GModel::current()->destroy(true); // destroy, but keep name/filename GModel::current()->getGEOInternals()->destroy(); } - else if(!strcmp((yyvsp[-1].c), "Physicals")){ + else if(!strcmp((yyvsp[(2) - (3)].c), "Physicals")){ GModel::current()->getGEOInternals()->reset_physicals(); GModel::current()->deletePhysicalGroups(); } - else if(!strcmp((yyvsp[-1].c), "Variables")){ + else if(!strcmp((yyvsp[(2) - (3)].c), "Variables")){ gmsh_yysymbols.clear(); } - else if(!strcmp((yyvsp[-1].c), "Options")){ + else if(!strcmp((yyvsp[(2) - (3)].c), "Options")){ ReInitOptions(0); InitOptionsGUI(0); } else{ - if(gmsh_yysymbols.count((yyvsp[-1].c))) - gmsh_yysymbols.erase((yyvsp[-1].c)); + if(gmsh_yysymbols.count((yyvsp[(2) - (3)].c))) + gmsh_yysymbols.erase((yyvsp[(2) - (3)].c)); else - yymsg(0, "Unknown object or expression to delete '%s'", (yyvsp[-1].c)); + yymsg(0, "Unknown object or expression to delete '%s'", (yyvsp[(2) - (3)].c)); } - Free((yyvsp[-1].c)); - } -#line 7389 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + ;} break; case 206: -#line 2688 "Gmsh.y" /* yacc.c:1646 */ +#line 2688 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-2].c), "Empty") && !strcmp((yyvsp[-1].c), "Views")){ + if(!strcmp((yyvsp[(2) - (4)].c), "Empty") && !strcmp((yyvsp[(3) - (4)].c), "Views")){ for(int i = PView::list.size() - 1; i >= 0; i--) if(PView::list[i]->getData()->empty()) delete PView::list[i]; } else - yymsg(0, "Unknown command 'Delete %s %s'", (yyvsp[-2].c), (yyvsp[-1].c)); + yymsg(0, "Unknown command 'Delete %s %s'", (yyvsp[(2) - (4)].c), (yyvsp[(3) - (4)].c)); #endif - Free((yyvsp[-2].c)); Free((yyvsp[-1].c)); - } -#line 7405 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (4)].c)); Free((yyvsp[(3) - (4)].c)); + ;} break; case 207: -#line 2705 "Gmsh.y" /* yacc.c:1646 */ +#line 2705 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); - ColorShape(TheShape.Type, TheShape.Num, (yyvsp[-3].u), false); + List_Read((yyvsp[(4) - (5)].l), i, &TheShape); + ColorShape(TheShape.Type, TheShape.Num, (yyvsp[(2) - (5)].u), false); } - List_Delete((yyvsp[-1].l)); - } -#line 7418 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 208: -#line 2714 "Gmsh.y" /* yacc.c:1646 */ +#line 2714 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); - ColorShape(TheShape.Type, TheShape.Num, (yyvsp[-3].u), true); + List_Read((yyvsp[(5) - (6)].l), i, &TheShape); + ColorShape(TheShape.Type, TheShape.Num, (yyvsp[(3) - (6)].u), true); } - List_Delete((yyvsp[-1].l)); - } -#line 7431 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(5) - (6)].l)); + ;} break; case 209: -#line 2728 "Gmsh.y" /* yacc.c:1646 */ +#line 2728 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); - SetPartition(TheShape.Type, TheShape.Num, (yyvsp[-3].d)); + List_Read((yyvsp[(4) - (5)].l), i, &TheShape); + SetPartition(TheShape.Type, TheShape.Num, (yyvsp[(2) - (5)].d)); } - List_Delete((yyvsp[-1].l)); - } -#line 7444 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 210: -#line 2742 "Gmsh.y" /* yacc.c:1646 */ +#line 2742 "Gmsh.y" { for(int i = 0; i < 4; i++) - VisibilityShape((yyvsp[-1].c), i, 1, false); - Free((yyvsp[-1].c)); - } -#line 7454 "Gmsh.tab.cpp" /* yacc.c:1646 */ + VisibilityShape((yyvsp[(2) - (3)].c), i, 1, false); + Free((yyvsp[(2) - (3)].c)); + ;} break; case 211: -#line 2748 "Gmsh.y" /* yacc.c:1646 */ +#line 2748 "Gmsh.y" { for(int i = 0; i < 4; i++) - VisibilityShape((yyvsp[-1].c), i, 0, false); - Free((yyvsp[-1].c)); - } -#line 7464 "Gmsh.tab.cpp" /* yacc.c:1646 */ + VisibilityShape((yyvsp[(2) - (3)].c), i, 0, false); + Free((yyvsp[(2) - (3)].c)); + ;} break; case 212: -#line 2754 "Gmsh.y" /* yacc.c:1646 */ +#line 2754 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(3) - (4)].l), i, &TheShape); VisibilityShape(TheShape.Type, TheShape.Num, 1, false); } - List_Delete((yyvsp[-1].l)); - } -#line 7477 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 213: -#line 2763 "Gmsh.y" /* yacc.c:1646 */ +#line 2763 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(4) - (5)].l), i, &TheShape); VisibilityShape(TheShape.Type, TheShape.Num, 1, true); } - List_Delete((yyvsp[-1].l)); - } -#line 7490 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 214: -#line 2772 "Gmsh.y" /* yacc.c:1646 */ +#line 2772 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(3) - (4)].l), i, &TheShape); VisibilityShape(TheShape.Type, TheShape.Num, 0, false); } - List_Delete((yyvsp[-1].l)); - } -#line 7503 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 215: -#line 2781 "Gmsh.y" /* yacc.c:1646 */ +#line 2781 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ Shape TheShape; - List_Read((yyvsp[-1].l), i, &TheShape); + List_Read((yyvsp[(4) - (5)].l), i, &TheShape); VisibilityShape(TheShape.Type, TheShape.Num, 0, true); } - List_Delete((yyvsp[-1].l)); - } -#line 7516 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 216: -#line 2795 "Gmsh.y" /* yacc.c:1646 */ +#line 2795 "Gmsh.y" { - if(!strcmp((yyvsp[-2].c), "Include")){ - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + if(!strcmp((yyvsp[(1) - (3)].c), "Include")){ + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); Msg::StatusBar(true, "Reading '%s'...", tmp.c_str()); // Warning: we explicitly ask ParseFile not to fclose() the included // file, in order to allow user functions definitions in these files. @@ -7533,289 +7988,271 @@ yyreduce: SetBoundingBox(); Msg::StatusBar(true, "Done reading '%s'", tmp.c_str()); } - else if(!strcmp((yyvsp[-2].c), "Print")){ + else if(!strcmp((yyvsp[(1) - (3)].c), "Print")){ // make sure we have the latest data from GEO_Internals in GModel // (fixes bug where we would have no geometry in the picture if // the print command is in the same file as the geometry) GModel::current()->importGEOInternals(); - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); CreateOutputFile(tmp, CTX::instance()->print.fileFormat); } - else if(!strcmp((yyvsp[-2].c), "Save")){ + else if(!strcmp((yyvsp[(1) - (3)].c), "Save")){ GModel::current()->importGEOInternals(); - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); CreateOutputFile(tmp, CTX::instance()->mesh.fileFormat); } - else if(!strcmp((yyvsp[-2].c), "Merge") || !strcmp((yyvsp[-2].c), "MergeWithBoundingBox")){ + else if(!strcmp((yyvsp[(1) - (3)].c), "Merge") || !strcmp((yyvsp[(1) - (3)].c), "MergeWithBoundingBox")){ // MergeWithBoundingBox is deprecated - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); MergeFile(tmp, true); } - else if(!strcmp((yyvsp[-2].c), "NonBlockingSystemCall")){ - SystemCall((yyvsp[-1].c)); + else if(!strcmp((yyvsp[(1) - (3)].c), "NonBlockingSystemCall")){ + SystemCall((yyvsp[(2) - (3)].c)); } - else if(!strcmp((yyvsp[-2].c), "System") || !strcmp((yyvsp[-2].c), "SystemCall")){ - SystemCall((yyvsp[-1].c), true); + else if(!strcmp((yyvsp[(1) - (3)].c), "System") || !strcmp((yyvsp[(1) - (3)].c), "SystemCall")){ + SystemCall((yyvsp[(2) - (3)].c), true); } - else if(!strcmp((yyvsp[-2].c), "SetName")){ - GModel::current()->setName((yyvsp[-1].c)); + else if(!strcmp((yyvsp[(1) - (3)].c), "SetName")){ + GModel::current()->setName((yyvsp[(2) - (3)].c)); } - else if(!strcmp((yyvsp[-2].c), "CreateDir")){ - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + else if(!strcmp((yyvsp[(1) - (3)].c), "CreateDir")){ + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); CreateSingleDir(tmp); } - else if(!strcmp((yyvsp[-2].c), "OnelabRun")){ - Msg::RunOnelabClient((yyvsp[-1].c)); + else if(!strcmp((yyvsp[(1) - (3)].c), "OnelabRun")){ + Msg::RunOnelabClient((yyvsp[(2) - (3)].c)); } else{ - yymsg(0, "Unknown command '%s'", (yyvsp[-2].c)); + yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (3)].c)); } - Free((yyvsp[-2].c)); Free((yyvsp[-1].c)); - } -#line 7576 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (3)].c)); Free((yyvsp[(2) - (3)].c)); + ;} break; case 217: -#line 2851 "Gmsh.y" /* yacc.c:1646 */ +#line 2851 "Gmsh.y" { - int n = List_Nbr((yyvsp[-2].l)); + int n = List_Nbr((yyvsp[(3) - (5)].l)); if(n == 1){ - char *s; List_Read((yyvsp[-2].l), 0, &s); + char *s; List_Read((yyvsp[(3) - (5)].l), 0, &s); Msg::RunOnelabClient(s); Free(s); } else if(n == 2){ - char *s, *t; List_Read((yyvsp[-2].l), 0, &s); List_Read((yyvsp[-2].l), 1, &t); + char *s, *t; List_Read((yyvsp[(3) - (5)].l), 0, &s); List_Read((yyvsp[(3) - (5)].l), 1, &t); Msg::RunOnelabClient(s, t); Free(s); Free(t); } else{ yymsg(0, "OnelabRun takes one or two arguments"); } - List_Delete((yyvsp[-2].l)); - } -#line 7598 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (5)].l)); + ;} break; case 218: -#line 2869 "Gmsh.y" /* yacc.c:1646 */ +#line 2869 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-6].c), "Save") && !strcmp((yyvsp[-5].c), "View")){ - int index = (int)(yyvsp[-3].d); + if(!strcmp((yyvsp[(1) - (7)].c), "Save") && !strcmp((yyvsp[(2) - (7)].c), "View")){ + int index = (int)(yyvsp[(4) - (7)].d); if(index >= 0 && index < (int)PView::list.size()){ - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(6) - (7)].c)); PView::list[index]->write(tmp, CTX::instance()->post.fileFormat); } else yymsg(0, "Unknown view %d", index); } else - yymsg(0, "Unknown command '%s'", (yyvsp[-6].c)); + yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (7)].c)); #endif - Free((yyvsp[-6].c)); Free((yyvsp[-5].c)); Free((yyvsp[-1].c)); - } -#line 7619 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (7)].c)); Free((yyvsp[(2) - (7)].c)); Free((yyvsp[(6) - (7)].c)); + ;} break; case 219: -#line 2886 "Gmsh.y" /* yacc.c:1646 */ +#line 2886 "Gmsh.y" { #if defined(HAVE_POST) && defined(HAVE_MESH) - if(!strcmp((yyvsp[-6].c), "Background") && !strcmp((yyvsp[-5].c), "Mesh") && !strcmp((yyvsp[-4].c), "View")){ - int index = (int)(yyvsp[-2].d); + if(!strcmp((yyvsp[(1) - (7)].c), "Background") && !strcmp((yyvsp[(2) - (7)].c), "Mesh") && !strcmp((yyvsp[(3) - (7)].c), "View")){ + int index = (int)(yyvsp[(5) - (7)].d); if(index >= 0 && index < (int)PView::list.size()) GModel::current()->getFields()->setBackgroundMesh(index); else yymsg(0, "Unknown view %d", index); } else - yymsg(0, "Unknown command '%s'", (yyvsp[-6].c)); + yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (7)].c)); #endif - Free((yyvsp[-6].c)); Free((yyvsp[-5].c)); Free((yyvsp[-4].c)); - } -#line 7638 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (7)].c)); Free((yyvsp[(2) - (7)].c)); Free((yyvsp[(3) - (7)].c)); + ;} break; case 220: -#line 2901 "Gmsh.y" /* yacc.c:1646 */ +#line 2901 "Gmsh.y" { - if(!strcmp((yyvsp[-2].c), "Sleep")){ - SleepInSeconds((yyvsp[-1].d)); + if(!strcmp((yyvsp[(1) - (3)].c), "Sleep")){ + SleepInSeconds((yyvsp[(2) - (3)].d)); } - else if(!strcmp((yyvsp[-2].c), "Remesh")){ + else if(!strcmp((yyvsp[(1) - (3)].c), "Remesh")){ yymsg(0, "Surface remeshing must be reinterfaced"); } - else if(!strcmp((yyvsp[-2].c), "Mesh")){ + else if(!strcmp((yyvsp[(1) - (3)].c), "Mesh")){ int lock = CTX::instance()->lock; CTX::instance()->lock = 0; GModel::current()->importGEOInternals(); - GModel::current()->mesh((int)(yyvsp[-1].d)); + GModel::current()->mesh((int)(yyvsp[(2) - (3)].d)); CTX::instance()->lock = lock; } else - yymsg(0, "Unknown command '%s'", (yyvsp[-2].c)); - Free((yyvsp[-2].c)); - } -#line 7661 "Gmsh.tab.cpp" /* yacc.c:1646 */ + yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (3)].c)); + Free((yyvsp[(1) - (3)].c)); + ;} break; case 221: -#line 2920 "Gmsh.y" /* yacc.c:1646 */ +#line 2920 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { - PluginManager::instance()->action((yyvsp[-4].c), (yyvsp[-1].c), 0); + PluginManager::instance()->action((yyvsp[(3) - (7)].c), (yyvsp[(6) - (7)].c), 0); } catch(...) { - yymsg(0, "Unknown action '%s' or plugin '%s'", (yyvsp[-1].c), (yyvsp[-4].c)); + yymsg(0, "Unknown action '%s' or plugin '%s'", (yyvsp[(6) - (7)].c), (yyvsp[(3) - (7)].c)); } #endif - Free((yyvsp[-4].c)); Free((yyvsp[-1].c)); - } -#line 7677 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (7)].c)); Free((yyvsp[(6) - (7)].c)); + ;} break; case 222: -#line 2932 "Gmsh.y" /* yacc.c:1646 */ +#line 2932 "Gmsh.y" { #if defined(HAVE_POST) - if(!strcmp((yyvsp[-1].c), "ElementsFromAllViews")) + if(!strcmp((yyvsp[(2) - (3)].c), "ElementsFromAllViews")) PView::combine(false, 1, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "ElementsFromVisibleViews")) + else if(!strcmp((yyvsp[(2) - (3)].c), "ElementsFromVisibleViews")) PView::combine(false, 0, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "ElementsByViewName")) + else if(!strcmp((yyvsp[(2) - (3)].c), "ElementsByViewName")) PView::combine(false, 2, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "TimeStepsFromAllViews")) + else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsFromAllViews")) PView::combine(true, 1, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "TimeStepsFromVisibleViews")) + else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsFromVisibleViews")) PView::combine(true, 0, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "TimeStepsByViewName")) + else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsByViewName")) PView::combine(true, 2, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "Views")) + else if(!strcmp((yyvsp[(2) - (3)].c), "Views")) PView::combine(false, 1, CTX::instance()->post.combineRemoveOrig); - else if(!strcmp((yyvsp[-1].c), "TimeSteps")) + else if(!strcmp((yyvsp[(2) - (3)].c), "TimeSteps")) PView::combine(true, 2, CTX::instance()->post.combineRemoveOrig); else yymsg(0, "Unknown 'Combine' command"); #endif - Free((yyvsp[-1].c)); - } -#line 7705 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + ;} break; case 223: -#line 2956 "Gmsh.y" /* yacc.c:1646 */ +#line 2956 "Gmsh.y" { Msg::Exit(0); - } -#line 7713 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 224: -#line 2960 "Gmsh.y" /* yacc.c:1646 */ +#line 2960 "Gmsh.y" { gmsh_yyerrorstate = 999; // this will be checked when yyparse returns YYABORT; - } -#line 7722 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 225: -#line 2965 "Gmsh.y" /* yacc.c:1646 */ +#line 2965 "Gmsh.y" { // FIXME: this is a hack to force a transfer from the old DB to // the new DB. This will become unnecessary if/when we fill the // GModel directly during parsing. GModel::current()->importGEOInternals(); - } -#line 7733 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 226: -#line 2972 "Gmsh.y" /* yacc.c:1646 */ +#line 2972 "Gmsh.y" { new GModel(); GModel::current(GModel::list.size() - 1); - } -#line 7742 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 227: -#line 2977 "Gmsh.y" /* yacc.c:1646 */ +#line 2977 "Gmsh.y" { CTX::instance()->forcedBBox = 0; GModel::current()->importGEOInternals(); SetBoundingBox(); - } -#line 7752 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 228: -#line 2983 "Gmsh.y" /* yacc.c:1646 */ +#line 2983 "Gmsh.y" { CTX::instance()->forcedBBox = 1; - SetBoundingBox((yyvsp[-12].d), (yyvsp[-10].d), (yyvsp[-8].d), (yyvsp[-6].d), (yyvsp[-4].d), (yyvsp[-2].d)); - } -#line 7761 "Gmsh.tab.cpp" /* yacc.c:1646 */ + SetBoundingBox((yyvsp[(3) - (15)].d), (yyvsp[(5) - (15)].d), (yyvsp[(7) - (15)].d), (yyvsp[(9) - (15)].d), (yyvsp[(11) - (15)].d), (yyvsp[(13) - (15)].d)); + ;} break; case 229: -#line 2988 "Gmsh.y" /* yacc.c:1646 */ +#line 2988 "Gmsh.y" { #if defined(HAVE_OPENGL) drawContext::global()->draw(); #endif - } -#line 7771 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 230: -#line 2994 "Gmsh.y" /* yacc.c:1646 */ +#line 2994 "Gmsh.y" { #if defined(HAVE_OPENGL) CTX::instance()->mesh.changed = ENT_ALL; for(unsigned int index = 0; index < PView::list.size(); index++) PView::list[index]->setChanged(true); #endif - } -#line 7783 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 231: -#line 3002 "Gmsh.y" /* yacc.c:1646 */ +#line 3002 "Gmsh.y" { GModel::current()->createTopologyFromMesh(); - } -#line 7791 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 232: -#line 3006 "Gmsh.y" /* yacc.c:1646 */ +#line 3006 "Gmsh.y" { GModel::current()->createTopologyFromMesh(1); - } -#line 7799 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 233: -#line 3010 "Gmsh.y" /* yacc.c:1646 */ +#line 3010 "Gmsh.y" { GModel::current()->importGEOInternals(); GModel::current()->refineMesh(CTX::instance()->mesh.secondOrderLinear); - } -#line 7808 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 234: -#line 3016 "Gmsh.y" /* yacc.c:1646 */ +#line 3016 "Gmsh.y" { int lock = CTX::instance()->lock; CTX::instance()->lock = 0; std::vector<int> technique; - for(int i = 0; i < List_Nbr((yyvsp[-13].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (16)].l)); i++){ double d; - List_Read((yyvsp[-13].l), i, &d); + List_Read((yyvsp[(3) - (16)].l), i, &d); technique.push_back((int)d); } if(technique.empty()){ @@ -7823,9 +8260,9 @@ yyreduce: } else{ std::vector<simpleFunction<double>*> f; - for(int i = 0; i < List_Nbr((yyvsp[-10].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(6) - (16)].l)); i++){ double d; - List_Read((yyvsp[-10].l), i, &d); + List_Read((yyvsp[(6) - (16)].l), i, &d); LevelSet *l = FindLevelSet((int)d); if(l) f.push_back(l->ls); else yymsg(0, "Unknown Levelset %d", (int)d); @@ -7834,59 +8271,57 @@ yyreduce: yyerror("Number of techniques != number of levelsets"); } else{ - if(List_Nbr((yyvsp[-7].l)) != (int)f.size()){ + if(List_Nbr((yyvsp[(9) - (16)].l)) != (int)f.size()){ yyerror("Number of parameters != number of levelsets"); } else{ std::vector<std::vector<double> > parameters; - parameters.resize(List_Nbr((yyvsp[-7].l))); - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ - List_T *l = *(List_T**)List_Pointer((yyvsp[-7].l), i); + parameters.resize(List_Nbr((yyvsp[(9) - (16)].l))); + for(int i = 0; i < List_Nbr((yyvsp[(9) - (16)].l)); i++){ + List_T *l = *(List_T**)List_Pointer((yyvsp[(9) - (16)].l), i); for(int j = 0; j < List_Nbr(l); j++){ double d; List_Read(l, j, &d); parameters[i].push_back(d); } } - int niter = (int)(yyvsp[-4].d); - bool meshAll = ((yyvsp[-2].d) == 0) ? false : true; + int niter = (int)(yyvsp[(12) - (16)].d); + bool meshAll = ((yyvsp[(14) - (16)].d) == 0) ? false : true; GModel::current()->importGEOInternals(); GModel::current()->adaptMesh(technique, f, parameters, niter, meshAll); } } } - List_Delete((yyvsp[-13].l)); - List_Delete((yyvsp[-10].l)); - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++) - List_Delete(*(List_T**)List_Pointer((yyvsp[-7].l), i)); - List_Delete((yyvsp[-7].l)); + List_Delete((yyvsp[(3) - (16)].l)); + List_Delete((yyvsp[(6) - (16)].l)); + for(int i = 0; i < List_Nbr((yyvsp[(9) - (16)].l)); i++) + List_Delete(*(List_T**)List_Pointer((yyvsp[(9) - (16)].l), i)); + List_Delete((yyvsp[(9) - (16)].l)); CTX::instance()->lock = lock; - } -#line 7866 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 235: -#line 3070 "Gmsh.y" /* yacc.c:1646 */ +#line 3070 "Gmsh.y" { #if defined(HAVE_MESH) - SetOrderN(GModel::current(), (yyvsp[-1].d), CTX::instance()->mesh.secondOrderLinear, + SetOrderN(GModel::current(), (yyvsp[(2) - (3)].d), CTX::instance()->mesh.secondOrderLinear, CTX::instance()->mesh.secondOrderIncomplete, CTX::instance()->mesh.meshOnlyVisible); #endif - } -#line 7878 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 236: -#line 3083 "Gmsh.y" /* yacc.c:1646 */ +#line 3083 "Gmsh.y" { - LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[-3].d); - LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[-1].d); + LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (6)].d); + LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (6)].d); LoopControlVariablesTab[ImbricatedLoop][2] = 1.0; LoopControlVariablesNameTab[ImbricatedLoop] = ""; gmshgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]); yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno; - if((yyvsp[-3].d) > (yyvsp[-1].d)) + if((yyvsp[(3) - (6)].d) > (yyvsp[(5) - (6)].d)) skip_until("For", "EndFor"); else ImbricatedLoop++; @@ -7894,20 +8329,19 @@ yyreduce: yymsg(0, "Reached maximum number of imbricated loops"); ImbricatedLoop = MAX_RECUR_LOOPS - 1; } - } -#line 7899 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 237: -#line 3100 "Gmsh.y" /* yacc.c:1646 */ +#line 3100 "Gmsh.y" { - LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[-5].d); - LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[-3].d); - LoopControlVariablesTab[ImbricatedLoop][2] = (yyvsp[-1].d); + LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (8)].d); + LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (8)].d); + LoopControlVariablesTab[ImbricatedLoop][2] = (yyvsp[(7) - (8)].d); LoopControlVariablesNameTab[ImbricatedLoop] = ""; gmshgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]); yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno; - if(((yyvsp[-1].d) > 0. && (yyvsp[-5].d) > (yyvsp[-3].d)) || ((yyvsp[-1].d) < 0. && (yyvsp[-5].d) < (yyvsp[-3].d))) + if(((yyvsp[(7) - (8)].d) > 0. && (yyvsp[(3) - (8)].d) > (yyvsp[(5) - (8)].d)) || ((yyvsp[(7) - (8)].d) < 0. && (yyvsp[(3) - (8)].d) < (yyvsp[(5) - (8)].d))) skip_until("For", "EndFor"); else ImbricatedLoop++; @@ -7915,24 +8349,23 @@ yyreduce: yymsg(0, "Reached maximum number of imbricated loops"); ImbricatedLoop = MAX_RECUR_LOOPS - 1; } - } -#line 7920 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 238: -#line 3117 "Gmsh.y" /* yacc.c:1646 */ +#line 3117 "Gmsh.y" { - LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[-3].d); - LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[-1].d); + LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(5) - (8)].d); + LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(7) - (8)].d); LoopControlVariablesTab[ImbricatedLoop][2] = 1.0; - LoopControlVariablesNameTab[ImbricatedLoop] = (yyvsp[-6].c); - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-6].c)]); + LoopControlVariablesNameTab[ImbricatedLoop] = (yyvsp[(2) - (8)].c); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(2) - (8)].c)]); s.list = false; s.value.resize(1); - s.value[0] = (yyvsp[-3].d); + s.value[0] = (yyvsp[(5) - (8)].d); gmshgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]); yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno; - if((yyvsp[-3].d) > (yyvsp[-1].d)) + if((yyvsp[(5) - (8)].d) > (yyvsp[(7) - (8)].d)) skip_until("For", "EndFor"); else ImbricatedLoop++; @@ -7940,25 +8373,24 @@ yyreduce: yymsg(0, "Reached maximum number of imbricated loops"); ImbricatedLoop = MAX_RECUR_LOOPS - 1; } - Free((yyvsp[-6].c)); - } -#line 7946 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (8)].c)); + ;} break; case 239: -#line 3139 "Gmsh.y" /* yacc.c:1646 */ +#line 3139 "Gmsh.y" { - LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[-5].d); - LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[-3].d); - LoopControlVariablesTab[ImbricatedLoop][2] = (yyvsp[-1].d); - LoopControlVariablesNameTab[ImbricatedLoop] = (yyvsp[-8].c); - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-8].c)]); + LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(5) - (10)].d); + LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(7) - (10)].d); + LoopControlVariablesTab[ImbricatedLoop][2] = (yyvsp[(9) - (10)].d); + LoopControlVariablesNameTab[ImbricatedLoop] = (yyvsp[(2) - (10)].c); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(2) - (10)].c)]); s.list = false; s.value.resize(1); - s.value[0] = (yyvsp[-5].d); + s.value[0] = (yyvsp[(5) - (10)].d); gmshgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]); yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno; - if(((yyvsp[-1].d) > 0. && (yyvsp[-5].d) > (yyvsp[-3].d)) || ((yyvsp[-1].d) < 0. && (yyvsp[-5].d) < (yyvsp[-3].d))) + if(((yyvsp[(9) - (10)].d) > 0. && (yyvsp[(5) - (10)].d) > (yyvsp[(7) - (10)].d)) || ((yyvsp[(9) - (10)].d) < 0. && (yyvsp[(5) - (10)].d) < (yyvsp[(7) - (10)].d))) skip_until("For", "EndFor"); else ImbricatedLoop++; @@ -7966,13 +8398,12 @@ yyreduce: yymsg(0, "Reached maximum number of imbricated loops"); ImbricatedLoop = MAX_RECUR_LOOPS - 1; } - Free((yyvsp[-8].c)); - } -#line 7972 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (10)].c)); + ;} break; case 240: -#line 3161 "Gmsh.y" /* yacc.c:1646 */ +#line 3161 "Gmsh.y" { if(ImbricatedLoop <= 0){ yymsg(0, "Invalid For/EndFor loop"); @@ -8006,804 +8437,731 @@ yyreduce: else ImbricatedLoop--; } - } -#line 8011 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 241: -#line 3196 "Gmsh.y" /* yacc.c:1646 */ +#line 3196 "Gmsh.y" { if(!FunctionManager::Instance()->createFunction - (std::string((yyvsp[0].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) - yymsg(0, "Redefinition of function %s", (yyvsp[0].c)); + (std::string((yyvsp[(2) - (2)].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) + yymsg(0, "Redefinition of function %s", (yyvsp[(2) - (2)].c)); skip_until(NULL, "Return"); - Free((yyvsp[0].c)); - } -#line 8023 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (2)].c)); + ;} break; case 242: -#line 3204 "Gmsh.y" /* yacc.c:1646 */ +#line 3204 "Gmsh.y" { if(!FunctionManager::Instance()->createFunction - (std::string((yyvsp[0].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) - yymsg(0, "Redefinition of function %s", (yyvsp[0].c)); + (std::string((yyvsp[(2) - (2)].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) + yymsg(0, "Redefinition of function %s", (yyvsp[(2) - (2)].c)); skip_until(NULL, "Return"); - Free((yyvsp[0].c)); - } -#line 8035 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (2)].c)); + ;} break; case 243: -#line 3212 "Gmsh.y" /* yacc.c:1646 */ +#line 3212 "Gmsh.y" { if(!FunctionManager::Instance()->leaveFunction (&gmsh_yyin, gmsh_yyname, gmsh_yylineno)) yymsg(0, "Error while exiting function"); - } -#line 8045 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 244: -#line 3218 "Gmsh.y" /* yacc.c:1646 */ +#line 3218 "Gmsh.y" { if(!FunctionManager::Instance()->enterFunction - (std::string((yyvsp[-1].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) - yymsg(0, "Unknown function %s", (yyvsp[-1].c)); - Free((yyvsp[-1].c)); - } -#line 8056 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(2) - (3)].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) + yymsg(0, "Unknown function %s", (yyvsp[(2) - (3)].c)); + Free((yyvsp[(2) - (3)].c)); + ;} break; case 245: -#line 3225 "Gmsh.y" /* yacc.c:1646 */ +#line 3225 "Gmsh.y" { if(!FunctionManager::Instance()->enterFunction - (std::string((yyvsp[-1].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) - yymsg(0, "Unknown function %s", (yyvsp[-1].c)); - Free((yyvsp[-1].c)); - } -#line 8067 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (std::string((yyvsp[(2) - (3)].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) + yymsg(0, "Unknown function %s", (yyvsp[(2) - (3)].c)); + Free((yyvsp[(2) - (3)].c)); + ;} break; case 246: -#line 3232 "Gmsh.y" /* yacc.c:1646 */ +#line 3232 "Gmsh.y" { - if(!(yyvsp[-1].d)) skip_until("If", "EndIf"); - } -#line 8075 "Gmsh.tab.cpp" /* yacc.c:1646 */ + if(!(yyvsp[(3) - (4)].d)) skip_until("If", "EndIf"); + ;} break; case 247: -#line 3236 "Gmsh.y" /* yacc.c:1646 */ +#line 3236 "Gmsh.y" { - } -#line 8082 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 248: -#line 3245 "Gmsh.y" /* yacc.c:1646 */ +#line 3245 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(TRANSLATE, (yyvsp[-1].l), - (yyvsp[-3].v)[0], (yyvsp[-3].v)[1], (yyvsp[-3].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShapes(TRANSLATE, (yyvsp[(4) - (5)].l), + (yyvsp[(2) - (5)].v)[0], (yyvsp[(2) - (5)].v)[1], (yyvsp[(2) - (5)].v)[2], 0., 0., 0., 0., 0., 0., 0., NULL, (yyval.l)); - List_Delete((yyvsp[-1].l)); - } -#line 8094 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 249: -#line 3253 "Gmsh.y" /* yacc.c:1646 */ +#line 3253 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(ROTATE, (yyvsp[-1].l), - 0., 0., 0., (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].d), + ExtrudeShapes(ROTATE, (yyvsp[(10) - (11)].l), + 0., 0., 0., (yyvsp[(3) - (11)].v)[0], (yyvsp[(3) - (11)].v)[1], (yyvsp[(3) - (11)].v)[2], (yyvsp[(5) - (11)].v)[0], (yyvsp[(5) - (11)].v)[1], (yyvsp[(5) - (11)].v)[2], (yyvsp[(7) - (11)].d), NULL, (yyval.l)); - List_Delete((yyvsp[-1].l)); - } -#line 8106 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(10) - (11)].l)); + ;} break; case 250: -#line 3261 "Gmsh.y" /* yacc.c:1646 */ +#line 3261 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[-1].l), - (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].d), + ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[(12) - (13)].l), + (yyvsp[(3) - (13)].v)[0], (yyvsp[(3) - (13)].v)[1], (yyvsp[(3) - (13)].v)[2], (yyvsp[(5) - (13)].v)[0], (yyvsp[(5) - (13)].v)[1], (yyvsp[(5) - (13)].v)[2], (yyvsp[(7) - (13)].v)[0], (yyvsp[(7) - (13)].v)[1], (yyvsp[(7) - (13)].v)[2], (yyvsp[(9) - (13)].d), NULL, (yyval.l)); - List_Delete((yyvsp[-1].l)); - } -#line 8118 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(12) - (13)].l)); + ;} break; case 251: -#line 3269 "Gmsh.y" /* yacc.c:1646 */ +#line 3269 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8128 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 252: -#line 3275 "Gmsh.y" /* yacc.c:1646 */ +#line 3275 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(TRANSLATE, (yyvsp[-3].l), - (yyvsp[-5].v)[0], (yyvsp[-5].v)[1], (yyvsp[-5].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShapes(TRANSLATE, (yyvsp[(4) - (7)].l), + (yyvsp[(2) - (7)].v)[0], (yyvsp[(2) - (7)].v)[1], (yyvsp[(2) - (7)].v)[2], 0., 0., 0., 0., 0., 0., 0., &extr, (yyval.l)); - List_Delete((yyvsp[-3].l)); - } -#line 8140 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (7)].l)); + ;} break; case 253: -#line 3283 "Gmsh.y" /* yacc.c:1646 */ +#line 3283 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8150 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 254: -#line 3289 "Gmsh.y" /* yacc.c:1646 */ +#line 3289 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(ROTATE, (yyvsp[-3].l), - 0., 0., 0., (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShapes(ROTATE, (yyvsp[(10) - (13)].l), + 0., 0., 0., (yyvsp[(3) - (13)].v)[0], (yyvsp[(3) - (13)].v)[1], (yyvsp[(3) - (13)].v)[2], (yyvsp[(5) - (13)].v)[0], (yyvsp[(5) - (13)].v)[1], (yyvsp[(5) - (13)].v)[2], (yyvsp[(7) - (13)].d), &extr, (yyval.l)); - List_Delete((yyvsp[-3].l)); - } -#line 8162 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(10) - (13)].l)); + ;} break; case 255: -#line 3297 "Gmsh.y" /* yacc.c:1646 */ +#line 3297 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8172 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 256: -#line 3303 "Gmsh.y" /* yacc.c:1646 */ +#line 3303 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[-3].l), - (yyvsp[-12].v)[0], (yyvsp[-12].v)[1], (yyvsp[-12].v)[2], (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[(12) - (15)].l), + (yyvsp[(3) - (15)].v)[0], (yyvsp[(3) - (15)].v)[1], (yyvsp[(3) - (15)].v)[2], (yyvsp[(5) - (15)].v)[0], (yyvsp[(5) - (15)].v)[1], (yyvsp[(5) - (15)].v)[2], (yyvsp[(7) - (15)].v)[0], (yyvsp[(7) - (15)].v)[1], (yyvsp[(7) - (15)].v)[2], (yyvsp[(9) - (15)].d), &extr, (yyval.l)); - List_Delete((yyvsp[-3].l)); - } -#line 8184 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(12) - (15)].l)); + ;} break; case 257: -#line 3311 "Gmsh.y" /* yacc.c:1646 */ +#line 3311 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8194 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 258: -#line 3317 "Gmsh.y" /* yacc.c:1646 */ +#line 3317 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShapes(BOUNDARY_LAYER, (yyvsp[-3].l), 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., + ExtrudeShapes(BOUNDARY_LAYER, (yyvsp[(3) - (6)].l), 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., &extr, (yyval.l)); - List_Delete((yyvsp[-3].l)); - } -#line 8205 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (6)].l)); + ;} break; case 259: -#line 3325 "Gmsh.y" /* yacc.c:1646 */ +#line 3325 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_POINT, (int)(yyvsp[-4].d), - (yyvsp[-2].v)[0], (yyvsp[-2].v)[1], (yyvsp[-2].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_POINT, (int)(yyvsp[(4) - (8)].d), + (yyvsp[(6) - (8)].v)[0], (yyvsp[(6) - (8)].v)[1], (yyvsp[(6) - (8)].v)[2], 0., 0., 0., 0., 0., 0., 0., NULL, (yyval.l)); - } -#line 8216 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 260: -#line 3332 "Gmsh.y" /* yacc.c:1646 */ +#line 3332 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_SEGM_LINE, (int)(yyvsp[-4].d), - (yyvsp[-2].v)[0], (yyvsp[-2].v)[1], (yyvsp[-2].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (8)].d), + (yyvsp[(6) - (8)].v)[0], (yyvsp[(6) - (8)].v)[1], (yyvsp[(6) - (8)].v)[2], 0., 0., 0., 0., 0., 0., 0., NULL, (yyval.l)); - } -#line 8227 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 261: -#line 3339 "Gmsh.y" /* yacc.c:1646 */ +#line 3339 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_SURF_PLAN, (int)(yyvsp[-4].d), - (yyvsp[-2].v)[0], (yyvsp[-2].v)[1], (yyvsp[-2].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (8)].d), + (yyvsp[(6) - (8)].v)[0], (yyvsp[(6) - (8)].v)[1], (yyvsp[(6) - (8)].v)[2], 0., 0., 0., 0., 0., 0., 0., NULL, (yyval.l)); - } -#line 8238 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 262: -#line 3346 "Gmsh.y" /* yacc.c:1646 */ +#line 3346 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_POINT, (int)(yyvsp[-8].d), - 0., 0., 0., (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(ROTATE, MSH_POINT, (int)(yyvsp[(4) - (12)].d), + 0., 0., 0., (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], (yyvsp[(8) - (12)].v)[0], (yyvsp[(8) - (12)].v)[1], (yyvsp[(8) - (12)].v)[2], (yyvsp[(10) - (12)].d), NULL, (yyval.l)); - } -#line 8249 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 263: -#line 3353 "Gmsh.y" /* yacc.c:1646 */ +#line 3353 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_SEGM_LINE, (int)(yyvsp[-8].d), - 0., 0., 0., (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(ROTATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (12)].d), + 0., 0., 0., (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], (yyvsp[(8) - (12)].v)[0], (yyvsp[(8) - (12)].v)[1], (yyvsp[(8) - (12)].v)[2], (yyvsp[(10) - (12)].d), NULL, (yyval.l)); - } -#line 8260 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 264: -#line 3360 "Gmsh.y" /* yacc.c:1646 */ +#line 3360 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_SURF_PLAN, (int)(yyvsp[-8].d), - 0., 0., 0., (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(ROTATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (12)].d), + 0., 0., 0., (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], (yyvsp[(8) - (12)].v)[0], (yyvsp[(8) - (12)].v)[1], (yyvsp[(8) - (12)].v)[2], (yyvsp[(10) - (12)].d), NULL, (yyval.l)); - } -#line 8271 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 265: -#line 3367 "Gmsh.y" /* yacc.c:1646 */ +#line 3367 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_POINT, (int)(yyvsp[-10].d), - (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_POINT, (int)(yyvsp[(4) - (14)].d), + (yyvsp[(6) - (14)].v)[0], (yyvsp[(6) - (14)].v)[1], (yyvsp[(6) - (14)].v)[2], (yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2], (yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2], (yyvsp[(12) - (14)].d), NULL, (yyval.l)); - } -#line 8282 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 266: -#line 3374 "Gmsh.y" /* yacc.c:1646 */ +#line 3374 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_SEGM_LINE, (int)(yyvsp[-10].d), - (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (14)].d), + (yyvsp[(6) - (14)].v)[0], (yyvsp[(6) - (14)].v)[1], (yyvsp[(6) - (14)].v)[2], (yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2], (yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2], (yyvsp[(12) - (14)].d), NULL, (yyval.l)); - } -#line 8293 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 267: -#line 3381 "Gmsh.y" /* yacc.c:1646 */ +#line 3381 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_SURF_PLAN, (int)(yyvsp[-10].d), - (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], (yyvsp[-4].v)[0], (yyvsp[-4].v)[1], (yyvsp[-4].v)[2], (yyvsp[-2].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (14)].d), + (yyvsp[(6) - (14)].v)[0], (yyvsp[(6) - (14)].v)[1], (yyvsp[(6) - (14)].v)[2], (yyvsp[(8) - (14)].v)[0], (yyvsp[(8) - (14)].v)[1], (yyvsp[(8) - (14)].v)[2], (yyvsp[(10) - (14)].v)[0], (yyvsp[(10) - (14)].v)[1], (yyvsp[(10) - (14)].v)[2], (yyvsp[(12) - (14)].d), NULL, (yyval.l)); - } -#line 8304 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 268: -#line 3388 "Gmsh.y" /* yacc.c:1646 */ +#line 3388 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8314 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 269: -#line 3394 "Gmsh.y" /* yacc.c:1646 */ +#line 3394 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_POINT, (int)(yyvsp[-8].d), - (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_POINT, (int)(yyvsp[(4) - (12)].d), + (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], 0., 0., 0., 0., 0., 0., 0., &extr, (yyval.l)); - } -#line 8325 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 270: -#line 3401 "Gmsh.y" /* yacc.c:1646 */ +#line 3401 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8335 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 271: -#line 3407 "Gmsh.y" /* yacc.c:1646 */ +#line 3407 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_SEGM_LINE, (int)(yyvsp[-8].d), - (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (12)].d), + (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], 0., 0., 0., 0., 0., 0., 0., &extr, (yyval.l)); - } -#line 8346 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 272: -#line 3414 "Gmsh.y" /* yacc.c:1646 */ +#line 3414 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8356 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 273: -#line 3420 "Gmsh.y" /* yacc.c:1646 */ +#line 3420 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE, MSH_SURF_PLAN, (int)(yyvsp[-8].d), - (yyvsp[-6].v)[0], (yyvsp[-6].v)[1], (yyvsp[-6].v)[2], 0., 0., 0., 0., 0., 0., 0., + ExtrudeShape(TRANSLATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (12)].d), + (yyvsp[(6) - (12)].v)[0], (yyvsp[(6) - (12)].v)[1], (yyvsp[(6) - (12)].v)[2], 0., 0., 0., 0., 0., 0., 0., &extr, (yyval.l)); - } -#line 8367 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 274: -#line 3427 "Gmsh.y" /* yacc.c:1646 */ +#line 3427 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8377 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 275: -#line 3433 "Gmsh.y" /* yacc.c:1646 */ +#line 3433 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_POINT, (int)(yyvsp[-12].d), - 0., 0., 0., (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(ROTATE, MSH_POINT, (int)(yyvsp[(4) - (16)].d), + 0., 0., 0., (yyvsp[(6) - (16)].v)[0], (yyvsp[(6) - (16)].v)[1], (yyvsp[(6) - (16)].v)[2], (yyvsp[(8) - (16)].v)[0], (yyvsp[(8) - (16)].v)[1], (yyvsp[(8) - (16)].v)[2], (yyvsp[(10) - (16)].d), &extr, (yyval.l)); - } -#line 8388 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 276: -#line 3440 "Gmsh.y" /* yacc.c:1646 */ +#line 3440 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8398 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 277: -#line 3446 "Gmsh.y" /* yacc.c:1646 */ +#line 3446 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_SEGM_LINE, (int)(yyvsp[-12].d), - 0., 0., 0., (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(ROTATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (16)].d), + 0., 0., 0., (yyvsp[(6) - (16)].v)[0], (yyvsp[(6) - (16)].v)[1], (yyvsp[(6) - (16)].v)[2], (yyvsp[(8) - (16)].v)[0], (yyvsp[(8) - (16)].v)[1], (yyvsp[(8) - (16)].v)[2], (yyvsp[(10) - (16)].d), &extr, (yyval.l)); - } -#line 8409 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 278: -#line 3453 "Gmsh.y" /* yacc.c:1646 */ +#line 3453 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8419 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 279: -#line 3459 "Gmsh.y" /* yacc.c:1646 */ +#line 3459 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(ROTATE, MSH_SURF_PLAN, (int)(yyvsp[-12].d), - 0., 0., 0., (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(ROTATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (16)].d), + 0., 0., 0., (yyvsp[(6) - (16)].v)[0], (yyvsp[(6) - (16)].v)[1], (yyvsp[(6) - (16)].v)[2], (yyvsp[(8) - (16)].v)[0], (yyvsp[(8) - (16)].v)[1], (yyvsp[(8) - (16)].v)[2], (yyvsp[(10) - (16)].d), &extr, (yyval.l)); - } -#line 8430 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 280: -#line 3466 "Gmsh.y" /* yacc.c:1646 */ +#line 3466 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8440 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 281: -#line 3472 "Gmsh.y" /* yacc.c:1646 */ +#line 3472 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_POINT, (int)(yyvsp[-14].d), - (yyvsp[-12].v)[0], (yyvsp[-12].v)[1], (yyvsp[-12].v)[2], (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_POINT, (int)(yyvsp[(4) - (18)].d), + (yyvsp[(6) - (18)].v)[0], (yyvsp[(6) - (18)].v)[1], (yyvsp[(6) - (18)].v)[2], (yyvsp[(8) - (18)].v)[0], (yyvsp[(8) - (18)].v)[1], (yyvsp[(8) - (18)].v)[2], (yyvsp[(10) - (18)].v)[0], (yyvsp[(10) - (18)].v)[1], (yyvsp[(10) - (18)].v)[2], (yyvsp[(12) - (18)].d), &extr, (yyval.l)); - } -#line 8451 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 282: -#line 3479 "Gmsh.y" /* yacc.c:1646 */ +#line 3479 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8461 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 283: -#line 3485 "Gmsh.y" /* yacc.c:1646 */ +#line 3485 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_SEGM_LINE, (int)(yyvsp[-14].d), - (yyvsp[-12].v)[0], (yyvsp[-12].v)[1], (yyvsp[-12].v)[2], (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_SEGM_LINE, (int)(yyvsp[(4) - (18)].d), + (yyvsp[(6) - (18)].v)[0], (yyvsp[(6) - (18)].v)[1], (yyvsp[(6) - (18)].v)[2], (yyvsp[(8) - (18)].v)[0], (yyvsp[(8) - (18)].v)[1], (yyvsp[(8) - (18)].v)[2], (yyvsp[(10) - (18)].v)[0], (yyvsp[(10) - (18)].v)[1], (yyvsp[(10) - (18)].v)[2], (yyvsp[(12) - (18)].d), &extr, (yyval.l)); - } -#line 8472 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 284: -#line 3492 "Gmsh.y" /* yacc.c:1646 */ +#line 3492 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; extr.mesh.ScaleLast = false; - } -#line 8482 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 285: -#line 3498 "Gmsh.y" /* yacc.c:1646 */ +#line 3498 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); - ExtrudeShape(TRANSLATE_ROTATE, MSH_SURF_PLAN, (int)(yyvsp[-14].d), - (yyvsp[-12].v)[0], (yyvsp[-12].v)[1], (yyvsp[-12].v)[2], (yyvsp[-10].v)[0], (yyvsp[-10].v)[1], (yyvsp[-10].v)[2], (yyvsp[-8].v)[0], (yyvsp[-8].v)[1], (yyvsp[-8].v)[2], (yyvsp[-6].d), + ExtrudeShape(TRANSLATE_ROTATE, MSH_SURF_PLAN, (int)(yyvsp[(4) - (18)].d), + (yyvsp[(6) - (18)].v)[0], (yyvsp[(6) - (18)].v)[1], (yyvsp[(6) - (18)].v)[2], (yyvsp[(8) - (18)].v)[0], (yyvsp[(8) - (18)].v)[1], (yyvsp[(8) - (18)].v)[2], (yyvsp[(10) - (18)].v)[0], (yyvsp[(10) - (18)].v)[1], (yyvsp[(10) - (18)].v)[2], (yyvsp[(12) - (18)].d), &extr, (yyval.l)); - } -#line 8493 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 286: -#line 3509 "Gmsh.y" /* yacc.c:1646 */ +#line 3509 "Gmsh.y" { - } -#line 8500 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 287: -#line 3512 "Gmsh.y" /* yacc.c:1646 */ +#line 3512 "Gmsh.y" { - } -#line 8507 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 288: -#line 3518 "Gmsh.y" /* yacc.c:1646 */ +#line 3518 "Gmsh.y" { - int n = (int)fabs((yyvsp[-2].d)); + int n = (int)fabs((yyvsp[(3) - (5)].d)); if(n){ // we accept n==0 to easily disable layers extr.mesh.ExtrudeMesh = true; extr.mesh.NbLayer = 1; extr.mesh.NbElmLayer.clear(); extr.mesh.hLayer.clear(); - extr.mesh.NbElmLayer.push_back((int)fabs((yyvsp[-2].d))); + extr.mesh.NbElmLayer.push_back((int)fabs((yyvsp[(3) - (5)].d))); extr.mesh.hLayer.push_back(1.); } - } -#line 8523 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 289: -#line 3530 "Gmsh.y" /* yacc.c:1646 */ +#line 3530 "Gmsh.y" { extr.mesh.ExtrudeMesh = true; - extr.mesh.NbLayer = List_Nbr((yyvsp[-4].l)); - if(List_Nbr((yyvsp[-4].l)) == List_Nbr((yyvsp[-2].l))){ + extr.mesh.NbLayer = List_Nbr((yyvsp[(3) - (7)].l)); + if(List_Nbr((yyvsp[(3) - (7)].l)) == List_Nbr((yyvsp[(5) - (7)].l))){ extr.mesh.NbElmLayer.clear(); extr.mesh.hLayer.clear(); - for(int i = 0; i < List_Nbr((yyvsp[-4].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (7)].l)); i++){ double d; - List_Read((yyvsp[-4].l), i, &d); + List_Read((yyvsp[(3) - (7)].l), i, &d); extr.mesh.NbElmLayer.push_back((d > 0) ? (int)d : 1); - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(5) - (7)].l), i, &d); extr.mesh.hLayer.push_back(d); } } else - yymsg(0, "Wrong layer definition {%d, %d}", List_Nbr((yyvsp[-4].l)), List_Nbr((yyvsp[-2].l))); - List_Delete((yyvsp[-4].l)); - List_Delete((yyvsp[-2].l)); - } -#line 8547 "Gmsh.tab.cpp" /* yacc.c:1646 */ + yymsg(0, "Wrong layer definition {%d, %d}", List_Nbr((yyvsp[(3) - (7)].l)), List_Nbr((yyvsp[(5) - (7)].l))); + List_Delete((yyvsp[(3) - (7)].l)); + List_Delete((yyvsp[(5) - (7)].l)); + ;} break; case 290: -#line 3550 "Gmsh.y" /* yacc.c:1646 */ +#line 3550 "Gmsh.y" { yymsg(0, "Explicit region numbers in layers are deprecated"); extr.mesh.ExtrudeMesh = true; - extr.mesh.NbLayer = List_Nbr((yyvsp[-6].l)); - if(List_Nbr((yyvsp[-6].l)) == List_Nbr((yyvsp[-4].l)) && List_Nbr((yyvsp[-6].l)) == List_Nbr((yyvsp[-2].l))){ + extr.mesh.NbLayer = List_Nbr((yyvsp[(3) - (9)].l)); + if(List_Nbr((yyvsp[(3) - (9)].l)) == List_Nbr((yyvsp[(5) - (9)].l)) && List_Nbr((yyvsp[(3) - (9)].l)) == List_Nbr((yyvsp[(7) - (9)].l))){ extr.mesh.NbElmLayer.clear(); extr.mesh.hLayer.clear(); - for(int i = 0; i < List_Nbr((yyvsp[-6].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (9)].l)); i++){ double d; - List_Read((yyvsp[-6].l), i, &d); + List_Read((yyvsp[(3) - (9)].l), i, &d); extr.mesh.NbElmLayer.push_back((d > 0) ? (int)d : 1); - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(7) - (9)].l), i, &d); extr.mesh.hLayer.push_back(d); } } else - yymsg(0, "Wrong layer definition {%d, %d, %d}", List_Nbr((yyvsp[-6].l)), - List_Nbr((yyvsp[-4].l)), List_Nbr((yyvsp[-2].l))); - List_Delete((yyvsp[-6].l)); - List_Delete((yyvsp[-4].l)); - List_Delete((yyvsp[-2].l)); - } -#line 8574 "Gmsh.tab.cpp" /* yacc.c:1646 */ + yymsg(0, "Wrong layer definition {%d, %d, %d}", List_Nbr((yyvsp[(3) - (9)].l)), + List_Nbr((yyvsp[(5) - (9)].l)), List_Nbr((yyvsp[(7) - (9)].l))); + List_Delete((yyvsp[(3) - (9)].l)); + List_Delete((yyvsp[(5) - (9)].l)); + List_Delete((yyvsp[(7) - (9)].l)); + ;} break; case 291: -#line 3574 "Gmsh.y" /* yacc.c:1646 */ +#line 3574 "Gmsh.y" { extr.mesh.ScaleLast = true; - } -#line 8582 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 292: -#line 3578 "Gmsh.y" /* yacc.c:1646 */ +#line 3578 "Gmsh.y" { extr.mesh.Recombine = true; - } -#line 8590 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 293: -#line 3582 "Gmsh.y" /* yacc.c:1646 */ +#line 3582 "Gmsh.y" { yymsg(0, "Keyword 'QuadTriSngl' deprecated. Use 'QuadTriNoNewVerts' instead."); - } -#line 8598 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 294: -#line 3586 "Gmsh.y" /* yacc.c:1646 */ +#line 3586 "Gmsh.y" { yymsg(0, "Keyword 'QuadTriSngl' deprecated. Use 'QuadTriNoNewVerts' instead."); - } -#line 8606 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 295: -#line 3590 "Gmsh.y" /* yacc.c:1646 */ +#line 3590 "Gmsh.y" { yymsg(0, "Method 'QuadTriDbl' deprecated. Use 'QuadTriAddVerts' instead, " "which has no requirement for the number of extrusion layers and meshes " "with body-centered vertices."); - } -#line 8616 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 296: -#line 3596 "Gmsh.y" /* yacc.c:1646 */ +#line 3596 "Gmsh.y" { yymsg(0, "Method 'QuadTriDbl' deprecated. Use 'QuadTriAddVerts' instead, " "which has no requirement for the number of extrusion layers and meshes " "with body-centered vertices."); - } -#line 8626 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 297: -#line 3602 "Gmsh.y" /* yacc.c:1646 */ +#line 3602 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_ADDVERTS_1; - } -#line 8634 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 298: -#line 3606 "Gmsh.y" /* yacc.c:1646 */ +#line 3606 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_ADDVERTS_1_RECOMB; - } -#line 8642 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 299: -#line 3610 "Gmsh.y" /* yacc.c:1646 */ +#line 3610 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_NOVERTS_1; - } -#line 8650 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 300: -#line 3614 "Gmsh.y" /* yacc.c:1646 */ +#line 3614 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_NOVERTS_1_RECOMB; - } -#line 8658 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 301: -#line 3618 "Gmsh.y" /* yacc.c:1646 */ +#line 3618 "Gmsh.y" { - int num = (int)(yyvsp[-6].d); + int num = (int)(yyvsp[(3) - (9)].d); if(FindSurface(num)){ yymsg(0, "Surface %d already exists", num); } else{ Surface *s = Create_Surface(num, MSH_SURF_DISCRETE); Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s); - extr.mesh.Holes[num].first = (yyvsp[-1].d); + extr.mesh.Holes[num].first = (yyvsp[(8) - (9)].d); extr.mesh.Holes[num].second.clear(); - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(6) - (9)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); + List_Read((yyvsp[(6) - (9)].l), i, &d); extr.mesh.Holes[num].second.push_back((int)d); } } - List_Delete((yyvsp[-3].l)); - } -#line 8681 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(6) - (9)].l)); + ;} break; case 302: -#line 3637 "Gmsh.y" /* yacc.c:1646 */ +#line 3637 "Gmsh.y" { - if(!strcmp((yyvsp[-4].c), "Index")) - extr.mesh.BoundaryLayerIndex = (yyvsp[-2].d); - else if(!strcmp((yyvsp[-4].c), "View")) - extr.mesh.ViewIndex = (yyvsp[-2].d); - Free((yyvsp[-4].c)); - } -#line 8693 "Gmsh.tab.cpp" /* yacc.c:1646 */ + if(!strcmp((yyvsp[(2) - (6)].c), "Index")) + extr.mesh.BoundaryLayerIndex = (yyvsp[(4) - (6)].d); + else if(!strcmp((yyvsp[(2) - (6)].c), "View")) + extr.mesh.ViewIndex = (yyvsp[(4) - (6)].d); + Free((yyvsp[(2) - (6)].c)); + ;} break; case 303: -#line 3649 "Gmsh.y" /* yacc.c:1646 */ +#line 3649 "Gmsh.y" { (yyval.v)[0] = (yyval.v)[1] = 1.; - } -#line 8701 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 304: -#line 3653 "Gmsh.y" /* yacc.c:1646 */ +#line 3653 "Gmsh.y" { - if(!strcmp((yyvsp[-1].c), "Progression") || !strcmp((yyvsp[-1].c), "Power")) + if(!strcmp((yyvsp[(2) - (3)].c), "Progression") || !strcmp((yyvsp[(2) - (3)].c), "Power")) (yyval.v)[0] = 1.; - else if(!strcmp((yyvsp[-1].c), "Bump")) + else if(!strcmp((yyvsp[(2) - (3)].c), "Bump")) (yyval.v)[0] = 2.; else{ yymsg(0, "Unknown transfinite mesh type"); (yyval.v)[0] = 1.; } - (yyval.v)[1] = (yyvsp[0].d); - Free((yyvsp[-1].c)); - } -#line 8718 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.v)[1] = (yyvsp[(3) - (3)].d); + Free((yyvsp[(2) - (3)].c)); + ;} break; case 305: -#line 3668 "Gmsh.y" /* yacc.c:1646 */ +#line 3668 "Gmsh.y" { (yyval.i) = -1; // left - } -#line 8726 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 306: -#line 3672 "Gmsh.y" /* yacc.c:1646 */ +#line 3672 "Gmsh.y" { - if(!strcmp((yyvsp[0].c), "Right")) + if(!strcmp((yyvsp[(1) - (1)].c), "Right")) (yyval.i) = 1; - else if(!strcmp((yyvsp[0].c), "Left")) + else if(!strcmp((yyvsp[(1) - (1)].c), "Left")) (yyval.i) = -1; - else if(!strcmp((yyvsp[0].c), "AlternateRight")) + else if(!strcmp((yyvsp[(1) - (1)].c), "AlternateRight")) (yyval.i) = 2; - else if(!strcmp((yyvsp[0].c), "AlternateLeft")) + else if(!strcmp((yyvsp[(1) - (1)].c), "AlternateLeft")) (yyval.i) = -2; else // "Alternate" -> "Alternate Right" (yyval.i) = 2; - Free((yyvsp[0].c)); - } -#line 8744 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (1)].c)); + ;} break; case 307: -#line 3688 "Gmsh.y" /* yacc.c:1646 */ +#line 3688 "Gmsh.y" { (yyval.l) = List_Create(1, 1, sizeof(double)); - } -#line 8752 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 308: -#line 3692 "Gmsh.y" /* yacc.c:1646 */ +#line 3692 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); - } -#line 8760 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(2) - (2)].l); + ;} break; case 309: -#line 3697 "Gmsh.y" /* yacc.c:1646 */ +#line 3697 "Gmsh.y" { (yyval.i) = 45; - } -#line 8768 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 310: -#line 3701 "Gmsh.y" /* yacc.c:1646 */ +#line 3701 "Gmsh.y" { - (yyval.i) = (int)(yyvsp[0].d); - } -#line 8776 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.i) = (int)(yyvsp[(2) - (2)].d); + ;} break; case 311: -#line 3707 "Gmsh.y" /* yacc.c:1646 */ +#line 3707 "Gmsh.y" { (yyval.l) = List_Create(1, 1, sizeof(double)); - } -#line 8784 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 312: -#line 3711 "Gmsh.y" /* yacc.c:1646 */ +#line 3711 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); - } -#line 8792 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(2) - (2)].l); + ;} break; case 313: -#line 3718 "Gmsh.y" /* yacc.c:1646 */ +#line 3718 "Gmsh.y" { - int type = (int)(yyvsp[-1].v)[0]; - double coef = fabs((yyvsp[-1].v)[1]); - if(!(yyvsp[-4].l)){ + int type = (int)(yyvsp[(6) - (7)].v)[0]; + double coef = fabs((yyvsp[(6) - (7)].v)[1]); + if(!(yyvsp[(3) - (7)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Curves); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ Curve *c; List_Read(tmp, i, &c); c->Method = MESH_TRANSFINITE; - c->nbPointsTransfinite = ((yyvsp[-2].d) > 2) ? (int)(yyvsp[-2].d) : 2; + c->nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2; c->typeTransfinite = type; c->coeffTransfinite = coef; } @@ -8812,7 +9170,7 @@ yyreduce: for(GModel::eiter it = GModel::current()->firstEdge(); it != GModel::current()->lastEdge(); it++){ (*it)->meshAttributes.method = MESH_TRANSFINITE; - (*it)->meshAttributes.nbPointsTransfinite = ((yyvsp[-2].d) > 2) ? (int)(yyvsp[-2].d) : 2; + (*it)->meshAttributes.nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2; (*it)->meshAttributes.typeTransfinite = type; (*it)->meshAttributes.coeffTransfinite = coef; } @@ -8820,15 +9178,15 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-4].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (7)].l)); i++){ double d; - List_Read((yyvsp[-4].l), i, &d); + List_Read((yyvsp[(3) - (7)].l), i, &d); int j = (int)fabs(d); for(int sign = -1; sign <= 1; sign += 2){ Curve *c = FindCurve(sign * j); if(c){ c->Method = MESH_TRANSFINITE; - c->nbPointsTransfinite = ((yyvsp[-2].d) > 2) ? (int)(yyvsp[-2].d) : 2; + c->nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2; c->typeTransfinite = type * sign(d); c->coeffTransfinite = coef; } @@ -8836,7 +9194,7 @@ yyreduce: GEdge *ge = GModel::current()->getEdgeByTag(sign * j); if(ge){ ge->meshAttributes.method = MESH_TRANSFINITE; - ge->meshAttributes.nbPointsTransfinite = ((yyvsp[-2].d) > 2) ? (int)(yyvsp[-2].d) : 2; + ge->meshAttributes.nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2; ge->meshAttributes.typeTransfinite = type * sign(d); ge->meshAttributes.coeffTransfinite = coef; } @@ -8845,28 +9203,27 @@ yyreduce: } } } - List_Delete((yyvsp[-4].l)); + List_Delete((yyvsp[(3) - (7)].l)); } - } -#line 8852 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 314: -#line 3774 "Gmsh.y" /* yacc.c:1646 */ +#line 3774 "Gmsh.y" { - int k = List_Nbr((yyvsp[-2].l)); + int k = List_Nbr((yyvsp[(4) - (6)].l)); if(k != 0 && k != 3 && k != 4){ yymsg(0, "Wrong definition of Transfinite Surface: 0, 3 or 4 points needed"); } else{ - if(!(yyvsp[-3].l)){ + if(!(yyvsp[(3) - (6)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Surfaces); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ Surface *s; List_Read(tmp, i, &s); s->Method = MESH_TRANSFINITE; - s->Recombine_Dir = (yyvsp[-1].i); + s->Recombine_Dir = (yyvsp[(5) - (6)].i); List_Reset(s->TrsfPoints); } } @@ -8874,23 +9231,23 @@ yyreduce: for(GModel::fiter it = GModel::current()->firstFace(); it != GModel::current()->lastFace(); it++){ (*it)->meshAttributes.method = MESH_TRANSFINITE; - (*it)->meshAttributes.transfiniteArrangement = (yyvsp[-1].i); + (*it)->meshAttributes.transfiniteArrangement = (yyvsp[(5) - (6)].i); } } List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); + List_Read((yyvsp[(3) - (6)].l), i, &d); Surface *s = FindSurface((int)d); if(s){ s->Method = MESH_TRANSFINITE; - s->Recombine_Dir = (yyvsp[-1].i); + s->Recombine_Dir = (yyvsp[(5) - (6)].i); List_Reset(s->TrsfPoints); for(int j = 0; j < k; j++){ double p; - List_Read((yyvsp[-2].l), j, &p); + List_Read((yyvsp[(4) - (6)].l), j, &p); Vertex *v = FindPoint((int)fabs(p)); if(v) List_Add(s->TrsfPoints, &v); @@ -8902,10 +9259,10 @@ yyreduce: GFace *gf = GModel::current()->getFaceByTag((int)d); if(gf){ gf->meshAttributes.method = MESH_TRANSFINITE; - gf->meshAttributes.transfiniteArrangement = (yyvsp[-1].i); + gf->meshAttributes.transfiniteArrangement = (yyvsp[(5) - (6)].i); for(int j = 0; j < k; j++){ double p; - List_Read((yyvsp[-2].l), j, &p); + List_Read((yyvsp[(4) - (6)].l), j, &p); GVertex *gv = GModel::current()->getVertexByTag((int)fabs(p)); if(gv) gf->meshAttributes.corners.push_back(gv); @@ -8917,33 +9274,31 @@ yyreduce: yymsg(0, "Unknown surface %d", (int)d); } } - List_Delete((yyvsp[-3].l)); + List_Delete((yyvsp[(3) - (6)].l)); } } - List_Delete((yyvsp[-2].l)); - } -#line 8926 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (6)].l)); + ;} break; case 315: -#line 3844 "Gmsh.y" /* yacc.c:1646 */ +#line 3844 "Gmsh.y" { yymsg(1, "Elliptic Surface is deprecated: use Transfinite instead (with smoothing)"); - List_Delete((yyvsp[-1].l)); - } -#line 8935 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(7) - (8)].l)); + ;} break; case 316: -#line 3849 "Gmsh.y" /* yacc.c:1646 */ +#line 3849 "Gmsh.y" { - int k = List_Nbr((yyvsp[-1].l)); + int k = List_Nbr((yyvsp[(4) - (5)].l)); if(k != 0 && k != 6 && k != 8){ yymsg(0, "Wrong definition of Transfinite Volume: " "%d points instead of 6 or 8", k); } else{ - if(!(yyvsp[-2].l)){ + if(!(yyvsp[(3) - (5)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Volumes); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ @@ -8962,16 +9317,16 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(3) - (5)].l), i, &d); Volume *v = FindVolume((int)d); if(v){ v->Method = MESH_TRANSFINITE; List_Reset(v->TrsfPoints); for(int i = 0; i < k; i++){ double p; - List_Read((yyvsp[-1].l), i, &p); + List_Read((yyvsp[(4) - (5)].l), i, &p); Vertex *vert = FindPoint((int)fabs(p)); if(vert) List_Add(v->TrsfPoints, &vert); @@ -8985,7 +9340,7 @@ yyreduce: gr->meshAttributes.method = MESH_TRANSFINITE; for(int i = 0; i < k; i++){ double p; - List_Read((yyvsp[-1].l), i, &p); + List_Read((yyvsp[(4) - (5)].l), i, &p); GVertex *gv = GModel::current()->getVertexByTag((int)fabs(p)); if(gv) gr->meshAttributes.corners.push_back(gv); @@ -8997,18 +9352,17 @@ yyreduce: yymsg(0, "Unknown volume %d", (int)d); } } - List_Delete((yyvsp[-2].l)); + List_Delete((yyvsp[(3) - (5)].l)); } } - List_Delete((yyvsp[-1].l)); - } -#line 9006 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 317: -#line 3916 "Gmsh.y" /* yacc.c:1646 */ +#line 3916 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(2) - (3)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Volumes); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ @@ -9025,9 +9379,9 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(2) - (3)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(2) - (3)].l), i, &d); Volume *v = FindVolume((int)d); if(v) v->QuadTri = TRANSFINITE_QUADTRI_1; @@ -9039,75 +9393,72 @@ yyreduce: yymsg(1, "Unknown volume %d", (int)d); } } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(2) - (3)].l)); } - } -#line 9046 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 318: -#line 3952 "Gmsh.y" /* yacc.c:1646 */ +#line 3952 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (7)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); - CTX::instance()->mesh.algo2d_per_face[(int)d] = (int)(yyvsp[-1].d); + List_Read((yyvsp[(4) - (7)].l), i, &d); + CTX::instance()->mesh.algo2d_per_face[(int)d] = (int)(yyvsp[(6) - (7)].d); } - } -#line 9058 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 319: -#line 3960 "Gmsh.y" /* yacc.c:1646 */ +#line 3960 "Gmsh.y" { - if(!(yyvsp[-2].l)){ + if(!(yyvsp[(3) - (5)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Surfaces); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ Surface *s; List_Read(tmp, i, &s); s->Recombine = 1; - s->RecombineAngle = (yyvsp[-1].i); + s->RecombineAngle = (yyvsp[(4) - (5)].i); } } else{ for(GModel::fiter it = GModel::current()->firstFace(); it != GModel::current()->lastFace(); it++){ (*it)->meshAttributes.recombine = 1; - (*it)->meshAttributes.recombineAngle = (yyvsp[-1].i); + (*it)->meshAttributes.recombineAngle = (yyvsp[(4) - (5)].i); } } List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(3) - (5)].l), i, &d); Surface *s = FindSurface((int)d); if(s){ s->Recombine = 1; - s->RecombineAngle = (yyvsp[-1].i); + s->RecombineAngle = (yyvsp[(4) - (5)].i); } else{ GFace *gf = GModel::current()->getFaceByTag((int)d); if(gf){ gf->meshAttributes.recombine = 1; - gf->meshAttributes.recombineAngle = (yyvsp[-1].i); + gf->meshAttributes.recombineAngle = (yyvsp[(4) - (5)].i); } else yymsg(1, "Unknown surface %d", (int)d); } } - List_Delete((yyvsp[-2].l)); + List_Delete((yyvsp[(3) - (5)].l)); } - } -#line 9105 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 320: -#line 4003 "Gmsh.y" /* yacc.c:1646 */ +#line 4003 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Volumes); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ @@ -9125,9 +9476,9 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); Volume *v = FindVolume((int)d); if(v){ v->Recombine3D = 1; @@ -9141,255 +9492,246 @@ yyreduce: yymsg(1, "Unknown volume %d", (int)d); } } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9148 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 321: -#line 4042 "Gmsh.y" /* yacc.c:1646 */ +#line 4042 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); + List_Read((yyvsp[(3) - (6)].l), i, &d); int j = (int)d; Surface *s = FindSurface(j); if(s){ - s->TransfiniteSmoothing = (int)(yyvsp[-1].d); + s->TransfiniteSmoothing = (int)(yyvsp[(5) - (6)].d); } else{ GFace *gf = GModel::current()->getFaceByTag(j); if(gf) - gf->meshAttributes.transfiniteSmoothing = (int)(yyvsp[-1].d); + gf->meshAttributes.transfiniteSmoothing = (int)(yyvsp[(5) - (6)].d); else - yymsg(1, "Unknown surface %d", (int)(yyvsp[-1].d)); + yymsg(1, "Unknown surface %d", (int)(yyvsp[(5) - (6)].d)); } } - List_Delete((yyvsp[-3].l)); - } -#line 9172 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (6)].l)); + ;} break; case 322: -#line 4063 "Gmsh.y" /* yacc.c:1646 */ +#line 4063 "Gmsh.y" { - if (List_Nbr((yyvsp[-7].l)) != List_Nbr((yyvsp[-3].l))){ + if (List_Nbr((yyvsp[(4) - (11)].l)) != List_Nbr((yyvsp[(8) - (11)].l))){ yymsg(0, "Number of master lines (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-3].l)), List_Nbr((yyvsp[-7].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (11)].l)), List_Nbr((yyvsp[(4) - (11)].l))); } else{ std::vector<double> transfo; - if(List_Nbr((yyvsp[-1].l)) != 0) { - if (List_Nbr((yyvsp[-1].l)) < 12){ + if(List_Nbr((yyvsp[(10) - (11)].l)) != 0) { + if (List_Nbr((yyvsp[(10) - (11)].l)) < 12){ yymsg(0, "Affine transformation requires at least 12 entries (we have %d)", - List_Nbr((yyvsp[-1].l))); + List_Nbr((yyvsp[(10) - (11)].l))); } else { - transfo.resize(List_Nbr((yyvsp[-1].l))); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - List_Read((yyvsp[-1].l), i, &transfo[i]); + transfo.resize(List_Nbr((yyvsp[(10) - (11)].l))); + for(int i = 0; i < List_Nbr((yyvsp[(10) - (11)].l)); i++) + List_Read((yyvsp[(10) - (11)].l), i, &transfo[i]); } } - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (11)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-3].l), i, &d_master); - List_Read((yyvsp[-7].l), i, &d_slave); + List_Read((yyvsp[(8) - (11)].l), i, &d_master); + List_Read((yyvsp[(4) - (11)].l), i, &d_slave); int j_master = (int)d_master; int j_slave = (int)d_slave; addPeriodicEdge(j_slave, j_master, transfo); } } - List_Delete((yyvsp[-7].l)); - List_Delete((yyvsp[-3].l)); - } -#line 9207 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (11)].l)); + List_Delete((yyvsp[(8) - (11)].l)); + ;} break; case 323: -#line 4095 "Gmsh.y" /* yacc.c:1646 */ +#line 4095 "Gmsh.y" { - if (List_Nbr((yyvsp[-7].l)) != List_Nbr((yyvsp[-3].l))){ + if (List_Nbr((yyvsp[(4) - (11)].l)) != List_Nbr((yyvsp[(8) - (11)].l))){ yymsg(0, "Number of master faces (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-3].l)), List_Nbr((yyvsp[-7].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (11)].l)), List_Nbr((yyvsp[(4) - (11)].l))); } else{ - if (List_Nbr((yyvsp[-1].l)) < 12){ + if (List_Nbr((yyvsp[(10) - (11)].l)) < 12){ // FIXME full automatic case here if List_Nbr($10) == 0) yymsg(0, "Affine transformation requires at least 12 entries"); } else { std::vector<double> transfo(16,0); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - List_Read((yyvsp[-1].l), i, &transfo[i]); - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(10) - (11)].l)); i++) + List_Read((yyvsp[(10) - (11)].l), i, &transfo[i]); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (11)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-3].l), i, &d_master); - List_Read((yyvsp[-7].l), i, &d_slave); + List_Read((yyvsp[(8) - (11)].l), i, &d_master); + List_Read((yyvsp[(4) - (11)].l), i, &d_slave); addPeriodicFace(d_slave,d_master,transfo); } } } - List_Delete((yyvsp[-7].l)); - List_Delete((yyvsp[-3].l)); - } -#line 9237 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (11)].l)); + List_Delete((yyvsp[(8) - (11)].l)); + ;} break; case 324: -#line 4122 "Gmsh.y" /* yacc.c:1646 */ +#line 4122 "Gmsh.y" { - if (List_Nbr((yyvsp[-14].l)) != List_Nbr((yyvsp[-10].l))){ + if (List_Nbr((yyvsp[(4) - (18)].l)) != List_Nbr((yyvsp[(8) - (18)].l))){ yymsg(0, "Number of master edges (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-10].l)), List_Nbr((yyvsp[-14].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (18)].l)), List_Nbr((yyvsp[(4) - (18)].l))); } else{ - SPoint3 axis((yyvsp[-6].v)[0],(yyvsp[-6].v)[1],(yyvsp[-6].v)[2]); - SPoint3 origin((yyvsp[-4].v)[0],(yyvsp[-4].v)[1],(yyvsp[-4].v)[2]); - double angle((yyvsp[-2].d)); + SPoint3 axis((yyvsp[(12) - (18)].v)[0],(yyvsp[(12) - (18)].v)[1],(yyvsp[(12) - (18)].v)[2]); + SPoint3 origin((yyvsp[(14) - (18)].v)[0],(yyvsp[(14) - (18)].v)[1],(yyvsp[(14) - (18)].v)[2]); + double angle((yyvsp[(16) - (18)].d)); SPoint3 translation(0,0,0); std::vector<double> transfo; computeAffineTransformation(origin,axis,angle,translation,transfo); - for(int i = 0; i < List_Nbr((yyvsp[-14].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (18)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-10].l), i, &d_master); - List_Read((yyvsp[-14].l), i, &d_slave); + List_Read((yyvsp[(8) - (18)].l), i, &d_master); + List_Read((yyvsp[(4) - (18)].l), i, &d_slave); addPeriodicEdge(d_slave,d_master,transfo); } } - List_Delete((yyvsp[-14].l)); - List_Delete((yyvsp[-10].l)); - } -#line 9266 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (18)].l)); + List_Delete((yyvsp[(8) - (18)].l)); + ;} break; case 325: -#line 4148 "Gmsh.y" /* yacc.c:1646 */ +#line 4148 "Gmsh.y" { - if (List_Nbr((yyvsp[-14].l)) != List_Nbr((yyvsp[-10].l))){ + if (List_Nbr((yyvsp[(4) - (18)].l)) != List_Nbr((yyvsp[(8) - (18)].l))){ yymsg(0, "Number of master faces (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-10].l)), List_Nbr((yyvsp[-14].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (18)].l)), List_Nbr((yyvsp[(4) - (18)].l))); } else{ - SPoint3 origin((yyvsp[-4].v)[0],(yyvsp[-4].v)[1],(yyvsp[-4].v)[2]); - SPoint3 axis((yyvsp[-6].v)[0],(yyvsp[-6].v)[1],(yyvsp[-6].v)[2]); - double angle((yyvsp[-2].d)); + SPoint3 origin((yyvsp[(14) - (18)].v)[0],(yyvsp[(14) - (18)].v)[1],(yyvsp[(14) - (18)].v)[2]); + SPoint3 axis((yyvsp[(12) - (18)].v)[0],(yyvsp[(12) - (18)].v)[1],(yyvsp[(12) - (18)].v)[2]); + double angle((yyvsp[(16) - (18)].d)); SPoint3 translation(0,0,0); std::vector<double> transfo; computeAffineTransformation(origin,axis,angle,translation,transfo); - for(int i = 0; i < List_Nbr((yyvsp[-14].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (18)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-10].l), i, &d_master); - List_Read((yyvsp[-14].l), i, &d_slave); + List_Read((yyvsp[(8) - (18)].l), i, &d_master); + List_Read((yyvsp[(4) - (18)].l), i, &d_slave); addPeriodicFace(d_slave,d_master,transfo); } } - List_Delete((yyvsp[-14].l)); - List_Delete((yyvsp[-10].l)); - } -#line 9295 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (18)].l)); + List_Delete((yyvsp[(8) - (18)].l)); + ;} break; case 326: -#line 4174 "Gmsh.y" /* yacc.c:1646 */ +#line 4174 "Gmsh.y" { - if (List_Nbr((yyvsp[-8].l)) != List_Nbr((yyvsp[-4].l))){ + if (List_Nbr((yyvsp[(4) - (12)].l)) != List_Nbr((yyvsp[(8) - (12)].l))){ yymsg(0, "Number of master edges (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-4].l)), List_Nbr((yyvsp[-8].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (12)].l)), List_Nbr((yyvsp[(4) - (12)].l))); } else{ SPoint3 origin(0,0,0); SPoint3 axis(0,0,0); double angle(0); - SPoint3 translation((yyvsp[-1].v)[0],(yyvsp[-1].v)[1],(yyvsp[-1].v)[2]); + SPoint3 translation((yyvsp[(11) - (12)].v)[0],(yyvsp[(11) - (12)].v)[1],(yyvsp[(11) - (12)].v)[2]); std::vector<double> transfo; computeAffineTransformation(origin,axis,angle,translation,transfo); - for(int i = 0; i < List_Nbr((yyvsp[-8].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (12)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-4].l), i, &d_master); - List_Read((yyvsp[-8].l), i, &d_slave); + List_Read((yyvsp[(8) - (12)].l), i, &d_master); + List_Read((yyvsp[(4) - (12)].l), i, &d_slave); addPeriodicEdge(d_slave,d_master,transfo); } } - List_Delete((yyvsp[-8].l)); - List_Delete((yyvsp[-4].l)); - } -#line 9324 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (12)].l)); + List_Delete((yyvsp[(8) - (12)].l)); + ;} break; case 327: -#line 4200 "Gmsh.y" /* yacc.c:1646 */ +#line 4200 "Gmsh.y" { - if (List_Nbr((yyvsp[-8].l)) != List_Nbr((yyvsp[-4].l))){ + if (List_Nbr((yyvsp[(4) - (12)].l)) != List_Nbr((yyvsp[(8) - (12)].l))){ yymsg(0, "Number of master faces (%d) different from number of " - "slaves (%d) ", List_Nbr((yyvsp[-4].l)), List_Nbr((yyvsp[-8].l))); + "slaves (%d) ", List_Nbr((yyvsp[(8) - (12)].l)), List_Nbr((yyvsp[(4) - (12)].l))); } else{ SPoint3 origin(0,0,0); SPoint3 axis(0,0,0); double angle(0); - SPoint3 translation((yyvsp[-1].v)[0],(yyvsp[-1].v)[1],(yyvsp[-1].v)[2]); + SPoint3 translation((yyvsp[(11) - (12)].v)[0],(yyvsp[(11) - (12)].v)[1],(yyvsp[(11) - (12)].v)[2]); std::vector<double> transfo; computeAffineTransformation(origin,axis,angle,translation,transfo); - for(int i = 0; i < List_Nbr((yyvsp[-8].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (12)].l)); i++){ double d_master, d_slave; - List_Read((yyvsp[-4].l), i, &d_master); - List_Read((yyvsp[-8].l), i, &d_slave); + List_Read((yyvsp[(8) - (12)].l), i, &d_master); + List_Read((yyvsp[(4) - (12)].l), i, &d_slave); addPeriodicFace(d_slave,d_master,transfo); } } - List_Delete((yyvsp[-8].l)); - List_Delete((yyvsp[-4].l)); - } -#line 9353 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (12)].l)); + List_Delete((yyvsp[(8) - (12)].l)); + ;} break; case 328: -#line 4226 "Gmsh.y" /* yacc.c:1646 */ +#line 4226 "Gmsh.y" { - if (List_Nbr((yyvsp[-7].l)) != List_Nbr((yyvsp[-2].l))){ + if (List_Nbr((yyvsp[(5) - (12)].l)) != List_Nbr((yyvsp[(10) - (12)].l))){ yymsg(0, "Number of master surface edges (%d) different from number of " - "slave (%d) edges", List_Nbr((yyvsp[-2].l)), List_Nbr((yyvsp[-7].l))); + "slave (%d) edges", List_Nbr((yyvsp[(10) - (12)].l)), List_Nbr((yyvsp[(5) - (12)].l))); } else{ - int j_master = (int)(yyvsp[-4].d); - int j_slave = (int)(yyvsp[-9].d); + int j_master = (int)(yyvsp[(8) - (12)].d); + int j_slave = (int)(yyvsp[(3) - (12)].d); std::map<int,int> edgeCounterParts; - for (int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for (int i = 0; i < List_Nbr((yyvsp[(5) - (12)].l)); i++){ double ds,dm; - List_Read((yyvsp[-7].l),i,&ds); - List_Read((yyvsp[-2].l),i,&dm); + List_Read((yyvsp[(5) - (12)].l),i,&ds); + List_Read((yyvsp[(10) - (12)].l),i,&dm); edgeCounterParts[(int) ds] = (int) dm; } addPeriodicFace(j_slave,j_master,edgeCounterParts); } - List_Delete((yyvsp[-7].l)); - List_Delete((yyvsp[-2].l)); - } -#line 9378 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(5) - (12)].l)); + List_Delete((yyvsp[(10) - (12)].l)); + ;} break; case 329: -#line 4247 "Gmsh.y" /* yacc.c:1646 */ +#line 4247 "Gmsh.y" { - Surface *s = FindSurface((int)(yyvsp[-2].d)); + Surface *s = FindSurface((int)(yyvsp[(8) - (10)].d)); if(s){ - setSurfaceEmbeddedPoints(s, (yyvsp[-7].l)); + setSurfaceEmbeddedPoints(s, (yyvsp[(3) - (10)].l)); } else{ - GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[-2].d)); + GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[(8) - (10)].d)); if(gf){ - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){ double d; - List_Read((yyvsp[-7].l), i, &d); + List_Read((yyvsp[(3) - (10)].l), i, &d); int iPoint = (int)d; GVertex *gv = GModel::current()->getVertexByTag(iPoint); if(!gv){ // sync model in case the embedded point is a .geo point @@ -9403,25 +9745,24 @@ yyreduce: } } else - yymsg(0, "Unknown surface %d", (int)(yyvsp[-2].d)); + yymsg(0, "Unknown surface %d", (int)(yyvsp[(8) - (10)].d)); } - } -#line 9410 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 330: -#line 4275 "Gmsh.y" /* yacc.c:1646 */ +#line 4275 "Gmsh.y" { - Surface *s = FindSurface((int)(yyvsp[-2].d)); + Surface *s = FindSurface((int)(yyvsp[(8) - (10)].d)); if(s){ - setSurfaceEmbeddedCurves(s, (yyvsp[-7].l)); + setSurfaceEmbeddedCurves(s, (yyvsp[(3) - (10)].l)); } else{ - GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[-2].d)); + GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[(8) - (10)].d)); if(gf){ - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){ double d; - List_Read((yyvsp[-7].l), i, &d); + List_Read((yyvsp[(3) - (10)].l), i, &d); int iCurve = (int)d; GEdge *ge = GModel::current()->getEdgeByTag(iCurve); if(!ge){ // sync model in case the embedded line is a .geo line @@ -9435,41 +9776,38 @@ yyreduce: } } else - yymsg(0, "Unknown surface %d", (int)(yyvsp[-2].d)); + yymsg(0, "Unknown surface %d", (int)(yyvsp[(8) - (10)].d)); } - } -#line 9442 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 331: -#line 4303 "Gmsh.y" /* yacc.c:1646 */ +#line 4303 "Gmsh.y" { Msg::Error("Point in Volume not implemented yet"); - } -#line 9450 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 332: -#line 4307 "Gmsh.y" /* yacc.c:1646 */ +#line 4307 "Gmsh.y" { Msg::Error("Line in Volume not implemented yet"); - } -#line 9458 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 333: -#line 4311 "Gmsh.y" /* yacc.c:1646 */ +#line 4311 "Gmsh.y" { - Volume *v = FindVolume((int)(yyvsp[-2].d)); + Volume *v = FindVolume((int)(yyvsp[(8) - (10)].d)); if(v){ - setVolumeEmbeddedSurfaces(v, (yyvsp[-7].l)); + setVolumeEmbeddedSurfaces(v, (yyvsp[(3) - (10)].l)); } else{ - GRegion *gr = GModel::current()->getRegionByTag((int)(yyvsp[-2].d)); + GRegion *gr = GModel::current()->getRegionByTag((int)(yyvsp[(8) - (10)].d)); if(gr){ - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){ double d; - List_Read((yyvsp[-7].l), i, &d); + List_Read((yyvsp[(3) - (10)].l), i, &d); int iSurface = (int)d; GFace *gf = GModel::current()->getFaceByTag(iSurface); if(!gf){ // sync model in case the embedded face is a .geo face @@ -9483,16 +9821,15 @@ yyreduce: } } else - yymsg(0, "Unknown volume %d", (int)(yyvsp[-2].d)); + yymsg(0, "Unknown volume %d", (int)(yyvsp[(8) - (10)].d)); } - } -#line 9490 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 334: -#line 4339 "Gmsh.y" /* yacc.c:1646 */ +#line 4339 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Surfaces); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ @@ -9510,9 +9847,9 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); Surface *s = FindSurface((int)d); if(s){ s->ReverseMesh = 1; @@ -9526,16 +9863,15 @@ yyreduce: yymsg(1, "Unknown surface %d", (int)d); } } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9533 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 335: -#line 4378 "Gmsh.y" /* yacc.c:1646 */ +#line 4378 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Curves); if(List_Nbr(tmp)){ for(int i = 0; i < List_Nbr(tmp); i++){ @@ -9553,9 +9889,9 @@ yyreduce: List_Delete(tmp); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); Curve *c = FindCurve((int)d); if(c){ c->ReverseMesh = 1; @@ -9569,24 +9905,23 @@ yyreduce: yymsg(1, "Unknown line %d", (int)d); } } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9576 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 336: -#line 4417 "Gmsh.y" /* yacc.c:1646 */ +#line 4417 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ for(GModel::viter it = GModel::current()->firstVertex(); it != GModel::current()->lastVertex(); it++) (*it)->relocateMeshVertices(); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); GVertex *gv = GModel::current()->getVertexByTag((int)d); if(gv){ gv->relocateMeshVertices(); @@ -9594,24 +9929,23 @@ yyreduce: else yymsg(1, "Unknown point %d", (int)d); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9601 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 337: -#line 4438 "Gmsh.y" /* yacc.c:1646 */ +#line 4438 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ for(GModel::eiter it = GModel::current()->firstEdge(); it != GModel::current()->lastEdge(); it++) (*it)->relocateMeshVertices(); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); GEdge *ge = GModel::current()->getEdgeByTag((int)d); if(ge){ ge->relocateMeshVertices(); @@ -9619,24 +9953,23 @@ yyreduce: else yymsg(1, "Unknown line %d", (int)d); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9626 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 338: -#line 4459 "Gmsh.y" /* yacc.c:1646 */ +#line 4459 "Gmsh.y" { - if(!(yyvsp[-1].l)){ + if(!(yyvsp[(3) - (4)].l)){ for(GModel::fiter it = GModel::current()->firstFace(); it != GModel::current()->lastFace(); it++) (*it)->relocateMeshVertices(); } else{ - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double d; - List_Read((yyvsp[-1].l), i, &d); + List_Read((yyvsp[(3) - (4)].l), i, &d); GFace *gf = GModel::current()->getFaceByTag((int)d); if(gf){ gf->relocateMeshVertices(); @@ -9644,47 +9977,44 @@ yyreduce: else yymsg(1, "Unknown surface %d", (int)d); } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); } - } -#line 9651 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 339: -#line 4486 "Gmsh.y" /* yacc.c:1646 */ +#line 4486 "Gmsh.y" { ReplaceAllDuplicates(); - } -#line 9659 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 340: -#line 4490 "Gmsh.y" /* yacc.c:1646 */ +#line 4490 "Gmsh.y" { - if(!strcmp((yyvsp[-1].c), "Geometry")) + if(!strcmp((yyvsp[(2) - (3)].c), "Geometry")) ReplaceAllDuplicates(); - else if(!strcmp((yyvsp[-1].c), "Mesh")) + else if(!strcmp((yyvsp[(2) - (3)].c), "Mesh")) GModel::current()->removeDuplicateMeshVertices(CTX::instance()->geom.tolerance); else yymsg(0, "Unknown coherence command"); - Free((yyvsp[-1].c)); - } -#line 9673 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (3)].c)); + ;} break; case 341: -#line 4500 "Gmsh.y" /* yacc.c:1646 */ +#line 4500 "Gmsh.y" { - if(List_Nbr((yyvsp[-2].l)) >= 2){ + if(List_Nbr((yyvsp[(4) - (6)].l)) >= 2){ double d; - List_Read((yyvsp[-2].l), 0, &d); + List_Read((yyvsp[(4) - (6)].l), 0, &d); Vertex *target = FindPoint((int)d); if(!target) yymsg(0, "Could not find Point %d", (int)d); else{ double x = target->Pos.X, y = target->Pos.Y, z = target->Pos.Z; - for(int i = 1; i < List_Nbr((yyvsp[-2].l)); i++){ - List_Read((yyvsp[-2].l), i, &d); + for(int i = 1; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ + List_Read((yyvsp[(4) - (6)].l), i, &d); Vertex *source = FindPoint((int)d); if(!source) yymsg(0, "Could not find Point %d", (int)d); if(target && source){ @@ -9701,801 +10031,717 @@ yyreduce: else yymsg(0, "Need at least two points to merge"); ReplaceAllDuplicates(); - List_Delete((yyvsp[-2].l)); - } -#line 9707 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (6)].l)); + ;} break; case 342: -#line 4534 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"Homology"; } -#line 9713 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4534 "Gmsh.y" + { (yyval.c) = (char*)"Homology"; ;} break; case 343: -#line 4535 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"Cohomology"; } -#line 9719 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4535 "Gmsh.y" + { (yyval.c) = (char*)"Cohomology"; ;} break; case 344: -#line 4536 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (char*)"Betti"; } -#line 9725 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4536 "Gmsh.y" + { (yyval.c) = (char*)"Betti"; ;} break; case 345: -#line 4541 "Gmsh.y" /* yacc.c:1646 */ +#line 4541 "Gmsh.y" { std::vector<int> domain, subdomain, dim; for(int i = 0; i < 4; i++) dim.push_back(i); - GModel::current()->addHomologyRequest((yyvsp[-1].c), domain, subdomain, dim); - } -#line 9735 "Gmsh.tab.cpp" /* yacc.c:1646 */ + GModel::current()->addHomologyRequest((yyvsp[(1) - (2)].c), domain, subdomain, dim); + ;} break; case 346: -#line 4547 "Gmsh.y" /* yacc.c:1646 */ +#line 4547 "Gmsh.y" { std::vector<int> domain, subdomain, dim; - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(3) - (5)].l), i, &d); domain.push_back((int)d); } for(int i = 0; i < 4; i++) dim.push_back(i); - GModel::current()->addHomologyRequest((yyvsp[-4].c), domain, subdomain, dim); - List_Delete((yyvsp[-2].l)); - } -#line 9751 "Gmsh.tab.cpp" /* yacc.c:1646 */ + GModel::current()->addHomologyRequest((yyvsp[(1) - (5)].c), domain, subdomain, dim); + List_Delete((yyvsp[(3) - (5)].l)); + ;} break; case 347: -#line 4559 "Gmsh.y" /* yacc.c:1646 */ +#line 4559 "Gmsh.y" { std::vector<int> domain, subdomain, dim; - for(int i = 0; i < List_Nbr((yyvsp[-4].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (7)].l)); i++){ double d; - List_Read((yyvsp[-4].l), i, &d); + List_Read((yyvsp[(3) - (7)].l), i, &d); domain.push_back((int)d); } - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(5) - (7)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(5) - (7)].l), i, &d); subdomain.push_back((int)d); } for(int i = 0; i < 4; i++) dim.push_back(i); - GModel::current()->addHomologyRequest((yyvsp[-6].c), domain, subdomain, dim); - List_Delete((yyvsp[-4].l)); - List_Delete((yyvsp[-2].l)); - } -#line 9773 "Gmsh.tab.cpp" /* yacc.c:1646 */ + GModel::current()->addHomologyRequest((yyvsp[(1) - (7)].c), domain, subdomain, dim); + List_Delete((yyvsp[(3) - (7)].l)); + List_Delete((yyvsp[(5) - (7)].l)); + ;} break; case 348: -#line 4577 "Gmsh.y" /* yacc.c:1646 */ +#line 4577 "Gmsh.y" { std::vector<int> domain, subdomain, dim; - for(int i = 0; i < List_Nbr((yyvsp[-4].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(6) - (10)].l)); i++){ double d; - List_Read((yyvsp[-4].l), i, &d); + List_Read((yyvsp[(6) - (10)].l), i, &d); domain.push_back((int)d); } - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(8) - (10)].l)); i++){ double d; - List_Read((yyvsp[-2].l), i, &d); + List_Read((yyvsp[(8) - (10)].l), i, &d); subdomain.push_back((int)d); } - for(int i = 0; i < List_Nbr((yyvsp[-7].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){ double d; - List_Read((yyvsp[-7].l), i, &d); + List_Read((yyvsp[(3) - (10)].l), i, &d); dim.push_back((int)d); } - GModel::current()->addHomologyRequest((yyvsp[-9].c), domain, subdomain, dim); - List_Delete((yyvsp[-4].l)); - List_Delete((yyvsp[-2].l)); - List_Delete((yyvsp[-7].l)); - } -#line 9800 "Gmsh.tab.cpp" /* yacc.c:1646 */ + GModel::current()->addHomologyRequest((yyvsp[(1) - (10)].c), domain, subdomain, dim); + List_Delete((yyvsp[(6) - (10)].l)); + List_Delete((yyvsp[(8) - (10)].l)); + List_Delete((yyvsp[(3) - (10)].l)); + ;} break; case 349: -#line 4604 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[0].d); } -#line 9806 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4604 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (1)].d); ;} break; case 350: -#line 4605 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-1].d); } -#line 9812 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4605 "Gmsh.y" + { (yyval.d) = (yyvsp[(2) - (3)].d); ;} break; case 351: -#line 4606 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = -(yyvsp[0].d); } -#line 9818 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4606 "Gmsh.y" + { (yyval.d) = -(yyvsp[(2) - (2)].d); ;} break; case 352: -#line 4607 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[0].d); } -#line 9824 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4607 "Gmsh.y" + { (yyval.d) = (yyvsp[(2) - (2)].d); ;} break; case 353: -#line 4608 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = !(yyvsp[0].d); } -#line 9830 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4608 "Gmsh.y" + { (yyval.d) = !(yyvsp[(2) - (2)].d); ;} break; case 354: -#line 4609 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) - (yyvsp[0].d); } -#line 9836 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4609 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) - (yyvsp[(3) - (3)].d); ;} break; case 355: -#line 4610 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) + (yyvsp[0].d); } -#line 9842 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4610 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) + (yyvsp[(3) - (3)].d); ;} break; case 356: -#line 4611 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) * (yyvsp[0].d); } -#line 9848 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4611 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) * (yyvsp[(3) - (3)].d); ;} break; case 357: -#line 4613 "Gmsh.y" /* yacc.c:1646 */ +#line 4613 "Gmsh.y" { - if(!(yyvsp[0].d)) - yymsg(0, "Division by zero in '%g / %g'", (yyvsp[-2].d), (yyvsp[0].d)); + if(!(yyvsp[(3) - (3)].d)) + yymsg(0, "Division by zero in '%g / %g'", (yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].d)); else - (yyval.d) = (yyvsp[-2].d) / (yyvsp[0].d); - } -#line 9859 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.d) = (yyvsp[(1) - (3)].d) / (yyvsp[(3) - (3)].d); + ;} break; case 358: -#line 4619 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (int)(yyvsp[-2].d) % (int)(yyvsp[0].d); } -#line 9865 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4619 "Gmsh.y" + { (yyval.d) = (int)(yyvsp[(1) - (3)].d) % (int)(yyvsp[(3) - (3)].d); ;} break; case 359: -#line 4620 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = pow((yyvsp[-2].d), (yyvsp[0].d)); } -#line 9871 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4620 "Gmsh.y" + { (yyval.d) = pow((yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].d)); ;} break; case 360: -#line 4621 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) < (yyvsp[0].d); } -#line 9877 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4621 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) < (yyvsp[(3) - (3)].d); ;} break; case 361: -#line 4622 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) > (yyvsp[0].d); } -#line 9883 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4622 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) > (yyvsp[(3) - (3)].d); ;} break; case 362: -#line 4623 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) <= (yyvsp[0].d); } -#line 9889 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4623 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) <= (yyvsp[(3) - (3)].d); ;} break; case 363: -#line 4624 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) >= (yyvsp[0].d); } -#line 9895 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4624 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) >= (yyvsp[(3) - (3)].d); ;} break; case 364: -#line 4625 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) == (yyvsp[0].d); } -#line 9901 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4625 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) == (yyvsp[(3) - (3)].d); ;} break; case 365: -#line 4626 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) != (yyvsp[0].d); } -#line 9907 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4626 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) != (yyvsp[(3) - (3)].d); ;} break; case 366: -#line 4627 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) && (yyvsp[0].d); } -#line 9913 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4627 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) && (yyvsp[(3) - (3)].d); ;} break; case 367: -#line 4628 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-2].d) || (yyvsp[0].d); } -#line 9919 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4628 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (3)].d) || (yyvsp[(3) - (3)].d); ;} break; case 368: -#line 4629 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-4].d) ? (yyvsp[-2].d) : (yyvsp[0].d); } -#line 9925 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4629 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (5)].d) ? (yyvsp[(3) - (5)].d) : (yyvsp[(5) - (5)].d); ;} break; case 369: -#line 4630 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = exp((yyvsp[-1].d)); } -#line 9931 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4630 "Gmsh.y" + { (yyval.d) = exp((yyvsp[(3) - (4)].d)); ;} break; case 370: -#line 4631 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = log((yyvsp[-1].d)); } -#line 9937 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4631 "Gmsh.y" + { (yyval.d) = log((yyvsp[(3) - (4)].d)); ;} break; case 371: -#line 4632 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = log10((yyvsp[-1].d)); } -#line 9943 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4632 "Gmsh.y" + { (yyval.d) = log10((yyvsp[(3) - (4)].d)); ;} break; case 372: -#line 4633 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = sqrt((yyvsp[-1].d)); } -#line 9949 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4633 "Gmsh.y" + { (yyval.d) = sqrt((yyvsp[(3) - (4)].d)); ;} break; case 373: -#line 4634 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = sin((yyvsp[-1].d)); } -#line 9955 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4634 "Gmsh.y" + { (yyval.d) = sin((yyvsp[(3) - (4)].d)); ;} break; case 374: -#line 4635 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = asin((yyvsp[-1].d)); } -#line 9961 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4635 "Gmsh.y" + { (yyval.d) = asin((yyvsp[(3) - (4)].d)); ;} break; case 375: -#line 4636 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = cos((yyvsp[-1].d)); } -#line 9967 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4636 "Gmsh.y" + { (yyval.d) = cos((yyvsp[(3) - (4)].d)); ;} break; case 376: -#line 4637 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = acos((yyvsp[-1].d)); } -#line 9973 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4637 "Gmsh.y" + { (yyval.d) = acos((yyvsp[(3) - (4)].d)); ;} break; case 377: -#line 4638 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = tan((yyvsp[-1].d)); } -#line 9979 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4638 "Gmsh.y" + { (yyval.d) = tan((yyvsp[(3) - (4)].d)); ;} break; case 378: -#line 4639 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = atan((yyvsp[-1].d)); } -#line 9985 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4639 "Gmsh.y" + { (yyval.d) = atan((yyvsp[(3) - (4)].d)); ;} break; case 379: -#line 4640 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = atan2((yyvsp[-3].d), (yyvsp[-1].d));} -#line 9991 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4640 "Gmsh.y" + { (yyval.d) = atan2((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d));;} break; case 380: -#line 4641 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = sinh((yyvsp[-1].d)); } -#line 9997 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4641 "Gmsh.y" + { (yyval.d) = sinh((yyvsp[(3) - (4)].d)); ;} break; case 381: -#line 4642 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = cosh((yyvsp[-1].d)); } -#line 10003 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4642 "Gmsh.y" + { (yyval.d) = cosh((yyvsp[(3) - (4)].d)); ;} break; case 382: -#line 4643 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = tanh((yyvsp[-1].d)); } -#line 10009 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4643 "Gmsh.y" + { (yyval.d) = tanh((yyvsp[(3) - (4)].d)); ;} break; case 383: -#line 4644 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = fabs((yyvsp[-1].d)); } -#line 10015 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4644 "Gmsh.y" + { (yyval.d) = fabs((yyvsp[(3) - (4)].d)); ;} break; case 384: -#line 4645 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = floor((yyvsp[-1].d)); } -#line 10021 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4645 "Gmsh.y" + { (yyval.d) = floor((yyvsp[(3) - (4)].d)); ;} break; case 385: -#line 4646 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = ceil((yyvsp[-1].d)); } -#line 10027 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4646 "Gmsh.y" + { (yyval.d) = ceil((yyvsp[(3) - (4)].d)); ;} break; case 386: -#line 4647 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = floor((yyvsp[-1].d) + 0.5); } -#line 10033 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4647 "Gmsh.y" + { (yyval.d) = floor((yyvsp[(3) - (4)].d) + 0.5); ;} break; case 387: -#line 4648 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = fmod((yyvsp[-3].d), (yyvsp[-1].d)); } -#line 10039 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4648 "Gmsh.y" + { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;} break; case 388: -#line 4649 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = fmod((yyvsp[-3].d), (yyvsp[-1].d)); } -#line 10045 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4649 "Gmsh.y" + { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;} break; case 389: -#line 4650 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = sqrt((yyvsp[-3].d) * (yyvsp[-3].d) + (yyvsp[-1].d) * (yyvsp[-1].d)); } -#line 10051 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4650 "Gmsh.y" + { (yyval.d) = sqrt((yyvsp[(3) - (6)].d) * (yyvsp[(3) - (6)].d) + (yyvsp[(5) - (6)].d) * (yyvsp[(5) - (6)].d)); ;} break; case 390: -#line 4651 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[-1].d) * (double)rand() / (double)RAND_MAX; } -#line 10057 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4651 "Gmsh.y" + { (yyval.d) = (yyvsp[(3) - (4)].d) * (double)rand() / (double)RAND_MAX; ;} break; case 391: -#line 4660 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = (yyvsp[0].d); } -#line 10063 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4660 "Gmsh.y" + { (yyval.d) = (yyvsp[(1) - (1)].d); ;} break; case 392: -#line 4661 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = 3.141592653589793; } -#line 10069 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4661 "Gmsh.y" + { (yyval.d) = 3.141592653589793; ;} break; case 393: -#line 4662 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = Msg::GetCommRank(); } -#line 10075 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4662 "Gmsh.y" + { (yyval.d) = Msg::GetCommRank(); ;} break; case 394: -#line 4663 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = Msg::GetCommSize(); } -#line 10081 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4663 "Gmsh.y" + { (yyval.d) = Msg::GetCommSize(); ;} break; case 395: -#line 4664 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = GetGmshMajorVersion(); } -#line 10087 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4664 "Gmsh.y" + { (yyval.d) = GetGmshMajorVersion(); ;} break; case 396: -#line 4665 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = GetGmshMinorVersion(); } -#line 10093 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4665 "Gmsh.y" + { (yyval.d) = GetGmshMinorVersion(); ;} break; case 397: -#line 4666 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = GetGmshPatchVersion(); } -#line 10099 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4666 "Gmsh.y" + { (yyval.d) = GetGmshPatchVersion(); ;} break; case 398: -#line 4667 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = Cpu(); } -#line 10105 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4667 "Gmsh.y" + { (yyval.d) = Cpu(); ;} break; case 399: -#line 4668 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = GetMemoryUsage()/1024./1024.; } -#line 10111 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4668 "Gmsh.y" + { (yyval.d) = GetMemoryUsage()/1024./1024.; ;} break; case 400: -#line 4669 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.d) = TotalRam(); } -#line 10117 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4669 "Gmsh.y" + { (yyval.d) = TotalRam(); ;} break; case 401: -#line 4674 "Gmsh.y" /* yacc.c:1646 */ - { floatOptions.clear(); charOptions.clear(); } -#line 10123 "Gmsh.tab.cpp" /* yacc.c:1646 */ +#line 4674 "Gmsh.y" + { floatOptions.clear(); charOptions.clear(); ;} break; case 402: -#line 4676 "Gmsh.y" /* yacc.c:1646 */ +#line 4676 "Gmsh.y" { - std::vector<double> val(1, (yyvsp[-3].d)); + std::vector<double> val(1, (yyvsp[(3) - (6)].d)); Msg::ExchangeOnelabParameter("", val, floatOptions, charOptions); (yyval.d) = val[0]; - } -#line 10133 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 403: -#line 4682 "Gmsh.y" /* yacc.c:1646 */ +#line 4682 "Gmsh.y" { - (yyval.d) = Msg::GetOnelabNumber((yyvsp[-1].c)); - Free((yyvsp[-1].c)); - } -#line 10142 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.d) = Msg::GetOnelabNumber((yyvsp[(3) - (4)].c)); + Free((yyvsp[(3) - (4)].c)); + ;} break; case 404: -#line 4687 "Gmsh.y" /* yacc.c:1646 */ +#line 4687 "Gmsh.y" { - if(!gmsh_yysymbols.count((yyvsp[0].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[0].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (1)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (1)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[0].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (1)].c)]); if(s.value.empty()){ - yymsg(0, "Uninitialized variable '%s'", (yyvsp[0].c)); + yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (1)].c)); (yyval.d) = 0.; } else (yyval.d) = s.value[0]; } - Free((yyvsp[0].c)); - } -#line 10163 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (1)].c)); + ;} break; case 405: -#line 4704 "Gmsh.y" /* yacc.c:1646 */ +#line 4704 "Gmsh.y" { - int index = (int)(yyvsp[-1].d); - if(!gmsh_yysymbols.count((yyvsp[-3].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-3].c)); + int index = (int)(yyvsp[(3) - (4)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-3].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-3].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); (yyval.d) = 0.; } else (yyval.d) = s.value[index]; } - Free((yyvsp[-3].c)); - } -#line 10185 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + ;} break; case 406: -#line 4722 "Gmsh.y" /* yacc.c:1646 */ +#line 4722 "Gmsh.y" { - int index = (int)(yyvsp[-1].d); - if(!gmsh_yysymbols.count((yyvsp[-3].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-3].c)); + int index = (int)(yyvsp[(3) - (4)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-3].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-3].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); (yyval.d) = 0.; } else (yyval.d) = s.value[index]; } - Free((yyvsp[-3].c)); - } -#line 10207 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + ;} break; case 407: -#line 4740 "Gmsh.y" /* yacc.c:1646 */ +#line 4740 "Gmsh.y" { - int index = (int)(yyvsp[-1].d); - if(!gmsh_yysymbols.count((yyvsp[-3].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-3].c)); + int index = (int)(yyvsp[(3) - (4)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-3].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-3].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); (yyval.d) = 0.; } else (yyval.d) = s.value[index]; } - Free((yyvsp[-3].c)); - } -#line 10229 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + ;} break; case 408: -#line 4758 "Gmsh.y" /* yacc.c:1646 */ +#line 4758 "Gmsh.y" { - int index = (int)(yyvsp[-1].d); - if(!gmsh_yysymbols.count((yyvsp[-3].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-3].c)); + int index = (int)(yyvsp[(3) - (4)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-3].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-3].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); (yyval.d) = 0.; } else (yyval.d) = s.value[index]; } - Free((yyvsp[-3].c)); - } -#line 10251 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); + ;} break; case 409: -#line 4776 "Gmsh.y" /* yacc.c:1646 */ +#line 4776 "Gmsh.y" { - (yyval.d) = gmsh_yysymbols.count((yyvsp[-1].c)); - Free((yyvsp[-1].c)); - } -#line 10260 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.d) = gmsh_yysymbols.count((yyvsp[(3) - (4)].c)); + Free((yyvsp[(3) - (4)].c)); + ;} break; case 410: -#line 4781 "Gmsh.y" /* yacc.c:1646 */ +#line 4781 "Gmsh.y" { - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(3) - (4)].c)); (yyval.d) = !StatFile(tmp); - Free((yyvsp[-1].c)); - } -#line 10270 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (4)].c)); + ;} break; case 411: -#line 4787 "Gmsh.y" /* yacc.c:1646 */ +#line 4787 "Gmsh.y" { - if(!gmsh_yysymbols.count((yyvsp[-2].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-2].c)); + if(!gmsh_yysymbols.count((yyvsp[(2) - (4)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(2) - (4)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-2].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(2) - (4)].c)]); (yyval.d) = s.value.size(); } - Free((yyvsp[-2].c)); - } -#line 10286 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(2) - (4)].c)); + ;} break; case 412: -#line 4799 "Gmsh.y" /* yacc.c:1646 */ +#line 4799 "Gmsh.y" { - if(!gmsh_yysymbols.count((yyvsp[-1].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-1].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (2)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (2)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-1].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (2)].c)]); if(s.value.empty()){ - yymsg(0, "Uninitialized variable '%s'", (yyvsp[-1].c)); + yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (2)].c)); (yyval.d) = 0.; } else - (yyval.d) = (s.value[0] += (yyvsp[0].i)); + (yyval.d) = (s.value[0] += (yyvsp[(2) - (2)].i)); } - Free((yyvsp[-1].c)); - } -#line 10307 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (2)].c)); + ;} break; case 413: -#line 4816 "Gmsh.y" /* yacc.c:1646 */ +#line 4816 "Gmsh.y" { - int index = (int)(yyvsp[-2].d); - if(!gmsh_yysymbols.count((yyvsp[-4].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-4].c)); + int index = (int)(yyvsp[(3) - (5)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (5)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-4].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-4].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); (yyval.d) = 0.; } else - (yyval.d) = (s.value[index] += (yyvsp[0].i)); + (yyval.d) = (s.value[index] += (yyvsp[(5) - (5)].i)); } - Free((yyvsp[-4].c)); - } -#line 10329 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); + ;} break; case 414: -#line 4834 "Gmsh.y" /* yacc.c:1646 */ +#line 4834 "Gmsh.y" { - int index = (int)(yyvsp[-2].d); - if(!gmsh_yysymbols.count((yyvsp[-4].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-4].c)); + int index = (int)(yyvsp[(3) - (5)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (5)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-4].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-4].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); (yyval.d) = 0.; } else - (yyval.d) = (s.value[index] += (yyvsp[0].i)); + (yyval.d) = (s.value[index] += (yyvsp[(5) - (5)].i)); } - Free((yyvsp[-4].c)); - } -#line 10351 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); + ;} break; case 415: -#line 4852 "Gmsh.y" /* yacc.c:1646 */ +#line 4852 "Gmsh.y" { - int index = (int)(yyvsp[-2].d); - if(!gmsh_yysymbols.count((yyvsp[-4].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-4].c)); + int index = (int)(yyvsp[(3) - (5)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (5)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-4].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-4].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); (yyval.d) = 0.; } else - (yyval.d) = (s.value[index] += (yyvsp[0].i)); + (yyval.d) = (s.value[index] += (yyvsp[(5) - (5)].i)); } - Free((yyvsp[-4].c)); - } -#line 10373 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); + ;} break; case 416: -#line 4870 "Gmsh.y" /* yacc.c:1646 */ +#line 4870 "Gmsh.y" { - int index = (int)(yyvsp[-2].d); - if(!gmsh_yysymbols.count((yyvsp[-4].c))){ - yymsg(0, "Unknown variable '%s'", (yyvsp[-4].c)); + int index = (int)(yyvsp[(3) - (5)].d); + if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (5)].c)); (yyval.d) = 0.; } else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-4].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-4].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); (yyval.d) = 0.; } else - (yyval.d) = (s.value[index] += (yyvsp[0].i)); + (yyval.d) = (s.value[index] += (yyvsp[(5) - (5)].i)); } - Free((yyvsp[-4].c)); - } -#line 10395 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); + ;} break; case 417: -#line 4891 "Gmsh.y" /* yacc.c:1646 */ +#line 4891 "Gmsh.y" { - NumberOption(GMSH_GET, (yyvsp[-2].c), 0, (yyvsp[0].c), (yyval.d)); - Free((yyvsp[-2].c)); Free((yyvsp[0].c)); - } -#line 10404 "Gmsh.tab.cpp" /* yacc.c:1646 */ + NumberOption(GMSH_GET, (yyvsp[(1) - (3)].c), 0, (yyvsp[(3) - (3)].c), (yyval.d)); + Free((yyvsp[(1) - (3)].c)); Free((yyvsp[(3) - (3)].c)); + ;} break; case 418: -#line 4896 "Gmsh.y" /* yacc.c:1646 */ +#line 4896 "Gmsh.y" { - NumberOption(GMSH_GET, (yyvsp[-5].c), (int)(yyvsp[-3].d), (yyvsp[0].c), (yyval.d)); - Free((yyvsp[-5].c)); Free((yyvsp[0].c)); - } -#line 10413 "Gmsh.tab.cpp" /* yacc.c:1646 */ + NumberOption(GMSH_GET, (yyvsp[(1) - (6)].c), (int)(yyvsp[(3) - (6)].d), (yyvsp[(6) - (6)].c), (yyval.d)); + Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(6) - (6)].c)); + ;} break; case 419: -#line 4901 "Gmsh.y" /* yacc.c:1646 */ +#line 4901 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-3].c), 0, (yyvsp[-1].c), d)){ - d += (yyvsp[0].i); - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-3].c), 0, (yyvsp[-1].c), d); + if(NumberOption(GMSH_GET, (yyvsp[(1) - (4)].c), 0, (yyvsp[(3) - (4)].c), d)){ + d += (yyvsp[(4) - (4)].i); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (4)].c), 0, (yyvsp[(3) - (4)].c), d); (yyval.d) = d; } - Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 10427 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (4)].c)); Free((yyvsp[(3) - (4)].c)); + ;} break; case 420: -#line 4911 "Gmsh.y" /* yacc.c:1646 */ +#line 4911 "Gmsh.y" { double d = 0.; - if(NumberOption(GMSH_GET, (yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-1].c), d)){ - d += (yyvsp[0].i); - NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[-6].c), (int)(yyvsp[-4].d), (yyvsp[-1].c), d); + if(NumberOption(GMSH_GET, (yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c), d)){ + d += (yyvsp[(7) - (7)].i); + NumberOption(GMSH_SET|GMSH_GUI, (yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c), d); (yyval.d) = d; } - Free((yyvsp[-6].c)); Free((yyvsp[-1].c)); - } -#line 10441 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (7)].c)); Free((yyvsp[(6) - (7)].c)); + ;} break; case 421: -#line 4921 "Gmsh.y" /* yacc.c:1646 */ +#line 4921 "Gmsh.y" { - (yyval.d) = Msg::GetValue((yyvsp[-3].c), (yyvsp[-1].d)); - Free((yyvsp[-3].c)); - } -#line 10450 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.d) = Msg::GetValue((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].d)); + Free((yyvsp[(3) - (6)].c)); + ;} break; case 422: -#line 4926 "Gmsh.y" /* yacc.c:1646 */ +#line 4926 "Gmsh.y" { int matches = 0; - for(int i = 0; i < List_Nbr((yyvsp[-3].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){ double d; - List_Read((yyvsp[-3].l), i, &d); - matches += List_Search((yyvsp[-1].l), &d, fcmp_double); + List_Read((yyvsp[(3) - (6)].l), i, &d); + matches += List_Search((yyvsp[(5) - (6)].l), &d, fcmp_double); } (yyval.d) = matches; - Free((yyvsp[-3].l)); Free((yyvsp[-1].l)); - } -#line 10465 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (6)].l)); Free((yyvsp[(5) - (6)].l)); + ;} break; case 423: -#line 4937 "Gmsh.y" /* yacc.c:1646 */ +#line 4937 "Gmsh.y" { - std::string s((yyvsp[-3].c)), substr((yyvsp[-1].c)); + std::string s((yyvsp[(3) - (6)].c)), substr((yyvsp[(5) - (6)].c)); if(s.find(substr) != std::string::npos) (yyval.d) = 1.; else (yyval.d) = 0.; - Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 10478 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (6)].c)); Free((yyvsp[(5) - (6)].c)); + ;} break; case 424: -#line 4946 "Gmsh.y" /* yacc.c:1646 */ +#line 4946 "Gmsh.y" { - (yyval.d) = strcmp((yyvsp[-3].c), (yyvsp[-1].c)); - Free((yyvsp[-3].c)); Free((yyvsp[-1].c)); - } -#line 10487 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.d) = strcmp((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].c)); + Free((yyvsp[(3) - (6)].c)); Free((yyvsp[(5) - (6)].c)); + ;} break; case 425: -#line 4951 "Gmsh.y" /* yacc.c:1646 */ +#line 4951 "Gmsh.y" { int align = 0, font = 0, fontsize = CTX::instance()->glFontSize; - if(List_Nbr((yyvsp[-1].l)) % 2){ + if(List_Nbr((yyvsp[(3) - (4)].l)) % 2){ yyerror("Number of text attributes should be even"); } else{ - for(int i = 0 ; i < List_Nbr((yyvsp[-1].l)); i += 2){ - char *s1, *s2; List_Read((yyvsp[-1].l), i, &s1); List_Read((yyvsp[-1].l), i + 1, &s2); + for(int i = 0 ; i < List_Nbr((yyvsp[(3) - (4)].l)); i += 2){ + char *s1, *s2; List_Read((yyvsp[(3) - (4)].l), i, &s1); List_Read((yyvsp[(3) - (4)].l), i + 1, &s2); std::string key(s1), val(s2); Free(s1); Free(s2); #if defined(HAVE_OPENGL) @@ -10508,239 +10754,215 @@ yyreduce: #endif } } - List_Delete((yyvsp[-1].l)); + List_Delete((yyvsp[(3) - (4)].l)); (yyval.d) = (double)((align<<16)|(font<<8)|(fontsize)); - } -#line 10515 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 426: -#line 4978 "Gmsh.y" /* yacc.c:1646 */ +#line 4978 "Gmsh.y" { - memcpy((yyval.v), (yyvsp[0].v), 5*sizeof(double)); - } -#line 10523 "Gmsh.tab.cpp" /* yacc.c:1646 */ + memcpy((yyval.v), (yyvsp[(1) - (1)].v), 5*sizeof(double)); + ;} break; case 427: -#line 4982 "Gmsh.y" /* yacc.c:1646 */ +#line 4982 "Gmsh.y" { - for(int i = 0; i < 5; i++) (yyval.v)[i] = -(yyvsp[0].v)[i]; - } -#line 10531 "Gmsh.tab.cpp" /* yacc.c:1646 */ + for(int i = 0; i < 5; i++) (yyval.v)[i] = -(yyvsp[(2) - (2)].v)[i]; + ;} break; case 428: -#line 4986 "Gmsh.y" /* yacc.c:1646 */ +#line 4986 "Gmsh.y" { - for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[0].v)[i]; - } -#line 10539 "Gmsh.tab.cpp" /* yacc.c:1646 */ + for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i]; + ;} break; case 429: -#line 4990 "Gmsh.y" /* yacc.c:1646 */ +#line 4990 "Gmsh.y" { - for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[-2].v)[i] - (yyvsp[0].v)[i]; - } -#line 10547 "Gmsh.tab.cpp" /* yacc.c:1646 */ + for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] - (yyvsp[(3) - (3)].v)[i]; + ;} break; case 430: -#line 4994 "Gmsh.y" /* yacc.c:1646 */ +#line 4994 "Gmsh.y" { - for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[-2].v)[i] + (yyvsp[0].v)[i]; - } -#line 10555 "Gmsh.tab.cpp" /* yacc.c:1646 */ + for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] + (yyvsp[(3) - (3)].v)[i]; + ;} break; case 431: -#line 5001 "Gmsh.y" /* yacc.c:1646 */ +#line 5001 "Gmsh.y" { - (yyval.v)[0] = (yyvsp[-9].d); (yyval.v)[1] = (yyvsp[-7].d); (yyval.v)[2] = (yyvsp[-5].d); (yyval.v)[3] = (yyvsp[-3].d); (yyval.v)[4] = (yyvsp[-1].d); - } -#line 10563 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.v)[0] = (yyvsp[(2) - (11)].d); (yyval.v)[1] = (yyvsp[(4) - (11)].d); (yyval.v)[2] = (yyvsp[(6) - (11)].d); (yyval.v)[3] = (yyvsp[(8) - (11)].d); (yyval.v)[4] = (yyvsp[(10) - (11)].d); + ;} break; case 432: -#line 5005 "Gmsh.y" /* yacc.c:1646 */ +#line 5005 "Gmsh.y" { - (yyval.v)[0] = (yyvsp[-7].d); (yyval.v)[1] = (yyvsp[-5].d); (yyval.v)[2] = (yyvsp[-3].d); (yyval.v)[3] = (yyvsp[-1].d); (yyval.v)[4] = 1.0; - } -#line 10571 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.v)[0] = (yyvsp[(2) - (9)].d); (yyval.v)[1] = (yyvsp[(4) - (9)].d); (yyval.v)[2] = (yyvsp[(6) - (9)].d); (yyval.v)[3] = (yyvsp[(8) - (9)].d); (yyval.v)[4] = 1.0; + ;} break; case 433: -#line 5009 "Gmsh.y" /* yacc.c:1646 */ +#line 5009 "Gmsh.y" { - (yyval.v)[0] = (yyvsp[-5].d); (yyval.v)[1] = (yyvsp[-3].d); (yyval.v)[2] = (yyvsp[-1].d); (yyval.v)[3] = 0.0; (yyval.v)[4] = 1.0; - } -#line 10579 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.v)[0] = (yyvsp[(2) - (7)].d); (yyval.v)[1] = (yyvsp[(4) - (7)].d); (yyval.v)[2] = (yyvsp[(6) - (7)].d); (yyval.v)[3] = 0.0; (yyval.v)[4] = 1.0; + ;} break; case 434: -#line 5013 "Gmsh.y" /* yacc.c:1646 */ +#line 5013 "Gmsh.y" { - (yyval.v)[0] = (yyvsp[-5].d); (yyval.v)[1] = (yyvsp[-3].d); (yyval.v)[2] = (yyvsp[-1].d); (yyval.v)[3] = 0.0; (yyval.v)[4] = 1.0; - } -#line 10587 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.v)[0] = (yyvsp[(2) - (7)].d); (yyval.v)[1] = (yyvsp[(4) - (7)].d); (yyval.v)[2] = (yyvsp[(6) - (7)].d); (yyval.v)[3] = 0.0; (yyval.v)[4] = 1.0; + ;} break; case 435: -#line 5020 "Gmsh.y" /* yacc.c:1646 */ +#line 5020 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(List_T*)); - List_Add((yyval.l), &((yyvsp[0].l))); - } -#line 10596 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(1) - (1)].l))); + ;} break; case 436: -#line 5025 "Gmsh.y" /* yacc.c:1646 */ +#line 5025 "Gmsh.y" { - List_Add((yyval.l), &((yyvsp[0].l))); - } -#line 10604 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(3) - (3)].l))); + ;} break; case 437: -#line 5032 "Gmsh.y" /* yacc.c:1646 */ +#line 5032 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - List_Add((yyval.l), &((yyvsp[0].d))); - } -#line 10613 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(1) - (1)].d))); + ;} break; case 438: -#line 5037 "Gmsh.y" /* yacc.c:1646 */ +#line 5037 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); - } -#line 10621 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(1) - (1)].l); + ;} break; case 439: -#line 5041 "Gmsh.y" /* yacc.c:1646 */ +#line 5041 "Gmsh.y" { // creates an empty list (yyval.l) = List_Create(2, 1, sizeof(double)); - } -#line 10630 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 440: -#line 5046 "Gmsh.y" /* yacc.c:1646 */ +#line 5046 "Gmsh.y" { - (yyval.l) = (yyvsp[-1].l); - } -#line 10638 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(2) - (3)].l); + ;} break; case 441: -#line 5050 "Gmsh.y" /* yacc.c:1646 */ +#line 5050 "Gmsh.y" { - (yyval.l) = (yyvsp[-1].l); + (yyval.l) = (yyvsp[(3) - (4)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ double *pd = (double*)List_Pointer((yyval.l), i); (*pd) = - (*pd); } - } -#line 10650 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 442: -#line 5058 "Gmsh.y" /* yacc.c:1646 */ +#line 5058 "Gmsh.y" { - (yyval.l) = (yyvsp[-1].l); + (yyval.l) = (yyvsp[(4) - (5)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ double *pd = (double*)List_Pointer((yyval.l), i); - (*pd) *= (yyvsp[-4].d); + (*pd) *= (yyvsp[(1) - (5)].d); } - } -#line 10662 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 443: -#line 5069 "Gmsh.y" /* yacc.c:1646 */ +#line 5069 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); - } -#line 10670 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(1) - (1)].l); + ;} break; case 444: -#line 5073 "Gmsh.y" /* yacc.c:1646 */ +#line 5073 "Gmsh.y" { - if(!strcmp((yyvsp[0].c), "*") || !strcmp((yyvsp[0].c), "all")) + if(!strcmp((yyvsp[(1) - (1)].c), "*") || !strcmp((yyvsp[(1) - (1)].c), "all")) (yyval.l) = 0; else{ yyerror("Unknown special string for list replacement"); (yyval.l) = List_Create(2, 1, sizeof(double)); } - } -#line 10683 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 445: -#line 5085 "Gmsh.y" /* yacc.c:1646 */ +#line 5085 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); + (yyval.l) = (yyvsp[(2) - (2)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ double *pd = (double*)List_Pointer((yyval.l), i); (*pd) = - (*pd); } - } -#line 10695 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 446: -#line 5093 "Gmsh.y" /* yacc.c:1646 */ +#line 5093 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); + (yyval.l) = (yyvsp[(3) - (3)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ double *pd = (double*)List_Pointer((yyval.l), i); - (*pd) *= (yyvsp[-2].d); + (*pd) *= (yyvsp[(1) - (3)].d); } - } -#line 10707 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 447: -#line 5101 "Gmsh.y" /* yacc.c:1646 */ +#line 5101 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - for(double d = (yyvsp[-2].d); ((yyvsp[-2].d) < (yyvsp[0].d)) ? (d <= (yyvsp[0].d)) : (d >= (yyvsp[0].d)); - ((yyvsp[-2].d) < (yyvsp[0].d)) ? (d += 1.) : (d -= 1.)) + for(double d = (yyvsp[(1) - (3)].d); ((yyvsp[(1) - (3)].d) < (yyvsp[(3) - (3)].d)) ? (d <= (yyvsp[(3) - (3)].d)) : (d >= (yyvsp[(3) - (3)].d)); + ((yyvsp[(1) - (3)].d) < (yyvsp[(3) - (3)].d)) ? (d += 1.) : (d -= 1.)) List_Add((yyval.l), &d); - } -#line 10718 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 448: -#line 5108 "Gmsh.y" /* yacc.c:1646 */ +#line 5108 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!(yyvsp[0].d)){ //|| ($1 < $3 && $5 < 0) || ($1 > $3 && $5 > 0) - yymsg(0, "Wrong increment in '%g:%g:%g'", (yyvsp[-4].d), (yyvsp[-2].d), (yyvsp[0].d)); + if(!(yyvsp[(5) - (5)].d)){ //|| ($1 < $3 && $5 < 0) || ($1 > $3 && $5 > 0) + yymsg(0, "Wrong increment in '%g:%g:%g'", (yyvsp[(1) - (5)].d), (yyvsp[(3) - (5)].d), (yyvsp[(5) - (5)].d)); } else - for(double d = (yyvsp[-4].d); ((yyvsp[0].d) > 0) ? (d <= (yyvsp[-2].d)) : (d >= (yyvsp[-2].d)); d += (yyvsp[0].d)) + for(double d = (yyvsp[(1) - (5)].d); ((yyvsp[(5) - (5)].d) > 0) ? (d <= (yyvsp[(3) - (5)].d)) : (d >= (yyvsp[(3) - (5)].d)); d += (yyvsp[(5) - (5)].d)) List_Add((yyval.l), &d); - } -#line 10732 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 449: -#line 5118 "Gmsh.y" /* yacc.c:1646 */ +#line 5118 "Gmsh.y" { // Returns the coordinates of a point and fills a list with it. // This allows to ensure e.g. that relative point positions are // always conserved - Vertex *v = FindPoint((int)(yyvsp[-1].d)); + Vertex *v = FindPoint((int)(yyvsp[(3) - (4)].d)); (yyval.l) = List_Create(3, 1, sizeof(double)); if(!v) { - GVertex *gv = GModel::current()->getVertexByTag((int)(yyvsp[-1].d)); + GVertex *gv = GModel::current()->getVertexByTag((int)(yyvsp[(3) - (4)].d)); if(gv){ double x = gv->x(), y = gv->y(), z = gv->z(); List_Add((yyval.l), &x); @@ -10748,7 +10970,7 @@ yyreduce: List_Add((yyval.l), &z); } else{ - yymsg(0, "Unknown point '%d'", (int)(yyvsp[-1].d)); + yymsg(0, "Unknown point '%d'", (int)(yyvsp[(3) - (4)].d)); double d = 0.0; List_Add((yyval.l), &d); List_Add((yyval.l), &d); @@ -10760,81 +10982,72 @@ yyreduce: List_Add((yyval.l), &v->Pos.Y); List_Add((yyval.l), &v->Pos.Z); } - } -#line 10765 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 450: -#line 5147 "Gmsh.y" /* yacc.c:1646 */ +#line 5147 "Gmsh.y" { (yyval.l) = GetAllElementaryEntityNumbers(0); - } -#line 10773 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 451: -#line 5151 "Gmsh.y" /* yacc.c:1646 */ +#line 5151 "Gmsh.y" { (yyval.l) = GetAllElementaryEntityNumbers(1); - } -#line 10781 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 452: -#line 5155 "Gmsh.y" /* yacc.c:1646 */ +#line 5155 "Gmsh.y" { (yyval.l) = GetAllElementaryEntityNumbers(2); - } -#line 10789 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 453: -#line 5159 "Gmsh.y" /* yacc.c:1646 */ +#line 5159 "Gmsh.y" { (yyval.l) = GetAllElementaryEntityNumbers(3); - } -#line 10797 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 454: -#line 5163 "Gmsh.y" /* yacc.c:1646 */ +#line 5163 "Gmsh.y" { (yyval.l) = GetAllPhysicalEntityNumbers(0); - } -#line 10805 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 455: -#line 5167 "Gmsh.y" /* yacc.c:1646 */ +#line 5167 "Gmsh.y" { (yyval.l) = GetAllPhysicalEntityNumbers(1); - } -#line 10813 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 456: -#line 5171 "Gmsh.y" /* yacc.c:1646 */ +#line 5171 "Gmsh.y" { (yyval.l) = GetAllPhysicalEntityNumbers(2); - } -#line 10821 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 457: -#line 5175 "Gmsh.y" /* yacc.c:1646 */ +#line 5175 "Gmsh.y" { (yyval.l) = GetAllPhysicalEntityNumbers(3); - } -#line 10829 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 458: -#line 5179 "Gmsh.y" /* yacc.c:1646 */ +#line 5179 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ double num; - List_Read((yyvsp[-1].l), i, &num); + List_Read((yyvsp[(4) - (5)].l), i, &num); PhysicalGroup *p = FindPhysicalGroup((int)num, MSH_PHYSICAL_POINT); if(p){ for(int j = 0; j < List_Nbr(p->Entities); j++){ @@ -10856,18 +11069,17 @@ yyreduce: } } } - List_Delete((yyvsp[-1].l)); - } -#line 10862 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 459: -#line 5208 "Gmsh.y" /* yacc.c:1646 */ +#line 5208 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ double num; - List_Read((yyvsp[-1].l), i, &num); + List_Read((yyvsp[(4) - (5)].l), i, &num); PhysicalGroup *p = FindPhysicalGroup((int)num, MSH_PHYSICAL_LINE); if(p){ for(int j = 0; j < List_Nbr(p->Entities); j++){ @@ -10889,18 +11101,17 @@ yyreduce: } } } - List_Delete((yyvsp[-1].l)); - } -#line 10895 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 460: -#line 5237 "Gmsh.y" /* yacc.c:1646 */ +#line 5237 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ double num; - List_Read((yyvsp[-1].l), i, &num); + List_Read((yyvsp[(4) - (5)].l), i, &num); PhysicalGroup *p = FindPhysicalGroup((int)num, MSH_PHYSICAL_SURFACE); if(p){ for(int j = 0; j < List_Nbr(p->Entities); j++){ @@ -10922,18 +11133,17 @@ yyreduce: } } } - List_Delete((yyvsp[-1].l)); - } -#line 10928 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 461: -#line 5266 "Gmsh.y" /* yacc.c:1646 */ +#line 5266 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ double num; - List_Read((yyvsp[-1].l), i, &num); + List_Read((yyvsp[(4) - (5)].l), i, &num); PhysicalGroup *p = FindPhysicalGroup((int)num, MSH_PHYSICAL_VOLUME); if(p){ for(int j = 0; j < List_Nbr(p->Entities); j++){ @@ -10955,705 +11165,664 @@ yyreduce: } } } - List_Delete((yyvsp[-1].l)); - } -#line 10961 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(4) - (5)].l)); + ;} break; case 462: -#line 5296 "Gmsh.y" /* yacc.c:1646 */ +#line 5296 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); GModel::current()->importGEOInternals(); - SBoundingBox3d box((yyvsp[-11].d), (yyvsp[-9].d), (yyvsp[-7].d), (yyvsp[-5].d), (yyvsp[-3].d), (yyvsp[-1].d)); + SBoundingBox3d box((yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d)); std::vector<GEntity*> entities; GModel::current()->getEntitiesInBox(entities, box, 0); for(unsigned int i = 0; i < entities.size(); i++){ double d = entities[i]->tag(); List_Add((yyval.l), &d); } - } -#line 10977 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 463: -#line 5309 "Gmsh.y" /* yacc.c:1646 */ +#line 5309 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); GModel::current()->importGEOInternals(); - SBoundingBox3d box((yyvsp[-11].d), (yyvsp[-9].d), (yyvsp[-7].d), (yyvsp[-5].d), (yyvsp[-3].d), (yyvsp[-1].d)); + SBoundingBox3d box((yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d)); std::vector<GEntity*> entities; GModel::current()->getEntitiesInBox(entities, box, 1); for(unsigned int i = 0; i < entities.size(); i++){ double d = entities[i]->tag(); List_Add((yyval.l), &d); } - } -#line 10993 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 464: -#line 5322 "Gmsh.y" /* yacc.c:1646 */ +#line 5322 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); GModel::current()->importGEOInternals(); - SBoundingBox3d box((yyvsp[-11].d), (yyvsp[-9].d), (yyvsp[-7].d), (yyvsp[-5].d), (yyvsp[-3].d), (yyvsp[-1].d)); + SBoundingBox3d box((yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d)); std::vector<GEntity*> entities; GModel::current()->getEntitiesInBox(entities, box, 2); for(unsigned int i = 0; i < entities.size(); i++){ double d = entities[i]->tag(); List_Add((yyval.l), &d); } - } -#line 11009 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 465: -#line 5335 "Gmsh.y" /* yacc.c:1646 */ +#line 5335 "Gmsh.y" { (yyval.l) = List_Create(10, 1, sizeof(double)); GModel::current()->importGEOInternals(); - SBoundingBox3d box((yyvsp[-11].d), (yyvsp[-9].d), (yyvsp[-7].d), (yyvsp[-5].d), (yyvsp[-3].d), (yyvsp[-1].d)); + SBoundingBox3d box((yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d)); std::vector<GEntity*> entities; GModel::current()->getEntitiesInBox(entities, box, 3); for(unsigned int i = 0; i < entities.size(); i++){ double d = entities[i]->tag(); List_Add((yyval.l), &d); } - } -#line 11025 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 466: -#line 5347 "Gmsh.y" /* yacc.c:1646 */ +#line 5347 "Gmsh.y" { - (yyval.l) = List_Create(List_Nbr((yyvsp[0].l)), 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[0].l)); i++){ - Shape *s = (Shape*) List_Pointer((yyvsp[0].l), i); + (yyval.l) = List_Create(List_Nbr((yyvsp[(1) - (1)].l)), 1, sizeof(double)); + for(int i = 0; i < List_Nbr((yyvsp[(1) - (1)].l)); i++){ + Shape *s = (Shape*) List_Pointer((yyvsp[(1) - (1)].l), i); double d = s->Num; List_Add((yyval.l), &d); } - List_Delete((yyvsp[0].l)); - } -#line 11039 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(1) - (1)].l)); + ;} break; case 467: -#line 5357 "Gmsh.y" /* yacc.c:1646 */ +#line 5357 "Gmsh.y" { - (yyval.l) = List_Create(List_Nbr((yyvsp[0].l)), 1, sizeof(double)); - for(int i = 0; i < List_Nbr((yyvsp[0].l)); i++){ - Shape *s = (Shape*) List_Pointer((yyvsp[0].l), i); + (yyval.l) = List_Create(List_Nbr((yyvsp[(1) - (1)].l)), 1, sizeof(double)); + for(int i = 0; i < List_Nbr((yyvsp[(1) - (1)].l)); i++){ + Shape *s = (Shape*) List_Pointer((yyvsp[(1) - (1)].l), i); double d = s->Num; List_Add((yyval.l), &d); } - List_Delete((yyvsp[0].l)); - } -#line 11053 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(1) - (1)].l)); + ;} break; case 468: -#line 5367 "Gmsh.y" /* yacc.c:1646 */ +#line 5367 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count((yyvsp[-2].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-2].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-2].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (3)].c)]); for(unsigned int i = 0; i < s.value.size(); i++) List_Add((yyval.l), &s.value[i]); } - Free((yyvsp[-2].c)); - } -#line 11069 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (3)].c)); + ;} break; case 469: -#line 5379 "Gmsh.y" /* yacc.c:1646 */ +#line 5379 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count((yyvsp[-2].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-2].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-2].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (3)].c)]); for(unsigned int i = 0; i < s.value.size(); i++) List_Add((yyval.l), &s.value[i]); } - Free((yyvsp[-2].c)); - } -#line 11085 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (3)].c)); + ;} break; case 470: -#line 5392 "Gmsh.y" /* yacc.c:1646 */ +#line 5392 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count((yyvsp[-1].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-1].c)); + if(!gmsh_yysymbols.count((yyvsp[(3) - (4)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(3) - (4)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-1].c)]); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(3) - (4)].c)]); for(unsigned int i = 0; i < s.value.size(); i++) List_Add((yyval.l), &s.value[i]); } - Free((yyvsp[-1].c)); - } -#line 11101 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (4)].c)); + ;} break; case 471: -#line 5404 "Gmsh.y" /* yacc.c:1646 */ +#line 5404 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count((yyvsp[-5].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-5].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (6)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (6)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-5].c)]); - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ - int index = (int)(*(double*)List_Pointer_Fast((yyvsp[-2].l), i)); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ + int index = (int)(*(double*)List_Pointer_Fast((yyvsp[(4) - (6)].l), i)); if((int)s.value.size() < index + 1) - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-5].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (6)].c), index); else List_Add((yyval.l), &s.value[index]); } } - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-2].l)); - } -#line 11123 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(4) - (6)].l)); + ;} break; case 472: -#line 5422 "Gmsh.y" /* yacc.c:1646 */ +#line 5422 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count((yyvsp[-5].c))) - yymsg(0, "Unknown variable '%s'", (yyvsp[-5].c)); + if(!gmsh_yysymbols.count((yyvsp[(1) - (6)].c))) + yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (6)].c)); else{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[-5].c)]); - for(int i = 0; i < List_Nbr((yyvsp[-2].l)); i++){ - int index = (int)(*(double*)List_Pointer_Fast((yyvsp[-2].l), i)); + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); + for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ + int index = (int)(*(double*)List_Pointer_Fast((yyvsp[(4) - (6)].l), i)); if((int)s.value.size() < index + 1) - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[-5].c), index); + yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (6)].c), index); else List_Add((yyval.l), &s.value[index]); } } - Free((yyvsp[-5].c)); - List_Delete((yyvsp[-2].l)); - } -#line 11145 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(4) - (6)].l)); + ;} break; case 473: -#line 5443 "Gmsh.y" /* yacc.c:1646 */ +#line 5443 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); - List_Add((yyval.l), &((yyvsp[0].d))); - } -#line 11154 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(1) - (1)].d))); + ;} break; case 474: -#line 5448 "Gmsh.y" /* yacc.c:1646 */ +#line 5448 "Gmsh.y" { - (yyval.l) = (yyvsp[0].l); - } -#line 11162 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(1) - (1)].l); + ;} break; case 475: -#line 5452 "Gmsh.y" /* yacc.c:1646 */ +#line 5452 "Gmsh.y" { - List_Add((yyval.l), &((yyvsp[0].d))); - } -#line 11170 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(3) - (3)].d))); + ;} break; case 476: -#line 5456 "Gmsh.y" /* yacc.c:1646 */ +#line 5456 "Gmsh.y" { - for(int i = 0; i < List_Nbr((yyvsp[0].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (3)].l)); i++){ double d; - List_Read((yyvsp[0].l), i, &d); + List_Read((yyvsp[(3) - (3)].l), i, &d); List_Add((yyval.l), &d); } - List_Delete((yyvsp[0].l)); - } -#line 11183 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (3)].l)); + ;} break; case 477: -#line 5468 "Gmsh.y" /* yacc.c:1646 */ +#line 5468 "Gmsh.y" { - (yyval.u) = CTX::instance()->packColor((int)(yyvsp[-7].d), (int)(yyvsp[-5].d), (int)(yyvsp[-3].d), (int)(yyvsp[-1].d)); - } -#line 11191 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.u) = CTX::instance()->packColor((int)(yyvsp[(2) - (9)].d), (int)(yyvsp[(4) - (9)].d), (int)(yyvsp[(6) - (9)].d), (int)(yyvsp[(8) - (9)].d)); + ;} break; case 478: -#line 5472 "Gmsh.y" /* yacc.c:1646 */ +#line 5472 "Gmsh.y" { - (yyval.u) = CTX::instance()->packColor((int)(yyvsp[-5].d), (int)(yyvsp[-3].d), (int)(yyvsp[-1].d), 255); - } -#line 11199 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.u) = CTX::instance()->packColor((int)(yyvsp[(2) - (7)].d), (int)(yyvsp[(4) - (7)].d), (int)(yyvsp[(6) - (7)].d), 255); + ;} break; case 479: -#line 5484 "Gmsh.y" /* yacc.c:1646 */ +#line 5484 "Gmsh.y" { int flag; - (yyval.u) = GetColorForString(-1, (yyvsp[0].c), &flag); - if(flag) yymsg(0, "Unknown color '%s'", (yyvsp[0].c)); - Free((yyvsp[0].c)); - } -#line 11210 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.u) = GetColorForString(-1, (yyvsp[(1) - (1)].c), &flag); + if(flag) yymsg(0, "Unknown color '%s'", (yyvsp[(1) - (1)].c)); + Free((yyvsp[(1) - (1)].c)); + ;} break; case 480: -#line 5491 "Gmsh.y" /* yacc.c:1646 */ +#line 5491 "Gmsh.y" { unsigned int val = 0; - ColorOption(GMSH_GET, (yyvsp[-4].c), 0, (yyvsp[0].c), val); + ColorOption(GMSH_GET, (yyvsp[(1) - (5)].c), 0, (yyvsp[(5) - (5)].c), val); (yyval.u) = val; - Free((yyvsp[-4].c)); Free((yyvsp[0].c)); - } -#line 11221 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (5)].c)); Free((yyvsp[(5) - (5)].c)); + ;} break; case 481: -#line 5501 "Gmsh.y" /* yacc.c:1646 */ +#line 5501 "Gmsh.y" { - (yyval.l) = (yyvsp[-1].l); - } -#line 11229 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.l) = (yyvsp[(2) - (3)].l); + ;} break; case 482: -#line 5505 "Gmsh.y" /* yacc.c:1646 */ +#line 5505 "Gmsh.y" { (yyval.l) = List_Create(256, 10, sizeof(unsigned int)); - GmshColorTable *ct = GetColorTable((int)(yyvsp[-3].d)); + GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (6)].d)); if(!ct) - yymsg(0, "View[%d] does not exist", (int)(yyvsp[-3].d)); + yymsg(0, "View[%d] does not exist", (int)(yyvsp[(3) - (6)].d)); else{ for(int i = 0; i < ct->size; i++) List_Add((yyval.l), &ct->table[i]); } - Free((yyvsp[-5].c)); - } -#line 11245 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); + ;} break; case 483: -#line 5520 "Gmsh.y" /* yacc.c:1646 */ +#line 5520 "Gmsh.y" { (yyval.l) = List_Create(256, 10, sizeof(unsigned int)); - List_Add((yyval.l), &((yyvsp[0].u))); - } -#line 11254 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(1) - (1)].u))); + ;} break; case 484: -#line 5525 "Gmsh.y" /* yacc.c:1646 */ +#line 5525 "Gmsh.y" { - List_Add((yyval.l), &((yyvsp[0].u))); - } -#line 11262 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(3) - (3)].u))); + ;} break; case 485: -#line 5532 "Gmsh.y" /* yacc.c:1646 */ +#line 5532 "Gmsh.y" { - (yyval.c) = (yyvsp[0].c); - } -#line 11270 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.c) = (yyvsp[(1) - (1)].c); + ;} break; case 486: -#line 5536 "Gmsh.y" /* yacc.c:1646 */ +#line 5536 "Gmsh.y" { - if(!gmsh_yystringsymbols.count((yyvsp[0].c))){ - yymsg(0, "Unknown string variable '%s'", (yyvsp[0].c)); - (yyval.c) = (yyvsp[0].c); + if(!gmsh_yystringsymbols.count((yyvsp[(1) - (1)].c))){ + yymsg(0, "Unknown string variable '%s'", (yyvsp[(1) - (1)].c)); + (yyval.c) = (yyvsp[(1) - (1)].c); } else{ - std::string val = gmsh_yystringsymbols[(yyvsp[0].c)]; + std::string val = gmsh_yystringsymbols[(yyvsp[(1) - (1)].c)]; (yyval.c) = (char *)Malloc((val.size() + 1) * sizeof(char)); strcpy((yyval.c), val.c_str()); - Free((yyvsp[0].c)); + Free((yyvsp[(1) - (1)].c)); } - } -#line 11287 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 487: -#line 5549 "Gmsh.y" /* yacc.c:1646 */ +#line 5549 "Gmsh.y" { std::string out; - StringOption(GMSH_GET, (yyvsp[-2].c), 0, (yyvsp[0].c), out); + StringOption(GMSH_GET, (yyvsp[(1) - (3)].c), 0, (yyvsp[(3) - (3)].c), out); (yyval.c) = (char*)Malloc((out.size() + 1) * sizeof(char)); strcpy((yyval.c), out.c_str()); - Free((yyvsp[-2].c)); Free((yyvsp[0].c)); - } -#line 11299 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (3)].c)); Free((yyvsp[(3) - (3)].c)); + ;} break; case 488: -#line 5557 "Gmsh.y" /* yacc.c:1646 */ +#line 5557 "Gmsh.y" { std::string out; - StringOption(GMSH_GET, (yyvsp[-5].c), (int)(yyvsp[-3].d), (yyvsp[0].c), out); + StringOption(GMSH_GET, (yyvsp[(1) - (6)].c), (int)(yyvsp[(3) - (6)].d), (yyvsp[(6) - (6)].c), out); (yyval.c) = (char*)Malloc((out.size() + 1) * sizeof(char)); strcpy((yyval.c), out.c_str()); - Free((yyvsp[-5].c)); Free((yyvsp[0].c)); - } -#line 11311 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(6) - (6)].c)); + ;} break; case 489: -#line 5568 "Gmsh.y" /* yacc.c:1646 */ +#line 5568 "Gmsh.y" { - (yyval.c) = (yyvsp[0].c); - } -#line 11319 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.c) = (yyvsp[(1) - (1)].c); + ;} break; case 490: -#line 5572 "Gmsh.y" /* yacc.c:1646 */ +#line 5572 "Gmsh.y" { - (yyval.c) = (yyvsp[-1].c); - } -#line 11327 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.c) = (yyvsp[(3) - (4)].c); + ;} break; case 491: -#line 5576 "Gmsh.y" /* yacc.c:1646 */ +#line 5576 "Gmsh.y" { (yyval.c) = (char *)Malloc(32 * sizeof(char)); time_t now; time(&now); strcpy((yyval.c), ctime(&now)); (yyval.c)[strlen((yyval.c)) - 1] = '\0'; - } -#line 11339 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 492: -#line 5584 "Gmsh.y" /* yacc.c:1646 */ +#line 5584 "Gmsh.y" { std::string exe = Msg::GetExecutableName(); (yyval.c) = (char *)Malloc(exe.size() + 1); strcpy((yyval.c), exe.c_str()); - } -#line 11349 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 493: -#line 5590 "Gmsh.y" /* yacc.c:1646 */ +#line 5590 "Gmsh.y" { std::string action = Msg::GetOnelabAction(); (yyval.c) = (char *)Malloc(action.size() + 1); strcpy((yyval.c), action.c_str()); - } -#line 11359 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; case 494: -#line 5596 "Gmsh.y" /* yacc.c:1646 */ +#line 5596 "Gmsh.y" { - const char *env = GetEnvironmentVar((yyvsp[-1].c)); + const char *env = GetEnvironmentVar((yyvsp[(3) - (4)].c)); if(!env) env = ""; (yyval.c) = (char *)Malloc((sizeof(env) + 1) * sizeof(char)); strcpy((yyval.c), env); - Free((yyvsp[-1].c)); - } -#line 11371 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (4)].c)); + ;} break; case 495: -#line 5604 "Gmsh.y" /* yacc.c:1646 */ +#line 5604 "Gmsh.y" { - std::string s = Msg::GetString((yyvsp[-3].c), (yyvsp[-1].c)); + std::string s = Msg::GetString((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].c)); (yyval.c) = (char *)Malloc((s.size() + 1) * sizeof(char)); strcpy((yyval.c), s.c_str()); - Free((yyvsp[-3].c)); - Free((yyvsp[-1].c)); - } -#line 11383 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (6)].c)); + Free((yyvsp[(5) - (6)].c)); + ;} break; case 496: -#line 5612 "Gmsh.y" /* yacc.c:1646 */ +#line 5612 "Gmsh.y" { - std::string s = Msg::GetOnelabString((yyvsp[-1].c)); + std::string s = Msg::GetOnelabString((yyvsp[(3) - (4)].c)); (yyval.c) = (char *)Malloc((s.size() + 1) * sizeof(char)); strcpy((yyval.c), s.c_str()); - Free((yyvsp[-1].c)); - } -#line 11394 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (4)].c)); + ;} break; case 497: -#line 5619 "Gmsh.y" /* yacc.c:1646 */ +#line 5619 "Gmsh.y" { int size = 1; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - size += strlen(*(char**)List_Pointer((yyvsp[-1].l), i)) + 1; + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++) + size += strlen(*(char**)List_Pointer((yyvsp[(3) - (4)].l), i)) + 1; (yyval.c) = (char*)Malloc(size * sizeof(char)); (yyval.c)[0] = '\0'; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ char *s; - List_Read((yyvsp[-1].l), i, &s); + List_Read((yyvsp[(3) - (4)].l), i, &s); strcat((yyval.c), s); Free(s); } - List_Delete((yyvsp[-1].l)); - } -#line 11413 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 498: -#line 5634 "Gmsh.y" /* yacc.c:1646 */ +#line 5634 "Gmsh.y" { - (yyval.c) = (char *)Malloc((strlen((yyvsp[-1].c)) + 1) * sizeof(char)); + (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char)); int i; - for(i = strlen((yyvsp[-1].c)) - 1; i >= 0; i--){ - if((yyvsp[-1].c)[i] == '.'){ - strncpy((yyval.c), (yyvsp[-1].c), i); + for(i = strlen((yyvsp[(3) - (4)].c)) - 1; i >= 0; i--){ + if((yyvsp[(3) - (4)].c)[i] == '.'){ + strncpy((yyval.c), (yyvsp[(3) - (4)].c), i); (yyval.c)[i]='\0'; break; } } - if(i <= 0) strcpy((yyval.c), (yyvsp[-1].c)); - Free((yyvsp[-1].c)); - } -#line 11431 "Gmsh.tab.cpp" /* yacc.c:1646 */ + if(i <= 0) strcpy((yyval.c), (yyvsp[(3) - (4)].c)); + Free((yyvsp[(3) - (4)].c)); + ;} break; case 499: -#line 5648 "Gmsh.y" /* yacc.c:1646 */ +#line 5648 "Gmsh.y" { - (yyval.c) = (char *)Malloc((strlen((yyvsp[-1].c)) + 1) * sizeof(char)); + (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char)); int i; - for(i = strlen((yyvsp[-1].c)) - 1; i >= 0; i--){ - if((yyvsp[-1].c)[i] == '/' || (yyvsp[-1].c)[i] == '\\') + for(i = strlen((yyvsp[(3) - (4)].c)) - 1; i >= 0; i--){ + if((yyvsp[(3) - (4)].c)[i] == '/' || (yyvsp[(3) - (4)].c)[i] == '\\') break; } if(i <= 0) - strcpy((yyval.c), (yyvsp[-1].c)); + strcpy((yyval.c), (yyvsp[(3) - (4)].c)); else - strcpy((yyval.c), &(yyvsp[-1].c)[i+1]); - Free((yyvsp[-1].c)); - } -#line 11449 "Gmsh.tab.cpp" /* yacc.c:1646 */ + strcpy((yyval.c), &(yyvsp[(3) - (4)].c)[i+1]); + Free((yyvsp[(3) - (4)].c)); + ;} break; case 500: -#line 5662 "Gmsh.y" /* yacc.c:1646 */ +#line 5662 "Gmsh.y" { - std::string input = (yyvsp[-5].c); - std::string substr_old = (yyvsp[-3].c); - std::string substr_new = (yyvsp[-1].c); + std::string input = (yyvsp[(3) - (8)].c); + std::string substr_old = (yyvsp[(5) - (8)].c); + std::string substr_new = (yyvsp[(7) - (8)].c); std::string ret = ReplaceSubString(substr_old, substr_new, input); (yyval.c) = (char *)Malloc((ret.size() + 1) * sizeof(char)); strcpy((yyval.c), ret.c_str()); - Free((yyvsp[-5].c)); - Free((yyvsp[-3].c)); - Free((yyvsp[-1].c)); - } -#line 11465 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (8)].c)); + Free((yyvsp[(5) - (8)].c)); + Free((yyvsp[(7) - (8)].c)); + ;} break; case 501: -#line 5674 "Gmsh.y" /* yacc.c:1646 */ +#line 5674 "Gmsh.y" { int size = 1; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++) - size += strlen(*(char**)List_Pointer((yyvsp[-1].l), i)) + 1; + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++) + size += strlen(*(char**)List_Pointer((yyvsp[(3) - (4)].l), i)) + 1; (yyval.c) = (char*)Malloc(size * sizeof(char)); (yyval.c)[0] = '\0'; - for(int i = 0; i < List_Nbr((yyvsp[-1].l)); i++){ + for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ char *s; - List_Read((yyvsp[-1].l), i, &s); + List_Read((yyvsp[(3) - (4)].l), i, &s); strcat((yyval.c), s); Free(s); - if(i != List_Nbr((yyvsp[-1].l)) - 1) strcat((yyval.c), "\n"); + if(i != List_Nbr((yyvsp[(3) - (4)].l)) - 1) strcat((yyval.c), "\n"); } - List_Delete((yyvsp[-1].l)); - } -#line 11485 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(3) - (4)].l)); + ;} break; case 502: -#line 5690 "Gmsh.y" /* yacc.c:1646 */ +#line 5690 "Gmsh.y" { int i = 0; - while ((yyvsp[-1].c)[i]) { - (yyvsp[-1].c)[i] = toupper((yyvsp[-1].c)[i]); + while ((yyvsp[(3) - (4)].c)[i]) { + (yyvsp[(3) - (4)].c)[i] = toupper((yyvsp[(3) - (4)].c)[i]); i++; } - (yyval.c) = (yyvsp[-1].c); - } -#line 11498 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.c) = (yyvsp[(3) - (4)].c); + ;} break; case 503: -#line 5699 "Gmsh.y" /* yacc.c:1646 */ +#line 5699 "Gmsh.y" { - if((yyvsp[-5].d)){ - (yyval.c) = (yyvsp[-3].c); - Free((yyvsp[-1].c)); - } - else{ - (yyval.c) = (yyvsp[-1].c); - Free((yyvsp[-3].c)); + int i = 0; + while ((yyvsp[(3) - (4)].c)[i]) { + (yyvsp[(3) - (4)].c)[i] = tolower((yyvsp[(3) - (4)].c)[i]); + i++; } - } -#line 11513 "Gmsh.tab.cpp" /* yacc.c:1646 */ + (yyval.c) = (yyvsp[(3) - (4)].c); + ;} break; case 504: -#line 5710 "Gmsh.y" /* yacc.c:1646 */ +#line 5708 "Gmsh.y" { - (yyval.c) = (yyvsp[-1].c); - } -#line 11521 "Gmsh.tab.cpp" /* yacc.c:1646 */ + int i = 0; + while ((yyvsp[(3) - (4)].c)[i]) { + if (i > 0 && (yyvsp[(3) - (4)].c)[i-1] != '_') + (yyvsp[(3) - (4)].c)[i] = tolower((yyvsp[(3) - (4)].c)[i]); + i++; + } + (yyval.c) = (yyvsp[(3) - (4)].c); + ;} break; case 505: -#line 5714 "Gmsh.y" /* yacc.c:1646 */ +#line 5718 "Gmsh.y" + { + if((yyvsp[(3) - (8)].d)){ + (yyval.c) = (yyvsp[(5) - (8)].c); + Free((yyvsp[(7) - (8)].c)); + } + else{ + (yyval.c) = (yyvsp[(7) - (8)].c); + Free((yyvsp[(5) - (8)].c)); + } + ;} + break; + + case 506: +#line 5729 "Gmsh.y" + { + (yyval.c) = (yyvsp[(3) - (4)].c); + ;} + break; + + case 507: +#line 5733 "Gmsh.y" { char tmpstring[5000]; - int i = PrintListOfDouble((yyvsp[-3].c), (yyvsp[-1].l), tmpstring); + int i = PrintListOfDouble((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].l), tmpstring); if(i < 0){ yymsg(0, "Too few arguments in Sprintf"); - (yyval.c) = (yyvsp[-3].c); + (yyval.c) = (yyvsp[(3) - (6)].c); } else if(i > 0){ yymsg(0, "%d extra argument%s in Sprintf", i, (i > 1) ? "s" : ""); - (yyval.c) = (yyvsp[-3].c); + (yyval.c) = (yyvsp[(3) - (6)].c); } else{ (yyval.c) = (char*)Malloc((strlen(tmpstring) + 1) * sizeof(char)); strcpy((yyval.c), tmpstring); - Free((yyvsp[-3].c)); + Free((yyvsp[(3) - (6)].c)); } - List_Delete((yyvsp[-1].l)); - } -#line 11544 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Delete((yyvsp[(5) - (6)].l)); + ;} break; - case 506: -#line 5733 "Gmsh.y" /* yacc.c:1646 */ + case 508: +#line 5752 "Gmsh.y" { - std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[-1].c)); + std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(3) - (4)].c)); (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); strcpy((yyval.c), tmp.c_str()); - Free((yyvsp[-1].c)); - } -#line 11555 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (4)].c)); + ;} break; - case 507: -#line 5740 "Gmsh.y" /* yacc.c:1646 */ + case 509: +#line 5759 "Gmsh.y" { std::string tmp = SplitFileName(GetAbsolutePath(gmsh_yyname))[0]; (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); strcpy((yyval.c), tmp.c_str()); - } -#line 11565 "Gmsh.tab.cpp" /* yacc.c:1646 */ + ;} break; - case 508: -#line 5746 "Gmsh.y" /* yacc.c:1646 */ - { floatOptions.clear(); charOptions.clear(); } -#line 11571 "Gmsh.tab.cpp" /* yacc.c:1646 */ + case 510: +#line 5765 "Gmsh.y" + { floatOptions.clear(); charOptions.clear(); ;} break; - case 509: -#line 5748 "Gmsh.y" /* yacc.c:1646 */ + case 511: +#line 5767 "Gmsh.y" { - std::string val((yyvsp[-3].c)); + std::string val((yyvsp[(3) - (6)].c)); Msg::ExchangeOnelabParameter("", val, floatOptions, charOptions); (yyval.c) = (char*)Malloc((val.size() + 1) * sizeof(char)); strcpy((yyval.c), val.c_str()); - Free((yyvsp[-3].c)); - } -#line 11583 "Gmsh.tab.cpp" /* yacc.c:1646 */ + Free((yyvsp[(3) - (6)].c)); + ;} break; - case 510: -#line 5759 "Gmsh.y" /* yacc.c:1646 */ + case 512: +#line 5778 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(char*)); - List_Add((yyval.l), &((yyvsp[0].c))); - } -#line 11592 "Gmsh.tab.cpp" /* yacc.c:1646 */ + List_Add((yyval.l), &((yyvsp[(1) - (1)].c))); + ;} break; - case 511: -#line 5764 "Gmsh.y" /* yacc.c:1646 */ - { List_Add((yyval.l), &((yyvsp[0].c))); } -#line 11598 "Gmsh.tab.cpp" /* yacc.c:1646 */ + case 513: +#line 5783 "Gmsh.y" + { List_Add((yyval.l), &((yyvsp[(3) - (3)].c))); ;} break; - case 512: -#line 5770 "Gmsh.y" /* yacc.c:1646 */ + case 514: +#line 5789 "Gmsh.y" { char tmpstr[256]; - sprintf(tmpstr, "_%d", (int)(yyvsp[-1].d)); - (yyval.c) = (char *)Malloc((strlen((yyvsp[-4].c))+strlen(tmpstr)+1)*sizeof(char)); - strcpy((yyval.c), (yyvsp[-4].c)); strcat((yyval.c), tmpstr); - Free((yyvsp[-4].c)); - } -#line 11610 "Gmsh.tab.cpp" /* yacc.c:1646 */ + sprintf(tmpstr, "_%d", (int)(yyvsp[(4) - (5)].d)); + (yyval.c) = (char *)Malloc((strlen((yyvsp[(1) - (5)].c))+strlen(tmpstr)+1)*sizeof(char)); + strcpy((yyval.c), (yyvsp[(1) - (5)].c)); strcat((yyval.c), tmpstr); + Free((yyvsp[(1) - (5)].c)); + ;} break; - case 513: -#line 5779 "Gmsh.y" /* yacc.c:1646 */ + case 515: +#line 5798 "Gmsh.y" { char tmpstr[256]; - sprintf(tmpstr, "_%d", (int)(yyvsp[-1].d)); - (yyval.c) = (char *)Malloc((strlen((yyvsp[-4].c))+strlen(tmpstr)+1)*sizeof(char)) ; - strcpy((yyval.c), (yyvsp[-4].c)) ; strcat((yyval.c), tmpstr) ; - Free((yyvsp[-4].c)); - } -#line 11622 "Gmsh.tab.cpp" /* yacc.c:1646 */ + sprintf(tmpstr, "_%d", (int)(yyvsp[(4) - (5)].d)); + (yyval.c) = (char *)Malloc((strlen((yyvsp[(1) - (5)].c))+strlen(tmpstr)+1)*sizeof(char)) ; + strcpy((yyval.c), (yyvsp[(1) - (5)].c)) ; strcat((yyval.c), tmpstr) ; + Free((yyvsp[(1) - (5)].c)); + ;} break; - case 514: -#line 5792 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (yyvsp[0].c); } -#line 11628 "Gmsh.tab.cpp" /* yacc.c:1646 */ + case 516: +#line 5811 "Gmsh.y" + { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 515: -#line 5795 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (yyvsp[0].c); } -#line 11634 "Gmsh.tab.cpp" /* yacc.c:1646 */ + case 517: +#line 5814 "Gmsh.y" + { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 516: -#line 5799 "Gmsh.y" /* yacc.c:1646 */ - { (yyval.c) = (yyvsp[-1].c); } -#line 11640 "Gmsh.tab.cpp" /* yacc.c:1646 */ + case 518: +#line 5818 "Gmsh.y" + { (yyval.c) = (yyvsp[(3) - (4)].c); ;} break; -#line 11644 "Gmsh.tab.cpp" /* yacc.c:1646 */ +/* Line 1267 of yacc.c. */ +#line 11824 "Gmsh.tab.cpp" default: break; } - /* User semantic actions sometimes alter yychar, and that requires - that yytoken be updated with the new translation. We take the - approach of translating immediately before every use of yytoken. - One alternative is translating here after every semantic action, - but that translation would be missed if the semantic action invokes - YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or - if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an - incorrect destructor might then be invoked immediately. In the - case of YYERROR or YYBACKUP, subsequent parser actions might lead - to an incorrect destructor call or verbose syntax error message - before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); @@ -11662,7 +11831,8 @@ yyreduce: *++yyvsp = yyval; - /* Now 'shift' the result of the reduction. Determine what state + + /* Now `shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ @@ -11677,14 +11847,10 @@ yyreduce: goto yynewstate; -/*--------------------------------------. -| yyerrlab -- here on detecting error. | -`--------------------------------------*/ +/*------------------------------------. +| yyerrlab -- here on detecting error | +`------------------------------------*/ yyerrlab: - /* Make sure we have latest lookahead translation. See comments at - user semantic actions for why this is necessary. */ - yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); - /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { @@ -11692,36 +11858,37 @@ yyerrlab: #if ! YYERROR_VERBOSE yyerror (YY_("syntax error")); #else -# define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ - yyssp, yytoken) { - char const *yymsgp = YY_("syntax error"); - int yysyntax_error_status; - yysyntax_error_status = YYSYNTAX_ERROR; - if (yysyntax_error_status == 0) - yymsgp = yymsg; - else if (yysyntax_error_status == 1) - { - if (yymsg != yymsgbuf) - YYSTACK_FREE (yymsg); - yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); - if (!yymsg) - { - yymsg = yymsgbuf; - yymsg_alloc = sizeof yymsgbuf; - yysyntax_error_status = 2; - } - else - { - yysyntax_error_status = YYSYNTAX_ERROR; - yymsgp = yymsg; - } - } - yyerror (yymsgp); - if (yysyntax_error_status == 2) - goto yyexhaustedlab; + YYSIZE_T yysize = yysyntax_error (0, yystate, yychar); + if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM) + { + YYSIZE_T yyalloc = 2 * yysize; + if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM)) + yyalloc = YYSTACK_ALLOC_MAXIMUM; + if (yymsg != yymsgbuf) + YYSTACK_FREE (yymsg); + yymsg = (char *) YYSTACK_ALLOC (yyalloc); + if (yymsg) + yymsg_alloc = yyalloc; + else + { + yymsg = yymsgbuf; + yymsg_alloc = sizeof yymsgbuf; + } + } + + if (0 < yysize && yysize <= yymsg_alloc) + { + (void) yysyntax_error (yymsg, yystate, yychar); + yyerror (yymsg); + } + else + { + yyerror (YY_("syntax error")); + if (yysize != 0) + goto yyexhaustedlab; + } } -# undef YYSYNTAX_ERROR #endif } @@ -11729,24 +11896,24 @@ yyerrlab: if (yyerrstatus == 3) { - /* If just tried and failed to reuse lookahead token after an - error, discard it. */ + /* If just tried and failed to reuse look-ahead token after an + error, discard it. */ if (yychar <= YYEOF) - { - /* Return failure if at end of input. */ - if (yychar == YYEOF) - YYABORT; - } + { + /* Return failure if at end of input. */ + if (yychar == YYEOF) + YYABORT; + } else - { - yydestruct ("Error: discarding", - yytoken, &yylval); - yychar = YYEMPTY; - } + { + yydestruct ("Error: discarding", + yytoken, &yylval); + yychar = YYEMPTY; + } } - /* Else will try to reuse lookahead token after shifting the error + /* Else will try to reuse look-ahead token after shifting the error token. */ goto yyerrlab1; @@ -11762,7 +11929,7 @@ yyerrorlab: if (/*CONSTCOND*/ 0) goto yyerrorlab; - /* Do not reclaim the symbols of the rule whose action triggered + /* Do not reclaim the symbols of the rule which action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; @@ -11775,37 +11942,38 @@ yyerrorlab: | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: - yyerrstatus = 3; /* Each real token shifted decrements this. */ + yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; - if (!yypact_value_is_default (yyn)) - { - yyn += YYTERROR; - if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) - { - yyn = yytable[yyn]; - if (0 < yyn) - break; - } - } + if (yyn != YYPACT_NINF) + { + yyn += YYTERROR; + if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) + { + yyn = yytable[yyn]; + if (0 < yyn) + break; + } + } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) - YYABORT; + YYABORT; yydestruct ("Error: popping", - yystos[yystate], yyvsp); + yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } - YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN + if (yyn == YYFINAL) + YYACCEPT; + *++yyvsp = yylval; - YY_IGNORE_MAYBE_UNINITIALIZED_END /* Shift the error token. */ @@ -11829,7 +11997,7 @@ yyabortlab: yyresult = 1; goto yyreturn; -#if !defined yyoverflow || YYERROR_VERBOSE +#ifndef yyoverflow /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ @@ -11840,22 +12008,17 @@ yyexhaustedlab: #endif yyreturn: - if (yychar != YYEMPTY) - { - /* Make sure we have latest lookahead translation. See comments at - user semantic actions for why this is necessary. */ - yytoken = YYTRANSLATE (yychar); - yydestruct ("Cleanup: discarding lookahead", - yytoken, &yylval); - } - /* Do not reclaim the symbols of the rule whose action triggered + if (yychar != YYEOF && yychar != YYEMPTY) + yydestruct ("Cleanup: discarding lookahead", + yytoken, &yylval); + /* Do not reclaim the symbols of the rule which action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", - yystos[*yyssp], yyvsp); + yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow @@ -11866,9 +12029,12 @@ yyreturn: if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif - return yyresult; + /* Make sure YYID is used. */ + return YYID (yyresult); } -#line 5802 "Gmsh.y" /* yacc.c:1906 */ + + +#line 5821 "Gmsh.y" void assignVariable(const std::string &name, int index, int assignType, @@ -12211,3 +12377,4 @@ void computeAffineTransformation(SPoint3& origin, SPoint3& axis, for (int i = 0; i < 4; i++) tfo[12+i] = 0; tfo[15] = 1; } + diff --git a/Parser/Gmsh.tab.hpp b/Parser/Gmsh.tab.hpp index be332acba6eaefcff6ae6d2d990345035fe0b7a4..9972a60b01357a12c376729e60d7199114a01128 100644 --- a/Parser/Gmsh.tab.hpp +++ b/Parser/Gmsh.tab.hpp @@ -1,13 +1,14 @@ -/* A Bison parser, made by GNU Bison 3.0.4. */ +/* A Bison parser, made by GNU Bison 2.3. */ -/* Bison interface for Yacc-like parsers in C +/* Skeleton interface for Bison's Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 + Free Software Foundation, Inc. - This program is free software: you can redistribute it and/or modify + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. + the Free Software Foundation; either version 2, or (at your option) + any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -15,7 +16,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -30,210 +33,385 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ -#ifndef YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED -# define YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED -/* Debug traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif -#if YYDEBUG -extern int gmsh_yydebug; -#endif - -/* Token type. */ +/* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE - enum yytokentype - { - tDOUBLE = 258, - tSTRING = 259, - tBIGSTR = 260, - tEND = 261, - tAFFECT = 262, - tDOTS = 263, - tPi = 264, - tMPI_Rank = 265, - tMPI_Size = 266, - tEuclidian = 267, - tCoordinates = 268, - tExp = 269, - tLog = 270, - tLog10 = 271, - tSqrt = 272, - tSin = 273, - tAsin = 274, - tCos = 275, - tAcos = 276, - tTan = 277, - tRand = 278, - tAtan = 279, - tAtan2 = 280, - tSinh = 281, - tCosh = 282, - tTanh = 283, - tFabs = 284, - tFloor = 285, - tCeil = 286, - tRound = 287, - tFmod = 288, - tModulo = 289, - tHypot = 290, - tList = 291, - tPrintf = 292, - tError = 293, - tStr = 294, - tSprintf = 295, - tStrCat = 296, - tStrPrefix = 297, - tStrRelative = 298, - tStrReplace = 299, - tFind = 300, - tStrFind = 301, - tStrCmp = 302, - tStrChoice = 303, - tUpperCase = 304, - tTextAttributes = 305, - tBoundingBox = 306, - tDraw = 307, - tSetChanged = 308, - tToday = 309, - tFixRelativePath = 310, - tCurrentDirectory = 311, - tSyncModel = 312, - tNewModel = 313, - tOnelabAction = 314, - tOnelabRun = 315, - tCpu = 316, - tMemory = 317, - tTotalMemory = 318, - tCreateTopology = 319, - tCreateTopologyNoHoles = 320, - tDistanceFunction = 321, - tDefineConstant = 322, - tUndefineConstant = 323, - tDefineNumber = 324, - tDefineString = 325, - tSetNumber = 326, - tSetString = 327, - tPoint = 328, - tCircle = 329, - tEllipse = 330, - tLine = 331, - tSphere = 332, - tPolarSphere = 333, - tSurface = 334, - tSpline = 335, - tVolume = 336, - tCharacteristic = 337, - tLength = 338, - tParametric = 339, - tElliptic = 340, - tRefineMesh = 341, - tAdaptMesh = 342, - tRelocateMesh = 343, - tPlane = 344, - tRuled = 345, - tTransfinite = 346, - tComplex = 347, - tPhysical = 348, - tCompound = 349, - tPeriodic = 350, - tUsing = 351, - tPlugin = 352, - tDegenerated = 353, - tRecursive = 354, - tRotate = 355, - tTranslate = 356, - tSymmetry = 357, - tDilate = 358, - tExtrude = 359, - tLevelset = 360, - tAffine = 361, - tRecombine = 362, - tSmoother = 363, - tSplit = 364, - tDelete = 365, - tCoherence = 366, - tIntersect = 367, - tMeshAlgorithm = 368, - tReverse = 369, - tLayers = 370, - tScaleLast = 371, - tHole = 372, - tAlias = 373, - tAliasWithOptions = 374, - tCopyOptions = 375, - tQuadTriAddVerts = 376, - tQuadTriNoNewVerts = 377, - tQuadTriSngl = 378, - tQuadTriDbl = 379, - tRecombLaterals = 380, - tTransfQuadTri = 381, - tText2D = 382, - tText3D = 383, - tInterpolationScheme = 384, - tTime = 385, - tCombine = 386, - tBSpline = 387, - tBezier = 388, - tNurbs = 389, - tNurbsOrder = 390, - tNurbsKnots = 391, - tColor = 392, - tColorTable = 393, - tFor = 394, - tIn = 395, - tEndFor = 396, - tIf = 397, - tEndIf = 398, - tExit = 399, - tAbort = 400, - tField = 401, - tReturn = 402, - tCall = 403, - tMacro = 404, - tShow = 405, - tHide = 406, - tGetValue = 407, - tGetEnv = 408, - tGetString = 409, - tGetNumber = 410, - tHomology = 411, - tCohomology = 412, - tBetti = 413, - tSetOrder = 414, - tExists = 415, - tFileExists = 416, - tGMSH_MAJOR_VERSION = 417, - tGMSH_MINOR_VERSION = 418, - tGMSH_PATCH_VERSION = 419, - tGmshExecutableName = 420, - tSetPartition = 421, - tNameFromString = 422, - tStringFromName = 423, - tAFFECTPLUS = 424, - tAFFECTMINUS = 425, - tAFFECTTIMES = 426, - tAFFECTDIVIDE = 427, - tOR = 428, - tAND = 429, - tEQUAL = 430, - tNOTEQUAL = 431, - tLESSOREQUAL = 432, - tGREATEROREQUAL = 433, - tPLUSPLUS = 434, - tMINUSMINUS = 435, - UNARYPREC = 436 - }; + /* Put the tokens into the symbol table, so that GDB and other debuggers + know about them. */ + enum yytokentype { + tDOUBLE = 258, + tSTRING = 259, + tBIGSTR = 260, + tEND = 261, + tAFFECT = 262, + tDOTS = 263, + tPi = 264, + tMPI_Rank = 265, + tMPI_Size = 266, + tEuclidian = 267, + tCoordinates = 268, + tExp = 269, + tLog = 270, + tLog10 = 271, + tSqrt = 272, + tSin = 273, + tAsin = 274, + tCos = 275, + tAcos = 276, + tTan = 277, + tRand = 278, + tAtan = 279, + tAtan2 = 280, + tSinh = 281, + tCosh = 282, + tTanh = 283, + tFabs = 284, + tFloor = 285, + tCeil = 286, + tRound = 287, + tFmod = 288, + tModulo = 289, + tHypot = 290, + tList = 291, + tPrintf = 292, + tError = 293, + tStr = 294, + tSprintf = 295, + tStrCat = 296, + tStrPrefix = 297, + tStrRelative = 298, + tStrReplace = 299, + tFind = 300, + tStrFind = 301, + tStrCmp = 302, + tStrChoice = 303, + tUpperCase = 304, + tLowerCase = 305, + tLowerCaseIn = 306, + tTextAttributes = 307, + tBoundingBox = 308, + tDraw = 309, + tSetChanged = 310, + tToday = 311, + tFixRelativePath = 312, + tCurrentDirectory = 313, + tSyncModel = 314, + tNewModel = 315, + tOnelabAction = 316, + tOnelabRun = 317, + tCpu = 318, + tMemory = 319, + tTotalMemory = 320, + tCreateTopology = 321, + tCreateTopologyNoHoles = 322, + tDistanceFunction = 323, + tDefineConstant = 324, + tUndefineConstant = 325, + tDefineNumber = 326, + tDefineString = 327, + tSetNumber = 328, + tSetString = 329, + tPoint = 330, + tCircle = 331, + tEllipse = 332, + tLine = 333, + tSphere = 334, + tPolarSphere = 335, + tSurface = 336, + tSpline = 337, + tVolume = 338, + tCharacteristic = 339, + tLength = 340, + tParametric = 341, + tElliptic = 342, + tRefineMesh = 343, + tAdaptMesh = 344, + tRelocateMesh = 345, + tPlane = 346, + tRuled = 347, + tTransfinite = 348, + tComplex = 349, + tPhysical = 350, + tCompound = 351, + tPeriodic = 352, + tUsing = 353, + tPlugin = 354, + tDegenerated = 355, + tRecursive = 356, + tRotate = 357, + tTranslate = 358, + tSymmetry = 359, + tDilate = 360, + tExtrude = 361, + tLevelset = 362, + tAffine = 363, + tRecombine = 364, + tSmoother = 365, + tSplit = 366, + tDelete = 367, + tCoherence = 368, + tIntersect = 369, + tMeshAlgorithm = 370, + tReverse = 371, + tLayers = 372, + tScaleLast = 373, + tHole = 374, + tAlias = 375, + tAliasWithOptions = 376, + tCopyOptions = 377, + tQuadTriAddVerts = 378, + tQuadTriNoNewVerts = 379, + tQuadTriSngl = 380, + tQuadTriDbl = 381, + tRecombLaterals = 382, + tTransfQuadTri = 383, + tText2D = 384, + tText3D = 385, + tInterpolationScheme = 386, + tTime = 387, + tCombine = 388, + tBSpline = 389, + tBezier = 390, + tNurbs = 391, + tNurbsOrder = 392, + tNurbsKnots = 393, + tColor = 394, + tColorTable = 395, + tFor = 396, + tIn = 397, + tEndFor = 398, + tIf = 399, + tEndIf = 400, + tExit = 401, + tAbort = 402, + tField = 403, + tReturn = 404, + tCall = 405, + tMacro = 406, + tShow = 407, + tHide = 408, + tGetValue = 409, + tGetEnv = 410, + tGetString = 411, + tGetNumber = 412, + tHomology = 413, + tCohomology = 414, + tBetti = 415, + tSetOrder = 416, + tExists = 417, + tFileExists = 418, + tGMSH_MAJOR_VERSION = 419, + tGMSH_MINOR_VERSION = 420, + tGMSH_PATCH_VERSION = 421, + tGmshExecutableName = 422, + tSetPartition = 423, + tNameFromString = 424, + tStringFromName = 425, + tAFFECTDIVIDE = 426, + tAFFECTTIMES = 427, + tAFFECTMINUS = 428, + tAFFECTPLUS = 429, + tOR = 430, + tAND = 431, + tNOTEQUAL = 432, + tEQUAL = 433, + tGREATEROREQUAL = 434, + tLESSOREQUAL = 435, + UNARYPREC = 436, + tMINUSMINUS = 437, + tPLUSPLUS = 438 + }; #endif +/* Tokens. */ +#define tDOUBLE 258 +#define tSTRING 259 +#define tBIGSTR 260 +#define tEND 261 +#define tAFFECT 262 +#define tDOTS 263 +#define tPi 264 +#define tMPI_Rank 265 +#define tMPI_Size 266 +#define tEuclidian 267 +#define tCoordinates 268 +#define tExp 269 +#define tLog 270 +#define tLog10 271 +#define tSqrt 272 +#define tSin 273 +#define tAsin 274 +#define tCos 275 +#define tAcos 276 +#define tTan 277 +#define tRand 278 +#define tAtan 279 +#define tAtan2 280 +#define tSinh 281 +#define tCosh 282 +#define tTanh 283 +#define tFabs 284 +#define tFloor 285 +#define tCeil 286 +#define tRound 287 +#define tFmod 288 +#define tModulo 289 +#define tHypot 290 +#define tList 291 +#define tPrintf 292 +#define tError 293 +#define tStr 294 +#define tSprintf 295 +#define tStrCat 296 +#define tStrPrefix 297 +#define tStrRelative 298 +#define tStrReplace 299 +#define tFind 300 +#define tStrFind 301 +#define tStrCmp 302 +#define tStrChoice 303 +#define tUpperCase 304 +#define tLowerCase 305 +#define tLowerCaseIn 306 +#define tTextAttributes 307 +#define tBoundingBox 308 +#define tDraw 309 +#define tSetChanged 310 +#define tToday 311 +#define tFixRelativePath 312 +#define tCurrentDirectory 313 +#define tSyncModel 314 +#define tNewModel 315 +#define tOnelabAction 316 +#define tOnelabRun 317 +#define tCpu 318 +#define tMemory 319 +#define tTotalMemory 320 +#define tCreateTopology 321 +#define tCreateTopologyNoHoles 322 +#define tDistanceFunction 323 +#define tDefineConstant 324 +#define tUndefineConstant 325 +#define tDefineNumber 326 +#define tDefineString 327 +#define tSetNumber 328 +#define tSetString 329 +#define tPoint 330 +#define tCircle 331 +#define tEllipse 332 +#define tLine 333 +#define tSphere 334 +#define tPolarSphere 335 +#define tSurface 336 +#define tSpline 337 +#define tVolume 338 +#define tCharacteristic 339 +#define tLength 340 +#define tParametric 341 +#define tElliptic 342 +#define tRefineMesh 343 +#define tAdaptMesh 344 +#define tRelocateMesh 345 +#define tPlane 346 +#define tRuled 347 +#define tTransfinite 348 +#define tComplex 349 +#define tPhysical 350 +#define tCompound 351 +#define tPeriodic 352 +#define tUsing 353 +#define tPlugin 354 +#define tDegenerated 355 +#define tRecursive 356 +#define tRotate 357 +#define tTranslate 358 +#define tSymmetry 359 +#define tDilate 360 +#define tExtrude 361 +#define tLevelset 362 +#define tAffine 363 +#define tRecombine 364 +#define tSmoother 365 +#define tSplit 366 +#define tDelete 367 +#define tCoherence 368 +#define tIntersect 369 +#define tMeshAlgorithm 370 +#define tReverse 371 +#define tLayers 372 +#define tScaleLast 373 +#define tHole 374 +#define tAlias 375 +#define tAliasWithOptions 376 +#define tCopyOptions 377 +#define tQuadTriAddVerts 378 +#define tQuadTriNoNewVerts 379 +#define tQuadTriSngl 380 +#define tQuadTriDbl 381 +#define tRecombLaterals 382 +#define tTransfQuadTri 383 +#define tText2D 384 +#define tText3D 385 +#define tInterpolationScheme 386 +#define tTime 387 +#define tCombine 388 +#define tBSpline 389 +#define tBezier 390 +#define tNurbs 391 +#define tNurbsOrder 392 +#define tNurbsKnots 393 +#define tColor 394 +#define tColorTable 395 +#define tFor 396 +#define tIn 397 +#define tEndFor 398 +#define tIf 399 +#define tEndIf 400 +#define tExit 401 +#define tAbort 402 +#define tField 403 +#define tReturn 404 +#define tCall 405 +#define tMacro 406 +#define tShow 407 +#define tHide 408 +#define tGetValue 409 +#define tGetEnv 410 +#define tGetString 411 +#define tGetNumber 412 +#define tHomology 413 +#define tCohomology 414 +#define tBetti 415 +#define tSetOrder 416 +#define tExists 417 +#define tFileExists 418 +#define tGMSH_MAJOR_VERSION 419 +#define tGMSH_MINOR_VERSION 420 +#define tGMSH_PATCH_VERSION 421 +#define tGmshExecutableName 422 +#define tSetPartition 423 +#define tNameFromString 424 +#define tStringFromName 425 +#define tAFFECTDIVIDE 426 +#define tAFFECTTIMES 427 +#define tAFFECTMINUS 428 +#define tAFFECTPLUS 429 +#define tOR 430 +#define tAND 431 +#define tNOTEQUAL 432 +#define tEQUAL 433 +#define tGREATEROREQUAL 434 +#define tLESSOREQUAL 435 +#define UNARYPREC 436 +#define tMINUSMINUS 437 +#define tPLUSPLUS 438 + -/* Value type. */ -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -union YYSTYPE -{ -#line 105 "Gmsh.y" /* yacc.c:1909 */ +#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED +typedef union YYSTYPE +#line 105 "Gmsh.y" +{ char *c; int i; unsigned int u; @@ -241,18 +419,14 @@ union YYSTYPE double v[5]; Shape s; List_T *l; - -#line 246 "Gmsh.tab.hpp" /* yacc.c:1909 */ -}; - -typedef union YYSTYPE YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 +} +/* Line 1529 of yacc.c. */ +#line 425 "Gmsh.tab.hpp" + YYSTYPE; +# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 +# define YYSTYPE_IS_TRIVIAL 1 #endif - extern YYSTYPE gmsh_yylval; -int gmsh_yyparse (void); - -#endif /* !YY_GMSH_YY_GMSH_TAB_HPP_INCLUDED */ diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 15127478b3d39658b7df38d1b3b258df4948c33b..88a590d14ba7a13fb99e32b64ab1e65be85b4e0a 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -120,7 +120,7 @@ struct doubleXstring{ %token tAtan tAtan2 tSinh tCosh tTanh tFabs tFloor tCeil tRound %token tFmod tModulo tHypot tList %token tPrintf tError tStr tSprintf tStrCat tStrPrefix tStrRelative tStrReplace -%token tFind tStrFind tStrCmp tStrChoice tUpperCase +%token tFind tStrFind tStrCmp tStrChoice tUpperCase tLowerCase tLowerCaseIn %token tTextAttributes %token tBoundingBox tDraw tSetChanged tToday tFixRelativePath tCurrentDirectory %token tSyncModel tNewModel @@ -5686,7 +5686,7 @@ StringExpr : } List_Delete($3); } - | tUpperCase LP StringExpr RP + | tUpperCase LP StringExprVar RP { int i = 0; while ($3[i]) { @@ -5695,6 +5695,25 @@ StringExpr : } $$ = $3; } + | tLowerCase LP StringExprVar RP + { + int i = 0; + while ($3[i]) { + $3[i] = tolower($3[i]); + i++; + } + $$ = $3; + } + | tLowerCaseIn LP StringExprVar RP + { + int i = 0; + while ($3[i]) { + if (i > 0 && $3[i-1] != '_') + $3[i] = tolower($3[i]); + i++; + } + $$ = $3; + } | tStrChoice LP FExpr ',' StringExpr ',' StringExpr RP { if($3){ diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index 6ccdef9273f26a06e012e7154acf2c61b9cc2705..de8b71c20ad5ae88a188a4783184b4522167c88f 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -28,7 +28,7 @@ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 -#define YY_FLEX_SUBMINOR_VERSION 37 +#define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif @@ -66,6 +66,7 @@ typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; +typedef uint64_t flex_uint64_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; @@ -73,6 +74,7 @@ typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; +#endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN @@ -103,8 +105,6 @@ typedef unsigned int flex_uint32_t; #define UINT32_MAX (4294967295U) #endif -#endif /* ! C99 */ - #endif /* ! FLEXINT_H */ #ifdef __cplusplus @@ -375,13 +375,13 @@ static void yy_fatal_error (yyconst char msg[] ); */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ - gmsh_yyleng = (size_t) (yy_cp - yy_bp); \ + gmsh_yyleng = (yy_size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; -#define YY_NUM_RULES 204 -#define YY_END_OF_BUFFER 205 +#define YY_NUM_RULES 206 +#define YY_END_OF_BUFFER 207 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info @@ -389,122 +389,123 @@ struct yy_trans_info flex_int32_t yy_verify; flex_int32_t yy_nxt; }; -static yyconst flex_int16_t yy_accept[1039] = +static yyconst flex_int16_t yy_accept[1048] = { 0, - 0, 0, 205, 203, 1, 1, 203, 5, 203, 6, - 203, 203, 203, 203, 203, 198, 21, 2, 203, 16, - 203, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 203, 28, 24, 19, 25, 17, - 26, 18, 0, 200, 3, 4, 20, 199, 198, 0, - 29, 27, 30, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - - 202, 202, 202, 202, 110, 109, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 135, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 183, 184, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 23, 22, 0, 199, 0, 0, - 201, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 55, 66, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 77, 202, 202, - - 202, 202, 202, 202, 202, 202, 95, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 117, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 164, 202, 202, 202, 202, - 202, 170, 202, 202, 202, 202, 191, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 0, 200, 0, 0, - 199, 202, 32, 202, 202, 202, 202, 202, 202, 38, - 40, 202, 202, 202, 202, 63, 202, 48, 202, 202, - - 202, 202, 202, 202, 202, 202, 202, 54, 202, 202, - 202, 202, 202, 202, 75, 202, 202, 202, 202, 202, - 202, 86, 202, 88, 202, 202, 90, 202, 202, 94, - 202, 202, 202, 202, 202, 202, 202, 105, 106, 202, - 202, 202, 202, 202, 202, 202, 202, 115, 116, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 152, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 180, 165, 202, 202, 202, - 202, 163, 202, 202, 202, 202, 202, 202, 202, 202, - - 186, 190, 202, 202, 202, 202, 202, 202, 202, 202, - 10, 15, 9, 8, 202, 12, 14, 0, 199, 31, - 202, 202, 36, 202, 202, 202, 42, 202, 44, 202, - 202, 202, 202, 202, 202, 202, 58, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 83, 85, 202, 202, 202, 89, 202, 202, 93, 202, - 202, 202, 202, 202, 202, 202, 202, 108, 202, 202, - 113, 202, 202, 202, 118, 202, 202, 121, 202, 202, - 202, 202, 202, 129, 202, 132, 202, 202, 202, 136, - 202, 137, 202, 202, 202, 202, 202, 202, 202, 202, - - 202, 202, 150, 151, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 168, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 192, 202, 202, 202, - 202, 196, 202, 11, 202, 13, 202, 34, 202, 35, - 39, 41, 202, 45, 202, 202, 202, 49, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 72, 74, 202, 202, 82, 202, 87, 202, 202, 202, - 202, 202, 202, 97, 202, 202, 202, 202, 202, 202, - 202, 119, 114, 202, 202, 202, 126, 202, 123, 202, - 202, 202, 202, 202, 202, 141, 202, 140, 202, 202, - - 202, 202, 202, 155, 202, 149, 202, 202, 202, 202, - 202, 202, 202, 166, 167, 202, 173, 202, 178, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 197, 7, 202, 202, 43, 46, 202, - 202, 202, 202, 202, 202, 53, 57, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 79, 202, 202, 202, - 80, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 156, 202, 202, 202, 202, 202, 202, 202, - - 172, 202, 177, 202, 202, 202, 202, 169, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 60, 202, 202, 202, 202, - 202, 202, 202, 202, 78, 81, 202, 202, 202, 96, - 202, 202, 202, 202, 202, 100, 202, 107, 202, 202, - 120, 124, 125, 202, 202, 128, 202, 202, 202, 133, - 134, 202, 202, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 159, 202, 202, 158, 202, 202, - 202, 202, 202, 181, 202, 202, 202, 202, 202, 202, - 202, 202, 33, 202, 202, 202, 202, 51, 202, 202, - - 202, 202, 202, 202, 202, 202, 202, 202, 84, 202, - 202, 202, 202, 202, 99, 98, 202, 202, 111, 202, - 202, 202, 131, 202, 202, 202, 202, 202, 202, 202, - 146, 148, 202, 202, 202, 202, 160, 202, 161, 179, - 175, 202, 202, 202, 182, 202, 202, 202, 202, 189, - 202, 195, 202, 202, 62, 202, 52, 59, 202, 202, - 202, 68, 202, 202, 202, 202, 91, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 138, 202, 202, 144, - 202, 202, 202, 153, 202, 202, 76, 202, 202, 174, - 202, 202, 202, 202, 202, 202, 202, 47, 202, 61, - - 50, 202, 202, 202, 202, 202, 73, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 139, 202, 202, 145, - 202, 202, 202, 202, 176, 202, 202, 193, 202, 187, - 202, 202, 202, 202, 202, 202, 70, 71, 202, 202, - 202, 202, 202, 202, 202, 202, 130, 202, 202, 202, - 154, 202, 162, 202, 202, 202, 202, 202, 202, 202, - 202, 202, 202, 202, 202, 202, 202, 202, 122, 202, - 202, 202, 202, 202, 202, 202, 188, 202, 202, 56, - 64, 202, 69, 202, 202, 202, 202, 202, 202, 127, - 202, 202, 147, 157, 171, 185, 202, 202, 202, 202, - - 92, 202, 202, 202, 202, 202, 142, 202, 202, 37, - 202, 67, 202, 202, 202, 202, 202, 202, 194, 202, - 202, 202, 202, 202, 202, 143, 202, 101, 102, 103, - 104, 202, 202, 202, 202, 112, 65, 0 + 0, 0, 207, 205, 1, 1, 205, 5, 205, 6, + 205, 205, 205, 205, 205, 200, 21, 2, 205, 16, + 205, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 205, 28, 24, 19, 25, 17, + 26, 18, 0, 202, 3, 4, 20, 201, 200, 0, + 29, 27, 30, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + + 204, 204, 204, 204, 110, 109, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 135, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 183, 184, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 23, 22, 0, 201, 0, 0, + 203, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 55, 66, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 77, 204, 204, + + 204, 204, 204, 204, 204, 204, 95, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 117, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 164, 204, 204, 204, + 204, 204, 170, 204, 204, 204, 204, 191, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 0, 202, 0, + 0, 201, 204, 32, 204, 204, 204, 204, 204, 204, + 38, 40, 204, 204, 204, 204, 63, 204, 48, 204, + + 204, 204, 204, 204, 204, 204, 204, 204, 54, 204, + 204, 204, 204, 204, 204, 75, 204, 204, 204, 204, + 204, 204, 86, 204, 88, 204, 204, 90, 204, 204, + 94, 204, 204, 204, 204, 204, 204, 204, 105, 106, + 204, 204, 204, 204, 204, 204, 204, 204, 115, 116, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 152, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 180, 165, 204, + 204, 204, 204, 163, 204, 204, 204, 204, 204, 204, + + 204, 204, 186, 190, 204, 204, 204, 204, 204, 204, + 204, 204, 10, 15, 9, 8, 204, 12, 14, 0, + 201, 31, 204, 204, 36, 204, 204, 204, 42, 204, + 44, 204, 204, 204, 204, 204, 204, 204, 58, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 83, 85, 204, 204, 204, 89, 204, 204, + 93, 204, 204, 204, 204, 204, 204, 204, 204, 108, + 204, 204, 113, 204, 204, 204, 118, 204, 204, 204, + 121, 204, 204, 204, 204, 204, 129, 204, 132, 204, + 204, 204, 136, 204, 137, 204, 204, 204, 204, 204, + + 204, 204, 204, 204, 204, 150, 151, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 168, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 192, + 204, 204, 204, 204, 198, 204, 11, 204, 13, 204, + 34, 204, 35, 39, 41, 204, 45, 204, 204, 204, + 49, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 72, 74, 204, 204, 82, 204, 87, + 204, 204, 204, 204, 204, 204, 97, 204, 204, 204, + 204, 204, 204, 204, 119, 114, 204, 204, 204, 204, + 126, 204, 123, 204, 204, 204, 204, 204, 204, 141, + + 204, 140, 204, 204, 204, 204, 204, 155, 204, 149, + 204, 204, 204, 204, 204, 204, 204, 166, 167, 204, + 173, 204, 178, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 199, 7, 204, + 204, 43, 46, 204, 204, 204, 204, 204, 204, 53, + 57, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 79, 204, 204, 204, 80, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 156, 204, 204, + + 204, 204, 204, 204, 204, 172, 204, 177, 204, 204, + 204, 204, 169, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 60, 204, 204, 204, 204, 204, 204, 204, 204, 78, + 81, 204, 204, 204, 96, 204, 204, 204, 204, 204, + 100, 204, 107, 204, 204, 120, 204, 124, 125, 204, + 204, 128, 204, 204, 204, 133, 134, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 204, 204, 204, + 159, 204, 204, 158, 204, 204, 204, 204, 204, 181, + 204, 204, 204, 204, 204, 204, 204, 204, 33, 204, + + 204, 204, 204, 51, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 84, 204, 204, 204, 204, 204, + 99, 98, 204, 204, 111, 196, 204, 204, 204, 131, + 204, 204, 204, 204, 204, 204, 204, 146, 148, 204, + 204, 204, 204, 160, 204, 161, 179, 175, 204, 204, + 204, 182, 204, 204, 204, 204, 189, 204, 195, 204, + 204, 62, 204, 52, 59, 204, 204, 204, 68, 204, + 204, 204, 204, 91, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 138, 204, 204, 144, 204, 204, + 204, 153, 204, 204, 76, 204, 204, 174, 204, 204, + + 204, 204, 204, 204, 204, 47, 204, 61, 50, 204, + 204, 204, 204, 204, 73, 204, 204, 204, 204, 204, + 204, 197, 204, 204, 204, 139, 204, 204, 145, 204, + 204, 204, 204, 176, 204, 204, 193, 204, 187, 204, + 204, 204, 204, 204, 204, 70, 71, 204, 204, 204, + 204, 204, 204, 204, 204, 130, 204, 204, 204, 154, + 204, 162, 204, 204, 204, 204, 204, 204, 204, 204, + 204, 204, 204, 204, 204, 204, 204, 122, 204, 204, + 204, 204, 204, 204, 204, 188, 204, 204, 56, 64, + 204, 69, 204, 204, 204, 204, 204, 204, 127, 204, + + 204, 147, 157, 171, 185, 204, 204, 204, 204, 92, + 204, 204, 204, 204, 204, 142, 204, 204, 37, 204, + 67, 204, 204, 204, 204, 204, 204, 194, 204, 204, + 204, 204, 204, 204, 143, 204, 101, 102, 103, 104, + 204, 204, 204, 204, 112, 65, 0 } ; static yyconst flex_int32_t yy_ec[256] = @@ -551,243 +552,245 @@ static yyconst flex_int32_t yy_meta[74] = 2, 2, 1 } ; -static yyconst flex_int16_t yy_base[1040] = +static yyconst flex_int16_t yy_base[1049] = { 0, - 0, 0, 1171, 1172, 1172, 1172, 1149, 1172, 1163, 1172, - 1147, 65, 66, 64, 76, 78, 1172, 1172, 1146, 1145, - 1144, 49, 49, 56, 69, 64, 79, 84, 83, 96, - 0, 1104, 99, 110, 105, 81, 118, 1096, 116, 134, - 172, 142, 1101, 1109, 1087, 1172, 1172, 1172, 1172, 1172, - 1172, 1172, 1148, 195, 1172, 1172, 1172, 200, 215, 240, - 1172, 1172, 1172, 0, 1097, 1096, 1108, 1102, 1098, 1103, - 1096, 1103, 1088, 37, 1082, 84, 1092, 1099, 1082, 179, - 1078, 1092, 1079, 127, 1084, 1093, 1082, 1088, 1074, 1087, - 103, 1087, 206, 1074, 1073, 1069, 1072, 1090, 1064, 1064, - - 1077, 24, 1065, 1084, 0, 1059, 1063, 1052, 107, 134, - 1068, 1090, 1070, 133, 1068, 1059, 1048, 1052, 1063, 1063, - 1049, 1048, 1040, 0, 158, 105, 1054, 1061, 1048, 193, - 152, 1049, 1058, 1039, 1043, 1043, 1041, 205, 1037, 1036, - 1035, 211, 0, 0, 1063, 1037, 1026, 211, 1047, 1043, - 1031, 1036, 1033, 1021, 1172, 1172, 265, 270, 279, 285, - 290, 1025, 1023, 1025, 1030, 1037, 283, 1024, 1023, 1024, - 1015, 1024, 1019, 1020, 1018, 1018, 1011, 1024, 187, 1012, - 67, 1008, 1000, 1015, 0, 1021, 1004, 1011, 1014, 1013, - 1016, 994, 1006, 237, 1000, 1002, 207, 0, 995, 993, - - 999, 1004, 1004, 1014, 992, 1001, 0, 1001, 1020, 282, - 994, 996, 995, 985, 984, 1017, 991, 976, 989, 986, - 987, 986, 971, 1022, 988, 970, 972, 977, 964, 978, - 994, 979, 969, 974, 977, 968, 958, 962, 967, 960, - 971, 958, 966, 965, 249, 959, 953, 946, 960, 963, - 950, 957, 950, 292, 938, 951, 944, 952, 947, 946, - 935, 306, 947, 940, 948, 970, 941, 929, 946, 945, - 932, 939, 938, 929, 921, 285, 298, 341, 350, 355, - 360, 921, 0, 920, 925, 919, 922, 926, 933, 0, - 965, 923, 922, 925, 925, 0, 908, 0, 926, 915, - - 908, 912, 906, 913, 278, 917, 930, 0, 900, 913, - 904, 903, 896, 895, 0, 898, 898, 905, 893, 900, - 889, 0, 887, 0, 902, 925, 0, 899, 886, 0, - 883, 901, 887, 879, 879, 896, 916, 0, 0, 884, - 875, 900, 875, 873, 873, 870, 877, 0, 0, 921, - 250, 872, 868, 908, 872, 901, 867, 862, 878, 861, - 865, 862, 866, 869, 864, 853, 854, 851, 179, 0, - 857, 851, 854, 863, 848, 847, 844, 858, 857, 855, - 851, 838, 840, 855, 836, 0, 0, 835, 836, 261, - 839, 0, 293, 842, 833, 844, 835, 846, 841, 857, - - 0, 0, 868, 819, 831, 823, 834, 822, 831, 825, - 0, 0, 825, 0, 830, 823, 0, 365, 370, 0, - 845, 827, 833, 812, 816, 815, 0, 814, 0, 809, - 816, 813, 820, 817, 816, 806, 824, 805, 812, 796, - 806, 799, 808, 799, 806, 805, 804, 803, 254, 790, - 0, 0, 802, 787, 800, 0, 780, 791, 0, 792, - 302, 779, 787, 781, 786, 773, 781, 0, 803, 775, - 0, 774, 783, 772, 0, 788, 779, 0, 763, 775, - 771, 767, 779, 0, 780, 0, 776, 776, 776, 0, - 765, 0, 783, 770, 758, 772, 755, 767, 770, 757, - - 751, 763, 0, 0, 780, 765, 753, 760, 746, 745, - 753, 755, 754, 0, 739, 738, 742, 740, 741, 748, - 133, 745, 748, 731, 735, 729, 0, 759, 335, 737, - 767, 0, 739, 0, 736, 0, 737, 0, 732, 0, - 0, 772, 734, 0, 725, 726, 717, 0, 722, 723, - 732, 727, 708, 717, 716, 709, 732, 707, 364, 708, - 0, 0, 338, 715, 0, 714, 0, 717, 712, 719, - 705, 368, 742, 0, 715, 707, 695, 709, 706, 722, - 706, 0, 0, 705, 696, 683, 0, 700, 0, 692, - 700, 369, 685, 694, 701, 0, 686, 0, 691, 361, - - 690, 710, 678, 0, 691, 0, 694, 681, 691, 687, - 672, 681, 684, 0, 0, 682, 0, 678, 0, 682, - 679, 683, 672, 701, 676, 663, 675, 659, 672, 357, - 675, 662, 673, 0, 0, 655, 653, 0, 0, 664, - 677, 664, 665, 653, 664, 0, 0, 661, 663, 654, - 648, 682, 646, 639, 639, 656, 0, 638, 652, 653, - 0, 635, 633, 638, 665, 660, 653, 642, 633, 640, - 641, 619, 655, 638, 621, 629, 633, 623, 624, 624, - 631, 613, 615, 628, 619, 621, 375, 627, 614, 605, - 33, 44, 0, 41, 72, 100, 114, 167, 175, 268, - - 0, 292, 0, 289, 285, 313, 333, 0, 331, 351, - 340, 347, 340, 348, 344, 360, 349, 360, 363, 397, - 361, 360, 373, 373, 370, 0, 363, 369, 369, 376, - 373, 375, 372, 371, 0, 0, 378, 373, 385, 0, - 405, 406, 419, 381, 392, 0, 380, 0, 425, 383, - 0, 0, 0, 386, 410, 0, 386, 393, 398, 0, - 0, 403, 405, 408, 397, 399, 394, 409, 410, 398, - 429, 399, 414, 403, 0, 402, 415, 0, 418, 401, - 416, 423, 413, 0, 417, 420, 416, 430, 423, 428, - 456, 430, 0, 446, 423, 426, 430, 0, 416, 436, - - 437, 430, 430, 428, 428, 445, 439, 444, 0, 432, - 430, 459, 460, 471, 0, 0, 436, 461, 0, 448, - 439, 450, 0, 457, 444, 458, 452, 475, 458, 461, - 0, 0, 459, 463, 482, 466, 0, 462, 0, 0, - 0, 451, 468, 462, 0, 473, 459, 473, 459, 0, - 465, 0, 465, 458, 0, 464, 0, 0, 465, 466, - 474, 481, 468, 484, 477, 487, 0, 487, 493, 494, - 495, 495, 513, 479, 482, 486, 0, 496, 505, 0, - 498, 493, 488, 0, 488, 506, 0, 494, 504, 0, - 521, 491, 488, 518, 509, 502, 497, 0, 498, 0, - - 0, 504, 516, 519, 504, 515, 0, 532, 527, 528, - 530, 526, 539, 522, 522, 519, 0, 528, 512, 0, - 534, 528, 514, 526, 0, 539, 522, 0, 525, 0, - 525, 535, 536, 539, 528, 535, 0, 0, 548, 570, - 571, 572, 542, 565, 543, 543, 0, 540, 561, 548, - 0, 555, 0, 549, 557, 554, 545, 551, 563, 543, - 554, 550, 551, 578, 579, 580, 569, 575, 0, 569, - 558, 573, 561, 563, 576, 565, 0, 583, 572, 0, - 597, 570, 0, 580, 595, 596, 597, 603, 599, 0, - 576, 578, 0, 0, 0, 0, 583, 579, 584, 575, - - 0, 616, 617, 618, 602, 626, 0, 586, 587, 0, - 624, 0, 618, 619, 620, 599, 629, 595, 0, 600, - 626, 627, 628, 613, 639, 0, 609, 0, 0, 0, - 0, 633, 617, 643, 606, 0, 0, 1172, 670 + 0, 0, 1180, 1181, 1181, 1181, 1158, 1181, 1172, 1181, + 1156, 65, 66, 64, 76, 78, 1181, 1181, 1155, 1154, + 1153, 49, 49, 56, 69, 64, 79, 84, 83, 96, + 0, 1113, 99, 110, 105, 81, 118, 1105, 116, 134, + 172, 142, 1110, 1118, 1096, 1181, 1181, 1181, 1181, 1181, + 1181, 1181, 1157, 195, 1181, 1181, 1181, 200, 215, 240, + 1181, 1181, 1181, 0, 1106, 1105, 1117, 1111, 1107, 1112, + 1105, 1112, 1097, 37, 1091, 84, 1101, 1108, 1091, 179, + 1087, 1101, 1088, 127, 1093, 1102, 1091, 1097, 1083, 1096, + 103, 1096, 206, 1083, 1082, 1078, 1081, 1099, 1073, 1073, + + 1086, 24, 1074, 1093, 0, 1068, 1072, 1061, 107, 134, + 109, 1100, 1080, 133, 1078, 1069, 1058, 1062, 1073, 1073, + 1059, 1058, 1050, 0, 158, 163, 1064, 1071, 1058, 193, + 196, 1059, 1068, 1049, 1053, 1053, 1051, 210, 1047, 1046, + 1045, 210, 0, 0, 1073, 1047, 1036, 194, 1057, 1053, + 1041, 1046, 1043, 1031, 1181, 1181, 268, 273, 282, 288, + 293, 1035, 1033, 1035, 1040, 1047, 286, 1034, 1033, 1034, + 1025, 1034, 1029, 1030, 1028, 1028, 1021, 1034, 100, 1022, + 67, 1018, 1010, 1025, 0, 1031, 1014, 1021, 1024, 1023, + 1026, 1004, 1016, 244, 1010, 1012, 214, 0, 1005, 1003, + + 1009, 1014, 1014, 1024, 1002, 1011, 0, 1011, 1030, 285, + 1004, 1006, 1005, 995, 994, 1027, 1001, 986, 999, 996, + 997, 996, 981, 1032, 993, 997, 979, 981, 986, 973, + 987, 1003, 988, 978, 983, 986, 977, 967, 971, 976, + 969, 980, 967, 975, 974, 252, 968, 962, 955, 969, + 972, 959, 966, 959, 295, 947, 960, 953, 961, 956, + 955, 944, 309, 956, 949, 957, 979, 950, 938, 955, + 954, 941, 948, 947, 938, 930, 288, 301, 344, 353, + 358, 363, 930, 0, 929, 934, 928, 931, 935, 942, + 0, 974, 932, 931, 934, 934, 0, 917, 0, 935, + + 924, 917, 921, 915, 922, 281, 926, 939, 0, 909, + 922, 913, 912, 905, 904, 0, 907, 907, 914, 902, + 909, 898, 0, 896, 0, 911, 934, 0, 908, 895, + 0, 892, 910, 896, 888, 888, 905, 925, 0, 0, + 893, 884, 909, 884, 882, 882, 879, 886, 0, 0, + 930, 878, 253, 880, 876, 916, 880, 909, 875, 870, + 886, 869, 873, 870, 874, 877, 872, 861, 862, 859, + 282, 0, 865, 859, 862, 871, 856, 855, 852, 866, + 865, 863, 859, 846, 848, 863, 844, 0, 0, 843, + 844, 285, 847, 0, 333, 850, 841, 852, 843, 854, + + 849, 865, 0, 0, 876, 827, 839, 831, 842, 830, + 839, 833, 0, 0, 833, 0, 838, 831, 0, 369, + 380, 0, 853, 835, 841, 820, 824, 823, 0, 822, + 0, 817, 824, 821, 828, 825, 824, 814, 832, 813, + 820, 804, 814, 807, 816, 807, 814, 813, 812, 811, + 257, 798, 0, 0, 810, 795, 808, 0, 788, 799, + 0, 800, 305, 787, 795, 789, 794, 781, 789, 0, + 811, 783, 0, 782, 791, 780, 0, 819, 795, 786, + 0, 770, 782, 778, 774, 786, 0, 787, 0, 783, + 783, 783, 0, 772, 0, 790, 777, 765, 779, 762, + + 774, 777, 764, 758, 770, 0, 0, 787, 772, 760, + 767, 753, 752, 760, 762, 761, 0, 746, 745, 749, + 747, 748, 755, 133, 752, 755, 738, 742, 736, 0, + 766, 165, 744, 774, 0, 746, 0, 743, 0, 744, + 0, 739, 0, 0, 779, 741, 0, 732, 733, 724, + 0, 729, 730, 739, 734, 715, 724, 723, 716, 739, + 714, 362, 715, 0, 0, 183, 722, 0, 721, 0, + 724, 719, 726, 712, 368, 749, 0, 722, 714, 702, + 716, 713, 729, 713, 0, 0, 712, 715, 702, 689, + 0, 706, 0, 698, 706, 366, 691, 700, 707, 0, + + 692, 0, 697, 356, 696, 716, 684, 0, 697, 0, + 700, 687, 697, 693, 678, 687, 690, 0, 0, 688, + 0, 684, 0, 688, 685, 689, 678, 707, 682, 669, + 681, 665, 678, 361, 681, 668, 679, 0, 0, 661, + 659, 0, 0, 670, 683, 670, 671, 659, 670, 0, + 0, 667, 669, 660, 654, 688, 652, 645, 645, 662, + 0, 644, 658, 659, 0, 641, 639, 644, 671, 666, + 659, 648, 639, 646, 647, 625, 661, 644, 627, 627, + 634, 638, 628, 629, 629, 636, 618, 620, 633, 624, + 30, 379, 48, 46, 58, 196, 219, 0, 208, 276, + + 283, 280, 298, 295, 300, 0, 351, 0, 348, 341, + 360, 345, 0, 339, 359, 349, 357, 351, 359, 355, + 370, 358, 370, 371, 404, 368, 367, 380, 379, 376, + 0, 369, 375, 375, 382, 380, 382, 378, 377, 0, + 0, 385, 380, 391, 0, 411, 412, 425, 387, 398, + 0, 386, 0, 431, 389, 0, 404, 0, 0, 393, + 417, 0, 393, 400, 405, 0, 0, 410, 412, 415, + 404, 406, 401, 416, 417, 405, 436, 406, 421, 410, + 0, 409, 422, 0, 425, 408, 423, 430, 420, 0, + 424, 427, 423, 437, 430, 435, 463, 437, 0, 453, + + 430, 433, 437, 0, 423, 443, 444, 437, 437, 435, + 435, 452, 446, 451, 0, 439, 437, 466, 467, 478, + 0, 0, 443, 468, 0, 480, 456, 447, 458, 0, + 465, 452, 466, 460, 483, 466, 469, 0, 0, 467, + 471, 490, 474, 0, 470, 0, 0, 0, 459, 476, + 470, 0, 481, 467, 481, 467, 0, 473, 0, 473, + 466, 0, 472, 0, 0, 473, 474, 482, 489, 476, + 492, 485, 495, 0, 495, 501, 502, 503, 503, 521, + 493, 488, 491, 495, 0, 505, 514, 0, 507, 502, + 497, 0, 497, 515, 0, 503, 513, 0, 530, 500, + + 497, 527, 518, 511, 506, 0, 507, 0, 0, 513, + 525, 528, 513, 524, 0, 541, 536, 537, 539, 535, + 548, 0, 531, 531, 528, 0, 537, 521, 0, 543, + 537, 523, 535, 0, 548, 531, 0, 534, 0, 534, + 544, 545, 548, 537, 544, 0, 0, 557, 579, 580, + 581, 551, 574, 552, 552, 0, 549, 570, 557, 0, + 564, 0, 558, 566, 563, 554, 560, 572, 552, 563, + 559, 560, 587, 588, 589, 578, 584, 0, 578, 567, + 582, 570, 572, 585, 574, 0, 592, 581, 0, 606, + 579, 0, 589, 604, 605, 606, 612, 608, 0, 585, + + 587, 0, 0, 0, 0, 592, 588, 593, 584, 0, + 625, 626, 627, 611, 635, 0, 595, 596, 0, 633, + 0, 627, 628, 629, 608, 638, 604, 0, 609, 635, + 636, 637, 622, 648, 0, 618, 0, 0, 0, 0, + 642, 626, 652, 615, 0, 0, 1181, 679 } ; -static yyconst flex_int16_t yy_def[1040] = +static yyconst flex_int16_t yy_def[1049] = { 0, - 1038, 1, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1038, 1038, 1038, 1038, - 1038, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1038, 1038, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, 1039, - 1039, 1039, 1039, 1039, 1039, 1039, 1039, 0, 1038 + 1047, 1, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1047, 1047, 1047, + 1047, 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1047, + 1047, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, 1048, + 1048, 1048, 1048, 1048, 1048, 1048, 0, 1047 } ; -static yyconst flex_int16_t yy_nxt[1246] = +static yyconst flex_int16_t yy_nxt[1255] = { 0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 16, 16, 16, 16, 17, 18, 19, @@ -797,47 +800,47 @@ static yyconst flex_int16_t yy_nxt[1246] = 31, 31, 31, 31, 31, 31, 31, 31, 31, 44, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 45, 49, 53, 51, 54, 54, 54, 54, - 54, 213, 214, 55, 770, 50, 52, 56, 58, 73, - 59, 59, 59, 59, 59, 771, 57, 65, 66, 67, + 54, 213, 214, 55, 768, 50, 52, 56, 58, 73, + 59, 59, 59, 59, 59, 773, 57, 65, 66, 67, - 74, 68, 171, 76, 60, 772, 69, 77, 172, 75, - 78, 79, 70, 71, 72, 304, 80, 81, 98, 82, - 84, 87, 83, 88, 85, 773, 92, 89, 305, 60, + 74, 68, 171, 76, 60, 774, 69, 77, 172, 75, + 78, 79, 70, 71, 72, 305, 80, 81, 98, 82, + 84, 87, 83, 88, 85, 775, 92, 89, 306, 60, 90, 104, 86, 91, 93, 99, 94, 95, 101, 96, 119, 174, 100, 102, 120, 97, 108, 112, 105, 175, - 109, 774, 116, 103, 110, 106, 117, 113, 197, 111, - 240, 114, 241, 129, 198, 121, 220, 130, 199, 122, - 115, 118, 123, 124, 221, 125, 131, 775, 126, 188, + 109, 302, 116, 103, 110, 106, 117, 113, 197, 111, + 303, 114, 224, 129, 198, 121, 220, 130, 199, 122, + 115, 118, 123, 124, 221, 125, 131, 225, 126, 188, 189, 127, 132, 133, 190, 134, 143, 144, 135, 136, - 622, 227, 137, 222, 623, 138, 139, 228, 223, 140, - - 141, 150, 145, 151, 142, 238, 152, 54, 54, 54, - 54, 54, 158, 158, 158, 158, 158, 250, 251, 146, - 495, 157, 776, 147, 239, 58, 159, 59, 59, 59, - 59, 59, 148, 179, 777, 149, 180, 181, 301, 182, - 183, 60, 245, 184, 495, 246, 157, 302, 160, 160, - 247, 159, 161, 161, 161, 161, 161, 201, 248, 258, - 249, 269, 259, 202, 317, 203, 60, 318, 260, 264, - 265, 321, 322, 277, 277, 204, 270, 278, 278, 278, - 278, 278, 158, 158, 158, 158, 158, 280, 280, 476, - 477, 281, 281, 281, 281, 281, 279, 161, 161, 161, - - 161, 161, 161, 161, 161, 161, 161, 287, 333, 371, - 278, 278, 278, 278, 278, 372, 381, 334, 563, 564, - 513, 279, 335, 288, 289, 336, 514, 382, 383, 384, - 393, 778, 385, 394, 411, 439, 572, 412, 440, 573, - 516, 779, 413, 395, 780, 396, 414, 517, 415, 416, - 781, 518, 417, 278, 278, 278, 278, 278, 418, 418, - 782, 397, 419, 419, 419, 419, 419, 281, 281, 281, - 281, 281, 281, 281, 281, 281, 281, 419, 419, 419, - 419, 419, 419, 419, 419, 419, 419, 630, 653, 657, - 665, 681, 631, 658, 688, 713, 783, 763, 666, 654, - - 764, 784, 785, 786, 655, 787, 788, 789, 682, 790, - 765, 791, 714, 792, 793, 766, 689, 794, 688, 713, - 795, 796, 763, 797, 798, 764, 799, 800, 801, 802, - 803, 804, 805, 806, 765, 807, 808, 809, 810, 766, - 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, + 626, 228, 137, 222, 627, 138, 139, 229, 223, 140, + + 141, 150, 145, 151, 142, 239, 152, 54, 54, 54, + 54, 54, 158, 158, 158, 158, 158, 634, 241, 146, + 242, 157, 635, 147, 240, 58, 159, 59, 59, 59, + 59, 59, 148, 179, 661, 149, 180, 181, 662, 182, + 183, 60, 246, 184, 270, 247, 157, 776, 160, 160, + 248, 159, 161, 161, 161, 161, 161, 201, 249, 271, + 250, 251, 252, 202, 259, 203, 60, 260, 265, 266, + 777, 318, 778, 261, 319, 204, 278, 278, 322, 323, + 279, 279, 279, 279, 279, 158, 158, 158, 158, 158, + 281, 281, 479, 480, 282, 282, 282, 282, 282, 280, + + 161, 161, 161, 161, 161, 161, 161, 161, 161, 161, + 288, 334, 373, 279, 279, 279, 279, 279, 374, 383, + 335, 566, 567, 498, 280, 336, 289, 290, 337, 779, + 384, 385, 386, 395, 780, 387, 396, 413, 441, 575, + 414, 442, 576, 781, 516, 415, 397, 498, 398, 416, + 517, 417, 418, 782, 783, 419, 279, 279, 279, 279, + 279, 420, 420, 784, 399, 421, 421, 421, 421, 421, + 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, + 519, 421, 421, 421, 421, 421, 657, 520, 686, 693, + 669, 521, 421, 421, 421, 421, 421, 658, 670, 718, + + 785, 769, 659, 786, 770, 687, 787, 788, 789, 790, + 791, 694, 792, 693, 771, 793, 719, 794, 795, 772, + 796, 797, 798, 718, 799, 800, 769, 801, 802, 770, + 803, 804, 805, 806, 807, 808, 809, 810, 771, 811, + 812, 813, 814, 772, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, @@ -847,88 +850,89 @@ static yyconst flex_int16_t yy_nxt[1246] = 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, - 901, 902, 903, 904, 881, 905, 906, 907, 908, 909, - 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, + 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, + 911, 912, 889, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, - 940, 941, 918, 942, 943, 944, 945, 946, 947, 948, - 949, 950, 951, 929, 952, 953, 954, 955, 956, 957, - 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, + 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, + 950, 927, 951, 952, 953, 954, 955, 956, 957, 958, + 959, 960, 938, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, - 988, 989, 990, 991, 992, 993, 994, 995, 972, 996, - 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, + 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, + 998, 999, 1000, 1001, 1002, 1003, 1004, 981, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, - 1037, 64, 769, 768, 767, 762, 761, 760, 759, 758, - 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, - 747, 746, 745, 744, 743, 742, 741, 740, 739, 738, - - 737, 736, 735, 734, 733, 732, 731, 730, 729, 728, - 727, 726, 725, 724, 723, 722, 721, 720, 719, 718, - 717, 716, 715, 712, 711, 710, 709, 708, 707, 706, - 705, 704, 703, 702, 701, 700, 699, 698, 697, 696, - 695, 694, 693, 692, 691, 690, 687, 686, 685, 684, - 683, 680, 679, 678, 677, 676, 675, 674, 673, 672, - 671, 670, 669, 668, 667, 664, 663, 662, 661, 660, - 659, 656, 652, 651, 650, 649, 648, 647, 646, 645, - 644, 643, 642, 641, 640, 639, 638, 637, 636, 635, - 634, 633, 632, 629, 628, 627, 626, 625, 624, 621, - - 620, 619, 618, 617, 616, 615, 614, 613, 612, 611, - 610, 609, 608, 607, 606, 605, 604, 603, 602, 601, - 600, 599, 598, 597, 596, 595, 594, 593, 592, 591, - 590, 589, 588, 587, 586, 585, 584, 583, 582, 581, - 580, 579, 578, 577, 576, 575, 574, 571, 570, 569, - 568, 567, 566, 565, 562, 561, 560, 559, 558, 557, - 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, - 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, - 536, 535, 534, 533, 532, 531, 530, 529, 528, 527, - 526, 525, 524, 523, 522, 521, 520, 519, 515, 512, - - 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, - 501, 500, 499, 498, 497, 496, 494, 493, 492, 491, - 490, 489, 488, 487, 486, 485, 484, 483, 482, 481, - 480, 479, 478, 475, 474, 473, 472, 471, 470, 469, - 468, 467, 466, 465, 464, 463, 462, 461, 460, 459, - 458, 457, 456, 455, 454, 453, 452, 451, 450, 449, - 448, 447, 446, 445, 444, 443, 442, 441, 438, 437, - 436, 435, 434, 433, 432, 431, 430, 429, 428, 427, - 426, 425, 424, 423, 422, 421, 420, 410, 409, 408, - 407, 406, 405, 404, 403, 402, 401, 400, 399, 398, - - 392, 391, 390, 389, 388, 387, 386, 380, 379, 378, - 377, 376, 375, 374, 373, 370, 369, 368, 367, 366, - 365, 364, 363, 362, 361, 360, 359, 358, 357, 356, - 355, 354, 353, 352, 351, 350, 349, 348, 347, 346, - 345, 344, 343, 342, 341, 340, 339, 338, 337, 332, - 331, 330, 329, 328, 327, 326, 325, 324, 323, 320, - 319, 316, 315, 314, 313, 312, 311, 310, 309, 308, - 307, 306, 303, 300, 299, 298, 297, 296, 295, 294, - 293, 292, 291, 290, 286, 285, 284, 283, 282, 276, - 275, 274, 273, 272, 271, 268, 267, 266, 263, 262, - - 261, 257, 256, 255, 254, 253, 252, 244, 243, 242, - 237, 236, 235, 234, 233, 232, 231, 230, 229, 226, - 225, 224, 219, 218, 217, 216, 215, 212, 211, 210, - 209, 208, 207, 206, 205, 200, 196, 195, 194, 193, - 192, 191, 187, 186, 185, 178, 177, 176, 173, 170, - 169, 168, 167, 166, 165, 164, 163, 162, 156, 155, - 154, 153, 128, 107, 63, 62, 61, 48, 47, 46, - 1038, 3, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038 + 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, + 64, 767, 766, 765, 764, 763, 762, 761, 760, 759, + 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, + + 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, + 738, 737, 736, 735, 734, 733, 732, 731, 730, 729, + 728, 727, 726, 725, 724, 723, 722, 721, 720, 717, + 716, 715, 714, 713, 712, 711, 710, 709, 708, 707, + 706, 705, 704, 703, 702, 701, 700, 699, 698, 697, + 696, 695, 692, 691, 690, 689, 688, 685, 684, 683, + 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, + 672, 671, 668, 667, 666, 665, 664, 663, 660, 656, + 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, + 645, 644, 643, 642, 641, 640, 639, 638, 637, 636, + + 633, 632, 631, 630, 629, 628, 625, 624, 623, 622, + 621, 620, 619, 618, 617, 616, 615, 614, 613, 612, + 611, 610, 609, 608, 607, 606, 605, 604, 603, 602, + 601, 600, 599, 598, 597, 596, 595, 594, 593, 592, + 591, 590, 589, 588, 587, 586, 585, 584, 583, 582, + 581, 580, 579, 578, 577, 574, 573, 572, 571, 570, + 569, 568, 565, 564, 563, 562, 561, 560, 559, 558, + 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, + 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, + 537, 536, 535, 534, 533, 532, 531, 530, 529, 528, + + 527, 526, 525, 524, 523, 522, 518, 515, 514, 513, + 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, + 502, 501, 500, 499, 497, 496, 495, 494, 493, 492, + 491, 490, 489, 488, 487, 486, 485, 484, 483, 482, + 481, 478, 477, 476, 475, 474, 473, 472, 471, 470, + 469, 468, 467, 466, 465, 464, 463, 462, 461, 460, + 459, 458, 457, 456, 455, 454, 453, 452, 451, 450, + 449, 448, 447, 446, 445, 444, 443, 440, 439, 438, + 437, 436, 435, 434, 433, 432, 431, 430, 429, 428, + 427, 426, 425, 424, 423, 422, 412, 411, 410, 409, + + 408, 407, 406, 405, 404, 403, 402, 401, 400, 394, + 393, 392, 391, 390, 389, 388, 382, 381, 380, 379, + 378, 377, 376, 375, 372, 371, 370, 369, 368, 367, + 366, 365, 364, 363, 362, 361, 360, 359, 358, 357, + 356, 355, 354, 353, 352, 351, 350, 349, 348, 347, + 346, 345, 344, 343, 342, 341, 340, 339, 338, 333, + 332, 331, 330, 329, 328, 327, 326, 325, 324, 321, + 320, 317, 316, 315, 314, 313, 312, 311, 310, 309, + 308, 307, 304, 301, 300, 299, 298, 297, 296, 295, + 294, 293, 292, 291, 287, 286, 285, 284, 283, 277, + + 276, 275, 274, 273, 272, 269, 268, 267, 264, 263, + 262, 258, 257, 256, 255, 254, 253, 245, 244, 243, + 238, 237, 236, 235, 234, 233, 232, 231, 230, 227, + 226, 219, 218, 217, 216, 215, 212, 211, 210, 209, + 208, 207, 206, 205, 200, 196, 195, 194, 193, 192, + 191, 187, 186, 185, 178, 177, 176, 173, 170, 169, + 168, 167, 166, 165, 164, 163, 162, 156, 155, 154, + 153, 128, 107, 63, 62, 61, 48, 47, 46, 1047, + 3, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047 } ; -static yyconst flex_int16_t yy_chk[1246] = +static yyconst flex_int16_t yy_chk[1255] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, @@ -939,109 +943,110 @@ static yyconst flex_int16_t yy_chk[1246] = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 14, 13, 14, 14, 14, 14, 14, 102, 102, 15, 691, 12, 13, 15, 16, 23, - 16, 16, 16, 16, 16, 692, 15, 22, 22, 22, + 16, 16, 16, 16, 16, 693, 15, 22, 22, 22, 23, 22, 74, 24, 16, 694, 22, 24, 74, 23, 24, 24, 22, 22, 22, 181, 24, 24, 28, 24, 25, 26, 24, 26, 25, 695, 27, 26, 181, 16, 26, 30, 25, 26, 27, 28, 27, 27, 29, 27, 36, 76, 28, 29, 36, 27, 33, 34, 30, 76, - 33, 696, 35, 29, 33, 30, 35, 34, 91, 33, - 126, 34, 126, 39, 91, 37, 109, 39, 91, 37, - 34, 35, 37, 37, 109, 37, 39, 697, 37, 84, + 33, 179, 35, 29, 33, 30, 35, 34, 91, 33, + 179, 34, 111, 39, 91, 37, 109, 39, 91, 37, + 34, 35, 37, 37, 109, 37, 39, 111, 37, 84, 84, 37, 39, 40, 84, 40, 41, 41, 40, 40, - 521, 114, 40, 110, 521, 40, 40, 114, 110, 40, + 524, 114, 40, 110, 524, 40, 40, 114, 110, 40, 40, 42, 41, 42, 40, 125, 42, 54, 54, 54, - 54, 54, 58, 58, 58, 58, 58, 131, 131, 41, - 369, 54, 698, 41, 125, 59, 58, 59, 59, 59, - 59, 59, 41, 80, 699, 41, 80, 80, 179, 80, - 80, 59, 130, 80, 369, 130, 54, 179, 60, 60, - 130, 58, 60, 60, 60, 60, 60, 93, 130, 138, - 130, 148, 138, 93, 194, 93, 59, 194, 138, 142, - 142, 197, 197, 157, 157, 93, 148, 157, 157, 157, - 157, 157, 158, 158, 158, 158, 158, 159, 159, 351, - 351, 159, 159, 159, 159, 159, 158, 160, 160, 160, - - 160, 160, 161, 161, 161, 161, 161, 167, 210, 245, - 277, 277, 277, 277, 277, 245, 254, 210, 449, 449, - 390, 158, 210, 167, 167, 210, 390, 254, 254, 254, - 262, 700, 254, 262, 276, 305, 461, 276, 305, 461, - 393, 702, 276, 262, 704, 262, 276, 393, 276, 276, - 705, 393, 276, 278, 278, 278, 278, 278, 279, 279, - 706, 262, 279, 279, 279, 279, 279, 280, 280, 280, - 280, 280, 281, 281, 281, 281, 281, 418, 418, 418, - 418, 418, 419, 419, 419, 419, 419, 529, 559, 563, - 572, 592, 529, 563, 600, 630, 707, 687, 572, 559, - - 687, 709, 710, 711, 559, 712, 713, 714, 592, 715, - 687, 716, 630, 717, 718, 687, 600, 719, 600, 630, - 720, 721, 687, 722, 723, 687, 724, 725, 727, 728, - 729, 730, 731, 732, 687, 733, 734, 737, 738, 687, - 739, 741, 742, 743, 744, 745, 747, 749, 750, 754, - 755, 757, 758, 759, 762, 763, 764, 765, 766, 767, - 768, 769, 770, 771, 772, 773, 774, 776, 777, 779, - 780, 781, 782, 783, 785, 786, 787, 788, 789, 790, - 791, 792, 794, 795, 796, 797, 799, 800, 801, 802, - 803, 804, 805, 806, 807, 808, 810, 811, 812, 813, - - 814, 817, 818, 820, 821, 822, 824, 825, 826, 827, - 828, 829, 830, 833, 834, 835, 836, 838, 842, 843, - 844, 846, 847, 848, 849, 851, 853, 854, 856, 859, - 860, 861, 862, 863, 828, 864, 865, 866, 868, 869, - 870, 871, 872, 873, 874, 875, 876, 878, 879, 881, - 882, 883, 885, 886, 888, 889, 891, 892, 893, 894, - 895, 896, 897, 899, 902, 903, 904, 905, 906, 908, - 909, 910, 879, 911, 912, 913, 914, 915, 916, 918, - 919, 921, 922, 894, 923, 924, 926, 927, 929, 931, - 932, 933, 934, 935, 936, 939, 940, 941, 942, 943, - - 944, 945, 946, 948, 949, 950, 952, 954, 955, 956, - 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, - 967, 968, 970, 971, 972, 973, 974, 975, 949, 976, - 978, 979, 981, 982, 984, 985, 986, 987, 988, 989, - 991, 992, 997, 998, 999, 1000, 1002, 1003, 1004, 1005, - 1006, 1008, 1009, 1011, 1013, 1014, 1015, 1016, 1017, 1018, - 1020, 1021, 1022, 1023, 1024, 1025, 1027, 1032, 1033, 1034, - 1035, 1039, 690, 689, 688, 686, 685, 684, 683, 682, + 54, 54, 58, 58, 58, 58, 58, 532, 126, 41, + 126, 54, 532, 41, 125, 59, 58, 59, 59, 59, + 59, 59, 41, 80, 566, 41, 80, 80, 566, 80, + 80, 59, 130, 80, 148, 130, 54, 696, 60, 60, + 130, 58, 60, 60, 60, 60, 60, 93, 130, 148, + 130, 131, 131, 93, 138, 93, 59, 138, 142, 142, + 697, 194, 699, 138, 194, 93, 157, 157, 197, 197, + 157, 157, 157, 157, 157, 158, 158, 158, 158, 158, + 159, 159, 353, 353, 159, 159, 159, 159, 159, 158, + + 160, 160, 160, 160, 160, 161, 161, 161, 161, 161, + 167, 210, 246, 278, 278, 278, 278, 278, 246, 255, + 210, 451, 451, 371, 158, 210, 167, 167, 210, 700, + 255, 255, 255, 263, 701, 255, 263, 277, 306, 463, + 277, 306, 463, 702, 392, 277, 263, 371, 263, 277, + 392, 277, 277, 703, 704, 277, 279, 279, 279, 279, + 279, 280, 280, 705, 263, 280, 280, 280, 280, 280, + 281, 281, 281, 281, 281, 282, 282, 282, 282, 282, + 395, 420, 420, 420, 420, 420, 562, 395, 596, 604, + 575, 395, 421, 421, 421, 421, 421, 562, 575, 634, + + 707, 692, 562, 709, 692, 596, 710, 711, 712, 714, + 715, 604, 716, 604, 692, 717, 634, 718, 719, 692, + 720, 721, 722, 634, 723, 724, 692, 725, 726, 692, + 727, 728, 729, 730, 732, 733, 734, 735, 692, 736, + 737, 738, 739, 692, 742, 743, 744, 746, 747, 748, + 749, 750, 752, 754, 755, 757, 760, 761, 763, 764, + 765, 768, 769, 770, 771, 772, 773, 774, 775, 776, + 777, 778, 779, 780, 782, 783, 785, 786, 787, 788, + 789, 791, 792, 793, 794, 795, 796, 797, 798, 800, + 801, 802, 803, 805, 806, 807, 808, 809, 810, 811, + + 812, 813, 814, 816, 817, 818, 819, 820, 823, 824, + 826, 827, 828, 829, 831, 832, 833, 834, 835, 836, + 837, 840, 841, 842, 843, 845, 849, 850, 851, 853, + 854, 855, 856, 858, 860, 861, 863, 866, 867, 868, + 869, 870, 835, 871, 872, 873, 875, 876, 877, 878, + 879, 880, 881, 882, 883, 884, 886, 887, 889, 890, + 891, 893, 894, 896, 897, 899, 900, 901, 902, 903, + 904, 905, 907, 910, 911, 912, 913, 914, 916, 917, + 918, 887, 919, 920, 921, 923, 924, 925, 927, 928, + 930, 931, 902, 932, 933, 935, 936, 938, 940, 941, + + 942, 943, 944, 945, 948, 949, 950, 951, 952, 953, + 954, 955, 957, 958, 959, 961, 963, 964, 965, 966, + 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, + 977, 979, 980, 981, 982, 983, 984, 958, 985, 987, + 988, 990, 991, 993, 994, 995, 996, 997, 998, 1000, + 1001, 1006, 1007, 1008, 1009, 1011, 1012, 1013, 1014, 1015, + 1017, 1018, 1020, 1022, 1023, 1024, 1025, 1026, 1027, 1029, + 1030, 1031, 1032, 1033, 1034, 1036, 1041, 1042, 1043, 1044, + 1048, 690, 689, 688, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 672, - 671, 670, 669, 668, 667, 666, 665, 664, 663, 662, - - 660, 659, 658, 656, 655, 654, 653, 652, 651, 650, - 649, 648, 645, 644, 643, 642, 641, 640, 637, 636, - 633, 632, 631, 629, 628, 627, 626, 625, 624, 623, - 622, 621, 620, 618, 616, 613, 612, 611, 610, 609, - 608, 607, 605, 603, 602, 601, 599, 597, 595, 594, - 593, 591, 590, 588, 586, 585, 584, 581, 580, 579, - 578, 577, 576, 575, 573, 571, 570, 569, 568, 566, - 564, 560, 558, 557, 556, 555, 554, 553, 552, 551, - 550, 549, 547, 546, 545, 543, 542, 539, 537, 535, - 533, 531, 530, 528, 526, 525, 524, 523, 522, 520, - - 519, 518, 517, 516, 515, 513, 512, 511, 510, 509, - 508, 507, 506, 505, 502, 501, 500, 499, 498, 497, - 496, 495, 494, 493, 491, 489, 488, 487, 485, 483, - 482, 481, 480, 479, 477, 476, 474, 473, 472, 470, - 469, 467, 466, 465, 464, 463, 462, 460, 458, 457, - 455, 454, 453, 450, 448, 447, 446, 445, 444, 443, + + 671, 670, 669, 668, 667, 666, 664, 663, 662, 660, + 659, 658, 657, 656, 655, 654, 653, 652, 649, 648, + 647, 646, 645, 644, 641, 640, 637, 636, 635, 633, + 632, 631, 630, 629, 628, 627, 626, 625, 624, 622, + 620, 617, 616, 615, 614, 613, 612, 611, 609, 607, + 606, 605, 603, 601, 599, 598, 597, 595, 594, 592, + 590, 589, 588, 587, 584, 583, 582, 581, 580, 579, + 578, 576, 574, 573, 572, 571, 569, 567, 563, 561, + 560, 559, 558, 557, 556, 555, 554, 553, 552, 550, + 549, 548, 546, 545, 542, 540, 538, 536, 534, 533, + + 531, 529, 528, 527, 526, 525, 523, 522, 521, 520, + 519, 518, 516, 515, 514, 513, 512, 511, 510, 509, + 508, 505, 504, 503, 502, 501, 500, 499, 498, 497, + 496, 494, 492, 491, 490, 488, 486, 485, 484, 483, + 482, 480, 479, 478, 476, 475, 474, 472, 471, 469, + 468, 467, 466, 465, 464, 462, 460, 459, 457, 456, + 455, 452, 450, 449, 448, 447, 446, 445, 444, 443, 442, 441, 440, 439, 438, 437, 436, 435, 434, 433, - 432, 431, 430, 428, 426, 425, 424, 423, 422, 421, - 416, 415, 413, 410, 409, 408, 407, 406, 405, 404, - 403, 400, 399, 398, 397, 396, 395, 394, 391, 389, + 432, 430, 428, 427, 426, 425, 424, 423, 418, 417, + 415, 412, 411, 410, 409, 408, 407, 406, 405, 402, - 388, 385, 384, 383, 382, 381, 380, 379, 378, 377, - 376, 375, 374, 373, 372, 371, 368, 367, 366, 365, + 401, 400, 399, 398, 397, 396, 393, 391, 390, 387, + 386, 385, 384, 383, 382, 381, 380, 379, 378, 377, + 376, 375, 374, 373, 370, 369, 368, 367, 366, 365, 364, 363, 362, 361, 360, 359, 358, 357, 356, 355, - 354, 353, 352, 350, 347, 346, 345, 344, 343, 342, - 341, 340, 337, 336, 335, 334, 333, 332, 331, 329, - 328, 326, 325, 323, 321, 320, 319, 318, 317, 316, - 314, 313, 312, 311, 310, 309, 307, 306, 304, 303, - 302, 301, 300, 299, 297, 295, 294, 293, 292, 291, - 289, 288, 287, 286, 285, 284, 282, 275, 274, 273, - 272, 271, 270, 269, 268, 267, 266, 265, 264, 263, - - 261, 260, 259, 258, 257, 256, 255, 253, 252, 251, - 250, 249, 248, 247, 246, 244, 243, 242, 241, 240, + 354, 352, 351, 348, 347, 346, 345, 344, 343, 342, + 341, 338, 337, 336, 335, 334, 333, 332, 330, 329, + 327, 326, 324, 322, 321, 320, 319, 318, 317, 315, + 314, 313, 312, 311, 310, 308, 307, 305, 304, 303, + 302, 301, 300, 298, 296, 295, 294, 293, 292, 290, + 289, 288, 287, 286, 285, 283, 276, 275, 274, 273, + + 272, 271, 270, 269, 268, 267, 266, 265, 264, 262, + 261, 260, 259, 258, 257, 256, 254, 253, 252, 251, + 250, 249, 248, 247, 245, 244, 243, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 216, 215, 214, 213, 212, 211, 209, @@ -1049,24 +1054,24 @@ static yyconst flex_int16_t yy_chk[1246] = 195, 193, 192, 191, 190, 189, 188, 187, 186, 184, 183, 182, 180, 178, 177, 176, 175, 174, 173, 172, 171, 170, 169, 168, 166, 165, 164, 163, 162, 154, - 153, 152, 151, 150, 149, 147, 146, 145, 141, 140, + 153, 152, 151, 150, 149, 147, 146, 145, 141, 140, 139, 137, 136, 135, 134, 133, 132, 129, 128, 127, 123, 122, 121, 120, 119, 118, 117, 116, 115, 113, - 112, 111, 108, 107, 106, 104, 103, 101, 100, 99, - 98, 97, 96, 95, 94, 92, 90, 89, 88, 87, - 86, 85, 83, 82, 81, 79, 78, 77, 75, 73, - 72, 71, 70, 69, 68, 67, 66, 65, 53, 45, - 44, 43, 38, 32, 21, 20, 19, 11, 9, 7, - 3, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, 1038, - 1038, 1038, 1038, 1038, 1038 + 112, 108, 107, 106, 104, 103, 101, 100, 99, 98, + 97, 96, 95, 94, 92, 90, 89, 88, 87, 86, + 85, 83, 82, 81, 79, 78, 77, 75, 73, 72, + 71, 70, 69, 68, 67, 66, 65, 53, 45, 44, + 43, 38, 32, 21, 20, 19, 11, 9, 7, 3, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, 1047, + 1047, 1047, 1047, 1047 } ; static yy_state_type yy_last_accepting_state; @@ -1146,7 +1151,7 @@ void skipline(void); #define YY_NO_UNISTD_H #endif -#line 1150 "Gmsh.yy.cpp" +#line 1155 "Gmsh.yy.cpp" #define INITIAL 0 @@ -1235,7 +1240,7 @@ static int input (void ); /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ -#define ECHO do { if (fwrite( gmsh_yytext, gmsh_yyleng, 1, gmsh_yyout )) {} } while (0) +#define ECHO fwrite( gmsh_yytext, gmsh_yyleng, 1, gmsh_yyout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, @@ -1246,7 +1251,7 @@ static int input (void ); if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ - size_t n; \ + yy_size_t n; \ for ( n = 0; n < max_size && \ (c = getc( gmsh_yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ @@ -1331,7 +1336,7 @@ YY_DECL #line 72 "Gmsh.l" -#line 1335 "Gmsh.yy.cpp" +#line 1340 "Gmsh.yy.cpp" if ( !(yy_init) ) { @@ -1384,13 +1389,13 @@ yy_match: while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 1039 ) + if ( yy_current_state >= 1048 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } - while ( yy_base[yy_current_state] != 1172 ); + while ( yy_base[yy_current_state] != 1181 ); yy_find_action: yy_act = yy_accept[yy_current_state]; @@ -2393,40 +2398,50 @@ return tUpperCase; case 196: YY_RULE_SETUP #line 290 "Gmsh.l" -return tUsing; +return tLowerCase; YY_BREAK case 197: YY_RULE_SETUP -#line 292 "Gmsh.l" -return tVolume; +#line 291 "Gmsh.l" +return tLowerCaseIn; YY_BREAK case 198: -#line 295 "Gmsh.l" +YY_RULE_SETUP +#line 292 "Gmsh.l" +return tUsing; + YY_BREAK case 199: -#line 296 "Gmsh.l" +YY_RULE_SETUP +#line 294 "Gmsh.l" +return tVolume; + YY_BREAK case 200: #line 297 "Gmsh.l" case 201: +#line 298 "Gmsh.l" +case 202: +#line 299 "Gmsh.l" +case 203: YY_RULE_SETUP -#line 297 "Gmsh.l" +#line 299 "Gmsh.l" { gmsh_yylval.d = atof((char *)gmsh_yytext); return tDOUBLE; } YY_BREAK -case 202: +case 204: YY_RULE_SETUP -#line 299 "Gmsh.l" +#line 301 "Gmsh.l" { gmsh_yylval.c = strsave((char*)gmsh_yytext); return tSTRING; } YY_BREAK -case 203: +case 205: YY_RULE_SETUP -#line 301 "Gmsh.l" +#line 303 "Gmsh.l" return gmsh_yytext[0]; YY_BREAK -case 204: +case 206: YY_RULE_SETUP -#line 303 "Gmsh.l" +#line 305 "Gmsh.l" ECHO; YY_BREAK -#line 2430 "Gmsh.yy.cpp" +#line 2445 "Gmsh.yy.cpp" case YY_STATE_EOF(INITIAL): yyterminate(); @@ -2619,7 +2634,7 @@ static int yy_get_next_buffer (void) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ - YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; + YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); @@ -2718,7 +2733,7 @@ static int yy_get_next_buffer (void) while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 1039 ) + if ( yy_current_state >= 1048 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; @@ -2746,13 +2761,13 @@ static int yy_get_next_buffer (void) while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; - if ( yy_current_state >= 1039 ) + if ( yy_current_state >= 1048 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; - yy_is_jam = (yy_current_state == 1038); + yy_is_jam = (yy_current_state == 1047); - return yy_is_jam ? 0 : yy_current_state; + return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) @@ -2840,7 +2855,7 @@ static int yy_get_next_buffer (void) case EOB_ACT_END_OF_FILE: { if ( gmsh_yywrap( ) ) - return EOF; + return 0; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; @@ -2976,6 +2991,10 @@ static void gmsh_yy_load_buffer_state (void) gmsh_yyfree((void *) b ); } +#ifndef __cplusplus +extern int isatty (int ); +#endif /* __cplusplus */ + /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a gmsh_yyrestart() or at EOF. @@ -3180,8 +3199,8 @@ YY_BUFFER_STATE gmsh_yy_scan_string (yyconst char * yystr ) /** Setup the input buffer state to scan the given bytes. The next call to gmsh_yylex() will * scan from a @e copy of @a bytes. - * @param yybytes the byte buffer to scan - * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. + * @param bytes the byte buffer to scan + * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ @@ -3189,8 +3208,7 @@ YY_BUFFER_STATE gmsh_yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes { YY_BUFFER_STATE b; char *buf; - yy_size_t n; - int i; + yy_size_t n, i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; @@ -3420,7 +3438,7 @@ void gmsh_yyfree (void * ptr ) #define YYTABLES_NAME "yytables" -#line 303 "Gmsh.l" +#line 305 "Gmsh.l"