Skip to content
Snippets Groups Projects
Select Git revision
  • 62b9d32d06822cc1d88cd3a1120f95384a980c31
  • master default protected
  • clem_dev
  • clem_dev_corrected
  • kokkos
  • devel
  • bcast_debug
  • MC/high_order_geometry
  • MC/mpi_nonblocking
  • MC/multigpu
  • MC/lifting_oneshot
  • MC/physent
  • curls_marco
  • MC/gefpg_lua_binding
  • emdant/dg-cherry-pick-8f1f09f5
  • v0.3.0
  • v0.2.0
  • v0.1.0
18 results

maxwell_interface.h

Blame
  • Gmsh.tab.cpp 343.97 KiB
    /* A Bison parser, made by GNU Bison 2.3.  */
    
    /* Skeleton implementation for Bison's Yacc-like parsers in C
    
       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
       it under the terms of the GNU General Public License as published by
       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
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       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, 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
       under terms of your choice, so long as that work isn't itself a
       parser generator using the skeleton or a modified version thereof
       as a parser skeleton.  Alternatively, if you modify or redistribute
       the parser skeleton itself, you may (at your option) remove this
       special exception, which will cause the skeleton and the resulting
       Bison output files to be licensed under the GNU General Public
       License without this special exception.
    
       This special exception was added by the Free Software Foundation in
       version 2.2 of Bison.  */
    
    /* C LALR(1) parser skeleton written by Richard Stallman, by
       simplifying the original so-called "semantic" parser.  */
    
    /* All symbols defined below should begin with yy or YY, to avoid
       infringing on user name space.  This should be done even for local
       variables, as they might otherwise be expanded by user macros.
       There are some unavoidable exceptions within include files to
       define necessary library symbols; they are noted "INFRINGES ON
       USER NAME SPACE" below.  */
    
    /* Identify Bison output.  */
    #define YYBISON 1
    
    /* Bison version.  */
    #define YYBISON_VERSION "2.3"
    
    /* Skeleton name.  */
    #define YYSKELETON_NAME "yacc.c"
    
    /* Pure parsers.  */
    #define YYPURE 0
    
    /* Using locations.  */
    #define YYLSP_NEEDED 0
    
    /* 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,
         tFmod = 287,
         tModulo = 288,
         tHypot = 289,
         tPrintf = 290,
         tSprintf = 291,
         tStrCat = 292,
         tStrPrefix = 293,
         tStrRelative = 294,
         tBoundingBox = 295,
         tDraw = 296,
         tToday = 297,
         tSyncModel = 298,
         tCreateTopology = 299,
         tDistanceFunction = 300,
         tPoint = 301,
         tCircle = 302,
         tEllipse = 303,
         tLine = 304,
         tSphere = 305,
         tPolarSphere = 306,
         tSurface = 307,
         tSpline = 308,
         tVolume = 309,
         tCharacteristic = 310,
         tLength = 311,
         tParametric = 312,
         tElliptic = 313,
         tPlane = 314,
         tRuled = 315,
         tTransfinite = 316,
         tComplex = 317,
         tPhysical = 318,
         tCompound = 319,
         tPeriodic = 320,
         tUsing = 321,
         tPlugin = 322,
         tDegenerated = 323,
         tOCCShape = 324,
         tRotate = 325,
         tTranslate = 326,
         tSymmetry = 327,
         tDilate = 328,
         tExtrude = 329,
         tLevelset = 330,
         tLoop = 331,
         tRecombine = 332,
         tSmoother = 333,
         tSplit = 334,
         tDelete = 335,
         tCoherence = 336,
         tIntersect = 337,
         tLayers = 338,
         tHole = 339,
         tAlias = 340,
         tAliasWithOptions = 341,
         tText2D = 342,
         tText3D = 343,
         tInterpolationScheme = 344,
         tTime = 345,
         tCombine = 346,
         tBSpline = 347,
         tBezier = 348,
         tNurbs = 349,
         tNurbsOrder = 350,
         tNurbsKnots = 351,
         tColor = 352,
         tColorTable = 353,
         tFor = 354,
         tIn = 355,
         tEndFor = 356,
         tIf = 357,
         tEndIf = 358,
         tExit = 359,
         tField = 360,
         tReturn = 361,
         tCall = 362,
         tFunction = 363,
         tShow = 364,
         tHide = 365,
         tGetValue = 366,
         tGMSH_MAJOR_VERSION = 367,
         tGMSH_MINOR_VERSION = 368,
         tGMSH_PATCH_VERSION = 369,
         tHomRank = 370,
         tHomGen = 371,
         tHomCut = 372,
         tHomSeq = 373,
         tAFFECTDIVIDE = 374,
         tAFFECTTIMES = 375,
         tAFFECTMINUS = 376,
         tAFFECTPLUS = 377,
         tOR = 378,
         tAND = 379,
         tNOTEQUAL = 380,
         tEQUAL = 381,
         tGREATEROREQUAL = 382,
         tLESSOREQUAL = 383,
         UNARYPREC = 384,
         tMINUSMINUS = 385,
         tPLUSPLUS = 386
       };
    #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 tFmod 287
    #define tModulo 288
    #define tHypot 289
    #define tPrintf 290
    #define tSprintf 291
    #define tStrCat 292
    #define tStrPrefix 293
    #define tStrRelative 294
    #define tBoundingBox 295
    #define tDraw 296
    #define tToday 297
    #define tSyncModel 298
    #define tCreateTopology 299
    #define tDistanceFunction 300
    #define tPoint 301
    #define tCircle 302
    #define tEllipse 303
    #define tLine 304
    #define tSphere 305
    #define tPolarSphere 306
    #define tSurface 307
    #define tSpline 308
    #define tVolume 309
    #define tCharacteristic 310
    #define tLength 311
    #define tParametric 312
    #define tElliptic 313
    #define tPlane 314
    #define tRuled 315
    #define tTransfinite 316
    #define tComplex 317
    #define tPhysical 318
    #define tCompound 319
    #define tPeriodic 320
    #define tUsing 321
    #define tPlugin 322
    #define tDegenerated 323
    #define tOCCShape 324
    #define tRotate 325
    #define tTranslate 326
    #define tSymmetry 327
    #define tDilate 328
    #define tExtrude 329
    #define tLevelset 330
    #define tLoop 331
    #define tRecombine 332
    #define tSmoother 333
    #define tSplit 334
    #define tDelete 335
    #define tCoherence 336
    #define tIntersect 337
    #define tLayers 338
    #define tHole 339
    #define tAlias 340
    #define tAliasWithOptions 341
    #define tText2D 342
    #define tText3D 343
    #define tInterpolationScheme 344
    #define tTime 345
    #define tCombine 346
    #define tBSpline 347
    #define tBezier 348
    #define tNurbs 349
    #define tNurbsOrder 350
    #define tNurbsKnots 351
    #define tColor 352
    #define tColorTable 353
    #define tFor 354
    #define tIn 355
    #define tEndFor 356
    #define tIf 357
    #define tEndIf 358
    #define tExit 359
    #define tField 360
    #define tReturn 361
    #define tCall 362
    #define tFunction 363
    #define tShow 364
    #define tHide 365
    #define tGetValue 366
    #define tGMSH_MAJOR_VERSION 367
    #define tGMSH_MINOR_VERSION 368
    #define tGMSH_PATCH_VERSION 369
    #define tHomRank 370
    #define tHomGen 371
    #define tHomCut 372
    #define tHomSeq 373
    #define tAFFECTDIVIDE 374
    #define tAFFECTTIMES 375
    #define tAFFECTMINUS 376
    #define tAFFECTPLUS 377
    #define tOR 378
    #define tAND 379
    #define tNOTEQUAL 380
    #define tEQUAL 381
    #define tGREATEROREQUAL 382
    #define tLESSOREQUAL 383
    #define UNARYPREC 384
    #define tMINUSMINUS 385
    #define tPLUSPLUS 386
    
    
    
    
    /* Copy the first part of user declarations.  */
    #line 1 "Gmsh.y"
    
    // Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
    //
    // See the LICENSE.txt file for license information. Please report all
    // bugs and problems to <gmsh@geuz.org>.
    
    #include <string.h>
    #include <stdarg.h>
    #include <time.h>
    #include "GmshConfig.h"
    #include "GmshMessage.h"
    #include "fullMatrix.h"
    #include "MallocUtils.h"
    #include "ListUtils.h"
    #include "TreeUtils.h"
    #include "StringUtils.h"
    #include "Numeric.h"
    #include "Context.h"
    #include "GModel.h"
    #include "Geo.h"
    #include "GeoInterpolation.h"
    #include "Options.h"
    #include "Colors.h"
    #include "Parser.h"
    #include "OpenFile.h"
    #include "CommandLine.h"
    #include "FunctionManager.h"
    #include "ColorTable.h"
    #include "OS.h"
    #include "CreateFile.h"
    #include "gmshSurface.h"
    #include "gmshLevelset.h"
    
    #if defined(HAVE_MESH)
    #include "Generator.h"
    #include "Field.h"
    #include "BackgroundMesh.h"
    #endif
    
    #if defined(HAVE_POST)
    #include "PView.h"
    #include "PViewDataList.h"
    #include "PluginManager.h"
    #endif
    
    #if defined(HAVE_OPENGL)
    #include "drawContext.h"
    #endif
    
    #if defined(HAVE_KBIPACK)
    #include "Homology.h"
    #endif
    
    // Global parser variables
    std::string gmsh_yyname;
    int gmsh_yyerrorstate = 0;
    int gmsh_yyviewindex = 0;
    std::map<std::string, std::vector<double> > gmsh_yysymbols;
    
    // Static parser variables (accessible only in this file)
    static std::map<std::string, std::string > gmsh_yystringsymbols;
    #if defined(HAVE_POST)
    static PViewDataList *ViewData;
    #endif
    static std::vector<double> ViewCoord;
    static std::vector<double> *ViewValueList = 0;
    static int *ViewNumList = 0;
    static ExtrudeParams extr;
    static int curPhysDim = 0;
    static gmshSurface *myGmshSurface = 0;
    #define MAX_RECUR_LOOPS 100
    static int ImbricatedLoop = 0;
    static fpos_t yyposImbricatedLoopsTab[MAX_RECUR_LOOPS];
    static int yylinenoImbricatedLoopsTab[MAX_RECUR_LOOPS];
    static double LoopControlVariablesTab[MAX_RECUR_LOOPS][3];
    static const char *LoopControlVariablesNameTab[MAX_RECUR_LOOPS];
    
    void yyerror(const char *s);
    void yymsg(int level, const char *fmt, ...);
    void skip_until(const char *skip, const char *until);
    int PrintListOfDouble(char *format, List_T *list, char *buffer);
    fullMatrix<double> ListOfListOfDouble2Matrix(List_T *list);
    
    
    /* Enabling traces.  */
    #ifndef YYDEBUG
    # define YYDEBUG 0
    #endif
    
    /* Enabling verbose error messages.  */
    #ifdef YYERROR_VERBOSE
    # undef YYERROR_VERBOSE
    # define YYERROR_VERBOSE 1
    #else
    # define YYERROR_VERBOSE 0
    #endif
    
    /* Enabling the token table.  */
    #ifndef YYTOKEN_TABLE
    # define YYTOKEN_TABLE 0
    #endif
    
    #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
    typedef union YYSTYPE
    #line 85 "Gmsh.y"
    {
      char *c;
      int i;
      unsigned int u;
      double d;
      double v[5];
      Shape s;
      List_T *l;
    }
    /* Line 193 of yacc.c.  */
    #line 460 "Gmsh.tab.cpp"
    	YYSTYPE;
    # define yystype YYSTYPE /* obsolescent; will be withdrawn */
    # define YYSTYPE_IS_DECLARED 1
    # define YYSTYPE_IS_TRIVIAL 1
    #endif
    
    
    
    /* Copy the second part of user declarations.  */
    
    
    /* Line 216 of yacc.c.  */
    #line 473 "Gmsh.tab.cpp"
    
    #ifdef short
    # undef short
    #endif
    
    #ifdef YYTYPE_UINT8
    typedef YYTYPE_UINT8 yytype_uint8;
    #else
    typedef unsigned char yytype_uint8;
    #endif
    
    #ifdef YYTYPE_INT8
    typedef YYTYPE_INT8 yytype_int8;
    #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
    typedef YYTYPE_UINT16 yytype_uint16;
    #else
    typedef unsigned short int yytype_uint16;
    #endif
    
    #ifdef YYTYPE_INT16
    typedef YYTYPE_INT16 yytype_int16;
    #else
    typedef short int yytype_int16;
    #endif
    
    #ifndef YYSIZE_T
    # ifdef __SIZE_TYPE__
    #  define YYSIZE_T __SIZE_TYPE__
    # elif defined size_t
    #  define YYSIZE_T size_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
    #  define YYSIZE_T unsigned int
    # endif
    #endif
    
    #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
    
    #ifndef YY_
    # if defined YYENABLE_NLS && YYENABLE_NLS
    #  if ENABLE_NLS
    #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
    #   define YY_(msgid) dgettext ("bison-runtime", msgid)
    #  endif
    # endif
    # ifndef YY_
    #  define YY_(msgid) msgid
    # endif
    #endif
    
    /* Suppress unused-variable warnings by "using" E.  */
    #if ! defined lint || defined __GNUC__
    # define YYUSE(e) ((void) (e))
    #else
    # define YYUSE(e) /* empty */
    #endif
    
    /* Identity function, used to suppress warnings about constant conditions.  */
    #ifndef lint
    # define YYID(n) (n)
    #else
    #if (defined __STDC__ || defined __C99__FUNC__ \
         || defined __cplusplus || defined _MSC_VER)
    static int
    YYID (int i)
    #else
    static int
    YYID (i)
        int i;
    #endif
    {
      return i;
    }
    #endif
    
    #if ! defined yyoverflow || YYERROR_VERBOSE
    
    /* The parser invokes alloca or malloc; define the necessary symbols.  */
    
    # ifdef YYSTACK_USE_ALLOCA
    #  if YYSTACK_USE_ALLOCA
    #   ifdef __GNUC__
    #    define YYSTACK_ALLOC __builtin_alloca
    #   elif defined __BUILTIN_VA_ARG_INCR
    #    include <alloca.h> /* INFRINGES ON USER NAME SPACE */
    #   elif defined _AIX
    #    define YYSTACK_ALLOC __alloca
    #   elif defined _MSC_VER
    #    include <malloc.h> /* INFRINGES ON USER NAME SPACE */
    #    define alloca _alloca
    #   else
    #    define YYSTACK_ALLOC alloca
    #    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 */
    #     ifndef _STDLIB_H
    #      define _STDLIB_H 1
    #     endif
    #    endif
    #   endif
    #  endif
    # endif
    
    # ifdef YYSTACK_ALLOC
       /* 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
           invoke alloca (N) if N exceeds 4096.  Use a slightly smaller number
           to allow for a few compiler-allocated temporary stack slots.  */
    #   define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
    #  endif
    # else
    #  define YYSTACK_ALLOC YYMALLOC
    #  define YYSTACK_FREE YYFREE
    #  ifndef YYSTACK_ALLOC_MAXIMUM
    #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
    #  endif
    #  if (defined __cplusplus && ! defined _STDLIB_H \
           && ! ((defined YYMALLOC || defined malloc) \
    	     && (defined YYFREE || defined free)))
    #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
    #   ifndef _STDLIB_H
    #    define _STDLIB_H 1
    #   endif
    #  endif
    #  ifndef YYMALLOC
    #   define YYMALLOC malloc
    #   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 _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
         || defined __cplusplus || defined _MSC_VER)
    void free (void *); /* INFRINGES ON USER NAME SPACE */
    #   endif
    #  endif
    # endif
    #endif /* ! defined yyoverflow || YYERROR_VERBOSE */
    
    
    #if (! defined yyoverflow \
         && (! defined __cplusplus \
    	 || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
    
    /* A type that is properly aligned for any stack member.  */
    union yyalloc
    {
      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)
    
    /* The size of an array large to enough to hold all stacks, each with
       N elements.  */
    # define YYSTACK_BYTES(N) \
         ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
          + YYSTACK_GAP_MAXIMUM)
    
    /* 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)					\
        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
    
    /* YYFINAL -- State number of the termination state.  */
    #define YYFINAL  5
    /* YYLAST -- Last index in YYTABLE.  */
    #define YYLAST   6760
    
    /* YYNTOKENS -- Number of terminals.  */
    #define YYNTOKENS  152
    /* YYNNTS -- Number of nonterminals.  */
    #define YYNNTS  82
    /* YYNRULES -- Number of rules.  */
    #define YYNRULES  387
    /* YYNRULES -- Number of states.  */
    #define YYNSTATES  1385
    
    /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
    #define YYUNDEFTOK  2
    #define YYMAXUTOK   386
    
    #define YYTRANSLATE(YYX)						\
      ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
    
    /* 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,   137,     2,   147,     2,   136,     2,     2,
         142,   143,   134,   132,   148,   133,   146,   135,     2,     2,
           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
         128,     2,   129,   123,     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,   144,     2,   145,   141,     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,   149,     2,   150,   151,     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,
           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,     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,     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,     1,     2,     3,     4,
           5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
          15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
          25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
          35,    36,    37,    38,    39,    40,    41,    42,    43,    44,
          45,    46,    47,    48,    49,    50,    51,    52,    53,    54,
          55,    56,    57,    58,    59,    60,    61,    62,    63,    64,
          65,    66,    67,    68,    69,    70,    71,    72,    73,    74,
          75,    76,    77,    78,    79,    80,    81,    82,    83,    84,
          85,    86,    87,    88,    89,    90,    91,    92,    93,    94,
          95,    96,    97,    98,    99,   100,   101,   102,   103,   104,
         105,   106,   107,   108,   109,   110,   111,   112,   113,   114,
         115,   116,   117,   118,   119,   120,   121,   122,   124,   125,
         126,   127,   130,   131,   138,   139,   140
    };
    
    #if YYDEBUG
    /* 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,    48,    51,    57,    65,    73,    83,
          90,    97,   104,   105,   108,   111,   114,   117,   120,   122,
         126,   128,   132,   133,   134,   145,   147,   151,   152,   166,
         168,   172,   173,   189,   198,   213,   214,   221,   223,   225,
         227,   229,   231,   233,   235,   240,   248,   258,   265,   272,
         276,   283,   288,   295,   305,   312,   322,   328,   337,   346,
         358,   365,   375,   381,   389,   399,   409,   421,   431,   441,
         443,   445,   446,   452,   453,   456,   464,   465,   475,   482,
         490,   495,   503,   512,   521,   529,   537,   549,   558,   567,
         568,   578,   587,   597,   601,   606,   617,   625,   633,   642,
         652,   666,   667,   677,   686,   694,   704,   713,   714,   724,
         730,   742,   748,   758,   763,   773,   783,   785,   787,   788,
         791,   798,   805,   812,   819,   828,   843,   860,   873,   882,
         891,   898,   913,   918,   925,   932,   936,   941,   947,   951,
         955,   960,   965,   969,   977,   985,   989,   997,  1001,  1004,
        1007,  1010,  1026,  1029,  1032,  1039,  1048,  1057,  1068,  1070,
        1073,  1075,  1079,  1084,  1086,  1092,  1104,  1118,  1119,  1127,
        1128,  1142,  1143,  1159,  1160,  1167,  1176,  1185,  1194,  1207,
        1220,  1233,  1248,  1263,  1278,  1279,  1292,  1293,  1306,  1307,
        1320,  1321,  1338,  1339,  1356,  1357,  1374,  1375,  1394,  1395,
        1414,  1415,  1434,  1436,  1439,  1445,  1453,  1463,  1466,  1476,
        1477,  1479,  1480,  1484,  1485,  1487,  1488,  1491,  1492,  1495,
        1503,  1510,  1519,  1525,  1531,  1538,  1545,  1552,  1563,  1574,
        1585,  1596,  1599,  1603,  1615,  1627,  1639,  1651,  1653,  1657,
        1660,  1663,  1666,  1670,  1674,  1678,  1682,  1686,  1690,  1694,
        1698,  1702,  1706,  1710,  1714,  1718,  1722,  1728,  1733,  1738,
        1743,  1748,  1753,  1758,  1763,  1768,  1773,  1778,  1785,  1790,
        1795,  1800,  1805,  1810,  1815,  1822,  1829,  1836,  1841,  1846,
        1851,  1856,  1861,  1866,  1871,  1876,  1881,  1886,  1891,  1898,
        1903,  1908,  1913,  1918,  1923,  1928,  1935,  1942,  1949,  1954,
        1956,  1958,  1960,  1962,  1964,  1966,  1968,  1970,  1976,  1981,
        1986,  1989,  1995,  1999,  2006,  2011,  2019,  2026,  2028,  2031,
        2034,  2038,  2042,  2054,  2064,  2072,  2080,  2082,  2086,  2088,
        2090,  2093,  2097,  2102,  2108,  2110,  2112,  2115,  2119,  2123,
        2129,  2134,  2136,  2138,  2142,  2149,  2151,  2153,  2157,  2161,
        2171,  2179,  2181,  2187,  2191,  2198,  2200,  2204,  2206,  2208,
        2212,  2219,  2221,  2223,  2230,  2235,  2240,  2245
    };
    
    /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
    static const yytype_int16 yyrhs[] =
    {
         153,     0,    -1,   154,    -1,     1,     6,    -1,    -1,   154,
         155,    -1,   158,    -1,   157,    -1,   176,    -1,   180,    -1,
         185,    -1,   189,    -1,   190,    -1,   191,    -1,   194,    -1,
         215,    -1,   216,    -1,   217,    -1,   218,    -1,   193,    -1,
         192,    -1,   188,    -1,   219,    -1,   129,    -1,   129,   129,
          -1,    35,   142,     5,   143,     6,    -1,    35,   142,     5,
         143,   156,   232,     6,    -1,    35,   142,     5,   148,   228,
         143,     6,    -1,    35,   142,     5,   148,   228,   143,   156,
         232,     6,    -1,     4,     5,   149,   159,   150,     6,    -1,
          85,     4,   144,   220,   145,     6,    -1,    86,     4,   144,
         220,   145,     6,    -1,    -1,   159,   162,    -1,   159,   166,
          -1,   159,   169,    -1,   159,   171,    -1,   159,   172,    -1,
         220,    -1,   160,   148,   220,    -1,   220,    -1,   161,   148,
         220,    -1,    -1,    -1,     4,   163,   142,   160,   143,   164,
         149,   161,   150,     6,    -1,   232,    -1,   165,   148,   232,
          -1,    -1,    87,   142,   220,   148,   220,   148,   220,   143,
         167,   149,   165,   150,     6,    -1,   232,    -1,   168,   148,
         232,    -1,    -1,    88,   142,   220,   148,   220,   148,   220,
         148,   220,   143,   170,   149,   168,   150,     6,    -1,    89,
         149,   224,   150,   149,   224,   150,     6,    -1,    89,   149,
         224,   150,   149,   224,   150,   149,   224,   150,   149,   224,
         150,     6,    -1,    -1,    90,   173,   149,   161,   150,     6,
          -1,     7,    -1,   122,    -1,   121,    -1,   120,    -1,   119,
          -1,   140,    -1,   139,    -1,     4,   174,   220,     6,    -1,
           4,   144,   220,   145,   174,   220,     6,    -1,     4,   144,
         149,   228,   150,   145,   174,   225,     6,    -1,     4,   144,
         145,     7,   225,     6,    -1,     4,   144,   145,   122,   225,
           6,    -1,     4,   175,     6,    -1,     4,   144,   220,   145,
         175,     6,    -1,     4,     7,   233,     6,    -1,     4,   146,
           4,     7,   233,     6,    -1,     4,   144,   220,   145,   146,
           4,     7,   233,     6,    -1,     4,   146,     4,   174,   220,
           6,    -1,     4,   144,   220,   145,   146,     4,   174,   220,
           6,    -1,     4,   146,     4,   175,     6,    -1,     4,   144,
         220,   145,   146,     4,   175,     6,    -1,     4,   146,    97,
         146,     4,     7,   229,     6,    -1,     4,   144,   220,   145,
         146,    97,   146,     4,     7,   229,     6,    -1,     4,   146,
          98,     7,   230,     6,    -1,     4,   144,   220,   145,   146,
          98,     7,   230,     6,    -1,     4,   105,     7,   220,     6,
          -1,   105,   144,   220,   145,     7,     4,     6,    -1,   105,
         144,   220,   145,   146,     4,     7,   220,     6,    -1,   105,
         144,   220,   145,   146,     4,     7,   233,     6,    -1,   105,
         144,   220,   145,   146,     4,     7,   149,   228,   150,     6,
          -1,    67,   142,     4,   143,   146,     4,     7,   220,     6,
          -1,    67,   142,     4,   143,   146,     4,     7,   233,     6,
          -1,   220,    -1,   233,    -1,    -1,   100,    50,   149,   220,
         150,    -1,    -1,    59,   222,    -1,    46,   142,   220,   143,
           7,   222,     6,    -1,    -1,    63,    46,   181,   142,   177,
         143,     7,   225,     6,    -1,    55,    56,   225,     7,   220,
           6,    -1,    49,   142,   220,   143,     7,   225,     6,    -1,
          68,    49,   225,     6,    -1,    53,   142,   220,   143,     7,
         225,     6,    -1,    47,   142,   220,   143,     7,   225,   179,
           6,    -1,    48,   142,   220,   143,     7,   225,   179,     6,
          -1,    92,   142,   220,   143,     7,   225,     6,    -1,    93,
         142,   220,   143,     7,   225,     6,    -1,    94,   142,   220,
         143,     7,   225,    96,   225,    95,   220,     6,    -1,    49,
          76,   142,   220,   143,     7,   225,     6,    -1,    64,    49,
         142,   220,   143,     7,   225,     6,    -1,    -1,    63,    49,
         182,   142,   177,   143,     7,   225,     6,    -1,    59,    52,
         142,   220,   143,     7,   225,     6,    -1,    60,    52,   142,
         220,   143,     7,   225,   178,     6,    -1,    12,    13,     6,
          -1,    13,    52,   220,     6,    -1,    57,    52,   142,   220,
         143,     7,     5,     5,     5,     6,    -1,    50,   142,   220,
         143,     7,   225,     6,    -1,    51,   142,   220,   143,     7,
         225,     6,    -1,    52,    76,   142,   220,   143,     7,   225,
           6,    -1,    64,    52,   142,   220,   143,     7,   225,   210,
           6,    -1,    64,    52,   142,   220,   143,     7,   225,     4,
         149,   224,   150,   210,     6,    -1,    -1,    63,    52,   183,
         142,   177,   143,     7,   225,     6,    -1,    62,    54,   142,
         220,   143,     7,   225,     6,    -1,    54,   142,   220,   143,
           7,   225,     6,    -1,    69,   142,     5,   148,   225,   148,
           5,   143,     6,    -1,    64,    54,   142,   220,   143,     7,
         225,     6,    -1,    -1,    63,    54,   184,   142,   177,   143,
           7,   225,     6,    -1,    71,   222,   149,   186,   150,    -1,
          70,   149,   222,   148,   222,   148,   220,   150,   149,   186,
         150,    -1,    72,   222,   149,   186,   150,    -1,    73,   149,
         222,   148,   220,   150,   149,   186,   150,    -1,     4,   149,
         186,   150,    -1,    82,    49,   149,   228,   150,    52,   149,
         220,   150,    -1,    79,    49,   142,   220,   143,   149,   228,
         150,     6,    -1,   187,    -1,   185,    -1,    -1,   187,   180,
          -1,   187,    46,   149,   228,   150,     6,    -1,   187,    49,
         149,   228,   150,     6,    -1,   187,    52,   149,   228,   150,
           6,    -1,   187,    54,   149,   228,   150,     6,    -1,    75,
          59,   142,   220,   143,     7,   225,     6,    -1,    75,    59,
         142,   220,   143,     7,   149,   222,   148,   222,   148,   228,
         150,     6,    -1,    75,    59,   142,   220,   143,     7,   149,
         222,   148,   222,   148,   222,   148,   228,   150,     6,    -1,
          75,    50,   142,   220,   143,     7,   149,   222,   148,   228,
         150,     6,    -1,    75,     4,   142,   220,   143,     7,   225,
           6,    -1,    75,     4,   142,   220,   143,     7,     5,     6,
          -1,    75,     4,   149,   220,   150,     6,    -1,    75,     4,
         142,   220,   143,     7,   149,   222,   148,   222,   148,   228,
         150,     6,    -1,    80,   149,   187,   150,    -1,    80,   105,
         144,   220,   145,     6,    -1,    80,     4,   144,   220,   145,
           6,    -1,    80,     4,     6,    -1,    80,     4,     4,     6,
          -1,    97,   229,   149,   187,   150,    -1,   109,     5,     6,
          -1,   110,     5,     6,    -1,   109,   149,   187,   150,    -1,
         110,   149,   187,   150,    -1,     4,   233,     6,    -1,     4,
           4,   144,   220,   145,   232,     6,    -1,     4,     4,     4,
         144,   220,   145,     6,    -1,     4,   220,     6,    -1,    67,
         142,     4,   143,   146,     4,     6,    -1,    91,     4,     6,
          -1,   104,     6,    -1,    43,     6,    -1,    40,     6,    -1,
          40,   149,   220,   148,   220,   148,   220,   148,   220,   148,
         220,   148,   220,   150,     6,    -1,    41,     6,    -1,    44,
           6,    -1,    99,   142,   220,     8,   220,   143,    -1,    99,
         142,   220,     8,   220,     8,   220,   143,    -1,    99,     4,
         100,   149,   220,     8,   220,   150,    -1,    99,     4,   100,
         149,   220,     8,   220,     8,   220,   150,    -1,   101,    -1,
         108,     4,    -1,   106,    -1,   107,     4,     6,    -1,   102,
         142,   220,   143,    -1,   103,    -1,    74,   222,   149,   187,
         150,    -1,    74,   149,   222,   148,   222,   148,   220,   150,
         149,   187,   150,    -1,    74,   149,   222,   148,   222,   148,
         222,   148,   220,   150,   149,   187,   150,    -1,    -1,    74,
         222,   149,   187,   195,   208,   150,    -1,    -1,    74,   149,
         222,   148,   222,   148,   220,   150,   149,   187,   196,   208,
         150,    -1,    -1,    74,   149,   222,   148,   222,   148,   222,
         148,   220,   150,   149,   187,   197,   208,   150,    -1,    -1,
          74,   149,   187,   198,   208,   150,    -1,    74,    46,   149,
         220,   148,   222,   150,     6,    -1,    74,    49,   149,   220,
         148,   222,   150,     6,    -1,    74,    52,   149,   220,   148,
         222,   150,     6,    -1,    74,    46,   149,   220,   148,   222,
         148,   222,   148,   220,   150,     6,    -1,    74,    49,   149,
         220,   148,   222,   148,   222,   148,   220,   150,     6,    -1,
          74,    52,   149,   220,   148,   222,   148,   222,   148,   220,
         150,     6,    -1,    74,    46,   149,   220,   148,   222,   148,
         222,   148,   222,   148,   220,   150,     6,    -1,    74,    49,
         149,   220,   148,   222,   148,   222,   148,   222,   148,   220,
         150,     6,    -1,    74,    52,   149,   220,   148,   222,   148,
         222,   148,   222,   148,   220,   150,     6,    -1,    -1,    74,
          46,   149,   220,   148,   222,   150,   199,   149,   208,   150,
           6,    -1,    -1,    74,    49,   149,   220,   148,   222,   150,
         200,   149,   208,   150,     6,    -1,    -1,    74,    52,   149,
         220,   148,   222,   150,   201,   149,   208,   150,     6,    -1,
          -1,    74,    46,   149,   220,   148,   222,   148,   222,   148,
         220,   150,   202,   149,   208,   150,     6,    -1,    -1,    74,
          49,   149,   220,   148,   222,   148,   222,   148,   220,   150,
         203,   149,   208,   150,     6,    -1,    -1,    74,    52,   149,
         220,   148,   222,   148,   222,   148,   220,   150,   204,   149,
         208,   150,     6,    -1,    -1,    74,    46,   149,   220,   148,
         222,   148,   222,   148,   222,   148,   220,   150,   205,   149,
         208,   150,     6,    -1,    -1,    74,    49,   149,   220,   148,
         222,   148,   222,   148,   222,   148,   220,   150,   206,   149,
         208,   150,     6,    -1,    -1,    74,    52,   149,   220,   148,
         222,   148,   222,   148,   222,   148,   220,   150,   207,   149,
         208,   150,     6,    -1,   209,    -1,   208,   209,    -1,    83,
         149,   220,   150,     6,    -1,    83,   149,   225,   148,   225,
         150,     6,    -1,    83,   149,   225,   148,   225,   148,   225,
         150,     6,    -1,    77,     6,    -1,    84,   142,   220,   143,
           7,   225,    66,   220,     6,    -1,    -1,     4,    -1,    -1,
          66,     4,   220,    -1,    -1,     4,    -1,    -1,     7,   225,
          -1,    -1,     7,   220,    -1,    61,    49,   226,     7,   220,
         211,     6,    -1,    61,    52,   226,   213,   212,     6,    -1,
          58,    52,   149,   220,   150,     7,   225,     6,    -1,    61,
          54,   226,   213,     6,    -1,    77,    52,   226,   214,     6,
          -1,    78,    52,   225,     7,   220,     6,    -1,    65,    49,
         225,     7,   225,     6,    -1,    65,    52,   225,     7,   225,
           6,    -1,    46,   149,   228,   150,   100,    52,   149,   220,
         150,     6,    -1,    49,   149,   228,   150,   100,    52,   149,
         220,   150,     6,    -1,    49,   149,   228,   150,   100,    54,
         149,   220,   150,     6,    -1,    52,   149,   228,   150,   100,
          54,   149,   220,   150,     6,    -1,    81,     6,    -1,    81,
           4,     6,    -1,   115,   142,   232,   143,     7,   149,   225,
         148,   225,   150,     6,    -1,   116,   142,   232,   143,     7,
         149,   225,   148,   225,   150,     6,    -1,   117,   142,   232,
         143,     7,   149,   225,   148,   225,   150,     6,    -1,   118,
         142,   232,   143,     7,   149,   225,   148,   225,   150,     6,
          -1,   221,    -1,   142,   220,   143,    -1,   133,   220,    -1,
         132,   220,    -1,   137,   220,    -1,   220,   133,   220,    -1,
         220,   132,   220,    -1,   220,   134,   220,    -1,   220,   135,
         220,    -1,   220,   136,   220,    -1,   220,   141,   220,    -1,
         220,   128,   220,    -1,   220,   129,   220,    -1,   220,   131,
         220,    -1,   220,   130,   220,    -1,   220,   127,   220,    -1,
         220,   126,   220,    -1,   220,   125,   220,    -1,   220,   124,
         220,    -1,   220,   123,   220,     8,   220,    -1,    14,   142,
         220,   143,    -1,    15,   142,   220,   143,    -1,    16,   142,
         220,   143,    -1,    17,   142,   220,   143,    -1,    18,   142,
         220,   143,    -1,    19,   142,   220,   143,    -1,    20,   142,
         220,   143,    -1,    21,   142,   220,   143,    -1,    22,   142,
         220,   143,    -1,    24,   142,   220,   143,    -1,    25,   142,
         220,   148,   220,   143,    -1,    26,   142,   220,   143,    -1,
          27,   142,   220,   143,    -1,    28,   142,   220,   143,    -1,
          29,   142,   220,   143,    -1,    30,   142,   220,   143,    -1,
          31,   142,   220,   143,    -1,    32,   142,   220,   148,   220,
         143,    -1,    33,   142,   220,   148,   220,   143,    -1,    34,
         142,   220,   148,   220,   143,    -1,    23,   142,   220,   143,
          -1,    14,   144,   220,   145,    -1,    15,   144,   220,   145,
          -1,    16,   144,   220,   145,    -1,    17,   144,   220,   145,
          -1,    18,   144,   220,   145,    -1,    19,   144,   220,   145,
          -1,    20,   144,   220,   145,    -1,    21,   144,   220,   145,
          -1,    22,   144,   220,   145,    -1,    24,   144,   220,   145,
          -1,    25,   144,   220,   148,   220,   145,    -1,    26,   144,
         220,   145,    -1,    27,   144,   220,   145,    -1,    28,   144,
         220,   145,    -1,    29,   144,   220,   145,    -1,    30,   144,
         220,   145,    -1,    31,   144,   220,   145,    -1,    32,   144,
         220,   148,   220,   145,    -1,    33,   144,   220,   148,   220,
         145,    -1,    34,   144,   220,   148,   220,   145,    -1,    23,
         144,   220,   145,    -1,     3,    -1,     9,    -1,    10,    -1,
          11,    -1,   112,    -1,   113,    -1,   114,    -1,     4,    -1,
           4,   151,   149,   220,   150,    -1,     4,   144,   220,   145,
          -1,   147,     4,   144,   145,    -1,     4,   175,    -1,     4,
         144,   220,   145,   175,    -1,     4,   146,     4,    -1,     4,
         144,   220,   145,   146,     4,    -1,     4,   146,     4,   175,
          -1,     4,   144,   220,   145,   146,     4,   175,    -1,   111,
         142,     5,   148,   220,   143,    -1,   223,    -1,   133,   222,
          -1,   132,   222,    -1,   222,   133,   222,    -1,   222,   132,
         222,    -1,   149,   220,   148,   220,   148,   220,   148,   220,
         148,   220,   150,    -1,   149,   220,   148,   220,   148,   220,
         148,   220,   150,    -1,   149,   220,   148,   220,   148,   220,
         150,    -1,   142,   220,   148,   220,   148,   220,   143,    -1,
         225,    -1,   224,   148,   225,    -1,   220,    -1,   227,    -1,
         149,   150,    -1,   149,   228,   150,    -1,   133,   149,   228,
         150,    -1,   220,   134,   149,   228,   150,    -1,   225,    -1,
           5,    -1,   133,   227,    -1,   220,   134,   227,    -1,   220,
           8,   220,    -1,   220,     8,   220,     8,   220,    -1,    46,
         149,   220,   150,    -1,   185,    -1,   194,    -1,     4,   144,
         145,    -1,     4,   144,   149,   228,   150,   145,    -1,   220,
          -1,   227,    -1,   228,   148,   220,    -1,   228,   148,   227,
          -1,   149,   220,   148,   220,   148,   220,   148,   220,   150,
          -1,   149,   220,   148,   220,   148,   220,   150,    -1,     4,
          -1,     4,   146,    97,   146,     4,    -1,   149,   231,   150,
          -1,     4,   144,   220,   145,   146,    98,    -1,   229,    -1,
         231,   148,   229,    -1,   233,    -1,     4,    -1,     4,   146,
           4,    -1,     4,   144,   220,   145,   146,     4,    -1,     5,
          -1,    42,    -1,    37,   142,   232,   148,   232,   143,    -1,
          38,   142,   232,   143,    -1,    39,   142,   232,   143,    -1,
          36,   142,   232,   143,    -1,    36,   142,   232,   148,   228,
         143,    -1
    };
    
    /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
    static const yytype_uint16 yyrline[] =
    {
           0,   156,   156,   157,   162,   164,   168,   169,   170,   171,
         172,   173,   174,   175,   176,   177,   178,   179,   180,   181,
         182,   183,   184,   188,   192,   199,   204,   218,   231,   259,
         273,   284,   299,   304,   305,   306,   307,   308,   312,   314,
         319,   321,   327,   431,   326,   449,   456,   467,   466,   484,
         491,   502,   501,   518,   535,   558,   557,   571,   572,   573,
         574,   575,   579,   580,   587,   609,   636,   676,   686,   694,
         702,   714,   723,   729,   738,   756,   774,   783,   795,   800,
         808,   828,   851,   860,   868,   890,   913,   941,   953,   970,
         974,   985,   988,  1001,  1004,  1014,  1038,  1037,  1057,  1079,
        1097,  1119,  1137,  1167,  1197,  1215,  1233,  1259,  1276,  1295,
        1294,  1317,  1335,  1374,  1380,  1386,  1393,  1418,  1443,  1459,
        1477,  1510,  1509,  1533,  1551,  1569,  1582,  1599,  1598,  1624,
        1629,  1634,  1639,  1644,  1664,  1670,  1681,  1682,  1687,  1690,
        1694,  1717,  1740,  1763,  1791,  1812,  1833,  1855,  1875,  1987,
        2006,  2026,  2135,  2144,  2150,  2165,  2193,  2210,  2224,  2230,
        2236,  2245,  2259,  2301,  2318,  2333,  2352,  2364,  2388,  2392,
        2399,  2405,  2410,  2416,  2426,  2443,  2460,  2479,  2498,  2528,
        2536,  2542,  2549,  2553,  2562,  2570,  2578,  2587,  2586,  2599,
        2598,  2611,  2610,  2623,  2622,  2635,  2642,  2649,  2656,  2663,
        2670,  2677,  2684,  2691,  2699,  2698,  2710,  2709,  2721,  2720,
        2732,  2731,  2743,  2742,  2754,  2753,  2765,  2764,  2776,  2775,
        2787,  2786,  2801,  2804,  2810,  2819,  2839,  2862,  2866,  2890,
        2893,  2909,  2912,  2928,  2931,  2944,  2947,  2953,  2956,  2963,
        3019,  3089,  3094,  3161,  3204,  3228,  3254,  3286,  3309,  3332,
        3335,  3344,  3348,  3365,  3402,  3438,  3473,  3513,  3514,  3515,
        3516,  3517,  3518,  3519,  3520,  3521,  3528,  3529,  3530,  3531,
        3532,  3533,  3534,  3535,  3536,  3537,  3538,  3539,  3540,  3541,
        3542,  3543,  3544,  3545,  3546,  3547,  3548,  3549,  3550,  3551,
        3552,  3553,  3554,  3555,  3556,  3557,  3558,  3559,  3561,  3562,
        3563,  3564,  3565,  3566,  3567,  3568,  3569,  3570,  3571,  3572,
        3573,  3574,  3575,  3576,  3577,  3578,  3579,  3580,  3581,  3590,
        3591,  3592,  3593,  3594,  3595,  3596,  3600,  3613,  3625,  3640,
        3650,  3660,  3678,  3683,  3688,  3698,  3708,  3716,  3720,  3724,
        3728,  3732,  3739,  3743,  3747,  3751,  3758,  3763,  3770,  3775,
        3779,  3784,  3788,  3796,  3807,  3811,  3823,  3831,  3839,  3846,
        3857,  3877,  3887,  3897,  3907,  3927,  3932,  3936,  3940,  3952,
        3956,  3968,  3975,  3985,  3989,  4004,  4009,  4016,  4020,  4033,
        4041,  4052,  4056,  4064,  4072,  4086,  4100,  4104
    };
    #endif
    
    #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[] =
    {
      "$end", "error", "$undefined", "tDOUBLE", "tSTRING", "tBIGSTR", "tEND",
      "tAFFECT", "tDOTS", "tPi", "tMPI_Rank", "tMPI_Size", "tEuclidian",
      "tCoordinates", "tExp", "tLog", "tLog10", "tSqrt", "tSin", "tAsin",
      "tCos", "tAcos", "tTan", "tRand", "tAtan", "tAtan2", "tSinh", "tCosh",
      "tTanh", "tFabs", "tFloor", "tCeil", "tFmod", "tModulo", "tHypot",
      "tPrintf", "tSprintf", "tStrCat", "tStrPrefix", "tStrRelative",
      "tBoundingBox", "tDraw", "tToday", "tSyncModel", "tCreateTopology",
      "tDistanceFunction", "tPoint", "tCircle", "tEllipse", "tLine", "tSphere",
      "tPolarSphere", "tSurface", "tSpline", "tVolume", "tCharacteristic",
      "tLength", "tParametric", "tElliptic", "tPlane", "tRuled",
      "tTransfinite", "tComplex", "tPhysical", "tCompound", "tPeriodic",
      "tUsing", "tPlugin", "tDegenerated", "tOCCShape", "tRotate",
      "tTranslate", "tSymmetry", "tDilate", "tExtrude", "tLevelset", "tLoop",
      "tRecombine", "tSmoother", "tSplit", "tDelete", "tCoherence",
      "tIntersect", "tLayers", "tHole", "tAlias", "tAliasWithOptions",
      "tText2D", "tText3D", "tInterpolationScheme", "tTime", "tCombine",
      "tBSpline", "tBezier", "tNurbs", "tNurbsOrder", "tNurbsKnots", "tColor",
      "tColorTable", "tFor", "tIn", "tEndFor", "tIf", "tEndIf", "tExit",
      "tField", "tReturn", "tCall", "tFunction", "tShow", "tHide", "tGetValue",
      "tGMSH_MAJOR_VERSION", "tGMSH_MINOR_VERSION", "tGMSH_PATCH_VERSION",
      "tHomRank", "tHomGen", "tHomCut", "tHomSeq", "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", "Affectation", "PhysicalId",
      "InSphereCenter", "CircleOptions", "Shape", "@6", "@7", "@8", "@9",
      "Transform", "MultipleShape", "ListOfShapes", "LevelSet", "Delete",
      "Colorify", "Visibility", "Command", "Loop", "Extrude", "@10", "@11",
      "@12", "@13", "@14", "@15", "@16", "@17", "@18", "@19", "@20", "@21",
      "@22", "ExtrudeParameters", "ExtrudeParameter", "CompoundMap",
      "TransfiniteType", "TransfiniteArrangement", "TransfiniteCorners",
      "RecombineAngle", "Transfinite", "Periodic", "Embedding", "Coherence",
      "Homology", "FExpr", "FExpr_Single", "VExpr", "VExpr_Single",
      "RecursiveListOfListOfDouble", "ListOfDouble", "ListOfDoubleOrAll",
      "FExpr_Multi", "RecursiveListOfDouble", "ColorExpr", "ListOfColor",
      "RecursiveListOfColor", "StringExprVar", "StringExpr", 0
    };
    #endif
    
    # ifdef YYPRINT
    /* 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,
         265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
         275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
         285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
         295,   296,   297,   298,   299,   300,   301,   302,   303,   304,
         305,   306,   307,   308,   309,   310,   311,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,   326,   327,   328,   329,   330,   331,   332,   333,   334,
         335,   336,   337,   338,   339,   340,   341,   342,   343,   344,
         345,   346,   347,   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,   373,   374,
         375,   376,   377,    63,   378,   379,   380,   381,    60,    62,
         382,   383,    43,    45,    42,    47,    37,    33,   384,   385,
         386,    94,    40,    41,    91,    93,    46,    35,    44,   123,
         125,   126
    };
    # endif
    
    /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
    static const yytype_uint8 yyr1[] =
    {
           0,   152,   153,   153,   154,   154,   155,   155,   155,   155,
         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
         155,   155,   155,   156,   156,   157,   157,   157,   157,   158,
         158,   158,   159,   159,   159,   159,   159,   159,   160,   160,
         161,   161,   163,   164,   162,   165,   165,   167,   166,   168,
         168,   170,   169,   171,   171,   173,   172,   174,   174,   174,
         174,   174,   175,   175,   176,   176,   176,   176,   176,   176,
         176,   176,   176,   176,   176,   176,   176,   176,   176,   176,
         176,   176,   176,   176,   176,   176,   176,   176,   176,   177,
         177,   178,   178,   179,   179,   180,   181,   180,   180,   180,
         180,   180,   180,   180,   180,   180,   180,   180,   180,   182,
         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
         180,   183,   180,   180,   180,   180,   180,   184,   180,   185,
         185,   185,   185,   185,   185,   185,   186,   186,   187,   187,
         187,   187,   187,   187,   188,   188,   188,   188,   188,   188,
         188,   188,   189,   189,   189,   189,   189,   190,   191,   191,
         191,   191,   192,   192,   192,   192,   192,   192,   192,   192,
         192,   192,   192,   192,   193,   193,   193,   193,   193,   193,
         193,   193,   193,   193,   194,   194,   194,   195,   194,   196,
         194,   197,   194,   198,   194,   194,   194,   194,   194,   194,
         194,   194,   194,   194,   199,   194,   200,   194,   201,   194,
         202,   194,   203,   194,   204,   194,   205,   194,   206,   194,
         207,   194,   208,   208,   209,   209,   209,   209,   209,   210,
         210,   211,   211,   212,   212,   213,   213,   214,   214,   215,
         215,   215,   215,   215,   215,   216,   216,   217,   217,   217,
         217,   218,   218,   219,   219,   219,   219,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   221,
         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
         221,   221,   221,   221,   221,   221,   221,   222,   222,   222,
         222,   222,   223,   223,   223,   223,   224,   224,   225,   225,
         225,   225,   225,   225,   226,   226,   227,   227,   227,   227,
         227,   227,   227,   227,   227,   228,   228,   228,   228,   229,
         229,   229,   229,   230,   230,   231,   231,   232,   232,   232,
         232,   233,   233,   233,   233,   233,   233,   233
    };
    
    /* YYR2[YYN] -- Number of symbols composing 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,     1,     2,     5,     7,     7,     9,     6,
           6,     6,     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,     4,     7,     9,     6,     6,     3,
           6,     4,     6,     9,     6,     9,     5,     8,     8,    11,
           6,     9,     5,     7,     9,     9,    11,     9,     9,     1,
           1,     0,     5,     0,     2,     7,     0,     9,     6,     7,
           4,     7,     8,     8,     7,     7,    11,     8,     8,     0,
           9,     8,     9,     3,     4,    10,     7,     7,     8,     9,
          13,     0,     9,     8,     7,     9,     8,     0,     9,     5,
          11,     5,     9,     4,     9,     9,     1,     1,     0,     2,
           6,     6,     6,     6,     8,    14,    16,    12,     8,     8,
           6,    14,     4,     6,     6,     3,     4,     5,     3,     3,
           4,     4,     3,     7,     7,     3,     7,     3,     2,     2,
           2,    15,     2,     2,     6,     8,     8,    10,     1,     2,
           1,     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,     9,     0,
           1,     0,     3,     0,     1,     0,     2,     0,     2,     7,
           6,     8,     5,     5,     6,     6,     6,    10,    10,    10,
          10,     2,     3,    11,    11,    11,    11,     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,     6,     6,     6,     4,     4,     4,
           4,     4,     4,     4,     4,     4,     4,     4,     6,     4,
           4,     4,     4,     4,     4,     6,     6,     6,     4,     1,
           1,     1,     1,     1,     1,     1,     1,     5,     4,     4,
           2,     5,     3,     6,     4,     7,     6,     1,     2,     2,
           3,     3,    11,     9,     7,     7,     1,     3,     1,     1,
           2,     3,     4,     5,     1,     1,     2,     3,     3,     5,
           4,     1,     1,     3,     6,     1,     1,     3,     3,     9,
           7,     1,     5,     3,     6,     1,     3,     1,     1,     3,
           6,     1,     1,     6,     4,     4,     4,     6
    };
    
    /* 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,     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,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,   178,     0,   183,     0,
           0,   180,     0,     0,     0,     0,     0,     0,     0,     0,
           5,     7,     6,     8,     9,    10,    21,    11,    12,    13,
          20,    19,    14,    15,    16,    17,    18,    22,   319,   326,
         381,    57,   320,   321,   322,     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,
         382,     0,     0,   323,   324,   325,    61,    60,    59,    58,
           0,     0,     0,    63,    62,     0,     0,     0,     0,   138,
           0,     0,     0,   257,     0,     0,     0,     0,   170,     0,
         172,   169,   173,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,    96,   109,   121,   127,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,   337,     0,     0,     0,     0,     0,   138,
           0,     0,     0,     0,     0,     0,     0,     0,     0,   138,
           0,   251,     0,     0,     0,     0,     0,     0,     0,   371,
           0,     0,     0,     0,     0,   168,     0,     0,   179,     0,
         138,     0,   138,     0,     0,     0,     0,     0,     0,     0,
           0,   330,    32,   381,     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,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,   326,   260,   259,   261,     0,     0,     0,
           0,     0,     0,     0,     0,     0,   137,     0,   136,     0,
          69,   165,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,   162,   113,     0,
           0,     0,     0,   326,     0,     0,   361,   362,   365,   366,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,   348,     0,   349,     0,     0,     0,
           0,   355,   354,     0,   235,   235,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
         339,   338,     0,     0,     0,     0,   138,   138,     0,     0,
           0,     0,     0,     0,     0,   193,     0,   138,     0,     0,
           0,     0,   237,     0,     0,     0,   155,     0,     0,     0,
         252,     0,     0,     0,   167,     0,     0,     0,     0,     0,
         138,     0,     0,     0,     0,   181,   158,     0,   159,     0,
         378,     0,   377,     0,     0,     0,     0,     0,   332,     0,
           0,    71,     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,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,   258,     0,     0,     0,     0,    57,     0,     0,     0,
           0,     0,   133,     0,     0,     0,     0,   139,    64,     0,
         275,   274,   273,   272,   268,   269,   271,   270,   263,   262,
         264,   265,   266,   267,   114,     0,     0,     0,     0,     0,
           0,   259,   356,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,   350,
           0,     0,     0,     0,     0,     0,     0,     0,     0,   233,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,   100,     0,     0,     0,     0,   341,   340,     0,
           0,     0,     0,     0,     0,     0,     0,     0,   187,     0,
           0,     0,     0,     0,     0,     0,     0,   156,     0,     0,
         152,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,   182,     0,   160,   161,     0,     0,     0,     0,
           0,     0,     0,   328,   334,     0,    42,     0,     0,     0,
          55,     0,    33,    34,    35,    36,    37,   277,   298,   278,
         299,   279,   300,   280,   301,   281,   302,   282,   303,   283,
         304,   284,   305,   285,   306,   297,   318,   286,   307,     0,
           0,   288,   309,   289,   310,   290,   311,   291,   312,   292,
         313,   293,   314,     0,     0,     0,     0,     0,     0,   386,
           0,     0,   384,   385,    82,     0,     0,     0,     0,     0,
          57,     0,     0,     0,     0,     0,    76,     0,     0,     0,
           0,   329,     0,     0,     0,     0,     0,    25,    23,     0,
           0,     0,     0,   363,     0,     0,   358,   264,   357,   367,
         368,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,   351,     0,     0,     0,     0,     0,
           0,   231,   236,   234,     0,   242,     0,     0,    89,    90,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,   129,   131,     0,     0,     0,     0,     0,
           0,     0,     0,   222,     0,   184,     0,     0,     0,     0,
           0,   238,   243,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,   157,     0,     0,     0,     0,
           0,   379,     0,     0,     0,     0,     0,     0,   331,     0,
         327,     0,     0,     0,     0,     0,    29,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,   328,    67,
          68,     0,     0,     0,     0,     0,    70,    72,    74,     0,
           0,   375,     0,    80,     0,     0,     0,     0,   276,    24,
           0,     0,     0,     0,     0,   360,     0,     0,    93,    93,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
         352,     0,    98,     0,     0,     0,     0,     0,     0,   240,
           0,     0,     0,     0,     0,     0,     0,     0,   245,   246,
           0,     0,     0,     0,     0,     0,     0,     0,     0,   227,
           0,     0,   194,   223,     0,     0,     0,   150,     0,     0,
         244,     0,   154,   153,     0,    30,    31,     0,     0,     0,
         372,     0,     0,     0,   174,     0,     0,     0,     0,     0,
           0,     0,   164,   333,   163,     0,     0,     0,     0,   346,
           0,   287,   308,   294,   315,   295,   316,   296,   317,   387,
         383,   336,     0,    57,     0,     0,     0,     0,    65,     0,
           0,     0,   373,     0,     0,     0,     0,    26,    27,     0,
           0,    95,     0,   359,     0,     0,     0,     0,     0,    99,
           0,     0,   116,   117,     0,     0,   101,   124,   353,     0,
           0,     0,    91,     0,   239,     0,     0,     0,     0,     0,
           0,   229,     0,   166,     0,     0,     0,     0,     0,   138,
           0,   204,     0,   206,     0,   208,   348,     0,     0,     0,
           0,   188,     0,     0,     0,     0,     0,     0,     0,     0,
         104,   105,     0,     0,     0,     0,    83,     0,     0,     0,
           0,     0,     0,   335,     0,    38,     0,     0,     0,     0,
           0,    40,     0,     0,     0,    77,     0,     0,    78,     0,
         376,   140,   141,   142,   143,     0,     0,   364,     0,    94,
         102,   103,   107,     0,     0,   118,     0,     0,   241,   111,
           0,     0,   232,   123,     0,     0,     0,     0,   108,   230,
           0,   126,     0,     0,     0,     0,   345,     0,   344,     0,
           0,   195,     0,     0,   196,     0,     0,   197,     0,     0,
           0,     0,     0,     0,   149,     0,     0,   148,     0,     0,
         144,     0,     0,     0,     0,   370,     0,   176,   175,     0,
           0,     0,   380,     0,     0,     0,     0,    43,     0,     0,
           0,   347,     0,     0,     0,    66,    73,    75,     0,    81,
           0,    28,     0,     0,     0,     0,     0,     0,     0,   112,
          97,   110,   122,   128,     0,   119,    87,    88,   125,   138,
           0,   132,     0,     0,     0,     0,     0,     0,   224,     0,
           0,   138,     0,     0,     0,     0,   135,   134,     0,     0,
           0,     0,    84,    85,     0,     0,     0,     0,     0,    39,
           0,     0,     0,    41,    56,     0,   374,     0,   247,   248,
         249,   250,   115,     0,     0,     0,     0,   343,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
         189,     0,     0,     0,     0,     0,   369,   177,     0,     0,
           0,     0,     0,     0,     0,     0,     0,    79,     0,     0,
         229,   130,     0,   210,     0,     0,   212,     0,     0,   214,
           0,     0,     0,   225,     0,   185,     0,   138,     0,     0,
           0,   106,    86,   253,   254,   255,   256,     0,    47,     0,
          53,     0,     0,    92,   230,     0,   342,   198,     0,     0,
         205,   199,     0,     0,   207,   200,     0,     0,   209,     0,
           0,     0,   191,     0,   147,     0,     0,     0,     0,     0,
           0,     0,   120,     0,   216,     0,   218,     0,   220,   226,
         228,   190,   186,     0,     0,     0,     0,    44,     0,    51,
           0,     0,     0,   201,     0,     0,   202,     0,     0,   203,
           0,     0,   151,     0,   145,     0,    45,     0,     0,   171,
           0,     0,     0,     0,     0,     0,   192,     0,     0,     0,
           0,     0,   211,     0,   213,     0,   215,     0,   146,    46,
          48,     0,    49,     0,     0,     0,     0,     0,     0,    54,
         217,   219,   221,    50,    52
    };
    
    /* YYDEFGOTO[NTERM-NUM].  */
    static const yytype_int16 yydefgoto[] =
    {
          -1,     2,     3,    70,   709,    71,    72,   440,  1044,  1050,
         632,   811,  1198,  1345,   633,  1308,  1371,   634,  1347,   635,
         636,   815,   140,   241,    73,   747,  1081,   976,   507,   367,
         368,   369,   370,   336,   307,   308,    76,    77,    78,    79,
          80,    81,   337,   776,  1266,  1323,   586,  1102,  1105,  1108,
        1288,  1292,  1296,  1334,  1337,  1340,   772,   773,  1090,   878,
         744,   559,   594,    83,    84,    85,    86,    87,   354,   143,
         381,   193,   938,   939,   363,   356,   550,   221,   700,   842,
         431,   432
    };
    
    /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
       STATE-NUM.  */
    #define YYPACT_NINF -1121
    static const yytype_int16 yypact[] =
    {
        3534,    47,    71,  3641, -1121, -1121,  1752,    16,    35,   -32,
          30,   177,   188,   192,   150,    83,   142,    -4,   145,   161,
         -52,   180,   183,   117,   157,   305,   310,   316,   151,   274,
         405,   167,   175,   236,   333,   258,   255,   -69,   -69,   266,
         323,    26,   371,   379,   387,    23,   135,   391,   449,   457,
         471,   334,   352,   372,    27,    29, -1121,   388, -1121,   477,
         343, -1121,   498,   522,     7,    13,   402,   420,   434,   440,
       -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,    24,
         400,   462, -1121, -1121, -1121,   269,   297,   324,   346,   369,
         389,   399,   437,   465,   469,   482,   515,   516,   519,   520,
         533,   534,   538,   539,   543,   546,   444,   456,   461,   466,
       -1121,   605,   474, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
        3153,  3153,  3153, -1121, -1121,  3153,  1202,    10,   587,    41,
        3153,   611,  1197, -1121,   619,   622,  3153,   628, -1121,  3153,
       -1121, -1121, -1121,  3153,  2981,  3153,  3153,   497,  3153,  2981,
        3153,  3153,   503,  2981,  3153,  3153,  2090,   510,   491,   523,
         524,  1808,  1808,  1808,   542, -1121, -1121, -1121, -1121,   547,
         564,   594,  2090,  2090,   652,  2090,   734,   -69,   -69,   -69,
        3153,  3153,   -27, -1121,   -16,   -69,   595,   599,   600,  2936,
          59,   194,   601,   616,  1808,  2090,   637,    33,   664, -1121,
         766, -1121,   663,   681,   692,   780,  3153,  3153,  3153,   648,
        3153,   698,   749,  3153,  3153, -1121,  3153,   845, -1121,   861,
       -1121,   862, -1121,   443,   443,   443,   443,   725,  3153,   866,
         723, -1121, -1121, -1121,   867,  3153,  3153,  3153,  3153,  3153,
        3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,
        3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,
        3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,
        3153,  3153,  3153,  3153,  3153,  3153,  3153,   443,   443,   443,
         443,  3153,   869,   455,   735,   735,   735,  5525,    43,  2981,
        4789,   219,   729,   870,   737,   733, -1121,   728,  2550,  1384,
       -1121, -1121,  3153,  3153,  3153,  3153,  3153,  3153,  3153,  3153,
        3153,  3153,  3153,  3153,  3153,  3153,  3153, -1121, -1121,  1420,
         -66,  2723,  5546,   483,   736,  2981, -1121, -1121,  2157, -1121,
         544,  5567,  5588,  3153,  5609,   545,  5630,  5651,  3153,   553,
        5672,  5693,  2231,  1604,  2191,   872, -1121,  3153,  3153,  3153,
        3153, -1121, -1121,   877,   882,   882,  3153,   748,   750,   751,
         754,  3153,  3153,  3153,   884,   890,   756,   894,   753,   -81,
       -1121, -1121,  4113,  4139,   -69,   -69,    41,    41,   202,  3153,
        3153,  3153,  2936,  2936,  3153,  2550,   312, -1121,  3153,  3153,
        3153,  3153,   895,   896,  3153,   898, -1121,  3153,  3153,  2832,
       -1121,  2981,  3153,  3153, -1121,  5714,  5735,  5756,   809,  4165,
       -1121,   758,  2225,  5777,  4812, -1121, -1121,  3147, -1121,  3256,
         558,   765, -1121,   767,   768,   769,  3153,  4835,   -99,  3153,
           1, -1121,  5798,  4858,  5819,  4881,  5840,  4904,  5861,  4927,
        5882,  4950,  5903,  4973,  5924,  4996,  5945,  5019,  5966,  5042,
        5987,  5065,  6008,  5088,  4191,  4217,  6029,  5111,  6050,  5134,
        6071,  5157,  6092,  5180,  6113,  5203,  6134,  5226,  4243,  4269,
        4295,  4321,  4347,  4373,   -62,   761,   770,   771,  1447,   772,
        3153, -1121,  2090,  2090,   557,    67,   462,  3153,   912,   915,
          31,   776, -1121,   232,    55,   -22,   254, -1121, -1121,  2298,
         635,   688,   581,   581,   514,   514,   514,   514,   501,   501,
         735,   735,   735,   735, -1121,    15,  2981,  3153,   916,  2728,
        3153,   735, -1121,  3153,  2981,  2981,   822,   917,   918,  6155,
         919,   827,   921,   923,  6176,   831,   925,   926,  2981, -1121,
         570,  2372,  3153,  6197,  2579,  6218,  6239,  3153,  2090,   931,
         930,  6260,  3116,  3116,  3116,  3116,  6281,  6302,  6323,  2090,
        2090,   791, -1121,  2090,   -69,  3153,  3153, -1121, -1121,   788,
         789,  3153,  4399,  4425,  4451,  1565,   214,   -69,  3309,  6344,
        3148,  6365,  6386,  3153,   934,  3153,  6407, -1121,  5249,  5272,
       -1121,   573,  5295,  5318,   936,   937,   938,   795,  3153,  3362,
        3153,  3153, -1121,    36, -1121, -1121,  3153,   942,   940,   943,
         944,   945,  5341,    56, -1121,  3203, -1121,   807,   814,   808,
       -1121,   952, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,  3153,
        3153, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121, -1121,  3153,  3153,  3153,  3153,  3153,  3153, -1121,
        2981,   443, -1121, -1121, -1121,  3153,  5364,   953,   954,   816,
       -1121,    21,  3153,   957,   963,  1528, -1121,   964,   826,    27,
         966, -1121,  2981,  2981,  2981,  2981,  3153, -1121,   844,   443,
         -39,  4477,   -69, -1121,  2981,  3257,  2332,   735, -1121,  2157,
       -1121,   928,  2090,  2090,   970,  2090,   672,  2090,  2090,   971,
         927,  2090,  2090,   577, -1121,  2981,  1597,   975,   977,   978,
         979,  1801, -1121, -1121,   982, -1121,   983,   849,  1360, -1121,
         851,   852,   853,   992,   993,   994,   997,  1000,  1003,   860,
         330,  4503,  4529, -1121, -1121,  3310,   -69,   -69,   -69,  1004,
         865,   873,   -35, -1121,   338, -1121,   214,  1002,  1005,  1009,
        1011,  1360, -1121,  1674,   875,  1013,  1015,   973,  1016,  1020,
        2090,  2090,  2090,  1023,  4555, -1121,  2366,  1239,  1024,  1025,
        5387, -1121,   881,   883,   885,   886,  1027,  1032, -1121,  1031,
       -1121,   897,  3153,  3153,  2090,   889, -1121,  6428,  5410,  6449,
        5433,  6470,  5456,  6491,  5479,   138,   899,  6512,   209, -1121,
       -1121,   114,   298,   901,  1036,  1877, -1121, -1121, -1121,    27,
        3153, -1121,   580, -1121,   583,   584,   607,   627,  1360, -1121,
        1038,    17,  3153,     4,   630, -1121,  3153,   900,   989,   989,
        2090,  1044,   902,   903,  1047,  1048,  2090,   906,  1050,  1051,
       -1121,   634, -1121,  1053,  2090,  2090,  2090,  1055,  1057, -1121,
        2090,  1058,  1059,  1060,  1061,  2090,  2090,  2090, -1121, -1121,
         529,  1079,  3153,  3153,  3153,   941,   -49,   276,   302, -1121,
        2090,  3153, -1121, -1121,  2936,   -18,  1949, -1121,   946,  2513,
       -1121,  2981, -1121, -1121,   949, -1121, -1121,  1080,  1081,   968,
       -1121,  3153,  3153,  3153, -1121,  1083,  1078,   948,  2090,  2090,
        2090,  2090, -1121,   -99, -1121,  3153,  4581,  4607,   639, -1121,
        3153, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121,  2090,   462,  3153,  1086,  1089,    31, -1121,  1093,
        5502,    27, -1121,  1095,  1096,  1097,  1098, -1121, -1121,   443,
        4633, -1121,   960,  1360,  3153,   -69,  1100,  1102,  1104, -1121,
        3153,  3153, -1121, -1121,  1105,  3153, -1121, -1121, -1121,  1107,
        1108,  1109,  1017,  3153, -1121,  1110,  2090,  2090,  2090,  2090,
        1113,  1117,  1116, -1121,  3116,   981,  3363,  6533,  2441,    41,
         -69,  1119,   -69,  1123,   -69,  1124,   730,   965,  6554,  3533,
         341, -1121,  1125,  1391,  1127,   -69,  1391,  1128,   642,  3153,
       -1121, -1121,  2090,  2647,   947,  6575, -1121,  2795,  1131,   988,
         995,   996,   998, -1121,   284,  1360,  3153,  3153,  2090,   991,
         645,  1360,  1135,  1141,  1909, -1121,  1142,  1144, -1121,  1006,
       -1121, -1121, -1121, -1121, -1121,  1148,  3153, -1121,  3637,   212,
       -1121, -1121, -1121,  3665,  3693, -1121,  3721,  1143, -1121, -1121,
        1106,  1151,  1360, -1121,  1152,  1153,  1154,  1155, -1121,  1014,
        1159, -1121,  1942,  1161,  1163,  1022, -1121,  3153, -1121,  1026,
         360, -1121,  1028,   364, -1121,  1030,   374, -1121,  1034,  1168,
        2090,  1173,  1039,  3153, -1121,  2654,   377, -1121,   384,   386,
       -1121,  1169,  3749,  1090,  3153, -1121,  3153, -1121, -1121,  2981,
        2018,  1175, -1121,  2090,  2090,  2090,  2090, -1121,  3153,  4659,
        4685, -1121,  2090,  3153,  1181, -1121, -1121, -1121,    27, -1121,
        1091, -1121,  4711,  1184,  1185,  1186,  1187,  1190,  1049, -1121,
       -1121, -1121, -1121, -1121,  2090, -1121, -1121, -1121, -1121,    41,
        2974, -1121,  2936,   214,  2936,   214,  2936,   214, -1121,   650,
        2090, -1121,  3777,   -69,  2981,   -69, -1121, -1121,  3153,  3805,
        3833,   651, -1121, -1121,  1052,  1054,  1064,  1065,  1094,  1360,
        3153,  3153,   654,  1360, -1121,  1191, -1121,  3153, -1121, -1121,
       -1121, -1121, -1121,  3153,   655,  1088,  3153, -1121,  3861,   407,
         -15,  3889,   415,    19,  3917,   432,   146,  2090,  1193,  1134,
        3415,  1101,   435,   661,   445,  2050, -1121, -1121,  1203,  1233,
        1234,  1236,  1238,  3153,  6596,  4737,    32, -1121,  4763,  3945,
        1204, -1121,  3973,  1240,  3153,  1246,  1247,  3153,  1249,  1250,
        3153,  1251,  1111, -1121,  3153, -1121,   214, -1121,  2981,  1253,
        2654, -1121, -1121, -1121, -1121, -1121, -1121,   678, -1121,  3153,
       -1121,  2090,  3153, -1121, -1121,  1254, -1121, -1121,  1114,  4001,
       -1121, -1121,  1118,  4029, -1121, -1121,  1120,  4057, -1121,  1259,
        2083,   154,  3468,   682, -1121,   452,   683,  1260,  1121,  6617,
         687,  4085, -1121,   214,  1262,   214,  1265,   214,  1266, -1121,
       -1121, -1121, -1121,   214,  1268,  2981,  1269, -1121,   443, -1121,
        1129,  1271,   206, -1121,  1130,   211, -1121,  1132,   247, -1121,
        1133,   249, -1121,   690, -1121,   691, -1121,  1137,  2090, -1121,
        1274,   214,  1277,   214,  1278,   214, -1121,  1281,   443,  1283,
         443,   694, -1121,   293, -1121,   296, -1121,   345, -1121, -1121,
       -1121,   695, -1121,  1284,  1287,  1289,  1292,   443,  1293, -1121,
       -1121, -1121, -1121, -1121, -1121
    };
    
    /* YYPGOTO[NTERM-NUM].  */
    static const yytype_int16 yypgoto[] =
    {
       -1121, -1121, -1121, -1121,   394, -1121, -1121, -1121, -1121,    60,
       -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121,  -294,    20, -1121,  -263, -1121,   446,  1299, -1121,
       -1121, -1121, -1121,     3,  -378,  -198, -1121, -1121, -1121, -1121,
       -1121, -1121,  1301, -1121, -1121, -1121, -1121, -1121, -1121, -1121,
       -1121, -1121, -1121, -1121, -1121, -1121,  -763,  -582,    57, -1121,
       -1121,   972, -1121, -1121, -1121, -1121, -1121, -1121,    -6, -1121,
         -21, -1121, -1120,   569,  -126,   262,   -84,  -679,   349, -1121,
        -232,     9
    };
    
    /* 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 -5
    static const yytype_int16 yytable[] =
    {
         142,   395,   433,   434,   435,   626,    75,   497,   579,   580,
         971,   409,   229,   905,   301,   144,   192,   194,   231,   200,
         841,   707,  1202,   968,   162,   832,   141,   207,   237,   145,
         201,   219,   427,   222,   429,   698,   148,   405,  1280,   406,
         133,   134,   769,   798,  1214,   305,   364,   365,   770,   771,
         492,   384,   385,     4,   162,   484,   485,   486,   487,   769,
         430,   243,   769,   188,   189,   770,   771,   574,   770,   771,
         340,     5,   157,   190,   690,   345,   202,   525,   402,   349,
         191,   679,   526,   384,   385,   203,   680,   146,   627,   628,
         629,   630,   116,   117,   118,   119,   769,   163,   120,  1010,
         244,  1011,   770,   771,   851,   384,   385,   302,   303,   535,
         147,    36,    37,    38,    39,   902,   384,   385,   833,   834,
          44,   690,   386,    47,   294,   295,   296,   704,   208,   297,
         300,   157,  1021,   387,   309,  1255,   384,   385,   158,   210,
         329,   211,   306,   331,   708,   159,   708,   332,   338,   341,
         342,   631,   344,   338,   346,   347,   230,   338,   350,   351,
         959,  1310,   232,   133,   134,   493,   379,   380,   238,  1258,
         239,   223,   209,   166,   388,   240,   220,   407,   396,   149,
         699,  1281,   799,   150,   382,   383,   126,   127,   128,   129,
         903,   384,   385,   383,   151,   133,   134,   158,   152,   588,
         171,   692,   807,   172,   703,   173,   133,   134,   397,   167,
         415,   416,   417,   691,   419,   494,   179,   422,   423,   180,
         424,   181,   609,   769,   182,   155,   496,   183,  1361,   770,
         771,   769,   437,   126,   127,   128,   129,   770,   771,   442,
         443,   444,   445,   446,   447,   448,   449,   450,   451,   452,
         453,   454,   455,   456,   457,   458,   459,   460,   461,   462,
         463,   464,   465,   466,   467,   468,   469,   470,   471,   472,
         473,   474,   475,   476,   477,   478,   479,   480,   481,   482,
         483,   949,  1060,   769,   156,   488,   535,   160,   769,   770,
         771,   769,   153,   338,   770,   771,  1261,   770,   771,   154,
         750,   751,   752,   161,  1321,   953,   509,   510,   511,   512,
         513,   514,   515,   516,   517,   518,   519,   520,   521,   522,
         523,   498,   164,   903,   769,   165,   769,   601,   174,   531,
         770,   771,   770,   771,   384,   385,   398,   539,   126,   127,
         128,   129,   544,   399,   384,   385,   531,   338,   133,   134,
         581,   553,   554,   555,   556,   807,  1350,   168,   133,   134,
         561,  1352,   169,   577,   578,   566,   567,   568,   170,   196,
         769,   380,   197,   769,   153,   198,   770,   771,   184,   770,
         771,   702,   185,   582,   583,   584,   294,   295,   585,   306,
         306,   809,   589,   590,   591,   592,   165,  1354,   596,  1356,
         186,   598,   599,   705,   187,   338,   602,   603,   384,   385,
        1220,   245,  1223,   246,  1226,   195,   339,   126,   127,   128,
         129,   339,   769,   204,  1012,   339,  1013,  1137,   770,   771,
         622,   205,  1138,   625,   384,   385,   206,   133,   134,   247,
         212,   248,   710,  1374,   384,   385,  1375,   430,   243,   826,
        1014,   175,  1015,   213,   176,   188,   189,   177,   624,   178,
         587,   214,   384,   385,   733,   190,   249,   243,   250,  1205,
         384,   385,   199,   384,   385,   215,   216,   850,   892,   116,
         117,   118,   119,   225,   686,   120,   904,   226,   251,  1113,
         252,   695,   384,   385,   217,  1376,   384,   385,   116,   117,
         118,   119,   227,  1301,   120,   694,   384,   385,  1172,   384,
         385,   253,  1174,   254,   218,   693,   384,   385,   384,   385,
         338,   711,  1176,   686,   715,  1183,   228,   716,   717,   719,
         224,   255,  1184,   256,  1185,  1003,  1004,   952,   954,   384,
         385,   257,   338,   258,   233,   717,   736,   384,   385,   242,
        1332,   741,  1335,   760,  1338,  1254,   748,   748,   748,   748,
        1341,   339,   234,  1257,   384,   385,   774,   384,   385,   761,
         762,   749,   749,   749,   749,   765,   235,   384,   385,   259,
        1260,   260,   236,  1268,   384,   385,   287,   781,  1363,   783,
        1365,   304,  1367,  1270,   133,   134,   825,   532,   288,   490,
        1325,   239,   794,   289,   796,   797,   240,   261,   290,   262,
         800,   263,   291,   264,   532,   339,   292,   310,   844,   845,
         846,   847,   133,   134,   265,   327,   266,   529,   328,   239,
         854,  1099,   139,   330,   240,   323,   324,   325,   903,   343,
         358,   903,   326,   808,   903,   348,   321,   322,   323,   324,
         325,   871,   357,   817,   818,   326,   376,   267,   269,   268,
         270,   271,   273,   272,   274,   359,   360,   819,   820,   821,
         822,   823,   824,   339,   338,   275,   277,   276,   278,   827,
         279,   281,   280,   282,   366,   283,   835,   284,   285,   371,
         286,   853,   535,   535,   536,   541,   338,   338,   338,   338,
         848,   535,   616,   545,   617,   535,   372,   689,   338,   317,
         318,   319,   320,   321,   322,   323,   324,   325,   535,   903,
         734,   535,   326,   787,   862,   535,   863,   870,   961,   338,
         962,   535,   535,   963,   964,   355,   373,  1065,   533,   378,
         362,   362,   362,   400,   389,   896,   897,   898,   390,   391,
         903,   374,   375,   903,   377,   535,   903,   965,   401,   903,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,   410,   362,   403,   535,   326,   966,   535,   404,
         972,   903,   535,   903,   988,   903,   414,  1048,   339,  1049,
         535,  1215,  1121,  1143,   418,  1144,   718,   720,  1227,   535,
        1228,  1238,  1048,  1048,  1246,  1250,   936,   937,   408,   535,
         339,  1269,   411,   718,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,   412,  1143,  1028,  1307,   326,
         535,   535,  1324,  1326,   960,  1048,   413,  1330,   535,  1358,
        1357,  1359,  1048,  1377,  1373,  1378,   970,   420,   808,   421,
         973,   425,   955,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   551,   324,   325,   426,   428,   436,
         438,   326,   439,   441,   489,   499,   326,   500,   502,   552,
        1109,   501,   139,  1020,   557,   530,  1006,  1007,  1008,   558,
         562,   569,   563,   564,  1016,  1018,   565,   570,  1019,   571,
         572,   573,   593,   595,   597,   338,   607,   610,   618,   681,
         619,   620,   621,   682,   683,  1033,  1034,  1035,   696,   697,
         685,   701,   721,   712,   722,   723,   725,   726,   727,  1045,
         728,   730,   731,   732,  1051,   743,   745,   758,   763,   764,
         782,   793,   339,   790,   791,   792,   801,   802,  1054,   812,
         803,   804,   805,  1043,  1069,  1126,   813,   814,   816,   829,
         830,   831,  1053,   836,   339,   339,   339,   339,  1068,   837,
         840,   839,   843,   849,  1073,  1074,   339,   860,   866,  1076,
         857,   867,   873,  1230,   874,   875,   876,  1082,   879,  1100,
         880,  1103,   881,  1106,   882,   883,   884,   339,  1092,   885,
         886,   887,  1116,   888,  1118,  1119,   889,   890,   891,   906,
         899,   907,   306,  1093,   900,   901,   908,   338,   909,   912,
         338,   913,   915,  1122,   911,   914,   916,   920,   925,   926,
         928,  1130,   929,   932,   930,   931,   933,   934,   940,   935,
        1139,  1140,   950,   957,   967,  1191,  1131,   956,   975,   974,
         979,   980,   981,   982,   983,   985,   986,   987,   989,   993,
        1152,   687,   688,   994,  1032,   996,   997,   998,   999,  1302,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,  1005,  1037,  1030,  1031,   326,  1036,
        1009,  1170,  1055,  1056,  1038,  1025,  1346,  1127,  1029,  1058,
        1233,  1061,  1062,  1063,  1064,  1067,  1070,  1182,  1071,   531,
        1072,  1075,  1077,  1110,  1078,  1079,  1083,  1080,  1189,  1088,
        1190,  1089,  1091,   338,  1094,  1101,  1369,   742,  1372,  1104,
        1107,  1114,  1199,  1117,  1120,  1132,  1133,  1203,   756,   757,
        1142,  1145,   759,  1134,  1135,  1383,  1136,  1146,  1157,  1148,
        1149,  1219,  1150,  1222,  1151,  1225,  1158,  1159,  1160,  1161,
        1162,  1163,  1232,  1164,  1234,  1165,  1218,  1167,  1221,  1168,
        1224,  1169,   306,   339,  1178,  1186,  1171,  1173,   338,  1175,
        1180,  1193,  1235,  1177,  1303,  1188,  1306,  1204,  1181,  1206,
        1208,  1209,  1210,  1211,  1244,  1245,  1212,  1247,  1213,  1263,
        1264,  1248,  1239,   311,  1240,    88,   293,  1249,  1284,  1272,
        1252,    92,    93,    94,  1241,  1242,    95,    96,    97,    98,
          99,   100,   101,   102,   103,   104,   105,   106,   107,   108,
         109,   110,   111,   112,   113,   114,   115,  1051,  1251,  1273,
        1274,  1343,  1275,  1243,  1276,   969,  1287,   923,  1289,  1305,
        1267,  1293,  1290,  1291,  1297,  1294,  1295,  1298,  1300,  1304,
        1312,  1299,   338,  1313,   338,  1319,  1327,  1315,  1333,  1317,
        1328,  1336,  1339,  1309,  1342,  1344,  1311,  1349,  1348,  1351,
        1362,  1353,  1355,  1364,  1366,   339,  1360,  1368,   339,  1370,
        1379,   858,   859,  1380,   861,  1381,   864,   865,  1382,  1384,
         868,   869,    74,  1277,    82,   977,  1057,  1285,     0,     0,
           0,     0,     0,   122,   123,   124,   125,     0,     0,   338,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,   130,   131,     0,   560,   326,   132,
           0,     0,     0,     0,   135,     0,     0,   298,     0,   138,
           0,   299,     0,     0,     0,     0,     0,     0,     0,   917,
         918,   919,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,   532,     0,     0,
         326,     0,   924,     0,     0,     0,     0,     0,     0,     0,
         508,   339,     0,     0,    88,   333,     0,     0,     0,     0,
          92,    93,    94,     0,     0,    95,    96,    97,    98,    99,
         100,   101,   102,   103,   104,   105,   106,   107,   108,   109,
         110,   111,   112,   113,   114,   115,   524,     0,     0,   978,
           0,     0,     0,     0,     0,   984,     0,   334,     0,     0,
           0,     0,     0,   990,   991,   992,   339,     0,     0,   995,
           0,     0,     0,   684,  1000,  1001,  1002,     0,     0,     0,
           0,    36,    37,    38,    39,    40,     0,     0,     0,  1017,
          44,     0,     0,    47,     0,  1024,     0,     0,  1027,     0,
           0,     0,     0,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,  1039,  1040,  1041,
        1042,   326,   122,   123,   124,   125,     0,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,  1052,     0,   392,  1115,   326,     0,     0,   132,     0,
         339,     0,   339,   394,   838,     0,     0,     0,   138,     0,
         191,   549,     0,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,     0,  1084,  1085,  1086,  1087,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,   339,   326,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,  1123,     0,   872,     0,     0,     0,    88,   333,     0,
           0,     0,     0,    92,    93,    94,     0,  1141,    95,    96,
          97,    98,    99,   100,   101,   102,   103,   104,   105,   106,
         107,   108,   109,   110,   111,   112,   113,   114,   115,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
         334,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,     0,     0,     0,    36,    37,    38,    39,    40,  1179,
         910,     0,     0,    44,     0,     0,    47,     0,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,  1194,  1195,  1196,  1197,   326,     0,   491,     0,
           0,     0,     0,   575,     0,   122,   123,   124,   125,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,   130,   335,   326,     0,
           0,   132,     0,     0,     0,     0,   135,     0,     0,  1229,
           0,   138,     0,     0,   549,    88,    89,    90,     0,    91,
           0,    92,    93,    94,     0,     0,    95,    96,    97,    98,
          99,   100,   101,   102,   103,   104,   105,   106,   107,   108,
         109,   110,   111,   112,   113,   114,   115,     0,   116,   117,
         118,   119,     0,     0,   120,     0,  1262,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,    88,   333,   361,     0,   326,     0,    92,    93,    94,
           0,     0,    95,    96,    97,    98,    99,   100,   101,   102,
         103,   104,   105,   106,   107,   108,   109,   110,   111,   112,
         113,   114,   115,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,   334,     0,     0,   121,     0,     0,
           0,     0,     0,   122,   123,   124,   125,   877,     0,     0,
           0,   126,   127,   128,   129,     0,     0,     0,    36,    37,
          38,    39,    40,   958,   130,   131,     0,    44,     0,   132,
          47,   133,   134,     0,   135,     0,   136,     0,   137,   138,
           0,   139,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,  1147,     0,     0,     0,   122,
         123,   124,   125,     0,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
         130,   352,   326,     0,     0,   132,     0,     0,  1166,     0,
         135,     0,    88,   333,  1022,   138,     0,   353,    92,    93,
          94,     0,     0,    95,    96,    97,    98,    99,   100,   101,
         102,   103,   104,   105,   106,   107,   108,   109,   110,   111,
         112,   113,   114,   115,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,   334,     0,     0,     0,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,    36,
          37,    38,    39,    40,  1192,     0,     0,     0,    44,     0,
           0,    47,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,  1271,     0,     0,     0,
         122,   123,   124,   125,     0,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,   130,   352,   326,     0,     0,   132,     0,     0,  1320,
           0,   135,     0,    88,   333,     0,   138,     0,  1023,    92,
          93,    94,     0,     0,    95,    96,    97,    98,    99,   100,
         101,   102,   103,   104,   105,   106,   107,   108,   109,   110,
         111,   112,   113,   114,   115,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,   334,     0,     0,     0,
           0,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
          36,    37,    38,    39,    40,   533,     0,     0,     0,    44,
           0,     0,    47,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,     0,     0,     0,     0,     0,   533,
           0,   122,   123,   124,   125,     0,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,   130,   352,   326,     0,     0,   132,     0,     0,
           0,     0,   135,   611,    88,   333,     0,   138,     0,   353,
          92,    93,    94,     0,     0,    95,    96,    97,    98,    99,
         100,   101,   102,   103,   104,   105,   106,   107,   108,   109,
         110,   111,   112,   113,   114,   115,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,   334,     0,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   534,   324,   325,     0,     0,     0,     0,   326,     0,
           0,    36,    37,    38,    39,    40,   706,     0,     0,     0,
          44,     0,     0,    47,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   551,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,     0,
         856,     0,   122,   123,   124,   125,     0,     0,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,   130,   335,     0,   326,     0,   132,     0,
           0,     0,     0,   135,   922,    88,   333,     0,   138,     0,
         548,    92,    93,    94,     0,     0,    95,    96,    97,    98,
          99,   100,   101,   102,   103,   104,   105,   106,   107,   108,
         109,   110,   111,   112,   113,   114,   115,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,   334,     0,
           0,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,     0,    36,    37,    38,    39,    40,     0,     0,     0,
           0,    44,     0,     0,    47,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,     0,     0,     0,     0,     0,
           0,     0,     0,   122,   123,   124,   125,     0,     0,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,   130,   335,     0,   326,     0,   132,
           0,     0,     0,     0,   135,     0,    88,   333,     0,   138,
           0,   735,    92,    93,    94,     0,     0,    95,    96,    97,
          98,    99,   100,   101,   102,   103,   104,   105,   106,   107,
         108,   109,   110,   111,   112,   113,   114,   115,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,   334,
           0,     0,     7,     8,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,    36,    37,    38,    39,    40,     0,  1097,
           0,  1098,    44,     0,     0,    47,   503,    15,    16,   504,
          18,    19,   505,    21,   506,    23,     0,    24,     0,    26,
          27,     0,    29,    30,    31,     0,     0,     0,    34,    35,
           0,     0,     0,     0,   122,   123,   124,   125,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,    51,    52,    53,   130,   352,     0,     0,     0,
         132,     0,     0,     0,     0,   135,     0,    88,   333,     0,
         138,     0,  1026,    92,    93,    94,     0,     0,    95,    96,
          97,    98,    99,   100,   101,   102,   103,   104,   105,   106,
         107,   108,   109,   110,   111,   112,   113,   114,   115,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
         334,     0,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,    36,    37,    38,    39,    40,   738,
           0,    88,   293,    44,     0,     0,    47,    92,    93,    94,
           0,     0,    95,    96,    97,    98,    99,   100,   101,   102,
         103,   104,   105,   106,   107,   108,   109,   110,   111,   112,
         113,   114,   115,     0,     0,   122,   123,   124,   125,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,   392,  1115,   326,     0,
           0,   132,     0,     0,     0,  1124,   394,  1125,    88,   293,
         243,   138,     0,   191,    92,    93,    94,     0,     0,    95,
          96,    97,    98,    99,   100,   101,   102,   103,   104,   105,
         106,   107,   108,   109,   110,   111,   112,   113,   114,   115,
           0,   116,   117,   118,   119,     0,     0,   120,     0,   122,
         123,   124,   125,     0,     7,     8,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
         130,   131,     0,     0,   326,   132,     0,     0,     0,     0,
         135,   527,     0,   713,     0,   138,     0,   714,   503,    15,
          16,   504,    18,    19,   505,    21,   506,    23,     0,    24,
           0,    26,    27,     0,    29,    30,    31,     0,     0,     0,
          34,    35,     0,     0,     0,     0,   122,   123,   124,   125,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,    51,    52,    53,   130,   131,     0,
           0,     0,   132,     0,     0,     0,     0,   135,     0,    88,
         293,     0,   138,     0,  1129,    92,    93,    94,     0,     0,
          95,    96,    97,    98,    99,   100,   101,   102,   103,   104,
         105,   106,   107,   108,   109,   110,   111,   112,   113,   114,
         115,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,   600,     0,    88,   333,     0,     0,     0,     0,
          92,    93,    94,     0,     0,    95,    96,    97,    98,    99,
         100,   101,   102,   103,   104,   105,   106,   107,   108,   109,
         110,   111,   112,   113,   114,   115,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,   334,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,   122,   123,   124,
         125,    36,    37,    38,    39,    40,     0,     0,     0,     0,
          44,     0,     0,    47,     0,     0,     0,     0,   392,   393,
           0,     0,     0,   132,     0,     0,     0,     0,   394,     0,
           0,     0,     0,   138,     0,   191,     0,     0,     0,     0,
           0,     0,   122,   123,   124,   125,     0,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,   130,   335,   326,     0,     0,   132,    88,
         293,   243,  1216,   135,  1217,    92,    93,    94,   138,     0,
          95,    96,    97,    98,    99,   100,   101,   102,   103,   104,
         105,   106,   107,   108,   109,   110,   111,   112,   113,   114,
         115,     0,   116,   117,   118,   119,    88,   293,   120,     7,
           8,     0,    92,    93,    94,     0,     0,    95,    96,    97,
          98,    99,   100,   101,   102,   103,   104,   105,   106,   107,
         108,   109,   110,   111,   112,   113,   114,   115,     0,     0,
           0,     0,     0,   503,    15,    16,   504,    18,    19,   505,
          21,   506,    23,     0,    24,     0,    26,    27,     0,    29,
          30,    31,     0,     0,     0,    34,    35,     0,     0,     0,
           0,     0,     0,     0,     0,     0,     0,   122,   123,   124,
         125,     0,     0,     0,     0,     0,     0,     0,     0,    51,
          52,    53,     0,     0,     0,     0,     0,     0,   130,   131,
           0,     0,     0,   132,     0,     0,     0,     0,   135,     0,
           0,     0,     0,   138,   122,   123,   124,   125,     7,     8,
           0,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,   130,   131,     0,     0,   326,
         132,     0,     0,     0,     0,   135,     0,   614,   778,     0,
         138,     0,   503,    15,    16,   504,    18,    19,   505,    21,
         506,    23,     0,    24,     0,    26,    27,     0,    29,    30,
          31,     7,     8,     0,    34,    35,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,    51,    52,
          53,     0,     0,   810,     0,   503,    15,    16,   504,    18,
          19,   505,    21,   506,    23,     0,    24,     0,    26,    27,
           0,    29,    30,    31,     7,     8,     0,    34,    35,     0,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,    51,    52,    53,     0,     0,   615,   855,   503,    15,
          16,   504,    18,    19,   505,    21,   506,    23,     0,    24,
           0,    26,    27,     0,    29,    30,    31,     7,     8,     0,
          34,    35,     0,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,    51,    52,    53,     0,     0,   775,
         895,   503,    15,    16,   504,    18,    19,   505,    21,   506,
          23,     0,    24,     0,    26,    27,     0,    29,    30,    31,
           7,     8,     0,    34,    35,     0,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,    51,    52,    53,
           0,     0,   795,  1095,   503,    15,    16,   504,    18,    19,
         505,    21,   506,    23,     0,    24,     0,    26,    27,     0,
          29,    30,    31,     0,    -4,     1,    34,    35,    -4,     0,
           0,     0,     0,     0,     0,     0,    -4,    -4,     0,     0,
           0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
          51,    52,    53,     0,     0,  1265,     0,     0,     0,    -4,
           0,     0,     0,     0,    -4,    -4,     0,    -4,    -4,     0,
          -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,    -4,
           0,    -4,    -4,    -4,    -4,    -4,    -4,     0,  1322,    -4,
          -4,     0,     0,     0,     0,    -4,    -4,    -4,    -4,     0,
           0,    -4,     0,    -4,     0,    -4,    -4,    -4,    -4,    -4,
          -4,    -4,    -4,    -4,    -4,     6,     0,     0,     0,    -4,
          -4,    -4,    -4,     7,     8,     0,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     9,     0,     0,     0,
           0,    10,    11,  1112,    12,    13,     0,    14,    15,    16,
          17,    18,    19,    20,    21,    22,    23,     0,    24,    25,
          26,    27,    28,    29,    30,    31,    32,     0,    33,    34,
          35,    36,    37,    38,    39,    40,    41,     0,    42,    43,
          44,    45,    46,    47,     0,     0,    48,    49,     0,     0,
           0,     0,    50,    51,    52,    53,     0,     0,    54,     0,
          55,     0,    56,    57,    58,    59,    60,    61,    62,    63,
          64,    65,     0,     0,     0,     0,    66,    67,    68,    69,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,     0,     0,  1153,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,     0,     0,  1154,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,     0,     0,  1155,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,     0,
           0,  1156,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,     0,     0,  1187,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,     0,     0,  1231,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,     0,     0,  1236,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,     0,     0,  1237,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,     0,
           0,  1253,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,     0,     0,  1256,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,     0,     0,  1259,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,     0,     0,  1283,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,     0,     0,  1286,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,     0,
           0,  1314,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,     0,     0,  1316,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,     0,     0,  1318,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,     0,     0,  1331,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,   575,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,   576,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,   608,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,   659,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,   660,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,   673,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,   674,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,   675,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,   676,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,   677,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,   678,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,   766,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,   767,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,   768,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,   852,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,   893,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,   894,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,   921,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,  1046,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,  1047,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,  1066,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,     0,     0,     0,  1200,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
           0,     0,     0,  1201,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,     0,     0,     0,  1207,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,     0,     0,     0,  1279,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,     0,     0,
           0,  1282,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,   495,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,     0,     0,   613,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
         623,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,     0,     0,   638,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,   640,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,     0,     0,   642,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,   644,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,     0,   646,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,   648,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,     0,
           0,   650,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,   652,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,     0,     0,   654,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
         656,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,     0,     0,   658,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,   662,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,     0,     0,   664,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,   666,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,     0,   668,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,   670,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,     0,
           0,   672,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,   785,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,     0,     0,   786,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,     0,     0,
         788,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,     0,     0,   789,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,     0,     0,   806,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,     0,     0,   828,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
           0,     0,   927,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,     0,     0,   942,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,     0,     0,   944,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,     0,
           0,   946,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,     0,     0,   948,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,     0,     0,  1059,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,   491,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,   528,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
         537,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,   538,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,   540,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,   542,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,   543,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,   546,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,   547,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,   604,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,   605,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,   606,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
         612,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,   637,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,   639,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,   641,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,   643,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,   645,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,   647,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,   649,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,   651,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,   653,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
         655,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,   657,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,   661,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,   663,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,   665,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,   667,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,   669,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,   671,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,   724,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,   729,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
         737,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,   739,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,   740,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,   746,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,   753,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,   754,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,   755,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,   777,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,   779,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,   780,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
         784,   312,   313,   314,   315,   316,   317,   318,   319,   320,
         321,   322,   323,   324,   325,     0,     0,     0,     0,   326,
           0,   941,   312,   313,   314,   315,   316,   317,   318,   319,
         320,   321,   322,   323,   324,   325,     0,     0,     0,     0,
         326,     0,   943,   312,   313,   314,   315,   316,   317,   318,
         319,   320,   321,   322,   323,   324,   325,     0,     0,     0,
           0,   326,     0,   945,   312,   313,   314,   315,   316,   317,
         318,   319,   320,   321,   322,   323,   324,   325,     0,     0,
           0,     0,   326,     0,   947,   312,   313,   314,   315,   316,
         317,   318,   319,   320,   321,   322,   323,   324,   325,     0,
           0,     0,     0,   326,     0,   951,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
           0,     0,     0,     0,   326,     0,  1096,   312,   313,   314,
         315,   316,   317,   318,   319,   320,   321,   322,   323,   324,
         325,     0,     0,     0,     0,   326,     0,  1111,   312,   313,
         314,   315,   316,   317,   318,   319,   320,   321,   322,   323,
         324,   325,     0,     0,     0,     0,   326,     0,  1128,   312,
         313,   314,   315,   316,   317,   318,   319,   320,   321,   322,
         323,   324,   325,     0,     0,     0,     0,   326,     0,  1278,
         312,   313,   314,   315,   316,   317,   318,   319,   320,   321,
         322,   323,   324,   325,     0,     0,     0,     0,   326,     0,
        1329
    };
    
    static const yytype_int16 yycheck[] =
    {
           6,   199,   234,   235,   236,     4,     3,   301,   386,   387,
           6,   209,     5,   776,     4,     6,    37,    38,     5,    40,
         699,     6,  1142,     6,    76,     4,     6,     4,     4,    13,
           4,     4,   230,     4,   232,     4,     6,     4,     6,     6,
         139,   140,    77,     7,  1164,     4,   172,   173,    83,    84,
           7,   132,   133,     6,    76,   287,   288,   289,   290,    77,
           4,     5,    77,   132,   133,    83,    84,   148,    83,    84,
         154,     0,    76,   142,     7,   159,    50,   143,   204,   163,
         149,   143,   148,   132,   133,    59,   148,    52,    87,    88,
          89,    90,    36,    37,    38,    39,    77,   149,    42,   148,
          91,   150,    83,    84,   143,   132,   133,    97,    98,   148,
         142,    70,    71,    72,    73,   150,   132,   133,    97,    98,
          79,     7,   149,    82,   130,   131,   132,   149,   105,   135,
         136,    76,   150,   149,   140,   150,   132,   133,   142,     4,
         146,     6,   139,   149,   129,   149,   129,   153,   154,   155,
         156,   150,   158,   159,   160,   161,   149,   163,   164,   165,
         839,  1281,   149,   139,   140,   122,   187,   188,   144,   150,
         146,   142,   149,    56,   195,   151,   149,   144,   199,   149,
         149,   149,   146,     6,   190,   191,   119,   120,   121,   122,
         772,   132,   133,   199,     6,   139,   140,   142,     6,   397,
          49,   495,   146,    52,   149,    54,   139,   140,   149,    52,
         216,   217,   218,   146,   220,   299,    49,   223,   224,    52,
         226,    54,   420,    77,    49,   142,     7,    52,  1348,    83,
          84,    77,   238,   119,   120,   121,   122,    83,    84,   245,
         246,   247,   248,   249,   250,   251,   252,   253,   254,   255,
         256,   257,   258,   259,   260,   261,   262,   263,   264,   265,
         266,   267,   268,   269,   270,   271,   272,   273,   274,   275,
         276,   277,   278,   279,   280,   281,   282,   283,   284,   285,
         286,   143,   961,    77,   142,   291,   148,   142,    77,    83,
          84,    77,   142,   299,    83,    84,   150,    83,    84,   149,
         563,   564,   565,   142,   150,     7,   312,   313,   314,   315,
         316,   317,   318,   319,   320,   321,   322,   323,   324,   325,
         326,   301,   142,   905,    77,   142,    77,   411,    54,   335,
          83,    84,    83,    84,   132,   133,   142,   343,   119,   120,
         121,   122,   348,   149,   132,   133,   352,   353,   139,   140,
         148,   357,   358,   359,   360,   146,   150,    52,   139,   140,
         366,   150,    52,   384,   385,   371,   372,   373,    52,    46,
          77,   392,    49,    77,   142,    52,    83,    84,   142,    83,
          84,   149,    49,   389,   390,   391,   392,   393,   394,   386,
         387,   623,   398,   399,   400,   401,   142,   150,   404,   150,
         142,   407,   408,   149,   149,   411,   412,   413,   132,   133,
        1173,   142,  1175,   144,  1177,   149,   154,   119,   120,   121,
         122,   159,    77,    52,   148,   163,   150,   143,    83,    84,
         436,    52,   148,   439,   132,   133,    49,   139,   140,   142,
          49,   144,   526,   150,   132,   133,   150,     4,     5,   681,
         148,    46,   150,     4,    49,   132,   133,    52,   438,    54,
         148,     4,   132,   133,   548,   142,   142,     5,   144,  1148,
         132,   133,   149,   132,   133,     4,   142,   709,   148,    36,
          37,    38,    39,     6,   490,    42,   148,   144,   142,   148,
         144,   497,   132,   133,   142,   150,   132,   133,    36,    37,
          38,    39,     4,  1266,    42,   496,   132,   133,   148,   132,
         133,   142,   148,   144,   142,   495,   132,   133,   132,   133,
         526,   527,   148,   529,   530,   148,     4,   533,   534,   535,
         142,   142,   148,   144,   148,     6,     7,   831,   832,   132,
         133,   142,   548,   144,   142,   551,   552,   132,   133,   149,
        1313,   557,  1315,   574,  1317,   148,   562,   563,   564,   565,
        1323,   299,   142,   148,   132,   133,   587,   132,   133,   575,
         576,   562,   563,   564,   565,   581,   142,   132,   133,   142,
         148,   144,   142,   148,   132,   133,   142,   593,  1351,   595,
        1353,     4,  1355,   148,   139,   140,   680,   335,   142,   144,
         148,   146,   608,   142,   610,   611,   151,   142,   142,   144,
         616,   142,     7,   144,   352,   353,   142,     6,   702,   703,
         704,   705,   139,   140,   142,     6,   144,   144,     6,   146,
         714,  1009,   149,     5,   151,   134,   135,   136,  1220,   142,
         149,  1223,   141,   623,  1226,   142,   132,   133,   134,   135,
         136,   735,   142,   659,   660,   141,     4,   142,   142,   144,
         144,   142,   142,   144,   144,   142,   142,   673,   674,   675,
         676,   677,   678,   411,   680,   142,   142,   144,   144,   685,
         142,   142,   144,   144,   142,   142,   692,   144,   142,   142,
         144,   712,   148,   148,   150,   150,   702,   703,   704,   705,
         706,   148,   144,   150,   146,   148,   142,   150,   714,   128,
         129,   130,   131,   132,   133,   134,   135,   136,   148,  1301,
         150,   148,   141,   150,    52,   148,    54,   150,   148,   735,
         150,   148,   148,   150,   150,   166,   142,   969,     8,     5,
         171,   172,   173,   142,   149,   766,   767,   768,   149,   149,
        1332,   182,   183,  1335,   185,   148,  1338,   150,   142,  1341,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,     6,   204,   205,   148,   141,   150,   148,   142,
         150,  1363,   148,  1365,   150,  1367,     6,   148,   526,   150,
         148,  1169,   150,   148,   146,   150,   534,   535,   148,   148,
         150,   150,   148,   148,   150,   150,   812,   813,   144,   148,
         548,   150,   149,   551,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,   144,   148,   911,   150,   141,
         148,   148,   150,   150,   840,   148,   144,   150,   148,   148,
         150,   150,   148,   148,   150,   150,   852,   149,   828,   100,
         856,     6,   832,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,     6,     6,   144,
           4,   141,   149,     6,     5,   146,   141,     7,   150,     7,
         150,   144,   149,   904,     7,   149,   892,   893,   894,     7,
         142,     7,   142,   142,   900,   901,   142,     7,   904,   143,
           6,   148,     7,     7,     6,   911,    97,   149,   143,   148,
         143,   143,   143,   143,   143,   921,   922,   923,     6,     4,
         148,   145,   100,     7,     7,     7,     7,   100,     7,   935,
           7,   100,     7,     7,   940,     4,     6,   146,   150,   150,
           6,   146,   680,     7,     7,     7,     4,     7,   954,   142,
           7,     7,     7,   933,   975,     8,   142,   149,     6,     6,
           6,   145,   953,     6,   702,   703,   704,   705,   974,     6,
         144,     7,     6,   129,   980,   981,   714,     7,     7,   985,
          52,    54,     7,  1181,     7,     7,     7,   993,     6,  1010,
           7,  1012,   143,  1014,   143,   143,   143,   735,  1004,     7,
           7,     7,  1023,     6,  1025,  1026,     6,     4,   148,     7,
           6,     6,  1009,  1004,   149,   142,     7,  1023,     7,     6,
        1026,     6,     6,  1029,   149,    52,     6,     4,     4,     4,
         149,  1037,   149,     6,   149,   149,     4,     6,   149,   142,
        1046,  1047,   143,     7,     6,  1129,  1037,   146,    59,   149,
           6,   149,   149,     6,     6,   149,     6,     6,     5,     4,
        1066,   492,   493,     6,    96,     7,     7,     7,     7,  1267,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,     5,     7,     6,     6,   141,     6,
         149,  1097,     6,     4,   146,   149,  1328,   150,   149,     6,
        1184,     6,     6,     6,     6,   145,     6,  1113,     6,  1115,
           6,     6,     5,   148,     6,     6,     6,   100,  1124,     6,
        1126,     4,     6,  1129,   143,     6,  1358,   558,  1360,     6,
           6,     6,  1138,     6,     6,     4,   148,  1143,   569,   570,
         149,     6,   573,   148,   148,  1377,   148,     6,     5,     7,
           6,  1172,   146,  1174,     6,  1176,    50,     6,     6,     6,
           6,     6,  1183,   149,  1185,     6,  1172,     6,  1174,     6,
        1176,   149,  1169,   911,     6,     6,   150,   149,  1184,   149,
           7,     6,  1188,   149,  1268,    95,  1270,     6,   149,    98,
           6,     6,     6,     6,  1200,  1201,     6,     6,   149,     6,
          66,  1207,   150,     6,   150,     3,     4,  1213,     4,     6,
        1216,     9,    10,    11,   150,   150,    14,    15,    16,    17,
          18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
          28,    29,    30,    31,    32,    33,    34,  1243,   150,     6,
           6,  1325,     6,   149,     6,   851,     6,     8,  1254,  1270,
         149,  1257,     6,     6,  1260,     6,     6,     6,  1264,     6,
           6,   150,  1268,   149,  1270,     6,     6,   149,     6,   149,
         149,     6,     6,  1279,     6,     6,  1282,     6,   149,   149,
           6,   149,   149,     6,     6,  1023,   149,     6,  1026,     6,
           6,   722,   723,     6,   725,     6,   727,   728,     6,     6,
         731,   732,     3,  1243,     3,   859,   957,  1250,    -1,    -1,
          -1,    -1,    -1,   111,   112,   113,   114,    -1,    -1,  1325,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,   132,   133,    -1,   365,   141,   137,
          -1,    -1,    -1,    -1,   142,    -1,    -1,   145,    -1,   147,
          -1,   149,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   790,
         791,   792,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,  1115,    -1,    -1,
         141,    -1,   143,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
           6,  1129,    -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,     6,    -1,    -1,   860,
          -1,    -1,    -1,    -1,    -1,   866,    -1,    46,    -1,    -1,
          -1,    -1,    -1,   874,   875,   876,  1184,    -1,    -1,   880,
          -1,    -1,    -1,     6,   885,   886,   887,    -1,    -1,    -1,
          -1,    70,    71,    72,    73,    74,    -1,    -1,    -1,   900,
          79,    -1,    -1,    82,    -1,   906,    -1,    -1,   909,    -1,
          -1,    -1,    -1,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,   928,   929,   930,
         931,   141,   111,   112,   113,   114,    -1,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,   952,    -1,   132,   133,   141,    -1,    -1,   137,    -1,
        1268,    -1,  1270,   142,     6,    -1,    -1,    -1,   147,    -1,
         149,   150,    -1,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    -1,   996,   997,   998,   999,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,  1325,   141,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,  1032,    -1,     6,    -1,    -1,    -1,     3,     4,    -1,
          -1,    -1,    -1,     9,    10,    11,    -1,  1048,    14,    15,
          16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
          26,    27,    28,    29,    30,    31,    32,    33,    34,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          46,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,    -1,    -1,    -1,    70,    71,    72,    73,    74,  1110,
           6,    -1,    -1,    79,    -1,    -1,    82,    -1,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,  1133,  1134,  1135,  1136,   141,    -1,   143,    -1,
          -1,    -1,    -1,   148,    -1,   111,   112,   113,   114,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,   132,   133,   141,    -1,
          -1,   137,    -1,    -1,    -1,    -1,   142,    -1,    -1,  1180,
          -1,   147,    -1,    -1,   150,     3,     4,     5,    -1,     7,
          -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,    -1,    36,    37,
          38,    39,    -1,    -1,    42,    -1,  1227,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,     3,     4,     5,    -1,   141,    -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,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    46,    -1,    -1,   105,    -1,    -1,
          -1,    -1,    -1,   111,   112,   113,   114,    66,    -1,    -1,
          -1,   119,   120,   121,   122,    -1,    -1,    -1,    70,    71,
          72,    73,    74,     6,   132,   133,    -1,    79,    -1,   137,
          82,   139,   140,    -1,   142,    -1,   144,    -1,   146,   147,
          -1,   149,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,     6,    -1,    -1,    -1,   111,
         112,   113,   114,    -1,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
         132,   133,   141,    -1,    -1,   137,    -1,    -1,     6,    -1,
         142,    -1,     3,     4,     5,   147,    -1,   149,     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,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    46,    -1,    -1,    -1,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    70,
          71,    72,    73,    74,     6,    -1,    -1,    -1,    79,    -1,
          -1,    82,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,     6,    -1,    -1,    -1,
         111,   112,   113,   114,    -1,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,   132,   133,   141,    -1,    -1,   137,    -1,    -1,     6,
          -1,   142,    -1,     3,     4,    -1,   147,    -1,   149,     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,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    46,    -1,    -1,    -1,
          -1,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          70,    71,    72,    73,    74,     8,    -1,    -1,    -1,    79,
          -1,    -1,    82,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,     8,
          -1,   111,   112,   113,   114,    -1,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,   132,   133,   141,    -1,    -1,   137,    -1,    -1,
          -1,    -1,   142,     8,     3,     4,    -1,   147,    -1,   149,
           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,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    46,    -1,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    70,    71,    72,    73,    74,     8,    -1,    -1,    -1,
          79,    -1,    -1,    82,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
           8,    -1,   111,   112,   113,   114,    -1,    -1,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,   132,   133,    -1,   141,    -1,   137,    -1,
          -1,    -1,    -1,   142,     8,     3,     4,    -1,   147,    -1,
         149,     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,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    46,    -1,
          -1,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,    -1,    70,    71,    72,    73,    74,    -1,    -1,    -1,
          -1,    79,    -1,    -1,    82,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,   111,   112,   113,   114,    -1,    -1,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,   132,   133,    -1,   141,    -1,   137,
          -1,    -1,    -1,    -1,   142,    -1,     3,     4,    -1,   147,
          -1,   149,     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,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    46,
          -1,    -1,    12,    13,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    70,    71,    72,    73,    74,    -1,   148,
          -1,   150,    79,    -1,    -1,    82,    46,    47,    48,    49,
          50,    51,    52,    53,    54,    55,    -1,    57,    -1,    59,
          60,    -1,    62,    63,    64,    -1,    -1,    -1,    68,    69,
          -1,    -1,    -1,    -1,   111,   112,   113,   114,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    92,    93,    94,   132,   133,    -1,    -1,    -1,
         137,    -1,    -1,    -1,    -1,   142,    -1,     3,     4,    -1,
         147,    -1,   149,     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,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          46,    -1,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    70,    71,    72,    73,    74,   150,
          -1,     3,     4,    79,    -1,    -1,    82,     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,    -1,    -1,   111,   112,   113,   114,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,   132,   133,   141,    -1,
          -1,   137,    -1,    -1,    -1,   148,   142,   150,     3,     4,
           5,   147,    -1,   149,     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,
          -1,    36,    37,    38,    39,    -1,    -1,    42,    -1,   111,
         112,   113,   114,    -1,    12,    13,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
         132,   133,    -1,    -1,   141,   137,    -1,    -1,    -1,    -1,
         142,   148,    -1,   145,    -1,   147,    -1,   149,    46,    47,
          48,    49,    50,    51,    52,    53,    54,    55,    -1,    57,
          -1,    59,    60,    -1,    62,    63,    64,    -1,    -1,    -1,
          68,    69,    -1,    -1,    -1,    -1,   111,   112,   113,   114,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    92,    93,    94,   132,   133,    -1,
          -1,    -1,   137,    -1,    -1,    -1,    -1,   142,    -1,     3,
           4,    -1,   147,    -1,   149,     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,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,   150,    -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,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    46,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,   112,   113,
         114,    70,    71,    72,    73,    74,    -1,    -1,    -1,    -1,
          79,    -1,    -1,    82,    -1,    -1,    -1,    -1,   132,   133,
          -1,    -1,    -1,   137,    -1,    -1,    -1,    -1,   142,    -1,
          -1,    -1,    -1,   147,    -1,   149,    -1,    -1,    -1,    -1,
          -1,    -1,   111,   112,   113,   114,    -1,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,   132,   133,   141,    -1,    -1,   137,     3,
           4,     5,   148,   142,   150,     9,    10,    11,   147,    -1,
          14,    15,    16,    17,    18,    19,    20,    21,    22,    23,
          24,    25,    26,    27,    28,    29,    30,    31,    32,    33,
          34,    -1,    36,    37,    38,    39,     3,     4,    42,    12,
          13,    -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,    -1,    -1,
          -1,    -1,    -1,    46,    47,    48,    49,    50,    51,    52,
          53,    54,    55,    -1,    57,    -1,    59,    60,    -1,    62,
          63,    64,    -1,    -1,    -1,    68,    69,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   111,   112,   113,
         114,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    92,
          93,    94,    -1,    -1,    -1,    -1,    -1,    -1,   132,   133,
          -1,    -1,    -1,   137,    -1,    -1,    -1,    -1,   142,    -1,
          -1,    -1,    -1,   147,   111,   112,   113,   114,    12,    13,
          -1,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,   132,   133,    -1,    -1,   141,
         137,    -1,    -1,    -1,    -1,   142,    -1,   150,   150,    -1,
         147,    -1,    46,    47,    48,    49,    50,    51,    52,    53,
          54,    55,    -1,    57,    -1,    59,    60,    -1,    62,    63,
          64,    12,    13,    -1,    68,    69,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    92,    93,
          94,    -1,    -1,   150,    -1,    46,    47,    48,    49,    50,
          51,    52,    53,    54,    55,    -1,    57,    -1,    59,    60,
          -1,    62,    63,    64,    12,    13,    -1,    68,    69,    -1,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    92,    93,    94,    -1,    -1,   150,   150,    46,    47,
          48,    49,    50,    51,    52,    53,    54,    55,    -1,    57,
          -1,    59,    60,    -1,    62,    63,    64,    12,    13,    -1,
          68,    69,    -1,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    92,    93,    94,    -1,    -1,   150,
         150,    46,    47,    48,    49,    50,    51,    52,    53,    54,
          55,    -1,    57,    -1,    59,    60,    -1,    62,    63,    64,
          12,    13,    -1,    68,    69,    -1,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    92,    93,    94,
          -1,    -1,   150,   150,    46,    47,    48,    49,    50,    51,
          52,    53,    54,    55,    -1,    57,    -1,    59,    60,    -1,
          62,    63,    64,    -1,     0,     1,    68,    69,     4,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    12,    13,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          92,    93,    94,    -1,    -1,   150,    -1,    -1,    -1,    35,
          -1,    -1,    -1,    -1,    40,    41,    -1,    43,    44,    -1,
          46,    47,    48,    49,    50,    51,    52,    53,    54,    55,
          -1,    57,    58,    59,    60,    61,    62,    63,    64,    65,
          -1,    67,    68,    69,    70,    71,    72,    73,    74,    75,
          -1,    77,    78,    79,    80,    81,    82,    -1,   150,    85,
          86,    -1,    -1,    -1,    -1,    91,    92,    93,    94,    -1,
          -1,    97,    -1,    99,    -1,   101,   102,   103,   104,   105,
         106,   107,   108,   109,   110,     4,    -1,    -1,    -1,   115,
         116,   117,   118,    12,    13,    -1,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    35,    -1,    -1,    -1,
          -1,    40,    41,   150,    43,    44,    -1,    46,    47,    48,
          49,    50,    51,    52,    53,    54,    55,    -1,    57,    58,
          59,    60,    61,    62,    63,    64,    65,    -1,    67,    68,
          69,    70,    71,    72,    73,    74,    75,    -1,    77,    78,
          79,    80,    81,    82,    -1,    -1,    85,    86,    -1,    -1,
          -1,    -1,    91,    92,    93,    94,    -1,    -1,    97,    -1,
          99,    -1,   101,   102,   103,   104,   105,   106,   107,   108,
         109,   110,    -1,    -1,    -1,    -1,   115,   116,   117,   118,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,   150,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,   150,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,   150,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,   150,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,   150,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,   150,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,   150,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,    -1,    -1,   150,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
          -1,   150,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,    -1,    -1,   150,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,    -1,    -1,   150,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,   148,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,   148,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,   148,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,   148,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,   148,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,   148,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,   148,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,   148,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,   148,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,   148,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,   148,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,   148,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,   148,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,   148,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,   148,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,   148,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,    -1,    -1,    -1,   148,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
          -1,    -1,    -1,   148,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,    -1,   148,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,    -1,    -1,    -1,   148,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,    -1,    -1,
          -1,   148,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,   145,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
         145,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,    -1,    -1,   145,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,   145,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,
          -1,   145,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,   145,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
         145,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,    -1,    -1,   145,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,   145,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,
          -1,   145,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,   145,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,
         145,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,    -1,    -1,   145,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
          -1,    -1,   145,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,    -1,    -1,   145,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,    -1,
          -1,   145,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,    -1,    -1,   145,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,    -1,    -1,   145,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,   143,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,   143,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,   143,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,   143,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,   143,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,   143,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,   143,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,   143,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,   143,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,   143,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,   143,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,   143,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,   143,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,   143,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,   143,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,   143,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143,   123,   124,   125,   126,   127,   128,   129,   130,   131,
         132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,
          -1,   143,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,    -1,    -1,    -1,    -1,
         141,    -1,   143,   123,   124,   125,   126,   127,   128,   129,
         130,   131,   132,   133,   134,   135,   136,    -1,    -1,    -1,
          -1,   141,    -1,   143,   123,   124,   125,   126,   127,   128,
         129,   130,   131,   132,   133,   134,   135,   136,    -1,    -1,
          -1,    -1,   141,    -1,   143,   123,   124,   125,   126,   127,
         128,   129,   130,   131,   132,   133,   134,   135,   136,    -1,
          -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,   126,
         127,   128,   129,   130,   131,   132,   133,   134,   135,   136,
          -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,   125,
         126,   127,   128,   129,   130,   131,   132,   133,   134,   135,
         136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,   124,
         125,   126,   127,   128,   129,   130,   131,   132,   133,   134,
         135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,   123,
         124,   125,   126,   127,   128,   129,   130,   131,   132,   133,
         134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,   143,
         123,   124,   125,   126,   127,   128,   129,   130,   131,   132,
         133,   134,   135,   136,    -1,    -1,    -1,    -1,   141,    -1,
         143
    };
    
    /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
       symbol of state STATE-NUM.  */
    static const yytype_uint8 yystos[] =
    {
           0,     1,   153,   154,     6,     0,     4,    12,    13,    35,
          40,    41,    43,    44,    46,    47,    48,    49,    50,    51,
          52,    53,    54,    55,    57,    58,    59,    60,    61,    62,
          63,    64,    65,    67,    68,    69,    70,    71,    72,    73,
          74,    75,    77,    78,    79,    80,    81,    82,    85,    86,
          91,    92,    93,    94,    97,    99,   101,   102,   103,   104,
         105,   106,   107,   108,   109,   110,   115,   116,   117,   118,
         155,   157,   158,   176,   180,   185,   188,   189,   190,   191,
         192,   193,   194,   215,   216,   217,   218,   219,     3,     4,
           5,     7,     9,    10,    11,    14,    15,    16,    17,    18,
          19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
          29,    30,    31,    32,    33,    34,    36,    37,    38,    39,
          42,   105,   111,   112,   113,   114,   119,   120,   121,   122,
         132,   133,   137,   139,   140,   142,   144,   146,   147,   149,
         174,   175,   220,   221,   233,    13,    52,   142,     6,   149,
           6,     6,     6,   142,   149,   142,   142,    76,   142,   149,
         142,   142,    76,   149,   142,   142,    56,    52,    52,    52,
          52,    49,    52,    54,    54,    46,    49,    52,    54,    49,
          52,    54,    49,    52,   142,    49,   142,   149,   132,   133,
         142,   149,   222,   223,   222,   149,    46,    49,    52,   149,
         222,     4,    50,    59,    52,    52,    49,     4,   105,   149,
           4,     6,    49,     4,     4,     4,   142,   142,   142,     4,
         149,   229,     4,   142,   142,     6,   144,     4,     4,     5,
         149,     5,   149,   142,   142,   142,   142,     4,   144,   146,
         151,   175,   149,     5,   233,   142,   144,   142,   144,   142,
         144,   142,   144,   142,   144,   142,   144,   142,   144,   142,
         144,   142,   144,   142,   144,   142,   144,   142,   144,   142,
         144,   142,   144,   142,   144,   142,   144,   142,   144,   142,
         144,   142,   144,   142,   144,   142,   144,   142,   142,   142,
         142,     7,   142,     4,   220,   220,   220,   220,   145,   149,
         220,     4,    97,    98,     4,     4,   185,   186,   187,   220,
           6,     6,   123,   124,   125,   126,   127,   128,   129,   130,
         131,   132,   133,   134,   135,   136,   141,     6,     6,   220,
           5,   220,   220,     4,    46,   133,   185,   194,   220,   227,
         228,   220,   220,   142,   220,   228,   220,   220,   142,   228,
         220,   220,   133,   149,   220,   225,   227,   142,   149,   142,
         142,     5,   225,   226,   226,   226,   142,   181,   182,   183,
         184,   142,   142,   142,   225,   225,     4,   225,     5,   222,
         222,   222,   220,   220,   132,   133,   149,   149,   222,   149,
         149,   149,   132,   133,   142,   187,   222,   149,   142,   149,
         142,   142,   226,   225,   142,     4,     6,   144,   144,   187,
           6,   149,   144,   144,     6,   220,   220,   220,   146,   220,
         149,   100,   220,   220,   220,     6,     6,   187,     6,   187,
           4,   232,   233,   232,   232,   232,   144,   220,     4,   149,
         159,     6,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,   232,   232,   232,   232,   220,     5,
         144,   143,     7,   122,   228,   145,     7,   174,   175,   146,
           7,   144,   150,    46,    49,    52,    54,   180,     6,   220,
         220,   220,   220,   220,   220,   220,   220,   220,   220,   220,
         220,   220,   220,   220,     6,   143,   148,   148,   143,   144,
         149,   220,   227,     8,   134,   148,   150,   143,   143,   220,
         143,   150,   143,   143,   220,   150,   143,   143,   149,   150,
         228,   134,     7,   220,   220,   220,   220,     7,     7,   213,
         213,   220,   142,   142,   142,   142,   220,   220,   220,     7,
           7,   143,     6,   148,   148,   148,   148,   222,   222,   186,
         186,   148,   220,   220,   220,   220,   198,   148,   187,   220,
         220,   220,   220,     7,   214,     7,   220,     6,   220,   220,
         150,   228,   220,   220,   143,   143,   143,    97,   148,   187,
         149,     8,   143,   145,   150,   150,   144,   146,   143,   143,
         143,   143,   220,   145,   175,   220,     4,    87,    88,    89,
          90,   150,   162,   166,   169,   171,   172,   143,   145,   143,
         145,   143,   145,   143,   145,   143,   145,   143,   145,   143,
         145,   143,   145,   143,   145,   143,   145,   143,   145,   148,
         148,   143,   145,   143,   145,   143,   145,   143,   145,   143,
         145,   143,   145,   148,   148,   148,   148,   148,   148,   143,
         148,   148,   143,   143,     6,   148,   220,   225,   225,   150,
           7,   146,   174,   175,   233,   220,     6,     4,     4,   149,
         230,   145,   149,   149,   149,   149,     8,     6,   129,   156,
         228,   220,     7,   145,   149,   220,   220,   220,   227,   220,
         227,   100,     7,     7,   143,     7,   100,     7,     7,   143,
         100,     7,     7,   228,   150,   149,   220,   143,   150,   143,
         143,   220,   225,     4,   212,     6,   143,   177,   220,   233,
         177,   177,   177,   143,   143,   143,   225,   225,   146,   225,
         222,   220,   220,   150,   150,   220,   148,   148,   148,    77,
          83,    84,   208,   209,   222,   150,   195,   143,   150,   143,
         143,   220,     6,   220,   143,   145,   145,   150,   145,   145,
           7,     7,     7,   146,   220,   150,   220,   220,     7,   146,
         220,     4,     7,     7,     7,     7,   145,   146,   175,   232,
         150,   163,   142,   142,   149,   173,     6,   220,   220,   220,
         220,   220,   220,   220,   220,   228,   232,   220,   145,     6,
           6,   145,     4,    97,    98,   220,     6,     6,     6,     7,
         144,   229,   231,     6,   228,   228,   228,   228,   220,   129,
         232,   143,   148,   222,   228,   150,     8,    52,   225,   225,
           7,   225,    52,    54,   225,   225,     7,    54,   225,   225,
         150,   228,     6,     7,     7,     7,     7,    66,   211,     6,
           7,   143,   143,   143,   143,     7,     7,     7,     6,     6,
           4,   148,   148,   148,   148,   150,   222,   222,   222,     6,
         149,   142,   150,   209,   148,   208,     7,     6,     7,     7,
           6,   149,     6,     6,    52,     6,     6,   225,   225,   225,
           4,   148,     8,     8,   143,     4,     4,   145,   149,   149,
         149,   149,     6,     4,     6,   142,   220,   220,   224,   225,
         149,   143,   145,   143,   145,   143,   145,   143,   145,   143,
         143,   143,   174,     7,   174,   175,   146,     7,     6,   229,
         220,   148,   150,   150,   150,   150,   150,     6,     6,   156,
         220,     6,   150,   220,   149,    59,   179,   179,   225,     6,
         149,   149,     6,     6,   225,   149,     6,     6,   150,     5,
         225,   225,   225,     4,     6,   225,     7,     7,     7,     7,
         225,   225,   225,     6,     7,     5,   220,   220,   220,   149,
         148,   150,   148,   150,   148,   150,   220,   225,   220,   220,
         222,   150,     5,   149,   225,   149,   149,   225,   228,   149,
           6,     6,    96,   220,   220,   220,     6,     7,   146,   225,
         225,   225,   225,   175,   160,   220,   148,   148,   148,   150,
         161,   220,   225,   233,   220,     6,     4,   230,     6,   145,
         229,     6,     6,     6,     6,   232,   148,   145,   220,   222,
           6,     6,     6,   220,   220,     6,   220,     5,     6,     6,
         100,   178,   220,     6,   225,   225,   225,   225,     6,     4,
         210,     6,   220,   233,   143,   150,   143,   148,   150,   186,
         222,     6,   199,   222,     6,   200,   222,     6,   201,   150,
         148,   143,   150,   148,     6,   133,   222,     6,   222,   222,
           6,   150,   220,   225,   148,   150,     8,   150,   143,   149,
         220,   233,     4,   148,   148,   148,   148,   143,   148,   220,
         220,   225,   149,   148,   150,     6,     6,     6,     7,     6,
         146,     6,   220,   150,   150,   150,   150,     5,    50,     6,
           6,     6,     6,     6,   149,     6,     6,     6,     6,   149,
         220,   150,   148,   149,   148,   149,   148,   149,     6,   225,
           7,   149,   220,   148,   148,   148,     6,   150,    95,   220,
         220,   228,     6,     6,   225,   225,   225,   225,   164,   220,
         148,   148,   224,   220,     6,   229,    98,   148,     6,     6,
           6,     6,     6,   149,   224,   186,   148,   150,   220,   222,
         208,   220,   222,   208,   220,   222,   208,   148,   150,   225,
         187,   150,   222,   228,   222,   220,   150,   150,   150,   150,
         150,   150,   150,   149,   220,   220,   150,     6,   220,   220,
         150,   150,   220,   150,   148,   150,   150,   148,   150,   150,
         148,   150,   225,     6,    66,   150,   196,   149,   148,   150,
         148,     6,     6,     6,     6,     6,     6,   161,   143,   148,
           6,   149,   148,   150,     4,   210,   150,     6,   202,   220,
           6,     6,   203,   220,     6,     6,   204,   220,     6,   150,
         220,   208,   187,   228,     6,   222,   228,   150,   167,   220,
         224,   220,     6,   149,   150,   149,   150,   149,   150,     6,
           6,   150,   150,   197,   150,   148,   150,     6,   149,   143,
         150,   150,   208,     6,   205,   208,     6,   206,   208,     6,
         207,   208,     6,   228,     6,   165,   232,   170,   149,     6,
         150,   149,   150,   149,   150,   149,   150,   150,   148,   150,
         149,   224,     6,   208,     6,   208,     6,   208,     6,   232,
           6,   168,   232,   150,   150,   150,   150,   148,   150,     6,
           6,     6,     6,   232,     6
    };
    
    #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 && yylen == 1)				\
        {								\
          yychar = (Token);						\
          yylval = (Value);						\
          yytoken = YYTRANSLATE (yychar);				\
          YYPOPSTACK (1);						\
          goto yybackup;						\
        }								\
      else								\
        {								\
          yyerror (YY_("syntax error: cannot back up")); \
          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.  */
    
    #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
    
    # ifndef YYFPRINTF
    #  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
    #  define YYFPRINTF fprintf
    # 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 (YYID (0))
    
    
    /*--------------------------------.
    | 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
    {
      if (!yyvaluep)
        return;
    # ifdef YYPRINT
      if (yytype < YYNTOKENS)
        YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
    # else
      YYUSE (yyoutput);
    # endif
      switch (yytype)
        {
          default:
    	break;
        }
    }
    
    
    /*--------------------------------.
    | 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
    {
      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, ")");
    }
    
    /*------------------------------------------------------------------.
    | yy_stack_print -- Print the state stack from its BOTTOM up to its |
    | 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 (bottom, top)
        yytype_int16 *bottom;
        yytype_int16 *top;
    #endif
    {
      YYFPRINTF (stderr, "Stack now");
      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 (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 (yyvsp, yyrule)
        YYSTYPE *yyvsp;
        int yyrule;
    #endif
    {
      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);
      /* The symbols being reduced.  */
      for (yyi = 0; yyi < yynrhs; yyi++)
        {
          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 (yyvsp, Rule); \
    } while (YYID (0))
    
    /* Nonzero means print parse trace.  It is left uninitialized so that
       multiple parsers can coexist.  */
    int yydebug;
    #else /* !YYDEBUG */
    # define YYDPRINTF(Args)
    # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
    # define YY_STACK_PRINT(Bottom, Top)
    # define YY_REDUCE_PRINT(Rule)
    #endif /* !YYDEBUG */
    
    
    /* YYINITDEPTH -- initial size of the parser's stacks.  */
    #ifndef	YYINITDEPTH
    # define YYINITDEPTH 200
    #endif
    
    /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
       if the built-in stack extension method is used).
    
       Do not make this value too large; the results are undefined if
       YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
       evaluated with infinite-precision integer arithmetic.  */
    
    #ifndef YYMAXDEPTH
    # define YYMAXDEPTH 10000
    #endif
    
    
    
    #if YYERROR_VERBOSE
    
    # ifndef yystrlen
    #  if defined __GLIBC__ && defined _STRING_H
    #   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++)
        continue;
      return yylen;
    }
    #  endif
    # endif
    
    # ifndef yystpcpy
    #  if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE
    #   define yystpcpy stpcpy
    #  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;
    
      while ((*yyd++ = *yys++) != '\0')
        continue;
    
      return yyd - 1;
    }
    #  endif
    # endif
    
    # ifndef yytnamerr
    /* Copy to YYRES the contents of YYSTR after stripping away unnecessary
       quotes and backslashes, so that it's suitable for yyerror.  The
       heuristic is that double-quoting is unnecessary unless the string
       contains an apostrophe, a comma, or backslash (other than
       backslash-backslash).  YYSTR is taken from yytname.  If YYRES is
       null, do not copy; instead, return the length of what the result
       would have been.  */
    static YYSIZE_T
    yytnamerr (char *yyres, const char *yystr)
    {
      if (*yystr == '"')
        {
          YYSIZE_T yyn = 0;
          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;
    	  }
        do_not_strip_quotes: ;
        }
    
      if (! yyres)
        return yystrlen (yystr);
    
      return yystpcpy (yyres, yystr) - yyres;
    }
    # endif
    
    /* 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)
    {
      int yyn = yypact[yystate];
    
      if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
        return 0;
      else
        {
          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;
    	  }
    
          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);
    
      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 look-ahead symbol.  */
    int yychar;
    
    /* 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)
    #else
    int
    yyparse ()
    
    #endif
    #endif
    {
      
      int yystate;
      int yyn;
      int yyresult;
      /* Number of tokens to shift before error messages enabled.  */
      int yyerrstatus;
      /* Look-ahead token as an internal (translated) token number.  */
      int yytoken = 0;
    #if YYERROR_VERBOSE
      /* Buffer for error messages, and its allocated size.  */
      char yymsgbuf[128];
      char *yymsg = yymsgbuf;
      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;
    
      YYDPRINTF ((stderr, "Starting parse\n"));
    
      yystate = 0;
      yyerrstatus = 0;
      yynerrs = 0;
      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;
    
    /*------------------------------------------------------------.
    | yynewstate -- Push a new state, which is found in yystate.  |
    `------------------------------------------------------------*/
     yynewstate:
      /* In all cases, when you get here, the value and location stacks
         have just been pushed.  So pushing a state here evens the stacks.  */
      yyssp++;
    
     yysetstate:
      *yyssp = yystate;
    
      if (yyss + yystacksize - 1 <= yyssp)
        {
          /* Get the current used size of the three stacks, in elements.  */
          YYSIZE_T yysize = yyssp - yyss + 1;
    
    #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;
          }
    #else /* no yyoverflow */
    # ifndef YYSTACK_RELOCATE
          goto yyexhaustedlab;
    # else
          /* Extend the stack our own way.  */
          if (YYMAXDEPTH <= yystacksize)
    	goto yyexhaustedlab;
          yystacksize *= 2;
          if (YYMAXDEPTH < yystacksize)
    	yystacksize = YYMAXDEPTH;
    
          {
    	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);
          }
    # endif
    #endif /* no yyoverflow */
    
          yyssp = yyss + yysize - 1;
          yyvsp = yyvs + yysize - 1;
    
    
          YYDPRINTF ((stderr, "Stack size increased to %lu\n",
    		  (unsigned long int) yystacksize));
    
          if (yyss + yystacksize - 1 <= yyssp)
    	YYABORT;
        }
    
      YYDPRINTF ((stderr, "Entering state %d\n", yystate));
    
      goto yybackup;
    
    /*-----------.
    | yybackup.  |
    `-----------*/
    yybackup:
    
      /* Do appropriate processing given the current state.  Read a
         look-ahead token if we need one and don't already have one.  */
    
      /* First try to decide what to do without reference to look-ahead token.  */
      yyn = yypact[yystate];
      if (yyn == YYPACT_NINF)
        goto yydefault;
    
      /* Not known => get a look-ahead token if don't already have one.  */
    
      /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
      if (yychar == YYEMPTY)
        {
          YYDPRINTF ((stderr, "Reading a token: "));
          yychar = YYLEX;
        }
    
      if (yychar <= YYEOF)
        {
          yychar = yytoken = YYEOF;
          YYDPRINTF ((stderr, "Now at end of input.\n"));
        }
      else
        {
          yytoken = YYTRANSLATE (yychar);
          YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
        }
    
      /* If the proper action on seeing token YYTOKEN is to reduce or to
         detect an error, take that action.  */
      yyn += yytoken;
      if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
        goto yydefault;
      yyn = yytable[yyn];
      if (yyn <= 0)
        {
          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 look-ahead token.  */
      YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
    
      /* Discard the shifted token unless it is eof.  */
      if (yychar != YYEOF)
        yychar = YYEMPTY;
    
      yystate = yyn;
      *++yyvsp = yylval;
    
      goto yynewstate;
    
    
    /*-----------------------------------------------------------.
    | yydefault -- do the default action for the current state.  |
    `-----------------------------------------------------------*/
    yydefault:
      yyn = yydefact[yystate];
      if (yyn == 0)
        goto yyerrlab;
      goto yyreduce;
    
    
    /*-----------------------------.
    | yyreduce -- Do a reduction.  |
    `-----------------------------*/
    yyreduce:
      /* yyn is the number of a rule to reduce with.  */
      yylen = yyr2[yyn];
    
      /* If YYLEN is nonzero, implement the default value of the action:
         `$$ = $1'.
    
         Otherwise, the following line sets YYVAL to garbage.
         This behavior is undocumented and Bison
         users should not rely upon it.  Assigning to YYVAL
         unconditionally makes the parser a bit smaller, and it avoids a
         GCC warning that YYVAL may be used uninitialized.  */
      yyval = yyvsp[1-yylen];
    
    
      YY_REDUCE_PRINT (yyn);
      switch (yyn)
        {
            case 3:
    #line 157 "Gmsh.y"
        { yyerrok; return 1; ;}
        break;
    
      case 6:
    #line 168 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 7:
    #line 169 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 8:
    #line 170 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 9:
    #line 171 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 10:
    #line 172 "Gmsh.y"
        { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;}
        break;
    
      case 11:
    #line 173 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 12:
    #line 174 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 13:
    #line 175 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 14:
    #line 176 "Gmsh.y"
        { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;}
        break;
    
      case 15:
    #line 177 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 16:
    #line 178 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 17:
    #line 179 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 18:
    #line 180 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 19:
    #line 181 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 20:
    #line 182 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 21:
    #line 183 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 22:
    #line 184 "Gmsh.y"
        { return 1; ;}
        break;
    
      case 23:
    #line 189 "Gmsh.y"
        {
          (yyval.c) = (char*)"w";
        ;}
        break;
    
      case 24:
    #line 193 "Gmsh.y"
        {
          (yyval.c) = (char*)"a";
        ;}
        break;
    
      case 25:
    #line 200 "Gmsh.y"
        {
          Msg::Direct((yyvsp[(3) - (5)].c));
          Free((yyvsp[(3) - (5)].c));
        ;}
        break;
    
      case 26:
    #line 205 "Gmsh.y"
        {
          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[(3) - (7)].c));
    	fclose(fp);
          }
          Free((yyvsp[(3) - (7)].c));
          Free((yyvsp[(6) - (7)].c));
        ;}
        break;
    
      case 27:
    #line 219 "Gmsh.y"
        {
          char tmpstring[1024];
          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[(3) - (7)].c));
          List_Delete((yyvsp[(5) - (7)].l));
        ;}
        break;
    
      case 28:
    #line 232 "Gmsh.y"
        {
          char tmpstring[1024];
          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[(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());
    	}
    	else{
    	  fprintf(fp, "%s\n", tmpstring);
    	  fclose(fp);
    	}
          }
          Free((yyvsp[(3) - (9)].c));
          Free((yyvsp[(8) - (9)].c));
          List_Delete((yyvsp[(5) - (9)].l));
        ;}
        break;
    
      case 29:
    #line 260 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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);
          }
          else
    	delete ViewData;
    #endif
          Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(2) - (6)].c));
        ;}
        break;
    
      case 30:
    #line 274 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          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);
          }
    #endif
          Free((yyvsp[(2) - (6)].c));
        ;}
        break;
    
      case 31:
    #line 285 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          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);
          }
    #endif
          Free((yyvsp[(2) - (6)].c));
        ;}
        break;
    
      case 32:
    #line 299 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          ViewData = new PViewDataList(); 
    #endif
        ;}
        break;
    
      case 38:
    #line 313 "Gmsh.y"
        { ViewCoord.push_back((yyvsp[(1) - (1)].d)); ;}
        break;
    
      case 39:
    #line 315 "Gmsh.y"
        { ViewCoord.push_back((yyvsp[(3) - (3)].d)); ;}
        break;
    
      case 40:
    #line 320 "Gmsh.y"
        { if(ViewValueList) ViewValueList->push_back((yyvsp[(1) - (1)].d)); ;}
        break;
    
      case 41:
    #line 322 "Gmsh.y"
        { if(ViewValueList) ViewValueList->push_back((yyvsp[(3) - (3)].d)); ;}
        break;
    
      case 42:
    #line 327 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          if(!strncmp((yyvsp[(1) - (1)].c), "SP", 2)){
    	ViewValueList = &ViewData->SP; ViewNumList = &ViewData->NbSP;
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VP", 2)){
    	ViewValueList = &ViewData->VP; ViewNumList = &ViewData->NbVP;
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TP", 2)){
    	ViewValueList = &ViewData->TP; ViewNumList = &ViewData->NbTP;
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SL", 2)){
    	ViewValueList = &ViewData->SL; ViewNumList = &ViewData->NbSL;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VL", 2)){
    	ViewValueList = &ViewData->VL; ViewNumList = &ViewData->NbVL;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TL", 2)){
    	ViewValueList = &ViewData->TL; ViewNumList = &ViewData->NbTL;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_LIN);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "ST", 2)){
    	ViewValueList = &ViewData->ST; ViewNumList = &ViewData->NbST;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VT", 2)){
    	ViewValueList = &ViewData->VT; ViewNumList = &ViewData->NbVT;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TT", 2)){
    	ViewValueList = &ViewData->TT; ViewNumList = &ViewData->NbTT;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SQ", 2)){
    	ViewValueList = &ViewData->SQ; ViewNumList = &ViewData->NbSQ;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VQ", 2)){
    	ViewValueList = &ViewData->VQ; ViewNumList = &ViewData->NbVQ;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TQ", 2)){
    	ViewValueList = &ViewData->TQ; ViewNumList = &ViewData->NbTQ;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_QUA);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SS", 2)){
    	ViewValueList = &ViewData->SS; ViewNumList = &ViewData->NbSS;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VS", 2)){
    	ViewValueList = &ViewData->VS; ViewNumList = &ViewData->NbVS;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TS", 2)){
    	ViewValueList = &ViewData->TS; ViewNumList = &ViewData->NbTS;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_TET);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SH", 2)){
    	ViewValueList = &ViewData->SH; ViewNumList = &ViewData->NbSH;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VH", 2)){
    	ViewValueList = &ViewData->VH; ViewNumList = &ViewData->NbVH;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TH", 2)){
    	ViewValueList = &ViewData->TH; ViewNumList = &ViewData->NbTH;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_HEX);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SI", 2)){
    	ViewValueList = &ViewData->SI; ViewNumList = &ViewData->NbSI;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VI", 2)){
    	ViewValueList = &ViewData->VI; ViewNumList = &ViewData->NbVI;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TI", 2)){
    	ViewValueList = &ViewData->TI; ViewNumList = &ViewData->NbTI;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PRI);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "SY", 2)){
    	ViewValueList = &ViewData->SY; ViewNumList = &ViewData->NbSY;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "VY", 2)){
    	ViewValueList = &ViewData->VY; ViewNumList = &ViewData->NbVY;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR);
          }
          else if(!strncmp((yyvsp[(1) - (1)].c), "TY", 2)){
    	ViewValueList = &ViewData->TY; ViewNumList = &ViewData->NbTY;
            if(strlen((yyvsp[(1) - (1)].c)) > 2) ViewData->setOrder2(TYPE_PYR);
          }
          else{
    	yymsg(0, "Unknown element type '%s'", (yyvsp[(1) - (1)].c));	
    	ViewValueList = 0; ViewNumList = 0;
          }
    #endif
          ViewCoord.clear();
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 43:
    #line 431 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          if(ViewValueList){
    	for(int i = 0; i < 3; i++)
    	  for(unsigned int j = 0; j < ViewCoord.size() / 3; j++) 
    	    ViewValueList->push_back(ViewCoord[3 * j + i]);
          }
    #endif
        ;}
        break;
    
      case 44:
    #line 441 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          if(ViewValueList) (*ViewNumList)++;
    #endif
        ;}
        break;
    
      case 45:
    #line 450 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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[(1) - (1)].c));
        ;}
        break;
    
      case 46:
    #line 457 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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[(3) - (3)].c));
        ;}
        break;
    
      case 47:
    #line 467 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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
        ;}
        break;
    
      case 48:
    #line 476 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          ViewData->NbT2++;
    #endif
        ;}
        break;
    
      case 49:
    #line 485 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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[(1) - (1)].c));
        ;}
        break;
    
      case 50:
    #line 492 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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[(3) - (3)].c));
        ;}
        break;
    
      case 51:
    #line 502 "Gmsh.y"
        { 
    #if defined(HAVE_POST)
          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
        ;}
        break;
    
      case 52:
    #line 510 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          ViewData->NbT3++;
    #endif
        ;}
        break;
    
      case 53:
    #line 520 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          int type = 
    	(ViewData->NbSL || ViewData->NbVL) ? TYPE_LIN : 
    	(ViewData->NbST || ViewData->NbVT) ? TYPE_TRI : 
    	(ViewData->NbSQ || ViewData->NbVQ) ? TYPE_QUA : 
    	(ViewData->NbSS || ViewData->NbVS) ? TYPE_TET : 
    	(ViewData->NbSY || ViewData->NbVY) ? TYPE_PYR : 
    	(ViewData->NbSI || ViewData->NbVI) ? TYPE_PRI : 
          	(ViewData->NbSH || ViewData->NbVH) ? TYPE_HEX : 
    	0;
          ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[(3) - (8)].l)), 
                                             ListOfListOfDouble2Matrix((yyvsp[(6) - (8)].l)));
    #endif
        ;}
        break;
    
      case 54:
    #line 539 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          int type = 
    	(ViewData->NbSL || ViewData->NbVL) ? TYPE_LIN : 
    	(ViewData->NbST || ViewData->NbVT) ? TYPE_TRI : 
    	(ViewData->NbSQ || ViewData->NbVQ) ? TYPE_QUA : 
    	(ViewData->NbSS || ViewData->NbVS) ? TYPE_TET : 
          	(ViewData->NbSH || ViewData->NbVH) ? TYPE_HEX : 
    	0;
          ViewData->setInterpolationMatrices(type, ListOfListOfDouble2Matrix((yyvsp[(3) - (14)].l)), 
                                             ListOfListOfDouble2Matrix((yyvsp[(6) - (14)].l)),
                                             ListOfListOfDouble2Matrix((yyvsp[(9) - (14)].l)), 
                                             ListOfListOfDouble2Matrix((yyvsp[(12) - (14)].l)));
    #endif
        ;}
        break;
    
      case 55:
    #line 558 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          ViewValueList = &ViewData->Time;
    #endif
        ;}
        break;
    
      case 56:
    #line 564 "Gmsh.y"
        {
        ;}
        break;
    
      case 57:
    #line 571 "Gmsh.y"
        { (yyval.i) = 0; ;}
        break;
    
      case 58:
    #line 572 "Gmsh.y"
        { (yyval.i) = 1; ;}
        break;
    
      case 59:
    #line 573 "Gmsh.y"
        { (yyval.i) = 2; ;}
        break;
    
      case 60:
    #line 574 "Gmsh.y"
        { (yyval.i) = 3; ;}
        break;
    
      case 61:
    #line 575 "Gmsh.y"
        { (yyval.i) = 4; ;}
        break;
    
      case 62:
    #line 579 "Gmsh.y"
        { (yyval.i) = 1; ;}
        break;
    
      case 63:
    #line 580 "Gmsh.y"
        { (yyval.i) = -1; ;}
        break;
    
      case 64:
    #line 588 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){
    	if(!(yyvsp[(2) - (4)].i))
    	  gmsh_yysymbols[(yyvsp[(1) - (4)].c)].push_back((yyvsp[(3) - (4)].d));
    	else
    	  yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c));
          }
          else{
    	switch((yyvsp[(2) - (4)].i)){
    	case 0 : gmsh_yysymbols[(yyvsp[(1) - (4)].c)][0] = (yyvsp[(3) - (4)].d); break;
    	case 1 : gmsh_yysymbols[(yyvsp[(1) - (4)].c)][0] += (yyvsp[(3) - (4)].d); break;
    	case 2 : gmsh_yysymbols[(yyvsp[(1) - (4)].c)][0] -= (yyvsp[(3) - (4)].d); break;
    	case 3 : gmsh_yysymbols[(yyvsp[(1) - (4)].c)][0] *= (yyvsp[(3) - (4)].d); break;
    	case 4 : 
    	  if((yyvsp[(3) - (4)].d)) gmsh_yysymbols[(yyvsp[(1) - (4)].c)][0] /= (yyvsp[(3) - (4)].d); 
    	  else yymsg(0, "Division by zero in '%s /= %g'", (yyvsp[(1) - (4)].c), (yyvsp[(3) - (4)].d));
    	  break;
    	}
          }
          Free((yyvsp[(1) - (4)].c));
        ;}
        break;
    
      case 65:
    #line 610 "Gmsh.y"
        {
          int index = (int)(yyvsp[(3) - (7)].d);
          if(!gmsh_yysymbols.count((yyvsp[(1) - (7)].c))){
    	if(!(yyvsp[(5) - (7)].i)){
    	  gmsh_yysymbols[(yyvsp[(1) - (7)].c)].resize(index + 1, 0.);
    	  gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] = (yyvsp[(6) - (7)].d);
    	}
    	else
    	  yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (7)].c));
          }
          else{
    	if((int)gmsh_yysymbols[(yyvsp[(1) - (7)].c)].size() < index + 1)
    	  gmsh_yysymbols[(yyvsp[(1) - (7)].c)].resize(index + 1, 0.);
    	switch((yyvsp[(5) - (7)].i)){
    	case 0 : gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] = (yyvsp[(6) - (7)].d); break;
    	case 1 : gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] += (yyvsp[(6) - (7)].d); break;
    	case 2 : gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] -= (yyvsp[(6) - (7)].d); break;
    	case 3 : gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] *= (yyvsp[(6) - (7)].d); break;
    	case 4 : 
    	  if((yyvsp[(6) - (7)].d)) gmsh_yysymbols[(yyvsp[(1) - (7)].c)][index] /= (yyvsp[(6) - (7)].d); 
    	  else yymsg(0, "Division by zero in '%s[%d] /= %g'", (yyvsp[(1) - (7)].c), index, (yyvsp[(6) - (7)].d));
    	  break;
    	}
          }
          Free((yyvsp[(1) - (7)].c));
        ;}
        break;
    
      case 66:
    #line 637 "Gmsh.y"
        {
          if(List_Nbr((yyvsp[(4) - (9)].l)) != List_Nbr((yyvsp[(8) - (9)].l))){
    	yymsg(0, "Incompatible array dimensions in affectation");
          }
          else{
    	if(!gmsh_yysymbols.count((yyvsp[(1) - (9)].c))){
    	  if(!(yyvsp[(7) - (9)].i)){
    	    for(int i = 0; i < List_Nbr((yyvsp[(4) - (9)].l)); i++){
    	      int index = (int)(*(double*)List_Pointer((yyvsp[(4) - (9)].l), i));
    	      gmsh_yysymbols[(yyvsp[(1) - (9)].c)].resize(index + 1, 0.);
    	      gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] = *(double*)List_Pointer((yyvsp[(8) - (9)].l), i);
    	    }
    	  }
    	  else
    	    yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (9)].c));
    	}
    	else{
    	  for(int i = 0; i < List_Nbr((yyvsp[(4) - (9)].l)); i++){
    	    int index = (int)(*(double*)List_Pointer((yyvsp[(4) - (9)].l), i));
    	    double d = *(double*)List_Pointer((yyvsp[(8) - (9)].l), i);
    	    if((int)gmsh_yysymbols[(yyvsp[(1) - (9)].c)].size() < index + 1)
    	      gmsh_yysymbols[(yyvsp[(1) - (9)].c)].resize(index + 1, 0.);
    	    switch((yyvsp[(7) - (9)].i)){
    	    case 0 : gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] = d; break;
    	    case 1 : gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] += d; break;
    	    case 2 : gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] -= d; break;
    	    case 3 : gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] *= d; break;
    	    case 4 : 
    	      if((yyvsp[(8) - (9)].l)) gmsh_yysymbols[(yyvsp[(1) - (9)].c)][index] /= d; 
    	      else yymsg(0, "Division by zero in '%s[%d] /= %g'", (yyvsp[(1) - (9)].c), index, d);
    	      break;
    	    }
    	  }
    	}
          }
          Free((yyvsp[(1) - (9)].c));
          List_Delete((yyvsp[(4) - (9)].l));
          List_Delete((yyvsp[(8) - (9)].l));
        ;}
        break;
    
      case 67:
    #line 677 "Gmsh.y"
        {
          if(gmsh_yysymbols.count((yyvsp[(1) - (6)].c)))
    	gmsh_yysymbols[(yyvsp[(1) - (6)].c)].clear();
          gmsh_yysymbols[(yyvsp[(1) - (6)].c)] = std::vector<double>();
          for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++)
            gmsh_yysymbols[(yyvsp[(1) - (6)].c)].push_back(*(double*)List_Pointer((yyvsp[(5) - (6)].l), i));
          Free((yyvsp[(1) - (6)].c));
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
      case 68:
    #line 687 "Gmsh.y"
        {
          // appends to the list
          for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++)
    	gmsh_yysymbols[(yyvsp[(1) - (6)].c)].push_back(*(double*)List_Pointer((yyvsp[(5) - (6)].l), i));
          Free((yyvsp[(1) - (6)].c));
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
      case 69:
    #line 695 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c)))
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c)); 
          else
    	gmsh_yysymbols[(yyvsp[(1) - (3)].c)][0] += (yyvsp[(2) - (3)].i);
          Free((yyvsp[(1) - (3)].c));
        ;}
        break;
    
      case 70:
    #line 703 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(1) - (6)].c)))
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (6)].c)); 
          else{
    	int index = (int)(yyvsp[(3) - (6)].d);
    	if((int)gmsh_yysymbols[(yyvsp[(1) - (6)].c)].size() < index + 1)
    	  gmsh_yysymbols[(yyvsp[(1) - (6)].c)].resize(index + 1, 0.);
    	gmsh_yysymbols[(yyvsp[(1) - (6)].c)][index] += (yyvsp[(5) - (6)].i);
          }
          Free((yyvsp[(1) - (6)].c));
        ;}
        break;
    
      case 71:
    #line 715 "Gmsh.y"
        { 
          gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)] = std::string((yyvsp[(3) - (4)].c));
          Free((yyvsp[(1) - (4)].c));
          Free((yyvsp[(3) - (4)].c));
        ;}
        break;
    
      case 72:
    #line 724 "Gmsh.y"
        { 
          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 73:
    #line 730 "Gmsh.y"
        { 
          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 74:
    #line 739 "Gmsh.y"
        {
          double d = 0.;
          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[(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[(1) - (6)].c), 0, (yyvsp[(3) - (6)].c), d);
          }
          Free((yyvsp[(1) - (6)].c)); Free((yyvsp[(3) - (6)].c));
        ;}
        break;
    
      case 75:
    #line 757 "Gmsh.y"
        {
          double d = 0.;
          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[(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[(1) - (9)].c), (int)(yyvsp[(3) - (9)].d), (yyvsp[(6) - (9)].c), d);
          }
          Free((yyvsp[(1) - (9)].c)); Free((yyvsp[(6) - (9)].c));
        ;}
        break;
    
      case 76:
    #line 775 "Gmsh.y"
        {
          double d = 0.;
          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[(1) - (5)].c)); Free((yyvsp[(3) - (5)].c));
        ;}
        break;
    
      case 77:
    #line 784 "Gmsh.y"
        {
          double d = 0.;
          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[(1) - (8)].c)); Free((yyvsp[(6) - (8)].c));
        ;}
        break;
    
      case 78:
    #line 796 "Gmsh.y"
        {
          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 79:
    #line 801 "Gmsh.y"
        {
          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 80:
    #line 809 "Gmsh.y"
        {
          GmshColorTable *ct = GetColorTable(0);
          if(!ct)
    	yymsg(0, "View[%d] does not exist", 0);
          else{
    	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[(5) - (6)].l), i, &ct->table[i]);
    	if(ct->size == 1){
    	  ct->size = 2;
    	  ct->table[1] = ct->table[0];
    	}
          }
          Free((yyvsp[(1) - (6)].c));
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
      case 81:
    #line 829 "Gmsh.y"
        {
          GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (9)].d));
          if(!ct)
    	yymsg(0, "View[%d] does not exist", (int)(yyvsp[(3) - (9)].d));
          else{
    	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[(3) - (9)].d));
    	else
    	  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[(1) - (9)].c));
          List_Delete((yyvsp[(8) - (9)].l));
        ;}
        break;
    
      case 82:
    #line 852 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          if(!strcmp((yyvsp[(1) - (5)].c),"Background"))
    	GModel::current()->getFields()->background_field = (int)(yyvsp[(4) - (5)].d);
          else
    	yymsg(0, "Unknown command %s Field", (yyvsp[(1) - (5)].c));
    #endif
        ;}
        break;
    
      case 83:
    #line 861 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          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[(6) - (7)].c));
        ;}
        break;
    
      case 84:
    #line 869 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d));
          if(field){
    	FieldOption *option = field->options[(yyvsp[(6) - (9)].c)];
    	if(option){
    	  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[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName());
    	  }
    	}
    	else
    	  yymsg(0, "Unknown option '%s' in field %i of type '%s'",
    		(yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName());
          }
          else
    	yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (9)].d));
    #endif
          Free((yyvsp[(6) - (9)].c));
        ;}
        break;
    
      case 85:
    #line 891 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d));
          if(field){
    	FieldOption *option = field->options[(yyvsp[(6) - (9)].c)];
    	if(option){
    	  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[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName());
    	  }
    	}
    	else 
    	  yymsg(0, "Unknown option '%s' in field %i of type '%s'", 
    		(yyvsp[(6) - (9)].c), (int)(yyvsp[(3) - (9)].d), field->getName());
          }
          else 
    	yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (9)].d));
    #endif
          Free((yyvsp[(6) - (9)].c));
          Free((yyvsp[(8) - (9)].c));
        ;}
        break;
    
      case 86:
    #line 914 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (11)].d));
          if(field){
    	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[(9) - (11)].l)); i++){
    	    double id;
    	    List_Read((yyvsp[(9) - (11)].l), i, &id);
    	    vl.push_back((int)id);
    	  }
    	}
    	else
    	  yymsg(0, "Unknown option '%s' in field %i of type '%s'",
    		(yyvsp[(6) - (11)].c), (int)(yyvsp[(3) - (11)].d), field->getName());
          }
          else 
    	yymsg(0, "No field with id %i", (int)(yyvsp[(3) - (11)].d));
    #endif
          Free((yyvsp[(6) - (11)].c));
          List_Delete((yyvsp[(9) - (11)].l));
        ;}
        break;
    
      case 87:
    #line 942 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          try {
    	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[(6) - (9)].c), (yyvsp[(3) - (9)].c));
          }
    #endif
          Free((yyvsp[(3) - (9)].c)); Free((yyvsp[(6) - (9)].c));
        ;}
        break;
    
      case 88:
    #line 954 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          try {
    	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[(6) - (9)].c), (yyvsp[(3) - (9)].c));
          }
    #endif
          Free((yyvsp[(3) - (9)].c)); Free((yyvsp[(6) - (9)].c)); Free((yyvsp[(8) - (9)].c));
        ;}
        break;
    
      case 89:
    #line 971 "Gmsh.y"
        { 
          (yyval.i) = (int)(yyvsp[(1) - (1)].d); 
        ;}
        break;
    
      case 90:
    #line 975 "Gmsh.y"
        { 
          (yyval.i) = GModel::current()->setPhysicalName
            (std::string((yyvsp[(1) - (1)].c)), curPhysDim, 
             ++GModel::current()->getGEOInternals()->MaxPhysicalNum);
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 91:
    #line 985 "Gmsh.y"
        {
          (yyval.l) = 0;
        ;}
        break;
    
      case 92:
    #line 989 "Gmsh.y"
        {
          (yyval.l) = List_Create(1, 1, sizeof(Vertex*));
          Vertex *v = FindPoint((int)(yyvsp[(4) - (5)].d));
          if(!v)
    	yymsg(0, "Unknown point %d", (int)(yyvsp[(4) - (5)].d));
          else{
    	List_Add((yyval.l), &v);
          }
        ;}
        break;
    
      case 93:
    #line 1001 "Gmsh.y"
        {
          for(int i = 0; i < 4; i++) (yyval.v)[i] = 0.;
        ;}
        break;
    
      case 94:
    #line 1005 "Gmsh.y"
        {
          for(int i = 0; i < 4; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i];
        ;}
        break;
    
      case 95:
    #line 1015 "Gmsh.y"
        {
          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[(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)
    	  v = Create_Vertex(num, x, y, z, lc, 1.0);
    	else
    	  v = Create_Vertex(num, x, y, myGmshSurface, lc);
    	Tree_Add(GModel::current()->getGEOInternals()->Points, &v);
    	AddToTemporaryBoundingBox(v->Pos.X, v->Pos.Y, v->Pos.Z);
          }
          (yyval.s).Type = MSH_POINT;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 96:
    #line 1038 "Gmsh.y"
        {
          curPhysDim = 0;
        ;}
        break;
    
      case 97:
    #line 1042 "Gmsh.y"
        {
          int num = (int)(yyvsp[(5) - (9)].i);
          if(FindPhysicalGroup(num, MSH_PHYSICAL_POINT)){
    	yymsg(0, "Physical point %d already exists", num);
          }
          else{
    	List_T *temp = ListOfDouble2ListOfInt((yyvsp[(8) - (9)].l));
    	PhysicalGroup *p = Create_PhysicalGroup(num, MSH_PHYSICAL_POINT, temp);
    	List_Delete(temp);
    	List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p);
          }
          List_Delete((yyvsp[(8) - (9)].l));
          (yyval.s).Type = MSH_PHYSICAL_POINT;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 98:
    #line 1058 "Gmsh.y"
        {      
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(3) - (6)].l), i, &d);
    	Vertex *v = FindPoint((int)d); 	 
    	if(v)
    	  v->lc = (yyvsp[(5) - (6)].d);
    	else{
    	  GVertex *gv = GModel::current()->getVertexByTag((int)d);
    	  if(gv) 
    	    gv->setPrescribedMeshSizeAtVertex((yyvsp[(5) - (6)].d));
    	}
          }
          List_Delete((yyvsp[(3) - (6)].l));
          // dummy values
          (yyval.s).Type = 0;
          (yyval.s).Num = 0;
        ;}
        break;
    
      case 99:
    #line 1080 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (7)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(6) - (7)].l));
          (yyval.s).Type = MSH_SEGM_LINE;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 100:
    #line 1098 "Gmsh.y"
        {
          for (int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){
    	double dnum;
    	List_Read((yyvsp[(3) - (4)].l), i, &dnum);
    	int num = (int) fabs(dnum);
    	Curve *c = FindCurve(num);
    	if (c){
    	  c->degenerated = true;
    	}
    	else{
    	  GEdge *ge = GModel::current()->getEdgeByTag(num);
    	  if (!ge){
    	    yymsg(0, "Curve %d does not exist", num);
    	  }
    	  else{
    	    ge->setTooSmall(true);
    	  }
    	}
          }
        ;}
        break;
    
      case 101:
    #line 1120 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (7)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(6) - (7)].l));
          (yyval.s).Type = MSH_SEGM_SPLN;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 102:
    #line 1138 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (8)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(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[(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[(6) - (8)].l));
          (yyval.s).Type = MSH_SEGM_CIRC;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 103:
    #line 1168 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (8)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(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[(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[(6) - (8)].l));
          (yyval.s).Type = MSH_SEGM_ELLI;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 104:
    #line 1198 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (7)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(6) - (7)].l));
          (yyval.s).Type = MSH_SEGM_BSPLN;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 105:
    #line 1216 "Gmsh.y"
        {
          int num = (int)(yyvsp[(3) - (7)].d);
          if(FindCurve(num)){
    	yymsg(0, "Curve %d already exists", num);
          }
          else{
    	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[(6) - (7)].l));
          (yyval.s).Type = MSH_SEGM_BEZIER;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 106:
    #line 1234 "Gmsh.y"
        {
          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[(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[(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[(6) - (11)].l));
          List_Delete((yyvsp[(8) - (11)].l));
          (yyval.s).Type = MSH_SEGM_NURBS;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 107:
    #line 1260 "Gmsh.y"
        {
          int num = (int)(yyvsp[(4) - (8)].d);
          if(FindEdgeLoop(num)){
    	yymsg(0, "Line loop %d already exists", num);
          }
          else{
    	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[(7) - (8)].l));
          (yyval.s).Type = MSH_SEGM_LOOP;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 108:
    #line 1277 "Gmsh.y"
        {
          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[(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[(7) - (8)].l));
          (yyval.s).Type = MSH_SEGM_COMPOUND;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 109:
    #line 1295 "Gmsh.y"
        {
          curPhysDim = 1;
        ;}
        break;
    
      case 110:
    #line 1299 "Gmsh.y"
        {
          int num = (int)(yyvsp[(5) - (9)].i);
          if(FindPhysicalGroup(num, MSH_PHYSICAL_LINE)){
    	yymsg(0, "Physical line %d already exists", num);
          }
          else{
    	List_T *temp = ListOfDouble2ListOfInt((yyvsp[(8) - (9)].l));
    	PhysicalGroup *p = Create_PhysicalGroup(num, MSH_PHYSICAL_LINE, temp);
    	List_Delete(temp);
    	List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p);
          }
          List_Delete((yyvsp[(8) - (9)].l));
          (yyval.s).Type = MSH_PHYSICAL_LINE;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 111:
    #line 1318 "Gmsh.y"
        {
          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[(7) - (8)].l));
    	setSurfaceGeneratrices(s, temp);
    	List_Delete(temp);
    	End_Surface(s);
    	Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s);
          }
          List_Delete((yyvsp[(7) - (8)].l));
          (yyval.s).Type = MSH_SURF_PLAN;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 112:
    #line 1336 "Gmsh.y"
        {
          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[(7) - (9)].l), 0, &d);
    	EdgeLoop *el = FindEdgeLoop((int)fabs(d));
    	if(!el){
    	  yymsg(0, "Unknown line loop %d", (int)d);
    	}
    	else{
    	  int j = List_Nbr(el->Curves);
    	  if(j == 4){
    	    type = MSH_SURF_REGL;
    	  }
    	  else if(j == 3){
    	    type = MSH_SURF_TRIC;
    	  }
    	  else{
    	    yymsg(0, "Wrong definition of Ruled Surface %d: "
    		  "%d borders instead of 3 or 4", num, j);
    	    type = MSH_SURF_PLAN;
    	  }
    	  Surface *s = Create_Surface(num, type);
    	  List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (9)].l));
    	  setSurfaceGeneratrices(s, temp);
    	  List_Delete(temp);
    	  End_Surface(s);
    	  s->InSphereCenter = (yyvsp[(8) - (9)].l);
    	  Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s);
    	}
          }
          List_Delete((yyvsp[(7) - (9)].l));
          (yyval.s).Type = type;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 113:
    #line 1375 "Gmsh.y"
        {
          myGmshSurface = 0;
          (yyval.s).Type = 0;
          (yyval.s).Num = 0;
        ;}
        break;
    
      case 114:
    #line 1381 "Gmsh.y"
        {
          myGmshSurface = gmshSurface::getSurface((int)(yyvsp[(3) - (4)].d));
          (yyval.s).Type = 0;
          (yyval.s).Num = 0;
        ;}
        break;
    
      case 115:
    #line 1387 "Gmsh.y"
        {
          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;
        ;}
        break;
    
      case 116:
    #line 1394 "Gmsh.y"
        {
          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[(6) - (7)].l)));
          }
          else{
    	double p1,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);
    	if(!v2) yymsg(0, "Sphere %d : unknown point %d", num, (int)p2);
    	if(v1 && v2)
    	  myGmshSurface = gmshSphere::NewSphere
    	    (num, v1->Pos.X, v1->Pos.Y, v1->Pos.Z,
    	     sqrt((v2->Pos.X - v1->Pos.X) * (v2->Pos.X - v1->Pos.X) +
    		  (v2->Pos.Y - v1->Pos.Y) * (v2->Pos.Y - v1->Pos.Y) +
    		  (v2->Pos.Z - v1->Pos.Z) * (v2->Pos.Z - v1->Pos.Z)));
          }
          (yyval.s).Type = 0;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 117:
    #line 1419 "Gmsh.y"
        {
          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[(6) - (7)].l)));
          }
          else{
    	double p1,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);
    	if(!v2) yymsg(0, "PolarSphere %d : unknown point %d", num, (int)p2);
    	if(v1 && v2)
    	  myGmshSurface = gmshPolarSphere::NewPolarSphere
    	    (num, v1->Pos.X, v1->Pos.Y, v1->Pos.Z,
    	     sqrt((v2->Pos.X - v1->Pos.X) * (v2->Pos.X - v1->Pos.X) +
    		  (v2->Pos.Y - v1->Pos.Y) * (v2->Pos.Y - v1->Pos.Y) +
    		  (v2->Pos.Z - v1->Pos.Z) * (v2->Pos.Z - v1->Pos.Z)));
          }
          (yyval.s).Type = 0;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 118:
    #line 1444 "Gmsh.y"
        {
          int num = (int)(yyvsp[(4) - (8)].d);
          if(FindSurfaceLoop(num)){
    	yymsg(0, "Surface loop %d already exists", num);
          }
          else{
    	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[(7) - (8)].l));
          (yyval.s).Type = MSH_SURF_LOOP;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 119:
    #line 1460 "Gmsh.y"
        {
          int num = (int)(yyvsp[(4) - (9)].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[(7) - (9)].l)); i++){
              s->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (9)].l), i));
    	  s->TypeOfMapping = (yyvsp[(8) - (9)].i);
    	}
    	Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s);
          }
          List_Delete((yyvsp[(7) - (9)].l));
          (yyval.s).Type = MSH_SURF_COMPOUND;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 120:
    #line 1479 "Gmsh.y"
        {
          int num = (int)(yyvsp[(4) - (13)].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[(7) - (13)].l)); i++)
              s->compound.push_back((int)*(double*)List_Pointer((yyvsp[(7) - (13)].l), i));
    	for (int i = 0; i < List_Nbr((yyvsp[(10) - (13)].l)); i++){
              if(i > 3){
                yymsg(0, "Too many boundary specifiers in compound surface");
                break;
              }
    	  List_T *l = *(List_T**)List_Pointer((yyvsp[(10) - (13)].l), i);
              for (int j = 0; j < List_Nbr(l); j++){
                s->compoundBoundary[i].push_back((int)*(double*)List_Pointer(l, j));
    	    s->TypeOfMapping = (yyvsp[(12) - (13)].i);
    	  }
    	}
    	Tree_Add(GModel::current()->getGEOInternals()->Surfaces, &s);
          }
          List_Delete((yyvsp[(7) - (13)].l));
          for (int i = 0; i < List_Nbr((yyvsp[(10) - (13)].l)); i++)
            List_Delete(*(List_T**)List_Pointer((yyvsp[(10) - (13)].l), i));
          List_Delete((yyvsp[(10) - (13)].l));
          Free((yyvsp[(8) - (13)].c));
          (yyval.s).Type = MSH_SURF_COMPOUND;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 121:
    #line 1510 "Gmsh.y"
        {
          curPhysDim = 2;
        ;}
        break;
    
      case 122:
    #line 1514 "Gmsh.y"
        {
          int num = (int)(yyvsp[(5) - (9)].i);
          if(FindPhysicalGroup(num, MSH_PHYSICAL_SURFACE)){
    	yymsg(0, "Physical surface %d already exists", num);
          }
          else{
    	List_T *temp = ListOfDouble2ListOfInt((yyvsp[(8) - (9)].l));
    	PhysicalGroup *p = Create_PhysicalGroup(num, MSH_PHYSICAL_SURFACE, temp);
    	List_Delete(temp);
    	List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p);
          }
          List_Delete((yyvsp[(8) - (9)].l));
          (yyval.s).Type = MSH_PHYSICAL_SURFACE;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 123:
    #line 1534 "Gmsh.y"
        {
          yymsg(0, "'Complex Volume' command is deprecated: use 'Volume' instead");
          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[(7) - (8)].l));
    	setVolumeSurfaces(v, temp);
    	List_Delete(temp);
    	Tree_Add(GModel::current()->getGEOInternals()->Volumes, &v);
          }
          List_Delete((yyvsp[(7) - (8)].l));
          (yyval.s).Type = MSH_VOLUME;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 124:
    #line 1552 "Gmsh.y"
        {
          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[(6) - (7)].l));
    	setVolumeSurfaces(v, temp);
    	List_Delete(temp);
    	Tree_Add(GModel::current()->getGEOInternals()->Volumes, &v);
          }
          List_Delete((yyvsp[(6) - (7)].l));
          (yyval.s).Type = MSH_VOLUME;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 125:
    #line 1570 "Gmsh.y"
        {
    #if defined(HAVE_OCC)
          std::vector<double> data;
          for (int i = 0 ; i < List_Nbr((yyvsp[(5) - (9)].l)); i++){
            double d; List_Read((yyvsp[(5) - (9)].l), i, &d);
            data.push_back(d);
          }
          GModel::current()->addShape((yyvsp[(3) - (9)].c), data, (yyvsp[(7) - (9)].c));
          Free((yyvsp[(3) - (9)].c)); Free((yyvsp[(7) - (9)].c));
          List_Delete((yyvsp[(5) - (9)].l));
    #endif
        ;}
        break;
    
      case 126:
    #line 1583 "Gmsh.y"
        {
          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[(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[(7) - (8)].l));
          (yyval.s).Type = MSH_VOLUME_COMPOUND;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 127:
    #line 1599 "Gmsh.y"
        {
          curPhysDim = 3;
        ;}
        break;
    
      case 128:
    #line 1603 "Gmsh.y"
        {
          int num = (int)(yyvsp[(5) - (9)].i);
          if(FindPhysicalGroup(num, MSH_PHYSICAL_VOLUME)){
    	yymsg(0, "Physical volume %d already exists", num);
          }
          else{
    	List_T *temp = ListOfDouble2ListOfInt((yyvsp[(8) - (9)].l));
    	PhysicalGroup *p = Create_PhysicalGroup(num, MSH_PHYSICAL_VOLUME, temp);
    	List_Delete(temp);
    	List_Add(GModel::current()->getGEOInternals()->PhysicalGroups, &p);
          }
          List_Delete((yyvsp[(8) - (9)].l));
          (yyval.s).Type = MSH_PHYSICAL_VOLUME;
          (yyval.s).Num = num;
        ;}
        break;
    
      case 129:
    #line 1625 "Gmsh.y"
        {
          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 130:
    #line 1630 "Gmsh.y"
        {
          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 131:
    #line 1635 "Gmsh.y"
        {
          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 132:
    #line 1640 "Gmsh.y"
        {
          DilatShapes((yyvsp[(3) - (9)].v)[0], (yyvsp[(3) - (9)].v)[1], (yyvsp[(3) - (9)].v)[2], (yyvsp[(5) - (9)].d), (yyvsp[(8) - (9)].l));
          (yyval.l) = (yyvsp[(8) - (9)].l);
        ;}
        break;
    
      case 133:
    #line 1645 "Gmsh.y"
        {
          (yyval.l) = List_Create(3, 3, sizeof(Shape));
          if(!strcmp((yyvsp[(1) - (4)].c), "Duplicata")){
            for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){
              Shape 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[(1) - (4)].c), "Boundary")){
            BoundaryShapes((yyvsp[(3) - (4)].l), (yyval.l));
          }
          else{
            yymsg(0, "Unknown command on multiple shapes: '%s'", (yyvsp[(1) - (4)].c));
          }
          Free((yyvsp[(1) - (4)].c));
          List_Delete((yyvsp[(3) - (4)].l));
        ;}
        break;
    
      case 134:
    #line 1665 "Gmsh.y"
        { 
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          IntersectCurvesWithSurface((yyvsp[(4) - (9)].l), (int)(yyvsp[(8) - (9)].d), (yyval.l));
          List_Delete((yyvsp[(4) - (9)].l));
        ;}
        break;
    
      case 135:
    #line 1671 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape*));
          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);
        ;}
        break;
    
      case 136:
    #line 1681 "Gmsh.y"
        { (yyval.l) = (yyvsp[(1) - (1)].l); ;}
        break;
    
      case 137:
    #line 1682 "Gmsh.y"
        { (yyval.l) = (yyvsp[(1) - (1)].l); ;}
        break;
    
      case 138:
    #line 1687 "Gmsh.y"
        {
          (yyval.l) = List_Create(3, 3, sizeof(Shape));
        ;}
        break;
    
      case 139:
    #line 1691 "Gmsh.y"
        {
          List_Add((yyval.l), &(yyvsp[(2) - (2)].s));
        ;}
        break;
    
      case 140:
    #line 1695 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(4) - (6)].l), i, &d);
    	Shape TheShape;
    	TheShape.Num = (int)d;
    	Vertex *v = FindPoint(std::abs(TheShape.Num));
    	if(v){
    	  TheShape.Type = MSH_POINT;
    	  List_Add((yyval.l), &TheShape);
    	}
    	else{
    	  GVertex *gv = GModel::current()->getVertexByTag(std::abs(TheShape.Num));
    	  if(gv){
    	    TheShape.Type = MSH_POINT_FROM_GMODEL;
    	    List_Add((yyval.l), &TheShape);
    	  }
    	  else
    	    yymsg(1, "Unknown point %d", TheShape.Num);
    	}
          }
        ;}
        break;
    
      case 141:
    #line 1718 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(4) - (6)].l), i, &d);
    	Shape TheShape;
    	TheShape.Num = (int)d;
    	Curve *c = FindCurve(std::abs(TheShape.Num));
    	if(c){
    	  TheShape.Type = c->Typ;
    	  List_Add((yyval.l), &TheShape);
    	}
    	else{
    	  GEdge *ge = GModel::current()->getEdgeByTag(std::abs(TheShape.Num));
    	  if(ge){
    	    TheShape.Type = MSH_SEGM_FROM_GMODEL;
    	    List_Add((yyval.l), &TheShape);
    	  }
    	  else
    	    yymsg(1, "Unknown curve %d", TheShape.Num);
    	}
          }
        ;}
        break;
    
      case 142:
    #line 1741 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(4) - (6)].l), i, &d);
    	Shape TheShape;
    	TheShape.Num = (int)d;
    	Surface *s = FindSurface(std::abs(TheShape.Num));
    	if(s){
    	  TheShape.Type = s->Typ;
    	  List_Add((yyval.l), &TheShape);
    	}
    	else{
    	  GFace *gf = GModel::current()->getFaceByTag(std::abs(TheShape.Num));
    	  if(gf){
    	    TheShape.Type = MSH_SURF_FROM_GMODEL;
    	    List_Add((yyval.l), &TheShape);
    	  }
    	  else
    	    yymsg(1, "Unknown surface %d", TheShape.Num);
    	}
          }
        ;}
        break;
    
      case 143:
    #line 1764 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(4) - (6)].l), i, &d);
    	Shape TheShape;
    	TheShape.Num = (int)d;
    	Volume *v = FindVolume(std::abs(TheShape.Num));
    	if(v){
    	  TheShape.Type = v->Typ;
    	  List_Add((yyval.l), &TheShape);
    	}
    	else{
    	  GRegion *gr = GModel::current()->getRegionByTag(std::abs(TheShape.Num));
    	  if(gr){
    	    TheShape.Type = MSH_VOLUME_FROM_GMODEL;
    	    List_Add((yyval.l), &TheShape);
    	  }
    	  else
    	    yymsg(1, "Unknown volume %d", TheShape.Num);
    	}
          }
        ;}
        break;
    
      case 144:
    #line 1792 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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[(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) - (8)].d));
    #endif
        ;}
        break;
    
      case 145:
    #line 1814 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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[(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[(4) - (14)].d));
    #endif
        ;}
        break;
    
      case 146:
    #line 1835 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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) - (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[(4) - (16)].d));
    #endif
        ;}
        break;
    
      case 147:
    #line 1856 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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[(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[(4) - (12)].d));
    #endif
        ;}
        break;
    
      case 148:
    #line 1876 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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<const gLevelset *> vl;
              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);
              }
              gLevelset *ls = new gLevelsetUnion(vl);
              LevelSet *l = Create_LevelSet(t, ls);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
          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<const gLevelset *> vl;
              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);
              }
              gLevelset *ls = new gLevelsetIntersection(vl);
              LevelSet *l = Create_LevelSet(t, ls);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
          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<const gLevelset *> vl;
              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);
              }
              gLevelset *ls = new gLevelsetCut(vl);
              LevelSet *l = Create_LevelSet(t, ls);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
          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<const gLevelset *> vl;
              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);
              }
              gLevelset *ls = new gLevelsetCrack(vl);
              LevelSet *l = Create_LevelSet(t, ls);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
          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[(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);
              else ls = new gLevelsetReverse(pl->ls);
              LevelSet *l = Create_LevelSet(t, ls);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
    #if defined(HAVE_POST)
          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[(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);
              }
            }
          }
    #endif
          else
            yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (8)].d));
          Free((yyvsp[(2) - (8)].c));
    #endif
        ;}
        break;
    
      case 149:
    #line 1988 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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[(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[(2) - (8)].c)); Free((yyvsp[(7) - (8)].c));
    #endif
        ;}
        break;
    
      case 150:
    #line 2007 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          if(!strcmp((yyvsp[(2) - (6)].c), "CutMesh")){
            int t = (int)(yyvsp[(4) - (6)].d);
            GModel *GM = GModel::current();
            GM->buildCutGModel(FindLevelSet(t)->ls);
            GM->setVisibility(0);
          }
          else if(!strcmp((yyvsp[(2) - (6)].c), "SplitMesh")){
            int t = (int)(yyvsp[(4) - (6)].d);
            GModel *GM = GModel::current();
            GM->buildCutGModel(FindLevelSet(t)->ls, false);
            GM->setVisibility(0);
          }
          else
            yymsg(0, "Wrong levelset definition");
          Free((yyvsp[(2) - (6)].c));
    #endif
        ;}
        break;
    
      case 151:
    #line 2028 "Gmsh.y"
        {
    #if defined(HAVE_DINTEGRATION)
          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[(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[(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[(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[(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[(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[(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[(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[(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[(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[(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[(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);
              Tree_Add(GModel::current()->getGEOInternals()->LevelSets, &l);
            }
          }
          else
            yymsg(0, "Wrong levelset definition (%d)", (yyvsp[(4) - (14)].d));
          Free((yyvsp[(2) - (14)].c));
    #endif
        ;}
        break;
    
      case 152:
    #line 2136 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){
    	Shape TheShape;
    	List_Read((yyvsp[(3) - (4)].l), i, &TheShape);
    	DeleteShape(TheShape.Type, TheShape.Num);
          }
          List_Delete((yyvsp[(3) - (4)].l));
        ;}
        break;
    
      case 153:
    #line 2145 "Gmsh.y"
        {
    #if defined(HAVE_MESH)
          GModel::current()->getFields()->deleteField((int)(yyvsp[(4) - (6)].d));
    #endif
        ;}
        break;
    
      case 154:
    #line 2151 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          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[(2) - (6)].c));
    #endif
          Free((yyvsp[(2) - (6)].c));
        ;}
        break;
    
      case 155:
    #line 2166 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(2) - (3)].c), "Meshes") || !strcmp((yyvsp[(2) - (3)].c), "All")){
            ClearProject();
          }
          else if(!strcmp((yyvsp[(2) - (3)].c), "Model")){
    	GModel::current()->destroy();
    	GModel::current()->getGEOInternals()->destroy();
          }
          else if(!strcmp((yyvsp[(2) - (3)].c), "Physicals")){
    	GModel::current()->getGEOInternals()->reset_physicals();
    	GModel::current()->deletePhysicalGroups();
          }
          else if(!strcmp((yyvsp[(2) - (3)].c), "Variables")){
    	gmsh_yysymbols.clear();
          }
          else if(!strcmp((yyvsp[(2) - (3)].c), "Options")){
            ReInitOptions(0);
            InitOptionsGUI(0);
          }
          else{
    	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[(2) - (3)].c));
          }
          Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 156:
    #line 2194 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          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) - (4)].c), (yyvsp[(3) - (4)].c));
    #endif
          Free((yyvsp[(2) - (4)].c)); Free((yyvsp[(3) - (4)].c));
        ;}
        break;
    
      case 157:
    #line 2211 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){
    	Shape TheShape;
    	List_Read((yyvsp[(4) - (5)].l), i, &TheShape);
    	ColorShape(TheShape.Type, TheShape.Num, (yyvsp[(2) - (5)].u));
          }
          List_Delete((yyvsp[(4) - (5)].l));      
        ;}
        break;
    
      case 158:
    #line 2225 "Gmsh.y"
        {
          for(int i = 0; i < 4; i++)
    	VisibilityShape((yyvsp[(2) - (3)].c), i, 1);
          Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 159:
    #line 2231 "Gmsh.y"
        {
          for(int i = 0; i < 4; i++)
    	VisibilityShape((yyvsp[(2) - (3)].c), i, 0);
          Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 160:
    #line 2237 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){
    	Shape TheShape;
    	List_Read((yyvsp[(3) - (4)].l), i, &TheShape);
    	VisibilityShape(TheShape.Type, TheShape.Num, 1);
          }
          List_Delete((yyvsp[(3) - (4)].l));
        ;}
        break;
    
      case 161:
    #line 2246 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){
    	Shape TheShape;
    	List_Read((yyvsp[(3) - (4)].l), i, &TheShape);
    	VisibilityShape(TheShape.Type, TheShape.Num, 0);
          }
          List_Delete((yyvsp[(3) - (4)].l));
        ;}
        break;
    
      case 162:
    #line 2260 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(1) - (3)].c), "Include")){
            std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c));
    	// Warning: we *don't* close included files (to allow user
    	// functions in these files). If you need to include many many
    	// files and don't have functions in the files, use "Merge"
    	// instead: some OSes limit the number of files a process can
    	// open simultaneously. The right solution would be of course
    	// to modify FunctionManager to reopen the files instead of
    	// using the FILE pointer, but hey, I'm lazy...
    	Msg::StatusBar(2, true, "Reading '%s'", tmp.c_str());
    	ParseFile(tmp, false, true);
    	SetBoundingBox();
    	Msg::StatusBar(2, true, "Done reading '%s'", tmp.c_str());
          }
          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[(2) - (3)].c));
    	CreateOutputFile(tmp, CTX::instance()->print.format);
          }
          else if(!strcmp((yyvsp[(1) - (3)].c), "Save")){
    	GModel::current()->importGEOInternals();
            std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c));
    	CreateOutputFile(tmp, CTX::instance()->mesh.format);
          }
          else if(!strcmp((yyvsp[(1) - (3)].c), "Merge") || !strcmp((yyvsp[(1) - (3)].c), "MergeWithBoundingBox")){
    	// MergeWithBoundingBox is deprecated
            std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c));
    	MergeFile(tmp, true);
          }
          else if(!strcmp((yyvsp[(1) - (3)].c), "System"))
    	SystemCall((yyvsp[(2) - (3)].c));
          else if(!strcmp((yyvsp[(1) - (3)].c), "SetName"))
    	GModel::current()->setName((yyvsp[(2) - (3)].c));
          else
    	yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (3)].c));
          Free((yyvsp[(1) - (3)].c)); Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 163:
    #line 2302 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          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[(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[(1) - (7)].c));
    #endif
          Free((yyvsp[(1) - (7)].c)); Free((yyvsp[(2) - (7)].c)); Free((yyvsp[(6) - (7)].c));
        ;}
        break;
    
      case 164:
    #line 2319 "Gmsh.y"
        {
    #if defined(HAVE_POST) && defined(HAVE_MESH)
          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[(1) - (7)].c));
    #endif
          Free((yyvsp[(1) - (7)].c)); Free((yyvsp[(2) - (7)].c)); Free((yyvsp[(3) - (7)].c));
        ;}
        break;
    
      case 165:
    #line 2334 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(1) - (3)].c), "Sleep")){
    	SleepInSeconds((yyvsp[(2) - (3)].d));
          }
          else if(!strcmp((yyvsp[(1) - (3)].c), "Remesh")){
    	yymsg(0, "Surface remeshing must be reinterfaced");
          }
          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[(2) - (3)].d));
    	CTX::instance()->lock = lock;
          }
          else
    	yymsg(0, "Unknown command '%s'", (yyvsp[(1) - (3)].c));
          Free((yyvsp[(1) - (3)].c));
        ;}
        break;
    
      case 166:
    #line 2353 "Gmsh.y"
        {
    #if defined(HAVE_POST)
           try {
    	 PluginManager::instance()->action((yyvsp[(3) - (7)].c), (yyvsp[(6) - (7)].c), 0);
           }
           catch(...) {
    	 yymsg(0, "Unknown action '%s' or plugin '%s'", (yyvsp[(6) - (7)].c), (yyvsp[(3) - (7)].c));
           }
    #endif
           Free((yyvsp[(3) - (7)].c)); Free((yyvsp[(6) - (7)].c));
         ;}
        break;
    
      case 167:
    #line 2365 "Gmsh.y"
        {
    #if defined(HAVE_POST)
          if(!strcmp((yyvsp[(2) - (3)].c), "ElementsFromAllViews"))
    	PView::combine(false, 1, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "ElementsFromVisibleViews"))
    	PView::combine(false, 0, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "ElementsByViewName"))
    	PView::combine(false, 2, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsFromAllViews"))
    	PView::combine(true, 1, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsFromVisibleViews"))
    	PView::combine(true, 0, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "TimeStepsByViewName"))
    	PView::combine(true, 2, CTX::instance()->post.combineRemoveOrig);
          else if(!strcmp((yyvsp[(2) - (3)].c), "Views"))
    	PView::combine(false, 1, CTX::instance()->post.combineRemoveOrig);
          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[(2) - (3)].c));
        ;}
        break;
    
      case 168:
    #line 2389 "Gmsh.y"
        {
          exit(0);
        ;}
        break;
    
      case 169:
    #line 2393 "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();
        ;}
        break;
    
      case 170:
    #line 2400 "Gmsh.y"
        {
          CTX::instance()->forcedBBox = 0;
          GModel::current()->importGEOInternals();
          SetBoundingBox();
        ;}
        break;
    
      case 171:
    #line 2406 "Gmsh.y"
        {
          CTX::instance()->forcedBBox = 1;
          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 172:
    #line 2411 "Gmsh.y"
        {
    #if defined(HAVE_OPENGL)
          drawContext::global()->draw();
    #endif
        ;}
        break;
    
      case 173:
    #line 2417 "Gmsh.y"
        {
           GModel::current()->createTopologyFromMesh();
        ;}
        break;
    
      case 174:
    #line 2427 "Gmsh.y"
        {
          LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (6)].d);
          LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (6)].d);
          LoopControlVariablesTab[ImbricatedLoop][2] = 1.0;
          LoopControlVariablesNameTab[ImbricatedLoop] = NULL;
          fgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]);
          yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno;
          if((yyvsp[(3) - (6)].d) > (yyvsp[(5) - (6)].d))
    	skip_until("For", "EndFor");
          else
    	ImbricatedLoop++;
          if(ImbricatedLoop > MAX_RECUR_LOOPS - 1){
    	yymsg(0, "Reached maximum number of imbricated loops");
    	ImbricatedLoop = MAX_RECUR_LOOPS - 1;
          }
        ;}
        break;
    
      case 175:
    #line 2444 "Gmsh.y"
        {
          LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (8)].d);
          LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (8)].d);
          LoopControlVariablesTab[ImbricatedLoop][2] = (yyvsp[(7) - (8)].d);
          LoopControlVariablesNameTab[ImbricatedLoop] = NULL;
          fgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]);
          yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno;
          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++;
          if(ImbricatedLoop > MAX_RECUR_LOOPS - 1){
    	yymsg(0, "Reached maximum number of imbricated loops");
    	ImbricatedLoop = MAX_RECUR_LOOPS - 1;
          }
        ;}
        break;
    
      case 176:
    #line 2461 "Gmsh.y"
        {
          LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(5) - (8)].d);
          LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(7) - (8)].d);
          LoopControlVariablesTab[ImbricatedLoop][2] = 1.0;
          LoopControlVariablesNameTab[ImbricatedLoop] = (yyvsp[(2) - (8)].c);
          gmsh_yysymbols[(yyvsp[(2) - (8)].c)].resize(1);
          gmsh_yysymbols[(yyvsp[(2) - (8)].c)][0] = (yyvsp[(5) - (8)].d);
          fgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]);
          yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno;
          if((yyvsp[(5) - (8)].d) > (yyvsp[(7) - (8)].d)) 
    	skip_until("For", "EndFor");
          else
    	ImbricatedLoop++;
          if(ImbricatedLoop > MAX_RECUR_LOOPS - 1){
    	yymsg(0, "Reached maximum number of imbricated loops");
    	ImbricatedLoop = MAX_RECUR_LOOPS - 1;
          }
        ;}
        break;
    
      case 177:
    #line 2480 "Gmsh.y"
        {
          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_yysymbols[(yyvsp[(2) - (10)].c)].resize(1);
          gmsh_yysymbols[(yyvsp[(2) - (10)].c)][0] = (yyvsp[(5) - (10)].d);
          fgetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop]);
          yylinenoImbricatedLoopsTab[ImbricatedLoop] = gmsh_yylineno;
          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++;
          if(ImbricatedLoop > MAX_RECUR_LOOPS - 1){
    	yymsg(0, "Reached maximum number of imbricated loops");
    	ImbricatedLoop = MAX_RECUR_LOOPS - 1;
          }
        ;}
        break;
    
      case 178:
    #line 2499 "Gmsh.y"
        {
          if(ImbricatedLoop <= 0){
    	yymsg(0, "Invalid For/EndFor loop");
    	ImbricatedLoop = 0;
          }
          else{
    	double step = LoopControlVariablesTab[ImbricatedLoop - 1][2];
            const char *name = LoopControlVariablesNameTab[ImbricatedLoop - 1];
            if(name){
              if(!gmsh_yysymbols.count(name))
                yymsg(0, "Unknown loop variable");
              else{
                gmsh_yysymbols[name][0] += step;
                LoopControlVariablesTab[ImbricatedLoop - 1][0] = gmsh_yysymbols[name][0];
              }
            }
            else{
              LoopControlVariablesTab[ImbricatedLoop - 1][0] += step;
            }
    	double x0 = LoopControlVariablesTab[ImbricatedLoop - 1][0];
    	double x1 = LoopControlVariablesTab[ImbricatedLoop - 1][1];
            if((step > 0. && x0 <= x1) || (step < 0. && x0 >= x1)){
    	  fsetpos(gmsh_yyin, &yyposImbricatedLoopsTab[ImbricatedLoop - 1]);
    	  gmsh_yylineno = yylinenoImbricatedLoopsTab[ImbricatedLoop - 1];
    	}
    	else
    	  ImbricatedLoop--;
          }
        ;}
        break;
    
      case 179:
    #line 2529 "Gmsh.y"
        {
          if(!FunctionManager::Instance()->createFunction
             ((yyvsp[(2) - (2)].c), gmsh_yyin, gmsh_yyname, gmsh_yylineno))
    	yymsg(0, "Redefinition of function %s", (yyvsp[(2) - (2)].c));
          skip_until(NULL, "Return");
          //FIXME: wee leak $2
        ;}
        break;
    
      case 180:
    #line 2537 "Gmsh.y"
        {
          if(!FunctionManager::Instance()->leaveFunction
             (&gmsh_yyin, gmsh_yyname, gmsh_yylineno))
    	yymsg(0, "Error while exiting function");
        ;}
        break;
    
      case 181:
    #line 2543 "Gmsh.y"
        {
          if(!FunctionManager::Instance()->enterFunction
             ((yyvsp[(2) - (3)].c), &gmsh_yyin, gmsh_yyname, gmsh_yylineno))
    	yymsg(0, "Unknown function %s", (yyvsp[(2) - (3)].c));
          //FIXME: wee leak $2
        ;}
        break;
    
      case 182:
    #line 2550 "Gmsh.y"
        {
          if(!(yyvsp[(3) - (4)].d)) skip_until("If", "EndIf");
        ;}
        break;
    
      case 183:
    #line 2554 "Gmsh.y"
        {
        ;}
        break;
    
      case 184:
    #line 2563 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(4) - (5)].l));
        ;}
        break;
    
      case 185:
    #line 2571 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(10) - (11)].l));
        ;}
        break;
    
      case 186:
    #line 2579 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(12) - (13)].l));
        ;}
        break;
    
      case 187:
    #line 2587 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 188:
    #line 2591 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(4) - (7)].l));
        ;}
        break;
    
      case 189:
    #line 2599 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 190:
    #line 2603 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(10) - (13)].l));
        ;}
        break;
    
      case 191:
    #line 2611 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 192:
    #line 2615 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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[(12) - (15)].l));
        ;}
        break;
    
      case 193:
    #line 2623 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 194:
    #line 2627 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          ExtrudeShapes(BOUNDARY_LAYER, (yyvsp[(3) - (6)].l), 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,
    		    &extr, (yyval.l));
          List_Delete((yyvsp[(3) - (6)].l));
        ;}
        break;
    
      case 195:
    #line 2636 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 196:
    #line 2643 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 197:
    #line 2650 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 198:
    #line 2657 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 199:
    #line 2664 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 200:
    #line 2671 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 201:
    #line 2678 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 202:
    #line 2685 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 203:
    #line 2692 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 204:
    #line 2699 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 205:
    #line 2703 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 206:
    #line 2710 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 207:
    #line 2714 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 208:
    #line 2721 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 209:
    #line 2725 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 210:
    #line 2732 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 211:
    #line 2736 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 212:
    #line 2743 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 213:
    #line 2747 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 214:
    #line 2754 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 215:
    #line 2758 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 216:
    #line 2765 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 217:
    #line 2769 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 218:
    #line 2776 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 219:
    #line 2780 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 220:
    #line 2787 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false;
        ;}
        break;
    
      case 221:
    #line 2791 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(Shape));
          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));
        ;}
        break;
    
      case 222:
    #line 2802 "Gmsh.y"
        {
        ;}
        break;
    
      case 223:
    #line 2805 "Gmsh.y"
        {
        ;}
        break;
    
      case 224:
    #line 2811 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = true;
          extr.mesh.NbLayer = 1;
          extr.mesh.NbElmLayer.clear();
          extr.mesh.hLayer.clear();
          extr.mesh.NbElmLayer.push_back((int)fabs((yyvsp[(3) - (5)].d)));
          extr.mesh.hLayer.push_back(1.);
        ;}
        break;
    
      case 225:
    #line 2820 "Gmsh.y"
        {
          extr.mesh.ExtrudeMesh = true;
          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[(3) - (7)].l)); i++){
    	  double d;
    	  List_Read((yyvsp[(3) - (7)].l), i, &d);
    	  extr.mesh.NbElmLayer.push_back((d > 0) ? (int)d : 1);
    	  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[(3) - (7)].l)), List_Nbr((yyvsp[(5) - (7)].l)));
          List_Delete((yyvsp[(3) - (7)].l));
          List_Delete((yyvsp[(5) - (7)].l));
        ;}
        break;
    
      case 226:
    #line 2840 "Gmsh.y"
        {
          yymsg(0, "Explicit region numbers in layers are deprecated");
          extr.mesh.ExtrudeMesh = true;
          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[(3) - (9)].l)); i++){
    	  double d;
    	  List_Read((yyvsp[(3) - (9)].l), i, &d);
    	  extr.mesh.NbElmLayer.push_back((d > 0) ? (int)d : 1);
    	  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[(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 227:
    #line 2863 "Gmsh.y"
        {
          extr.mesh.Recombine = true;
        ;}
        break;
    
      case 228:
    #line 2867 "Gmsh.y"
        {
          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[(8) - (9)].d);
    	extr.mesh.Holes[num].second.clear();
    	for(int i = 0; i < List_Nbr((yyvsp[(6) - (9)].l)); i++){
    	  double d;
    	  List_Read((yyvsp[(6) - (9)].l), i, &d);
    	  extr.mesh.Holes[num].second.push_back((int)d);
    	}
          }
          List_Delete((yyvsp[(6) - (9)].l));
        ;}
        break;
    
      case 229:
    #line 2890 "Gmsh.y"
        {
          (yyval.i) = 1; // harmonic
        ;}
        break;
    
      case 230:
    #line 2894 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(1) - (1)].c), "Harmonic"))
            (yyval.i) = 1;
          else if(!strcmp((yyvsp[(1) - (1)].c), "Conformal"))
            (yyval.i) = -1;
          else if(!strcmp((yyvsp[(1) - (1)].c), "Harmonic_NoSplit"))
            (yyval.i) = 2;
          else if(!strcmp((yyvsp[(1) - (1)].c), "Conformal_NoSplit"))
            (yyval.i) = -2;
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 231:
    #line 2909 "Gmsh.y"
        {
          (yyval.v)[0] = (yyval.v)[1] = 1.;
        ;}
        break;
    
      case 232:
    #line 2913 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(2) - (3)].c), "Progression") || !strcmp((yyvsp[(2) - (3)].c), "Power"))
            (yyval.v)[0] = 1.;
          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[(3) - (3)].d);
          Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 233:
    #line 2928 "Gmsh.y"
        {
          (yyval.i) = -1; // left
        ;}
        break;
    
      case 234:
    #line 2932 "Gmsh.y"
        {
          if(!strcmp((yyvsp[(1) - (1)].c), "Right"))
            (yyval.i) = 1;
          else if(!strcmp((yyvsp[(1) - (1)].c), "Left"))
            (yyval.i) = -1;
          else // alternated
            (yyval.i) = 0;
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 235:
    #line 2944 "Gmsh.y"
        {
         (yyval.l) = List_Create(1, 1, sizeof(double));
       ;}
        break;
    
      case 236:
    #line 2948 "Gmsh.y"
        {
         (yyval.l) = (yyvsp[(2) - (2)].l);
       ;}
        break;
    
      case 237:
    #line 2953 "Gmsh.y"
        {
          (yyval.i) = 45;
        ;}
        break;
    
      case 238:
    #line 2957 "Gmsh.y"
        {
          (yyval.i) = (int)(yyvsp[(2) - (2)].d);
        ;}
        break;
    
      case 239:
    #line 2964 "Gmsh.y"
        {
          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[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2;
                c->typeTransfinite = type;
                c->coeffTransfinite = coef;
              }
            }
            else{
              for(GModel::eiter it = GModel::current()->firstEdge(); 
                  it != GModel::current()->lastEdge(); it++){
                (*it)->meshAttributes.Method = MESH_TRANSFINITE;
                (*it)->meshAttributes.nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2;
                (*it)->meshAttributes.typeTransfinite = type;
                (*it)->meshAttributes.coeffTransfinite = coef;
              }
            }
            List_Delete(tmp);
          }
          else{
            for(int i = 0; i < List_Nbr((yyvsp[(3) - (7)].l)); i++){
              double 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[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2;
                  c->typeTransfinite = type * sign(d);
                  c->coeffTransfinite = coef;
                }
                else{
                  GEdge *ge = GModel::current()->getEdgeByTag(sign * j);
                  if(ge){
                    ge->meshAttributes.Method = MESH_TRANSFINITE;
                    ge->meshAttributes.nbPointsTransfinite = ((yyvsp[(5) - (7)].d) > 2) ? (int)(yyvsp[(5) - (7)].d) : 2;
                    ge->meshAttributes.typeTransfinite = type * sign(d);
                    ge->meshAttributes.coeffTransfinite = coef;
                  }
                  else if(sign > 0)
                    yymsg(0, "Unknown line %d", j);
                }
              }
            }
            List_Delete((yyvsp[(3) - (7)].l));
          }
        ;}
        break;
    
      case 240:
    #line 3020 "Gmsh.y"
        {
          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) - (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[(5) - (6)].i);
                  List_Reset(s->TrsfPoints);
                }
              }
              else{
                for(GModel::fiter it = GModel::current()->firstFace(); 
                    it != GModel::current()->lastFace(); it++){
                  (*it)->meshAttributes.Method = MESH_TRANSFINITE;
                  (*it)->meshAttributes.transfiniteArrangement = (yyvsp[(5) - (6)].i);
                }
              }
              List_Delete(tmp);
            }
            else{
              for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){
                double d;
                List_Read((yyvsp[(3) - (6)].l), i, &d);
                Surface *s = FindSurface((int)d);
                if(s){
                  s->Method = MESH_TRANSFINITE;
                  s->Recombine_Dir = (yyvsp[(5) - (6)].i);
                  List_Reset(s->TrsfPoints);
                  for(int j = 0; j < k; j++){
                    double p;
                    List_Read((yyvsp[(4) - (6)].l), j, &p);
                    Vertex *v = FindPoint((int)fabs(p));
                    if(v)
                      List_Add(s->TrsfPoints, &v);
                    else
                      yymsg(0, "Unknown point %d", (int)fabs(p));
                  }
                }
                else{
                  GFace *gf = GModel::current()->getFaceByTag((int)d);
                  if(gf){
                    gf->meshAttributes.Method = MESH_TRANSFINITE;
                    gf->meshAttributes.transfiniteArrangement = (yyvsp[(5) - (6)].i);
                    for(int j = 0; j < k; j++){
                      double 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);
                      else
                        yymsg(0, "Unknown point %d", (int)fabs(p));
                    }
                  }
                  else
                    yymsg(0, "Unknown surface %d", (int)d);
                }
              }
              List_Delete((yyvsp[(3) - (6)].l));
            }
          }
          List_Delete((yyvsp[(4) - (6)].l));
        ;}
        break;
    
      case 241:
    #line 3090 "Gmsh.y"
        {
          yymsg(1, "Elliptic Surface is deprecated: use Transfinite instead (with smoothing)");
          List_Delete((yyvsp[(7) - (8)].l));
        ;}
        break;
    
      case 242:
    #line 3095 "Gmsh.y"
        {
          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[(3) - (5)].l)){
              List_T *tmp = Tree2List(GModel::current()->getGEOInternals()->Volumes);
              if(List_Nbr(tmp)){
                for(int i = 0; i < List_Nbr(tmp); i++){
                  Volume *v;
                  List_Read(tmp, i, &v);
                  v->Method = MESH_TRANSFINITE;
                  List_Reset(v->TrsfPoints);
                }
              }
              else{
                for(GModel::riter it = GModel::current()->firstRegion(); 
                    it != GModel::current()->lastRegion(); it++){
                  (*it)->meshAttributes.Method = MESH_TRANSFINITE;
                }
              }
              List_Delete(tmp);
            }
            else{
              for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){
                double 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[(4) - (5)].l), i, &p);
                    Vertex *vert = FindPoint((int)fabs(p));
                    if(vert)
                      List_Add(v->TrsfPoints, &vert);
                    else
                      yymsg(0, "Unknown point %d", (int)fabs(p));
                  }
                }
                else{
                  GRegion *gr = GModel::current()->getRegionByTag((int)d);
                  if(gr){
                    gr->meshAttributes.Method = MESH_TRANSFINITE;
                    for(int i = 0; i < k; i++){
                      double 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);
                      else
                        yymsg(0, "Unknown point %d", (int)fabs(p));
                    }
                  }
                  else
                    yymsg(0, "Unknown volume %d", (int)d);
                }
              }
              List_Delete((yyvsp[(3) - (5)].l));
            }
          }
          List_Delete((yyvsp[(4) - (5)].l));
        ;}
        break;
    
      case 243:
    #line 3162 "Gmsh.y"
        {
          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[(4) - (5)].i);
              }
            }
            else{
              for(GModel::fiter it = GModel::current()->firstFace(); 
                  it != GModel::current()->lastFace(); it++){
                (*it)->meshAttributes.recombine = 1;
                (*it)->meshAttributes.recombineAngle = (yyvsp[(4) - (5)].i);
              }
            }
            List_Delete(tmp);
          }
          else{
            for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){
              double d;
              List_Read((yyvsp[(3) - (5)].l), i, &d);
              Surface *s = FindSurface((int)d);
              if(s){
                s->Recombine = 1;
                s->RecombineAngle = (yyvsp[(4) - (5)].i);
              }
              else{
                GFace *gf = GModel::current()->getFaceByTag((int)d);
                if(gf){
                  gf->meshAttributes.recombine = 1;
                  gf->meshAttributes.recombineAngle = (yyvsp[(4) - (5)].i);
                }
                else
                  yymsg(1, "Unknown surface %d", (int)d);
              }
            }
            List_Delete((yyvsp[(3) - (5)].l));
          }
        ;}
        break;
    
      case 244:
    #line 3205 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){
    	double d;
    	List_Read((yyvsp[(3) - (6)].l), i, &d);
    	int j = (int)d;
    	Surface *s = FindSurface(j);
    	if(s){
              s->TransfiniteSmoothing = (int)(yyvsp[(5) - (6)].d);
            }
            else{
    	  GFace *gf = GModel::current()->getFaceByTag(j);
    	  if(gf)
                gf->meshAttributes.transfiniteSmoothing = (int)(yyvsp[(5) - (6)].d);
              else
    	    yymsg(1, "Unknown surface %d", (int)(yyvsp[(5) - (6)].d));
            }
          }
          List_Delete((yyvsp[(3) - (6)].l));
        ;}
        break;
    
      case 245:
    #line 3229 "Gmsh.y"
        {
          if (List_Nbr((yyvsp[(3) - (6)].l)) != List_Nbr((yyvsp[(5) - (6)].l))){
    	yymsg(0, "Periodic Line : the number of masters (%d) is not equal to the number of slaves(%d)", List_Nbr((yyvsp[(3) - (6)].l)),List_Nbr((yyvsp[(5) - (6)].l)));
          }
    
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){
    	double d_master,d_slave;
    	List_Read((yyvsp[(3) - (6)].l), i, &d_master);
    	List_Read((yyvsp[(5) - (6)].l), i, &d_slave);
    	int j_master = (int)d_master;
    	int j_slave  = (int)d_slave;
    	Curve *c_slave = FindCurve(abs(j_slave));
    	if(c_slave){
    	  printf("c_slave %d c_master = %d\n",j_master,j_slave);
    	  c_slave->meshMaster = j_master;	  
    	}
    	else{
    	  GEdge *ge = GModel::current()->getEdgeByTag(abs(j_slave));
    	  if(ge)ge->setMeshMaster (j_master);
    	  else yymsg(0, "Unknown line %d", j_slave);
    	}
          }
          List_Delete((yyvsp[(3) - (6)].l));
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
      case 246:
    #line 3255 "Gmsh.y"
        {
          if (List_Nbr((yyvsp[(3) - (6)].l)) != List_Nbr((yyvsp[(5) - (6)].l))){
    	yymsg(0, "Periodic Surface : the number of masters (%d) is not equal to the number of slaves(%d)", List_Nbr((yyvsp[(3) - (6)].l)),List_Nbr((yyvsp[(5) - (6)].l)));
          }
    
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){
    	double d_master,d_slave;
    	List_Read((yyvsp[(3) - (6)].l), i, &d_master);
    	List_Read((yyvsp[(5) - (6)].l), i, &d_slave);
    	int j_master = (int)d_master;
    	int j_slave  = (int)d_slave;
    	Surface *s_slave = FindSurface(abs(j_slave));
    	if(s_slave){
    	  s_slave->meshMaster = j_master;
    	}
    	else{
    	  GFace *gf = GModel::current()->getFaceByTag(abs(j_slave));
    	  if(gf) gf->setMeshMaster (j_master);
    	  else yymsg(0, "Unknown line %d", j_slave);
    	}
          }
          List_Delete((yyvsp[(3) - (6)].l));
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
      case 247:
    #line 3287 "Gmsh.y"
        { 
          Surface *s = FindSurface((int)(yyvsp[(8) - (10)].d));
          if(s){
    	setSurfaceEmbeddedPoints(s, (yyvsp[(3) - (10)].l));
          }
          else{
            GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[(8) - (10)].d));
            if(gf){
              for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){
                int iPoint;
                List_Read((yyvsp[(3) - (10)].l), i, &iPoint);
                GVertex *gv = GModel::current()->getVertexByTag(iPoint);
                if(gv)
                  gf->addEmbeddedVertex(gv);
                else
                  yymsg(0, "Unknown point %d", iPoint);
              }
            }
            else
              yymsg(0, "Unknown surface %d", (int)(yyvsp[(8) - (10)].d));
          }
        ;}
        break;
    
      case 248:
    #line 3310 "Gmsh.y"
        {
          Surface *s = FindSurface((int)(yyvsp[(8) - (10)].d));
          if(s){
    	setSurfaceEmbeddedCurves(s, (yyvsp[(3) - (10)].l));
          }
          else{
            GFace *gf = GModel::current()->getFaceByTag((int)(yyvsp[(8) - (10)].d));
            if(gf){
              for(int i = 0; i < List_Nbr((yyvsp[(3) - (10)].l)); i++){
                int iCurve;
                List_Read((yyvsp[(3) - (10)].l), i, &iCurve);
                GEdge *ge = GModel::current()->getEdgeByTag(iCurve);
                if(ge)
                  gf->addEmbeddedEdge(ge);
                else
                  yymsg(0, "Unknown line %d", iCurve);
              }
            }
            else
              yymsg(0, "Unknown surface %d", (int)(yyvsp[(8) - (10)].d));
          }
        ;}
        break;
    
      case 249:
    #line 3333 "Gmsh.y"
        {
        ;}
        break;
    
      case 250:
    #line 3336 "Gmsh.y"
        {
        ;}
        break;
    
      case 251:
    #line 3345 "Gmsh.y"
        { 
          ReplaceAllDuplicates();
        ;}
        break;
    
      case 252:
    #line 3349 "Gmsh.y"
        { 
          if(!strcmp((yyvsp[(2) - (3)].c), "Geometry"))
            ReplaceAllDuplicates();
          else if(!strcmp((yyvsp[(2) - (3)].c), "Mesh"))
            GModel::current()->removeDuplicateMeshVertices(CTX::instance()->geom.tolerance);
          else
            yymsg(0, "Unknown coherence command");
          Free((yyvsp[(2) - (3)].c));
        ;}
        break;
    
      case 253:
    #line 3366 "Gmsh.y"
        {
        
        List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (11)].l));
        std::vector<int> domain;
        
        for (int i = 0; i < List_Nbr(temp); i++){
          int item = 0;
          List_Read(temp, i, &item);
          domain.push_back(item);
        }
        List_Delete((yyvsp[(7) - (11)].l));
        List_Delete(temp);
        
        List_T *temp2 = ListOfDouble2ListOfInt((yyvsp[(9) - (11)].l));
        std::vector<int> subdomain;
        for (int i = 0; i < List_Nbr(temp2); i++){
          int item = 0;
          List_Read(temp2, i, &item);
          subdomain.push_back(item);
        }
        List_Delete((yyvsp[(9) - (11)].l));
        List_Delete(temp2);
        
        std::string fileName = "";
        fileName = (yyvsp[(3) - (11)].c);
        
        #if defined(HAVE_KBIPACK)
        Homology* homology = new Homology(GModel::current(), domain, subdomain);
        homology->setFileName(fileName);
        homology->computeRanks();
        delete homology;
        #else
        yymsg(0, "Gmsh needs to be configured with option Kbipack to use homology computation.");    
        #endif
        ;}
        break;
    
      case 254:
    #line 3403 "Gmsh.y"
        {
        List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (11)].l));
        std::vector<int> domain;
        
        for (int i = 0; i < List_Nbr(temp); i++){
          int item = 0;
          List_Read(temp, i, &item);
          domain.push_back(item);
        }
        List_Delete((yyvsp[(7) - (11)].l));
        List_Delete(temp);
        
        List_T *temp2 = ListOfDouble2ListOfInt((yyvsp[(9) - (11)].l));
        std::vector<int> subdomain;
        for (int i = 0; i < List_Nbr(temp2); i++){
          int item = 0;
          List_Read(temp2, i, &item);
          subdomain.push_back(item);
        }
        List_Delete((yyvsp[(9) - (11)].l));
        List_Delete(temp2);
        
        std::string fileName = "";
        fileName = (yyvsp[(3) - (11)].c);
        
        #if defined(HAVE_KBIPACK)
        Homology* homology = new Homology(GModel::current(), domain, subdomain);
        homology->setFileName(fileName);
        homology->findGenerators();  
        delete homology;
        #else
        yymsg(0, "Gmsh needs to be configured with option Kbipack to use homology computation.");
        #endif
        ;}
        break;
    
      case 255:
    #line 3439 "Gmsh.y"
        {
        List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (11)].l));
        std::vector<int> domain;
        
        for (int i = 0; i < List_Nbr(temp); i++){
          int item = 0;
          List_Read(temp, i, &item);
          domain.push_back(item);
        }
        List_Delete((yyvsp[(7) - (11)].l));
        List_Delete(temp);
        
        List_T *temp2 = ListOfDouble2ListOfInt((yyvsp[(9) - (11)].l));
        std::vector<int> subdomain;
        for (int i = 0; i < List_Nbr(temp2); i++){
          int item = 0;
          List_Read(temp2, i, &item);
          subdomain.push_back(item);
        }
        List_Delete((yyvsp[(9) - (11)].l));
        List_Delete(temp2);
        
        std::string fileName = "";
        fileName = (yyvsp[(3) - (11)].c);
        
        #if defined(HAVE_KBIPACK)
        Homology* homology = new Homology(GModel::current(), domain, subdomain);
        homology->setFileName(fileName);
        homology->findDualGenerators();
        delete homology;
        #else
        yymsg(0, "Gmsh needs to be configured with option Kbipack to use homology computation.");
        #endif
        ;}
        break;
    
      case 256:
    #line 3474 "Gmsh.y"
        {
        List_T *temp = ListOfDouble2ListOfInt((yyvsp[(7) - (11)].l));
        std::vector<int> domain;
        
        for (int i = 0; i < List_Nbr(temp); i++){
          int item = 0;
          List_Read(temp, i, &item);
          domain.push_back(item);
        }
        List_Delete((yyvsp[(7) - (11)].l));
        List_Delete(temp);
        
        List_T *temp2 = ListOfDouble2ListOfInt((yyvsp[(9) - (11)].l));
        std::vector<int> subdomain;
        for (int i = 0; i < List_Nbr(temp2); i++){
          int item = 0;
          List_Read(temp2, i, &item);
          subdomain.push_back(item);
        }
        List_Delete((yyvsp[(9) - (11)].l));
        List_Delete(temp2);
        
        std::string fileName = "";
        fileName = (yyvsp[(3) - (11)].c);
        
        #if defined(HAVE_KBIPACK)
        Homology* homology = new Homology(GModel::current(), domain, subdomain);
        homology->setFileName(fileName);
        homology->findHomSequence();
        delete homology;
        #else
        yymsg(0, "Gmsh needs to be configured with option Kbipack to use homology computation.");
        #endif
        ;}
        break;
    
      case 257:
    #line 3513 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (1)].d);           ;}
        break;
    
      case 258:
    #line 3514 "Gmsh.y"
        { (yyval.d) = (yyvsp[(2) - (3)].d);           ;}
        break;
    
      case 259:
    #line 3515 "Gmsh.y"
        { (yyval.d) = -(yyvsp[(2) - (2)].d);          ;}
        break;
    
      case 260:
    #line 3516 "Gmsh.y"
        { (yyval.d) = (yyvsp[(2) - (2)].d);           ;}
        break;
    
      case 261:
    #line 3517 "Gmsh.y"
        { (yyval.d) = !(yyvsp[(2) - (2)].d);          ;}
        break;
    
      case 262:
    #line 3518 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) - (yyvsp[(3) - (3)].d);      ;}
        break;
    
      case 263:
    #line 3519 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) + (yyvsp[(3) - (3)].d);      ;}
        break;
    
      case 264:
    #line 3520 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) * (yyvsp[(3) - (3)].d);      ;}
        break;
    
      case 265:
    #line 3522 "Gmsh.y"
        { 
          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[(1) - (3)].d) / (yyvsp[(3) - (3)].d);     
        ;}
        break;
    
      case 266:
    #line 3528 "Gmsh.y"
        { (yyval.d) = (int)(yyvsp[(1) - (3)].d) % (int)(yyvsp[(3) - (3)].d);  ;}
        break;
    
      case 267:
    #line 3529 "Gmsh.y"
        { (yyval.d) = pow((yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].d));  ;}
        break;
    
      case 268:
    #line 3530 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) < (yyvsp[(3) - (3)].d);      ;}
        break;
    
      case 269:
    #line 3531 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) > (yyvsp[(3) - (3)].d);      ;}
        break;
    
      case 270:
    #line 3532 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) <= (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 271:
    #line 3533 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) >= (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 272:
    #line 3534 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) == (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 273:
    #line 3535 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) != (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 274:
    #line 3536 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) && (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 275:
    #line 3537 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (3)].d) || (yyvsp[(3) - (3)].d);     ;}
        break;
    
      case 276:
    #line 3538 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (5)].d) ? (yyvsp[(3) - (5)].d) : (yyvsp[(5) - (5)].d); ;}
        break;
    
      case 277:
    #line 3539 "Gmsh.y"
        { (yyval.d) = exp((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 278:
    #line 3540 "Gmsh.y"
        { (yyval.d) = log((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 279:
    #line 3541 "Gmsh.y"
        { (yyval.d) = log10((yyvsp[(3) - (4)].d));    ;}
        break;
    
      case 280:
    #line 3542 "Gmsh.y"
        { (yyval.d) = sqrt((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 281:
    #line 3543 "Gmsh.y"
        { (yyval.d) = sin((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 282:
    #line 3544 "Gmsh.y"
        { (yyval.d) = asin((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 283:
    #line 3545 "Gmsh.y"
        { (yyval.d) = cos((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 284:
    #line 3546 "Gmsh.y"
        { (yyval.d) = acos((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 285:
    #line 3547 "Gmsh.y"
        { (yyval.d) = tan((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 286:
    #line 3548 "Gmsh.y"
        { (yyval.d) = atan((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 287:
    #line 3549 "Gmsh.y"
        { (yyval.d) = atan2((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d));;}
        break;
    
      case 288:
    #line 3550 "Gmsh.y"
        { (yyval.d) = sinh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 289:
    #line 3551 "Gmsh.y"
        { (yyval.d) = cosh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 290:
    #line 3552 "Gmsh.y"
        { (yyval.d) = tanh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 291:
    #line 3553 "Gmsh.y"
        { (yyval.d) = fabs((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 292:
    #line 3554 "Gmsh.y"
        { (yyval.d) = floor((yyvsp[(3) - (4)].d));    ;}
        break;
    
      case 293:
    #line 3555 "Gmsh.y"
        { (yyval.d) = ceil((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 294:
    #line 3556 "Gmsh.y"
        { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 295:
    #line 3557 "Gmsh.y"
        { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 296:
    #line 3558 "Gmsh.y"
        { (yyval.d) = sqrt((yyvsp[(3) - (6)].d) * (yyvsp[(3) - (6)].d) + (yyvsp[(5) - (6)].d) * (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 297:
    #line 3559 "Gmsh.y"
        { (yyval.d) = (yyvsp[(3) - (4)].d) * (double)rand() / (double)RAND_MAX; ;}
        break;
    
      case 298:
    #line 3561 "Gmsh.y"
        { (yyval.d) = exp((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 299:
    #line 3562 "Gmsh.y"
        { (yyval.d) = log((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 300:
    #line 3563 "Gmsh.y"
        { (yyval.d) = log10((yyvsp[(3) - (4)].d));    ;}
        break;
    
      case 301:
    #line 3564 "Gmsh.y"
        { (yyval.d) = sqrt((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 302:
    #line 3565 "Gmsh.y"
        { (yyval.d) = sin((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 303:
    #line 3566 "Gmsh.y"
        { (yyval.d) = asin((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 304:
    #line 3567 "Gmsh.y"
        { (yyval.d) = cos((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 305:
    #line 3568 "Gmsh.y"
        { (yyval.d) = acos((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 306:
    #line 3569 "Gmsh.y"
        { (yyval.d) = tan((yyvsp[(3) - (4)].d));      ;}
        break;
    
      case 307:
    #line 3570 "Gmsh.y"
        { (yyval.d) = atan((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 308:
    #line 3571 "Gmsh.y"
        { (yyval.d) = atan2((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d));;}
        break;
    
      case 309:
    #line 3572 "Gmsh.y"
        { (yyval.d) = sinh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 310:
    #line 3573 "Gmsh.y"
        { (yyval.d) = cosh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 311:
    #line 3574 "Gmsh.y"
        { (yyval.d) = tanh((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 312:
    #line 3575 "Gmsh.y"
        { (yyval.d) = fabs((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 313:
    #line 3576 "Gmsh.y"
        { (yyval.d) = floor((yyvsp[(3) - (4)].d));    ;}
        break;
    
      case 314:
    #line 3577 "Gmsh.y"
        { (yyval.d) = ceil((yyvsp[(3) - (4)].d));     ;}
        break;
    
      case 315:
    #line 3578 "Gmsh.y"
        { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 316:
    #line 3579 "Gmsh.y"
        { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 317:
    #line 3580 "Gmsh.y"
        { (yyval.d) = sqrt((yyvsp[(3) - (6)].d) * (yyvsp[(3) - (6)].d) + (yyvsp[(5) - (6)].d) * (yyvsp[(5) - (6)].d)); ;}
        break;
    
      case 318:
    #line 3581 "Gmsh.y"
        { (yyval.d) = (yyvsp[(3) - (4)].d) * (double)rand() / (double)RAND_MAX; ;}
        break;
    
      case 319:
    #line 3590 "Gmsh.y"
        { (yyval.d) = (yyvsp[(1) - (1)].d); ;}
        break;
    
      case 320:
    #line 3591 "Gmsh.y"
        { (yyval.d) = 3.141592653589793; ;}
        break;
    
      case 321:
    #line 3592 "Gmsh.y"
        { (yyval.d) = Msg::GetCommRank(); ;}
        break;
    
      case 322:
    #line 3593 "Gmsh.y"
        { (yyval.d) = Msg::GetCommSize(); ;}
        break;
    
      case 323:
    #line 3594 "Gmsh.y"
        { (yyval.d) = GetGmshMajorVersion(); ;}
        break;
    
      case 324:
    #line 3595 "Gmsh.y"
        { (yyval.d) = GetGmshMinorVersion(); ;}
        break;
    
      case 325:
    #line 3596 "Gmsh.y"
        { (yyval.d) = GetGmshPatchVersion(); ;}
        break;
    
      case 326:
    #line 3601 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(1) - (1)].c))){
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (1)].c));
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = gmsh_yysymbols[(yyvsp[(1) - (1)].c)][0];
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 327:
    #line 3614 "Gmsh.y"
        {
          char tmpstring[1024];
          sprintf(tmpstring, "%s_%d", (yyvsp[(1) - (5)].c), (int)(yyvsp[(4) - (5)].d)) ;
          if(!gmsh_yysymbols.count(tmpstring)){
    	yymsg(0, "Unknown variable '%s'", tmpstring);
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = gmsh_yysymbols[tmpstring][0];
          Free((yyvsp[(1) - (5)].c));
        ;}
        break;
    
      case 328:
    #line 3626 "Gmsh.y"
        {
          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 if((int)gmsh_yysymbols[(yyvsp[(1) - (4)].c)].size() < index + 1){
    	yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index);
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = gmsh_yysymbols[(yyvsp[(1) - (4)].c)][index];
          Free((yyvsp[(1) - (4)].c));
        ;}
        break;
    
      case 329:
    #line 3641 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(2) - (4)].c))){
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(2) - (4)].c));
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = gmsh_yysymbols[(yyvsp[(2) - (4)].c)].size();
          Free((yyvsp[(2) - (4)].c));
        ;}
        break;
    
      case 330:
    #line 3651 "Gmsh.y"
        {
          if(!gmsh_yysymbols.count((yyvsp[(1) - (2)].c))){
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (2)].c));
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = (gmsh_yysymbols[(yyvsp[(1) - (2)].c)][0] += (yyvsp[(2) - (2)].i));
          Free((yyvsp[(1) - (2)].c));
        ;}
        break;
    
      case 331:
    #line 3661 "Gmsh.y"
        {
          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 if((int)gmsh_yysymbols[(yyvsp[(1) - (5)].c)].size() < index + 1){
    	yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index);
    	(yyval.d) = 0.;
          }
          else
    	(yyval.d) = (gmsh_yysymbols[(yyvsp[(1) - (5)].c)][index] += (yyvsp[(5) - (5)].i));
          Free((yyvsp[(1) - (5)].c));
        ;}
        break;
    
      case 332:
    #line 3679 "Gmsh.y"
        {
          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 333:
    #line 3684 "Gmsh.y"
        {
          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 334:
    #line 3689 "Gmsh.y"
        {
          double d = 0.;
          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[(1) - (4)].c)); Free((yyvsp[(3) - (4)].c));
        ;}
        break;
    
      case 335:
    #line 3699 "Gmsh.y"
        {
          double d = 0.;
          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[(1) - (7)].c)); Free((yyvsp[(6) - (7)].c));
        ;}
        break;
    
      case 336:
    #line 3709 "Gmsh.y"
        { 
          (yyval.d) = Msg::GetValue((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].d));
          Free((yyvsp[(3) - (6)].c));
        ;}
        break;
    
      case 337:
    #line 3717 "Gmsh.y"
        {
          memcpy((yyval.v), (yyvsp[(1) - (1)].v), 5*sizeof(double));
        ;}
        break;
    
      case 338:
    #line 3721 "Gmsh.y"
        {
          for(int i = 0; i < 5; i++) (yyval.v)[i] = -(yyvsp[(2) - (2)].v)[i];
        ;}
        break;
    
      case 339:
    #line 3725 "Gmsh.y"
        { 
          for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i];
        ;}
        break;
    
      case 340:
    #line 3729 "Gmsh.y"
        { 
          for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] - (yyvsp[(3) - (3)].v)[i];
        ;}
        break;
    
      case 341:
    #line 3733 "Gmsh.y"
        {
          for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] + (yyvsp[(3) - (3)].v)[i];
        ;}
        break;
    
      case 342:
    #line 3740 "Gmsh.y"
        { 
          (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 343:
    #line 3744 "Gmsh.y"
        { 
          (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 344:
    #line 3748 "Gmsh.y"
        {
          (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 345:
    #line 3752 "Gmsh.y"
        {
          (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 346:
    #line 3759 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(List_T*));
          List_Add((yyval.l), &((yyvsp[(1) - (1)].l)));
        ;}
        break;
    
      case 347:
    #line 3764 "Gmsh.y"
        {
          List_Add((yyval.l), &((yyvsp[(3) - (3)].l)));
        ;}
        break;
    
      case 348:
    #line 3771 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(double));
          List_Add((yyval.l), &((yyvsp[(1) - (1)].d)));
        ;}
        break;
    
      case 349:
    #line 3776 "Gmsh.y"
        {
          (yyval.l) = (yyvsp[(1) - (1)].l);
        ;}
        break;
    
      case 350:
    #line 3780 "Gmsh.y"
        {
          // creates an empty list
          (yyval.l) = List_Create(2, 1, sizeof(double));
        ;}
        break;
    
      case 351:
    #line 3785 "Gmsh.y"
        {
          (yyval.l) = (yyvsp[(2) - (3)].l);
        ;}
        break;
    
      case 352:
    #line 3789 "Gmsh.y"
        {
          (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);
          }
        ;}
        break;
    
      case 353:
    #line 3797 "Gmsh.y"
        {
          (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[(1) - (5)].d);
          }
        ;}
        break;
    
      case 354:
    #line 3808 "Gmsh.y"
        { 
          (yyval.l) = (yyvsp[(1) - (1)].l); 
        ;}
        break;
    
      case 355:
    #line 3812 "Gmsh.y"
        {
          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));
          }
        ;}
        break;
    
      case 356:
    #line 3824 "Gmsh.y"
        {
          (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);
          }
        ;}
        break;
    
      case 357:
    #line 3832 "Gmsh.y"
        {
          (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[(1) - (3)].d);
          }
        ;}
        break;
    
      case 358:
    #line 3840 "Gmsh.y"
        { 
          (yyval.l) = List_Create(2, 1, sizeof(double)); 
          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);
        ;}
        break;
    
      case 359:
    #line 3847 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(double)); 
          if(!(yyvsp[(5) - (5)].d) || ((yyvsp[(1) - (5)].d) < (yyvsp[(3) - (5)].d) && (yyvsp[(5) - (5)].d) < 0) || ((yyvsp[(1) - (5)].d) > (yyvsp[(3) - (5)].d) && (yyvsp[(5) - (5)].d) > 0)){
            yymsg(0, "Wrong increment in '%g:%g:%g'", (yyvsp[(1) - (5)].d), (yyvsp[(3) - (5)].d), (yyvsp[(5) - (5)].d));
    	List_Add((yyval.l), &((yyvsp[(1) - (5)].d)));
          }
          else
    	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);
       ;}
        break;
    
      case 360:
    #line 3858 "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[(3) - (4)].d));
          (yyval.l) = List_Create(3, 1, sizeof(double));      
          if(!v) {
    	yymsg(0, "Unknown point '%d'", (int)(yyvsp[(3) - (4)].d));
    	double d = 0.0;
    	List_Add((yyval.l), &d);
    	List_Add((yyval.l), &d);
    	List_Add((yyval.l), &d);
          }
          else{
    	List_Add((yyval.l), &v->Pos.X);
    	List_Add((yyval.l), &v->Pos.Y);
    	List_Add((yyval.l), &v->Pos.Z);
          }
        ;}
        break;
    
      case 361:
    #line 3878 "Gmsh.y"
        {
          (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[(1) - (1)].l));
        ;}
        break;
    
      case 362:
    #line 3888 "Gmsh.y"
        {
          (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[(1) - (1)].l));
        ;}
        break;
    
      case 363:
    #line 3898 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(double));
          if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c)))
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c));
          else
    	for(unsigned int i = 0; i < gmsh_yysymbols[(yyvsp[(1) - (3)].c)].size(); i++)
    	  List_Add((yyval.l), &gmsh_yysymbols[(yyvsp[(1) - (3)].c)][i]);
          Free((yyvsp[(1) - (3)].c));
        ;}
        break;
    
      case 364:
    #line 3908 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(double));
          if(!gmsh_yysymbols.count((yyvsp[(1) - (6)].c)))
    	yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (6)].c));
          else{
    	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)gmsh_yysymbols[(yyvsp[(1) - (6)].c)].size() < index + 1)
    	    yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (6)].c), index);
    	  else
    	    List_Add((yyval.l), &gmsh_yysymbols[(yyvsp[(1) - (6)].c)][index]);
    	}
          }
          Free((yyvsp[(1) - (6)].c));
          List_Delete((yyvsp[(4) - (6)].l));
        ;}
        break;
    
      case 365:
    #line 3928 "Gmsh.y"
        {
          (yyval.l) = List_Create(2, 1, sizeof(double));
          List_Add((yyval.l), &((yyvsp[(1) - (1)].d)));
        ;}
        break;
    
      case 366:
    #line 3933 "Gmsh.y"
        {
          (yyval.l) = (yyvsp[(1) - (1)].l);
        ;}
        break;
    
      case 367:
    #line 3937 "Gmsh.y"
        {
          List_Add((yyval.l), &((yyvsp[(3) - (3)].d)));
        ;}
        break;
    
      case 368:
    #line 3941 "Gmsh.y"
        {
          for(int i = 0; i < List_Nbr((yyvsp[(3) - (3)].l)); i++){
    	double d;
    	List_Read((yyvsp[(3) - (3)].l), i, &d);
    	List_Add((yyval.l), &d);
          }
          List_Delete((yyvsp[(3) - (3)].l));
        ;}
        break;
    
      case 369:
    #line 3953 "Gmsh.y"
        {
          (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 370:
    #line 3957 "Gmsh.y"
        {
          (yyval.u) = CTX::instance()->packColor((int)(yyvsp[(2) - (7)].d), (int)(yyvsp[(4) - (7)].d), (int)(yyvsp[(6) - (7)].d), 255);
        ;}
        break;
    
      case 371:
    #line 3969 "Gmsh.y"
        {
          int flag;
          (yyval.u) = GetColorForString(ColorString, -1, (yyvsp[(1) - (1)].c), &flag);
          if(flag) yymsg(0, "Unknown color '%s'", (yyvsp[(1) - (1)].c));
          Free((yyvsp[(1) - (1)].c));
        ;}
        break;
    
      case 372:
    #line 3976 "Gmsh.y"
        {
          unsigned int val = 0;
          ColorOption(GMSH_GET, (yyvsp[(1) - (5)].c), 0, (yyvsp[(5) - (5)].c), val);
          (yyval.u) = val;
          Free((yyvsp[(1) - (5)].c)); Free((yyvsp[(5) - (5)].c));
        ;}
        break;
    
      case 373:
    #line 3986 "Gmsh.y"
        {
          (yyval.l) = (yyvsp[(2) - (3)].l);
        ;}
        break;
    
      case 374:
    #line 3990 "Gmsh.y"
        {
          (yyval.l) = List_Create(256, 10, sizeof(unsigned int));
          GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (6)].d));
          if(!ct)
    	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[(1) - (6)].c));
        ;}
        break;
    
      case 375:
    #line 4005 "Gmsh.y"
        {
          (yyval.l) = List_Create(256, 10, sizeof(unsigned int));
          List_Add((yyval.l), &((yyvsp[(1) - (1)].u)));
        ;}
        break;
    
      case 376:
    #line 4010 "Gmsh.y"
        {
          List_Add((yyval.l), &((yyvsp[(3) - (3)].u)));
        ;}
        break;
    
      case 377:
    #line 4017 "Gmsh.y"
        {
          (yyval.c) = (yyvsp[(1) - (1)].c);
        ;}
        break;
    
      case 378:
    #line 4021 "Gmsh.y"
        {
          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[(1) - (1)].c)];
    	(yyval.c) = (char *)Malloc((val.size() + 1) * sizeof(char));
    	strcpy((yyval.c), val.c_str());
    	Free((yyvsp[(1) - (1)].c));
          }
        ;}
        break;
    
      case 379:
    #line 4034 "Gmsh.y"
        { 
          std::string 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[(1) - (3)].c)); Free((yyvsp[(3) - (3)].c));
        ;}
        break;
    
      case 380:
    #line 4042 "Gmsh.y"
        { 
          std::string 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[(1) - (6)].c)); Free((yyvsp[(6) - (6)].c));
        ;}
        break;
    
      case 381:
    #line 4053 "Gmsh.y"
        {
          (yyval.c) = (yyvsp[(1) - (1)].c);
        ;}
        break;
    
      case 382:
    #line 4057 "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';
        ;}
        break;
    
      case 383:
    #line 4065 "Gmsh.y"
        {
          (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (6)].c)) + strlen((yyvsp[(5) - (6)].c)) + 1) * sizeof(char));
          strcpy((yyval.c), (yyvsp[(3) - (6)].c));
          strcat((yyval.c), (yyvsp[(5) - (6)].c));
          Free((yyvsp[(3) - (6)].c));
          Free((yyvsp[(5) - (6)].c));
        ;}
        break;
    
      case 384:
    #line 4073 "Gmsh.y"
        {
          (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char));
          int 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[(3) - (4)].c));
          Free((yyvsp[(3) - (4)].c));
        ;}
        break;
    
      case 385:
    #line 4087 "Gmsh.y"
        {
          (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char));
          int 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[(3) - (4)].c));
          else
    	strcpy((yyval.c), &(yyvsp[(3) - (4)].c)[i+1]);
          Free((yyvsp[(3) - (4)].c));
        ;}
        break;
    
      case 386:
    #line 4101 "Gmsh.y"
        {
          (yyval.c) = (yyvsp[(3) - (4)].c);
        ;}
        break;
    
      case 387:
    #line 4105 "Gmsh.y"
        {
          char tmpstring[1024];
          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) - (6)].c);
          }
          else if(i > 0){
    	yymsg(0, "%d extra argument%s in Sprintf", i, (i > 1) ? "s" : "");
    	(yyval.c) = (yyvsp[(3) - (6)].c);
          }
          else{
    	(yyval.c) = (char*)Malloc((strlen(tmpstring) + 1) * sizeof(char));
    	strcpy((yyval.c), tmpstring);
    	Free((yyvsp[(3) - (6)].c));
          }
          List_Delete((yyvsp[(5) - (6)].l));
        ;}
        break;
    
    
    /* Line 1267 of yacc.c.  */
    #line 8783 "Gmsh.tab.cpp"
          default: break;
        }
      YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
    
      YYPOPSTACK (yylen);
      yylen = 0;
      YY_STACK_PRINT (yyss, yyssp);
    
      *++yyvsp = yyval;
    
    
      /* 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.  */
    
      yyn = yyr1[yyn];
    
      yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
      if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
        yystate = yytable[yystate];
      else
        yystate = yydefgoto[yyn - YYNTOKENS];
    
      goto yynewstate;
    
    
    /*------------------------------------.
    | yyerrlab -- here on detecting error |
    `------------------------------------*/
    yyerrlab:
      /* If not already recovering from an error, report this error.  */
      if (!yyerrstatus)
        {
          ++yynerrs;
    #if ! YYERROR_VERBOSE
          yyerror (YY_("syntax error"));
    #else
          {
    	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;
    	  }
          }
    #endif
        }
    
    
    
      if (yyerrstatus == 3)
        {
          /* 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;
    	}
          else
    	{
    	  yydestruct ("Error: discarding",
    		      yytoken, &yylval);
    	  yychar = YYEMPTY;
    	}
        }
    
      /* Else will try to reuse look-ahead token after shifting the error
         token.  */
      goto yyerrlab1;
    
    
    /*---------------------------------------------------.
    | yyerrorlab -- error raised explicitly by YYERROR.  |
    `---------------------------------------------------*/
    yyerrorlab:
    
      /* Pacify compilers like GCC when the user code never invokes
         YYERROR and the label yyerrorlab therefore never appears in user
         code.  */
      if (/*CONSTCOND*/ 0)
         goto yyerrorlab;
    
      /* Do not reclaim the symbols of the rule which action triggered
         this YYERROR.  */
      YYPOPSTACK (yylen);
      yylen = 0;
      YY_STACK_PRINT (yyss, yyssp);
      yystate = *yyssp;
      goto yyerrlab1;
    
    
    /*-------------------------------------------------------------.
    | yyerrlab1 -- common code for both syntax error and YYERROR.  |
    `-------------------------------------------------------------*/
    yyerrlab1:
      yyerrstatus = 3;	/* Each real token shifted decrements this.  */
    
      for (;;)
        {
          yyn = yypact[yystate];
          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;
    
    
          yydestruct ("Error: popping",
    		  yystos[yystate], yyvsp);
          YYPOPSTACK (1);
          yystate = *yyssp;
          YY_STACK_PRINT (yyss, yyssp);
        }
    
      if (yyn == YYFINAL)
        YYACCEPT;
    
      *++yyvsp = yylval;
    
    
      /* Shift the error token.  */
      YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp);
    
      yystate = yyn;
      goto yynewstate;
    
    
    /*-------------------------------------.
    | yyacceptlab -- YYACCEPT comes here.  |
    `-------------------------------------*/
    yyacceptlab:
      yyresult = 0;
      goto yyreturn;
    
    /*-----------------------------------.
    | yyabortlab -- YYABORT comes here.  |
    `-----------------------------------*/
    yyabortlab:
      yyresult = 1;
      goto yyreturn;
    
    #ifndef yyoverflow
    /*-------------------------------------------------.
    | yyexhaustedlab -- memory exhaustion comes here.  |
    `-------------------------------------------------*/
    yyexhaustedlab:
      yyerror (YY_("memory exhausted"));
      yyresult = 2;
      /* Fall through.  */
    #endif
    
    yyreturn:
      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);
          YYPOPSTACK (1);
        }
    #ifndef yyoverflow
      if (yyss != yyssa)
        YYSTACK_FREE (yyss);
    #endif
    #if YYERROR_VERBOSE
      if (yymsg != yymsgbuf)
        YYSTACK_FREE (yymsg);
    #endif
      /* Make sure YYID is used.  */
      return YYID (yyresult);
    }
    
    
    #line 4125 "Gmsh.y"
    
    
    int PrintListOfDouble(char *format, List_T *list, char *buffer)
    {
      int j, k;
      char tmp1[256], tmp2[256];
    
      j = 0;
      buffer[j] = '\0';
    
      while(j < (int)strlen(format) && format[j] != '%') j++;
      strncpy(buffer, format, j); 
      buffer[j]='\0'; 
      for(int i = 0; i < List_Nbr(list); i++){
        k = j;
        j++;
        if(j < (int)strlen(format)){
          if(format[j] == '%'){
    	strcat(buffer, "%");
    	j++;
          }
          while(j < (int)strlen(format) && format[j] != '%') j++;
          if(k != j){
    	strncpy(tmp1, &(format[k]), j-k);
    	tmp1[j-k] = '\0';
    	sprintf(tmp2, tmp1, *(double*)List_Pointer(list, i)); 
    	strcat(buffer, tmp2);
          }
        }
        else
          return List_Nbr(list)-i;
      }
      if(j != (int)strlen(format))
        return -1;
      return 0;
    }
    
    fullMatrix<double> ListOfListOfDouble2Matrix(List_T *list)
    {
      int M = List_Nbr(list);
      int N = 0;
      for(int i = 0; i < M; i++){
        List_T *line = *(List_T**)List_Pointer_Fast(list, i);
        N = std::max(N, List_Nbr(line));
      }
      fullMatrix<double> mat(M, N);
      for(int i = 0; i < M; i++){
        List_T *line = *(List_T**)List_Pointer_Fast(list, i);
        for(int j = 0; j < List_Nbr(line); j++){
          double val;
          List_Read(line, j, &val);
          mat(i, j) = val;
        }
      }
      for(int i = 0; i < List_Nbr(list); i++)
        List_Delete(*(List_T**)List_Pointer(list, i));
      List_Delete(list);
      return mat;
    }
    
    void yyerror(const char *s)
    {
      Msg::Error("'%s', line %d : %s (%s)", gmsh_yyname.c_str(), gmsh_yylineno - 1,
                 s, gmsh_yytext);
      gmsh_yyerrorstate++;
    }
    
    void yymsg(int level, const char *fmt, ...)
    {
      va_list args;
      char tmp[1024];
    
      va_start(args, fmt);
      vsprintf(tmp, fmt, args);
      va_end(args);
    
      if(level == 0){
        Msg::Error("'%s', line %d : %s", gmsh_yyname.c_str(), gmsh_yylineno - 1, tmp);
        gmsh_yyerrorstate++;
      }
      else
        Msg::Warning("'%s', line %d : %s", gmsh_yyname.c_str(), gmsh_yylineno - 1, tmp);
    }