From 8ef6dd06389295588fc414336976f342389cbd4a Mon Sep 17 00:00:00 2001 From: Patrick Dular <patrick.dular@ulg.ac.be> Date: Mon, 27 Feb 2017 16:37:35 +0000 Subject: [PATCH] (1) No more shift/reduce conflicts with tSTRING and String__Index!!! The solution was simply to uniform the use of String__Index in parallel rules. Will do the same kind of correction for LP and RP. (2) Extension of new Struct type --- Parser/Gmsh.l | 4 +- Parser/Gmsh.tab.cpp | 11438 ++++++++++++++++++++---------------------- Parser/Gmsh.tab.hpp | 841 ++-- Parser/Gmsh.y | 709 +-- Parser/Parser.h | 94 +- 5 files changed, 6147 insertions(+), 6939 deletions(-) diff --git a/Parser/Gmsh.l b/Parser/Gmsh.l index 0319673169..2adbd12134 100644 --- a/Parser/Gmsh.l +++ b/Parser/Gmsh.l @@ -95,6 +95,7 @@ string {alpha}({alpha}|{digit})* "/=" return tAFFECTDIVIDE; ":" return tDOTS; "..." return tDOTS; +"::" return tSCOPE; "||" return tOR; "&&" return tAND; "++" return tPLUSPLUS; @@ -112,6 +113,7 @@ Affine return tAffine; Alias return tAlias; AliasWithOptions return tAliasWithOptions; ArcCos return tAcos; +Append return tAppend; ArcSin return tAsin; ArcTan return tAtan; ArcTan2 return tAtan2; @@ -158,7 +160,6 @@ Cylinder return tCylinder; DefineConstant return tDefineConstant; DefineNumber return tDefineNumber; DefineString return tDefineString; -DefineStruct return tDefineStruct; Degenerated return tDegenerated; Delete return tDelete; Dilate return tDilate; @@ -300,6 +301,7 @@ StrRelative return tStrRelative; StrReplace return tStrReplace; StrSub return tStrSub; StringToName return tStringToName; +Struct return tDefineStruct; Surface return tSurface; Symmetry return tSymmetry; SyncModel return tSyncModel; diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 0388c475b9..728417a976 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -80,214 +80,216 @@ tEND = 261, tAFFECT = 262, tDOTS = 263, - tPi = 264, - tMPI_Rank = 265, - tMPI_Size = 266, - tEuclidian = 267, - tCoordinates = 268, - tTestLevel = 269, - tExp = 270, - tLog = 271, - tLog10 = 272, - tSqrt = 273, - tSin = 274, - tAsin = 275, - tCos = 276, - tAcos = 277, - tTan = 278, - tRand = 279, - tAtan = 280, - tAtan2 = 281, - tSinh = 282, - tCosh = 283, - tTanh = 284, - tFabs = 285, - tFloor = 286, - tCeil = 287, - tRound = 288, - tFmod = 289, - tModulo = 290, - tHypot = 291, - tList = 292, - tLinSpace = 293, - tLogSpace = 294, - tListFromFile = 295, - tCatenary = 296, - tPrintf = 297, - tError = 298, - tStr = 299, - tSprintf = 300, - tStrCat = 301, - tStrPrefix = 302, - tStrRelative = 303, - tStrReplace = 304, - tAbsolutePath = 305, - tDirName = 306, - tStrSub = 307, - tStrLen = 308, - tFind = 309, - tStrFind = 310, - tStrCmp = 311, - tStrChoice = 312, - tUpperCase = 313, - tLowerCase = 314, - tLowerCaseIn = 315, - tTextAttributes = 316, - tBoundingBox = 317, - tDraw = 318, - tSetChanged = 319, - tToday = 320, - tFixRelativePath = 321, - tCurrentDirectory = 322, - tSyncModel = 323, - tNewModel = 324, - tOnelabAction = 325, - tOnelabRun = 326, - tCpu = 327, - tMemory = 328, - tTotalMemory = 329, - tCreateTopology = 330, - tCreateTopologyNoHoles = 331, - tDistanceFunction = 332, - tDefineConstant = 333, - tUndefineConstant = 334, - tDefineNumber = 335, - tDefineStruct = 336, - tNameStruct = 337, - tDefineString = 338, - tSetNumber = 339, - tSetString = 340, - tPoint = 341, - tCircle = 342, - tEllipse = 343, - tLine = 344, - tSphere = 345, - tPolarSphere = 346, - tSurface = 347, - tSpline = 348, - tVolume = 349, - tBlock = 350, - tCylinder = 351, - tCone = 352, - tTorus = 353, - tEllipsoid = 354, - tQuadric = 355, - tShapeFromFile = 356, - tRectangle = 357, - tDisk = 358, - tWire = 359, - tCharacteristic = 360, - tLength = 361, - tParametric = 362, - tElliptic = 363, - tRefineMesh = 364, - tAdaptMesh = 365, - tRelocateMesh = 366, - tSetFactory = 367, - tThruSections = 368, - tWedge = 369, - tFillet = 370, - tChamfer = 371, - tPlane = 372, - tRuled = 373, - tTransfinite = 374, - tPhysical = 375, - tCompound = 376, - tPeriodic = 377, - tUsing = 378, - tPlugin = 379, - tDegenerated = 380, - tRecursive = 381, - tRotate = 382, - tTranslate = 383, - tSymmetry = 384, - tDilate = 385, - tExtrude = 386, - tLevelset = 387, - tAffine = 388, - tBooleanUnion = 389, - tBooleanIntersection = 390, - tBooleanDifference = 391, - tBooleanSection = 392, - tBooleanFragments = 393, - tThickSolid = 394, - tRecombine = 395, - tSmoother = 396, - tSplit = 397, - tDelete = 398, - tCoherence = 399, - tIntersect = 400, - tMeshAlgorithm = 401, - tReverse = 402, - tLayers = 403, - tScaleLast = 404, - tHole = 405, - tAlias = 406, - tAliasWithOptions = 407, - tCopyOptions = 408, - tQuadTriAddVerts = 409, - tQuadTriNoNewVerts = 410, - tRecombLaterals = 411, - tTransfQuadTri = 412, - tText2D = 413, - tText3D = 414, - tInterpolationScheme = 415, - tTime = 416, - tCombine = 417, - tBSpline = 418, - tBezier = 419, - tNurbs = 420, - tNurbsOrder = 421, - tNurbsKnots = 422, - tColor = 423, - tColorTable = 424, - tFor = 425, - tIn = 426, - tEndFor = 427, - tIf = 428, - tElseIf = 429, - tElse = 430, - tEndIf = 431, - tExit = 432, - tAbort = 433, - tField = 434, - tReturn = 435, - tCall = 436, - tSlide = 437, - tMacro = 438, - tShow = 439, - tHide = 440, - tGetValue = 441, - tGetStringValue = 442, - tGetEnv = 443, - tGetString = 444, - tGetNumber = 445, - tUnique = 446, - tHomology = 447, - tCohomology = 448, - tBetti = 449, - tExists = 450, - tFileExists = 451, - tGMSH_MAJOR_VERSION = 452, - tGMSH_MINOR_VERSION = 453, - tGMSH_PATCH_VERSION = 454, - tGmshExecutableName = 455, - tSetPartition = 456, - tNameToString = 457, - tStringToName = 458, - tAFFECTDIVIDE = 459, - tAFFECTTIMES = 460, - tAFFECTMINUS = 461, - tAFFECTPLUS = 462, - tOR = 463, - tAND = 464, - tNOTEQUAL = 465, - tEQUAL = 466, - tGREATEROREQUAL = 467, - tLESSOREQUAL = 468, - UNARYPREC = 469, - tMINUSMINUS = 470, - tPLUSPLUS = 471 + tSCOPE = 264, + tPi = 265, + tMPI_Rank = 266, + tMPI_Size = 267, + tEuclidian = 268, + tCoordinates = 269, + tTestLevel = 270, + tExp = 271, + tLog = 272, + tLog10 = 273, + tSqrt = 274, + tSin = 275, + tAsin = 276, + tCos = 277, + tAcos = 278, + tTan = 279, + tRand = 280, + tAtan = 281, + tAtan2 = 282, + tSinh = 283, + tCosh = 284, + tTanh = 285, + tFabs = 286, + tFloor = 287, + tCeil = 288, + tRound = 289, + tFmod = 290, + tModulo = 291, + tHypot = 292, + tList = 293, + tLinSpace = 294, + tLogSpace = 295, + tListFromFile = 296, + tCatenary = 297, + tPrintf = 298, + tError = 299, + tStr = 300, + tSprintf = 301, + tStrCat = 302, + tStrPrefix = 303, + tStrRelative = 304, + tStrReplace = 305, + tAbsolutePath = 306, + tDirName = 307, + tStrSub = 308, + tStrLen = 309, + tFind = 310, + tStrFind = 311, + tStrCmp = 312, + tStrChoice = 313, + tUpperCase = 314, + tLowerCase = 315, + tLowerCaseIn = 316, + tTextAttributes = 317, + tBoundingBox = 318, + tDraw = 319, + tSetChanged = 320, + tToday = 321, + tFixRelativePath = 322, + tCurrentDirectory = 323, + tSyncModel = 324, + tNewModel = 325, + tOnelabAction = 326, + tOnelabRun = 327, + tCpu = 328, + tMemory = 329, + tTotalMemory = 330, + tCreateTopology = 331, + tCreateTopologyNoHoles = 332, + tDistanceFunction = 333, + tDefineConstant = 334, + tUndefineConstant = 335, + tDefineNumber = 336, + tDefineStruct = 337, + tNameStruct = 338, + tAppend = 339, + tDefineString = 340, + tSetNumber = 341, + tSetString = 342, + tPoint = 343, + tCircle = 344, + tEllipse = 345, + tLine = 346, + tSphere = 347, + tPolarSphere = 348, + tSurface = 349, + tSpline = 350, + tVolume = 351, + tBlock = 352, + tCylinder = 353, + tCone = 354, + tTorus = 355, + tEllipsoid = 356, + tQuadric = 357, + tShapeFromFile = 358, + tRectangle = 359, + tDisk = 360, + tWire = 361, + tCharacteristic = 362, + tLength = 363, + tParametric = 364, + tElliptic = 365, + tRefineMesh = 366, + tAdaptMesh = 367, + tRelocateMesh = 368, + tSetFactory = 369, + tThruSections = 370, + tWedge = 371, + tFillet = 372, + tChamfer = 373, + tPlane = 374, + tRuled = 375, + tTransfinite = 376, + tPhysical = 377, + tCompound = 378, + tPeriodic = 379, + tUsing = 380, + tPlugin = 381, + tDegenerated = 382, + tRecursive = 383, + tRotate = 384, + tTranslate = 385, + tSymmetry = 386, + tDilate = 387, + tExtrude = 388, + tLevelset = 389, + tAffine = 390, + tBooleanUnion = 391, + tBooleanIntersection = 392, + tBooleanDifference = 393, + tBooleanSection = 394, + tBooleanFragments = 395, + tThickSolid = 396, + tRecombine = 397, + tSmoother = 398, + tSplit = 399, + tDelete = 400, + tCoherence = 401, + tIntersect = 402, + tMeshAlgorithm = 403, + tReverse = 404, + tLayers = 405, + tScaleLast = 406, + tHole = 407, + tAlias = 408, + tAliasWithOptions = 409, + tCopyOptions = 410, + tQuadTriAddVerts = 411, + tQuadTriNoNewVerts = 412, + tRecombLaterals = 413, + tTransfQuadTri = 414, + tText2D = 415, + tText3D = 416, + tInterpolationScheme = 417, + tTime = 418, + tCombine = 419, + tBSpline = 420, + tBezier = 421, + tNurbs = 422, + tNurbsOrder = 423, + tNurbsKnots = 424, + tColor = 425, + tColorTable = 426, + tFor = 427, + tIn = 428, + tEndFor = 429, + tIf = 430, + tElseIf = 431, + tElse = 432, + tEndIf = 433, + tExit = 434, + tAbort = 435, + tField = 436, + tReturn = 437, + tCall = 438, + tSlide = 439, + tMacro = 440, + tShow = 441, + tHide = 442, + tGetValue = 443, + tGetStringValue = 444, + tGetEnv = 445, + tGetString = 446, + tGetNumber = 447, + tUnique = 448, + tHomology = 449, + tCohomology = 450, + tBetti = 451, + tExists = 452, + tFileExists = 453, + tGMSH_MAJOR_VERSION = 454, + tGMSH_MINOR_VERSION = 455, + tGMSH_PATCH_VERSION = 456, + tGmshExecutableName = 457, + tSetPartition = 458, + tNameToString = 459, + tStringToName = 460, + tAFFECTDIVIDE = 461, + tAFFECTTIMES = 462, + tAFFECTMINUS = 463, + tAFFECTPLUS = 464, + tOR = 465, + tAND = 466, + tNOTEQUAL = 467, + tEQUAL = 468, + tGREATEROREQUAL = 469, + tLESSOREQUAL = 470, + UNARYPREC = 471, + tMINUSMINUS = 472, + tPLUSPLUS = 473 }; #endif /* Tokens. */ @@ -297,214 +299,216 @@ #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 tTestLevel 269 -#define tExp 270 -#define tLog 271 -#define tLog10 272 -#define tSqrt 273 -#define tSin 274 -#define tAsin 275 -#define tCos 276 -#define tAcos 277 -#define tTan 278 -#define tRand 279 -#define tAtan 280 -#define tAtan2 281 -#define tSinh 282 -#define tCosh 283 -#define tTanh 284 -#define tFabs 285 -#define tFloor 286 -#define tCeil 287 -#define tRound 288 -#define tFmod 289 -#define tModulo 290 -#define tHypot 291 -#define tList 292 -#define tLinSpace 293 -#define tLogSpace 294 -#define tListFromFile 295 -#define tCatenary 296 -#define tPrintf 297 -#define tError 298 -#define tStr 299 -#define tSprintf 300 -#define tStrCat 301 -#define tStrPrefix 302 -#define tStrRelative 303 -#define tStrReplace 304 -#define tAbsolutePath 305 -#define tDirName 306 -#define tStrSub 307 -#define tStrLen 308 -#define tFind 309 -#define tStrFind 310 -#define tStrCmp 311 -#define tStrChoice 312 -#define tUpperCase 313 -#define tLowerCase 314 -#define tLowerCaseIn 315 -#define tTextAttributes 316 -#define tBoundingBox 317 -#define tDraw 318 -#define tSetChanged 319 -#define tToday 320 -#define tFixRelativePath 321 -#define tCurrentDirectory 322 -#define tSyncModel 323 -#define tNewModel 324 -#define tOnelabAction 325 -#define tOnelabRun 326 -#define tCpu 327 -#define tMemory 328 -#define tTotalMemory 329 -#define tCreateTopology 330 -#define tCreateTopologyNoHoles 331 -#define tDistanceFunction 332 -#define tDefineConstant 333 -#define tUndefineConstant 334 -#define tDefineNumber 335 -#define tDefineStruct 336 -#define tNameStruct 337 -#define tDefineString 338 -#define tSetNumber 339 -#define tSetString 340 -#define tPoint 341 -#define tCircle 342 -#define tEllipse 343 -#define tLine 344 -#define tSphere 345 -#define tPolarSphere 346 -#define tSurface 347 -#define tSpline 348 -#define tVolume 349 -#define tBlock 350 -#define tCylinder 351 -#define tCone 352 -#define tTorus 353 -#define tEllipsoid 354 -#define tQuadric 355 -#define tShapeFromFile 356 -#define tRectangle 357 -#define tDisk 358 -#define tWire 359 -#define tCharacteristic 360 -#define tLength 361 -#define tParametric 362 -#define tElliptic 363 -#define tRefineMesh 364 -#define tAdaptMesh 365 -#define tRelocateMesh 366 -#define tSetFactory 367 -#define tThruSections 368 -#define tWedge 369 -#define tFillet 370 -#define tChamfer 371 -#define tPlane 372 -#define tRuled 373 -#define tTransfinite 374 -#define tPhysical 375 -#define tCompound 376 -#define tPeriodic 377 -#define tUsing 378 -#define tPlugin 379 -#define tDegenerated 380 -#define tRecursive 381 -#define tRotate 382 -#define tTranslate 383 -#define tSymmetry 384 -#define tDilate 385 -#define tExtrude 386 -#define tLevelset 387 -#define tAffine 388 -#define tBooleanUnion 389 -#define tBooleanIntersection 390 -#define tBooleanDifference 391 -#define tBooleanSection 392 -#define tBooleanFragments 393 -#define tThickSolid 394 -#define tRecombine 395 -#define tSmoother 396 -#define tSplit 397 -#define tDelete 398 -#define tCoherence 399 -#define tIntersect 400 -#define tMeshAlgorithm 401 -#define tReverse 402 -#define tLayers 403 -#define tScaleLast 404 -#define tHole 405 -#define tAlias 406 -#define tAliasWithOptions 407 -#define tCopyOptions 408 -#define tQuadTriAddVerts 409 -#define tQuadTriNoNewVerts 410 -#define tRecombLaterals 411 -#define tTransfQuadTri 412 -#define tText2D 413 -#define tText3D 414 -#define tInterpolationScheme 415 -#define tTime 416 -#define tCombine 417 -#define tBSpline 418 -#define tBezier 419 -#define tNurbs 420 -#define tNurbsOrder 421 -#define tNurbsKnots 422 -#define tColor 423 -#define tColorTable 424 -#define tFor 425 -#define tIn 426 -#define tEndFor 427 -#define tIf 428 -#define tElseIf 429 -#define tElse 430 -#define tEndIf 431 -#define tExit 432 -#define tAbort 433 -#define tField 434 -#define tReturn 435 -#define tCall 436 -#define tSlide 437 -#define tMacro 438 -#define tShow 439 -#define tHide 440 -#define tGetValue 441 -#define tGetStringValue 442 -#define tGetEnv 443 -#define tGetString 444 -#define tGetNumber 445 -#define tUnique 446 -#define tHomology 447 -#define tCohomology 448 -#define tBetti 449 -#define tExists 450 -#define tFileExists 451 -#define tGMSH_MAJOR_VERSION 452 -#define tGMSH_MINOR_VERSION 453 -#define tGMSH_PATCH_VERSION 454 -#define tGmshExecutableName 455 -#define tSetPartition 456 -#define tNameToString 457 -#define tStringToName 458 -#define tAFFECTDIVIDE 459 -#define tAFFECTTIMES 460 -#define tAFFECTMINUS 461 -#define tAFFECTPLUS 462 -#define tOR 463 -#define tAND 464 -#define tNOTEQUAL 465 -#define tEQUAL 466 -#define tGREATEROREQUAL 467 -#define tLESSOREQUAL 468 -#define UNARYPREC 469 -#define tMINUSMINUS 470 -#define tPLUSPLUS 471 +#define tSCOPE 264 +#define tPi 265 +#define tMPI_Rank 266 +#define tMPI_Size 267 +#define tEuclidian 268 +#define tCoordinates 269 +#define tTestLevel 270 +#define tExp 271 +#define tLog 272 +#define tLog10 273 +#define tSqrt 274 +#define tSin 275 +#define tAsin 276 +#define tCos 277 +#define tAcos 278 +#define tTan 279 +#define tRand 280 +#define tAtan 281 +#define tAtan2 282 +#define tSinh 283 +#define tCosh 284 +#define tTanh 285 +#define tFabs 286 +#define tFloor 287 +#define tCeil 288 +#define tRound 289 +#define tFmod 290 +#define tModulo 291 +#define tHypot 292 +#define tList 293 +#define tLinSpace 294 +#define tLogSpace 295 +#define tListFromFile 296 +#define tCatenary 297 +#define tPrintf 298 +#define tError 299 +#define tStr 300 +#define tSprintf 301 +#define tStrCat 302 +#define tStrPrefix 303 +#define tStrRelative 304 +#define tStrReplace 305 +#define tAbsolutePath 306 +#define tDirName 307 +#define tStrSub 308 +#define tStrLen 309 +#define tFind 310 +#define tStrFind 311 +#define tStrCmp 312 +#define tStrChoice 313 +#define tUpperCase 314 +#define tLowerCase 315 +#define tLowerCaseIn 316 +#define tTextAttributes 317 +#define tBoundingBox 318 +#define tDraw 319 +#define tSetChanged 320 +#define tToday 321 +#define tFixRelativePath 322 +#define tCurrentDirectory 323 +#define tSyncModel 324 +#define tNewModel 325 +#define tOnelabAction 326 +#define tOnelabRun 327 +#define tCpu 328 +#define tMemory 329 +#define tTotalMemory 330 +#define tCreateTopology 331 +#define tCreateTopologyNoHoles 332 +#define tDistanceFunction 333 +#define tDefineConstant 334 +#define tUndefineConstant 335 +#define tDefineNumber 336 +#define tDefineStruct 337 +#define tNameStruct 338 +#define tAppend 339 +#define tDefineString 340 +#define tSetNumber 341 +#define tSetString 342 +#define tPoint 343 +#define tCircle 344 +#define tEllipse 345 +#define tLine 346 +#define tSphere 347 +#define tPolarSphere 348 +#define tSurface 349 +#define tSpline 350 +#define tVolume 351 +#define tBlock 352 +#define tCylinder 353 +#define tCone 354 +#define tTorus 355 +#define tEllipsoid 356 +#define tQuadric 357 +#define tShapeFromFile 358 +#define tRectangle 359 +#define tDisk 360 +#define tWire 361 +#define tCharacteristic 362 +#define tLength 363 +#define tParametric 364 +#define tElliptic 365 +#define tRefineMesh 366 +#define tAdaptMesh 367 +#define tRelocateMesh 368 +#define tSetFactory 369 +#define tThruSections 370 +#define tWedge 371 +#define tFillet 372 +#define tChamfer 373 +#define tPlane 374 +#define tRuled 375 +#define tTransfinite 376 +#define tPhysical 377 +#define tCompound 378 +#define tPeriodic 379 +#define tUsing 380 +#define tPlugin 381 +#define tDegenerated 382 +#define tRecursive 383 +#define tRotate 384 +#define tTranslate 385 +#define tSymmetry 386 +#define tDilate 387 +#define tExtrude 388 +#define tLevelset 389 +#define tAffine 390 +#define tBooleanUnion 391 +#define tBooleanIntersection 392 +#define tBooleanDifference 393 +#define tBooleanSection 394 +#define tBooleanFragments 395 +#define tThickSolid 396 +#define tRecombine 397 +#define tSmoother 398 +#define tSplit 399 +#define tDelete 400 +#define tCoherence 401 +#define tIntersect 402 +#define tMeshAlgorithm 403 +#define tReverse 404 +#define tLayers 405 +#define tScaleLast 406 +#define tHole 407 +#define tAlias 408 +#define tAliasWithOptions 409 +#define tCopyOptions 410 +#define tQuadTriAddVerts 411 +#define tQuadTriNoNewVerts 412 +#define tRecombLaterals 413 +#define tTransfQuadTri 414 +#define tText2D 415 +#define tText3D 416 +#define tInterpolationScheme 417 +#define tTime 418 +#define tCombine 419 +#define tBSpline 420 +#define tBezier 421 +#define tNurbs 422 +#define tNurbsOrder 423 +#define tNurbsKnots 424 +#define tColor 425 +#define tColorTable 426 +#define tFor 427 +#define tIn 428 +#define tEndFor 429 +#define tIf 430 +#define tElseIf 431 +#define tElse 432 +#define tEndIf 433 +#define tExit 434 +#define tAbort 435 +#define tField 436 +#define tReturn 437 +#define tCall 438 +#define tSlide 439 +#define tMacro 440 +#define tShow 441 +#define tHide 442 +#define tGetValue 443 +#define tGetStringValue 444 +#define tGetEnv 445 +#define tGetString 446 +#define tGetNumber 447 +#define tUnique 448 +#define tHomology 449 +#define tCohomology 450 +#define tBetti 451 +#define tExists 452 +#define tFileExists 453 +#define tGMSH_MAJOR_VERSION 454 +#define tGMSH_MINOR_VERSION 455 +#define tGMSH_PATCH_VERSION 456 +#define tGmshExecutableName 457 +#define tSetPartition 458 +#define tNameToString 459 +#define tStringToName 460 +#define tAFFECTDIVIDE 461 +#define tAFFECTTIMES 462 +#define tAFFECTMINUS 463 +#define tAFFECTPLUS 464 +#define tOR 465 +#define tAND 466 +#define tNOTEQUAL 467 +#define tEQUAL 468 +#define tGREATEROREQUAL 469 +#define tLESSOREQUAL 470 +#define UNARYPREC 471 +#define tMINUSMINUS 472 +#define tPLUSPLUS 473 @@ -601,8 +605,8 @@ static std::string LoopControlVariablesNameTab[MAX_RECUR_LOOPS]; static std::map<std::string, std::vector<double> > floatOptions; static std::map<std::string, std::vector<std::string> > charOptions; static std::string factory; -static std::map<std::string, Struct> StructTable_M; -static char *Struct_Name = 0, *Struct_NameSpace = 0; +static NameSpaces nameSpaces; +static std::string struct_name, struct_namespace; static int flag_tSTRING_alloc = 0; // parser functions defined at the end of this file @@ -638,6 +642,9 @@ void setVisibility(int dim, int visible, bool recursive); void setVisibility(std::vector<int> tags[4], int visible, bool recursive); void setColor(std::vector<int> tags[4], unsigned int val, bool recursive); +double treat_Struct_FullName_dot_tSTRING_Float(char* c1, char* c2, char* c3); +char* treat_Struct_FullName_dot_tSTRING_String(char* c1, char* c2, char* c3); + struct doubleXstring{ double d; char *s; @@ -665,7 +672,7 @@ struct doubleXstring{ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 135 "Gmsh.y" +#line 138 "Gmsh.y" { char *c; int i; @@ -674,9 +681,10 @@ typedef union YYSTYPE double v[5]; Shape s; List_T *l; + struct TwoChar c2; } /* Line 193 of yacc.c. */ -#line 680 "Gmsh.tab.cpp" +#line 688 "Gmsh.tab.cpp" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 @@ -689,7 +697,7 @@ typedef union YYSTYPE /* Line 216 of yacc.c. */ -#line 693 "Gmsh.tab.cpp" +#line 701 "Gmsh.tab.cpp" #ifdef short # undef short @@ -904,20 +912,20 @@ union yyalloc /* YYFINAL -- State number of the termination state. */ #define YYFINAL 5 /* YYLAST -- Last index in YYTABLE. */ -#define YYLAST 14696 +#define YYLAST 13413 /* YYNTOKENS -- Number of terminals. */ -#define YYNTOKENS 237 +#define YYNTOKENS 239 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 102 /* YYNRULES -- Number of rules. */ -#define YYNRULES 577 +#define YYNRULES 553 /* YYNRULES -- Number of states. */ -#define YYNSTATES 2170 +#define YYNSTATES 2058 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */ #define YYUNDEFTOK 2 -#define YYMAXUTOK 471 +#define YYMAXUTOK 473 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) @@ -928,16 +936,16 @@ 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, 222, 2, 232, 2, 221, 2, 2, - 227, 228, 219, 217, 233, 218, 231, 220, 2, 2, + 2, 2, 2, 224, 2, 236, 2, 223, 2, 2, + 229, 230, 221, 219, 238, 220, 235, 222, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, - 213, 2, 214, 208, 2, 2, 2, 2, 2, 2, + 215, 2, 216, 210, 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, 229, 2, 230, 226, 2, 2, 2, 2, 2, + 2, 231, 2, 232, 228, 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, 234, 2, 235, 236, 2, 2, 2, + 2, 2, 2, 233, 2, 234, 237, 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, @@ -971,8 +979,8 @@ static const yytype_uint8 yytranslate[] = 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, - 205, 206, 207, 209, 210, 211, 212, 215, 216, 223, - 224, 225 + 205, 206, 207, 208, 209, 211, 212, 213, 214, 217, + 218, 225, 226, 227 }; #if YYDEBUG @@ -988,450 +996,426 @@ static const yytype_uint16 yyprhs[] = 167, 178, 180, 184, 185, 199, 201, 205, 206, 222, 231, 246, 247, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 282, 288, 291, 299, 307, - 312, 316, 323, 330, 338, 346, 353, 360, 370, 380, - 387, 394, 402, 410, 417, 424, 429, 438, 447, 457, - 467, 477, 487, 496, 505, 515, 525, 535, 545, 552, - 562, 569, 579, 585, 594, 603, 615, 622, 632, 638, - 646, 656, 666, 678, 686, 696, 706, 707, 709, 710, - 714, 720, 721, 731, 732, 744, 745, 757, 763, 764, - 774, 775, 779, 783, 789, 795, 796, 799, 803, 809, - 813, 814, 817, 821, 825, 829, 835, 837, 839, 843, - 845, 847, 851, 853, 855, 859, 861, 863, 867, 868, - 874, 875, 878, 886, 894, 902, 911, 920, 928, 936, - 948, 957, 965, 974, 983, 992, 1002, 1006, 1011, 1022, - 1030, 1038, 1046, 1054, 1062, 1070, 1078, 1086, 1094, 1102, - 1111, 1124, 1133, 1141, 1149, 1158, 1167, 1176, 1185, 1194, - 1203, 1209, 1221, 1227, 1237, 1247, 1252, 1262, 1272, 1274, - 1276, 1277, 1280, 1287, 1294, 1301, 1308, 1317, 1328, 1343, - 1360, 1373, 1388, 1403, 1418, 1433, 1442, 1451, 1458, 1463, - 1470, 1477, 1481, 1486, 1492, 1499, 1505, 1509, 1513, 1518, - 1524, 1529, 1535, 1539, 1545, 1553, 1561, 1565, 1573, 1577, - 1580, 1583, 1586, 1589, 1592, 1608, 1611, 1614, 1617, 1620, - 1623, 1640, 1652, 1659, 1668, 1677, 1688, 1690, 1693, 1696, - 1698, 1702, 1706, 1711, 1716, 1718, 1720, 1726, 1738, 1752, - 1753, 1761, 1762, 1776, 1777, 1793, 1794, 1801, 1811, 1814, - 1818, 1829, 1831, 1834, 1840, 1848, 1851, 1854, 1858, 1861, - 1865, 1868, 1872, 1882, 1889, 1891, 1893, 1895, 1897, 1899, - 1900, 1903, 1907, 1917, 1922, 1937, 1938, 1942, 1943, 1945, - 1946, 1949, 1950, 1953, 1954, 1957, 1964, 1972, 1979, 1985, - 1989, 1998, 2004, 2009, 2016, 2028, 2040, 2059, 2078, 2091, - 2104, 2117, 2128, 2139, 2150, 2161, 2172, 2177, 2182, 2187, - 2192, 2197, 2202, 2207, 2212, 2217, 2220, 2224, 2231, 2233, - 2235, 2237, 2240, 2246, 2254, 2265, 2267, 2271, 2274, 2277, - 2280, 2284, 2288, 2292, 2296, 2300, 2304, 2308, 2312, 2316, - 2320, 2324, 2328, 2332, 2336, 2342, 2347, 2352, 2357, 2362, - 2367, 2372, 2377, 2382, 2387, 2392, 2399, 2404, 2409, 2414, - 2419, 2424, 2429, 2434, 2441, 2448, 2455, 2460, 2462, 2464, - 2466, 2468, 2470, 2472, 2474, 2476, 2478, 2480, 2482, 2483, - 2490, 2492, 2497, 2504, 2506, 2511, 2516, 2521, 2526, 2531, - 2536, 2541, 2544, 2550, 2556, 2562, 2568, 2572, 2579, 2584, - 2592, 2599, 2606, 2613, 2618, 2625, 2630, 2631, 2640, 2642, - 2647, 2649, 2650, 2654, 2656, 2659, 2662, 2666, 2670, 2682, - 2692, 2700, 2708, 2710, 2714, 2716, 2718, 2721, 2725, 2730, - 2736, 2738, 2740, 2743, 2747, 2751, 2757, 2762, 2765, 2768, - 2771, 2774, 2778, 2782, 2786, 2790, 2807, 2824, 2841, 2858, - 2860, 2862, 2864, 2868, 2872, 2877, 2882, 2887, 2894, 2901, - 2908, 2915, 2924, 2933, 2938, 2953, 2958, 2960, 2962, 2966, - 2970, 2980, 2988, 2990, 2996, 3000, 3007, 3009, 3013, 3015, - 3017, 3022, 3027, 3032, 3037, 3041, 3048, 3054, 3060, 3066, - 3072, 3074, 3079, 3081, 3083, 3085, 3090, 3097, 3102, 3109, - 3114, 3119, 3124, 3133, 3138, 3143, 3148, 3153, 3162, 3171, - 3178, 3183, 3190, 3195, 3197, 3202, 3207, 3208, 3215, 3220, - 3223, 3229, 3231, 3235, 3241, 3247, 3249, 3251 + 312, 316, 323, 333, 341, 348, 356, 363, 368, 377, + 387, 397, 404, 414, 421, 431, 437, 446, 455, 467, + 474, 484, 490, 498, 508, 518, 530, 538, 548, 558, + 559, 561, 562, 566, 572, 573, 583, 584, 596, 602, + 603, 613, 614, 618, 622, 628, 634, 635, 638, 642, + 648, 652, 653, 656, 660, 664, 668, 674, 676, 678, + 682, 684, 686, 690, 692, 694, 698, 700, 702, 706, + 707, 713, 714, 717, 725, 733, 741, 750, 759, 767, + 775, 787, 796, 804, 813, 822, 831, 841, 845, 850, + 861, 869, 877, 885, 893, 901, 909, 917, 925, 933, + 941, 950, 963, 972, 980, 988, 997, 1006, 1015, 1024, + 1033, 1042, 1048, 1060, 1066, 1076, 1086, 1091, 1101, 1111, + 1113, 1115, 1116, 1119, 1126, 1133, 1140, 1147, 1156, 1167, + 1182, 1199, 1212, 1227, 1242, 1257, 1272, 1281, 1290, 1297, + 1302, 1309, 1316, 1320, 1325, 1331, 1338, 1344, 1348, 1352, + 1357, 1363, 1368, 1374, 1378, 1384, 1392, 1400, 1404, 1412, + 1416, 1419, 1422, 1425, 1428, 1431, 1447, 1450, 1453, 1456, + 1459, 1462, 1479, 1491, 1498, 1507, 1516, 1527, 1529, 1532, + 1535, 1537, 1541, 1545, 1550, 1555, 1557, 1559, 1565, 1577, + 1591, 1592, 1600, 1601, 1615, 1616, 1632, 1633, 1640, 1650, + 1653, 1657, 1668, 1670, 1673, 1679, 1687, 1690, 1693, 1697, + 1700, 1704, 1707, 1711, 1721, 1728, 1730, 1732, 1734, 1736, + 1738, 1739, 1742, 1746, 1756, 1761, 1776, 1777, 1781, 1782, + 1784, 1785, 1788, 1789, 1792, 1793, 1796, 1803, 1811, 1818, + 1824, 1828, 1837, 1843, 1848, 1855, 1867, 1879, 1898, 1917, + 1930, 1943, 1956, 1967, 1978, 1989, 2000, 2011, 2016, 2021, + 2026, 2031, 2036, 2041, 2046, 2051, 2056, 2059, 2063, 2070, + 2072, 2074, 2076, 2079, 2085, 2093, 2104, 2106, 2110, 2113, + 2116, 2119, 2123, 2127, 2131, 2135, 2139, 2143, 2147, 2151, + 2155, 2159, 2163, 2167, 2171, 2175, 2181, 2186, 2191, 2196, + 2201, 2206, 2211, 2216, 2221, 2226, 2231, 2238, 2243, 2248, + 2253, 2258, 2263, 2268, 2273, 2280, 2287, 2294, 2299, 2301, + 2303, 2305, 2307, 2309, 2311, 2313, 2315, 2317, 2319, 2321, + 2322, 2329, 2331, 2336, 2343, 2345, 2350, 2355, 2360, 2365, + 2370, 2373, 2379, 2385, 2389, 2395, 2402, 2407, 2415, 2422, + 2429, 2436, 2441, 2448, 2453, 2454, 2463, 2465, 2469, 2471, + 2473, 2476, 2477, 2481, 2483, 2486, 2489, 2493, 2497, 2509, + 2519, 2527, 2535, 2537, 2541, 2543, 2545, 2548, 2552, 2557, + 2563, 2565, 2567, 2570, 2574, 2578, 2584, 2589, 2592, 2595, + 2598, 2601, 2605, 2609, 2613, 2617, 2634, 2651, 2668, 2685, + 2687, 2689, 2691, 2695, 2700, 2705, 2710, 2717, 2724, 2733, + 2742, 2747, 2762, 2767, 2769, 2771, 2775, 2779, 2789, 2797, + 2799, 2805, 2809, 2816, 2818, 2822, 2824, 2826, 2831, 2836, + 2840, 2846, 2853, 2859, 2865, 2871, 2877, 2879, 2884, 2886, + 2888, 2890, 2895, 2902, 2907, 2914, 2919, 2924, 2929, 2938, + 2943, 2948, 2953, 2958, 2967, 2976, 2983, 2988, 2995, 3000, + 3002, 3007, 3012, 3013, 3020, 3025, 3028, 3033, 3035, 3039, + 3045, 3051, 3053, 3055 }; /* YYRHS -- A `-1'-separated list of the rules' RHS. */ static const yytype_int16 yyrhs[] = { - 238, 0, -1, 239, -1, 1, 6, -1, -1, 239, - 240, -1, 242, -1, 243, -1, 263, -1, 112, 227, - 332, 228, 6, -1, 282, -1, 283, -1, 287, -1, - 288, -1, 289, -1, 290, -1, 294, -1, 303, -1, - 304, -1, 310, -1, 311, -1, 293, -1, 292, -1, - 291, -1, 286, -1, 313, -1, 214, -1, 214, 214, - -1, 42, 227, 332, 228, 6, -1, 43, 227, 332, - 228, 6, -1, 42, 227, 332, 228, 241, 332, 6, - -1, 42, 227, 332, 233, 328, 228, 6, -1, 43, - 227, 332, 233, 328, 228, 6, -1, 42, 227, 332, - 233, 328, 228, 241, 332, 6, -1, 4, 332, 234, - 244, 235, 6, -1, 151, 4, 229, 314, 230, 6, - -1, 152, 4, 229, 314, 230, 6, -1, 153, 4, - 229, 314, 233, 314, 230, 6, -1, -1, 244, 247, - -1, 244, 251, -1, 244, 254, -1, 244, 256, -1, - 244, 257, -1, 314, -1, 245, 233, 314, -1, 314, - -1, 246, 233, 314, -1, -1, -1, 4, 248, 227, - 245, 228, 249, 234, 246, 235, 6, -1, 332, -1, - 250, 233, 332, -1, -1, 158, 227, 314, 233, 314, - 233, 314, 228, 252, 234, 250, 235, 6, -1, 332, - -1, 253, 233, 332, -1, -1, 159, 227, 314, 233, - 314, 233, 314, 233, 314, 228, 255, 234, 253, 235, - 6, -1, 160, 234, 324, 235, 234, 324, 235, 6, - -1, 160, 234, 324, 235, 234, 324, 235, 234, 324, - 235, 234, 324, 235, 6, -1, -1, 161, 258, 234, - 246, 235, 6, -1, 7, -1, 207, -1, 206, -1, - 205, -1, 204, -1, 225, -1, 224, -1, 227, -1, - 229, -1, 228, -1, 230, -1, 78, 229, 265, 230, - 6, -1, 79, 229, 270, 230, 6, -1, 317, 6, - -1, 84, 261, 333, 233, 314, 262, 6, -1, 85, - 261, 338, 233, 333, 262, 6, -1, 338, 259, 325, - 6, -1, 338, 260, 6, -1, 4, 229, 230, 259, - 325, 6, -1, 337, 229, 230, 259, 325, 6, -1, - 4, 229, 314, 230, 259, 314, 6, -1, 337, 229, - 314, 230, 259, 314, 6, -1, 4, 229, 314, 230, - 260, 6, -1, 337, 229, 314, 230, 260, 6, -1, - 4, 261, 234, 328, 235, 262, 259, 325, 6, -1, - 337, 261, 234, 328, 235, 262, 259, 325, 6, -1, - 4, 227, 228, 259, 325, 6, -1, 337, 227, 228, - 259, 325, 6, -1, 4, 227, 314, 228, 259, 314, - 6, -1, 337, 227, 314, 228, 259, 314, 6, -1, - 4, 227, 314, 228, 260, 6, -1, 337, 227, 314, - 228, 260, 6, -1, 338, 7, 333, 6, -1, 4, - 229, 230, 7, 44, 261, 262, 6, -1, 337, 229, - 230, 7, 44, 261, 262, 6, -1, 4, 229, 230, - 7, 44, 261, 336, 262, 6, -1, 337, 229, 230, - 7, 44, 261, 336, 262, 6, -1, 4, 229, 230, - 207, 44, 261, 336, 262, 6, -1, 337, 229, 230, - 207, 44, 261, 336, 262, 6, -1, 4, 227, 228, - 7, 44, 261, 262, 6, -1, 337, 227, 228, 7, - 44, 261, 262, 6, -1, 4, 227, 228, 7, 44, - 261, 336, 262, 6, -1, 337, 227, 228, 7, 44, - 261, 336, 262, 6, -1, 4, 227, 228, 207, 44, - 261, 336, 262, 6, -1, 337, 227, 228, 207, 44, - 261, 336, 262, 6, -1, 4, 231, 4, 7, 333, - 6, -1, 4, 229, 314, 230, 231, 4, 7, 333, - 6, -1, 4, 231, 4, 259, 314, 6, -1, 4, - 229, 314, 230, 231, 4, 259, 314, 6, -1, 4, - 231, 4, 260, 6, -1, 4, 229, 314, 230, 231, - 4, 260, 6, -1, 4, 231, 168, 231, 4, 7, - 329, 6, -1, 4, 229, 314, 230, 231, 168, 231, - 4, 7, 329, 6, -1, 4, 231, 169, 7, 330, - 6, -1, 4, 229, 314, 230, 231, 169, 7, 330, - 6, -1, 4, 179, 7, 314, 6, -1, 179, 229, - 314, 230, 7, 4, 6, -1, 179, 229, 314, 230, - 231, 4, 7, 314, 6, -1, 179, 229, 314, 230, - 231, 4, 7, 333, 6, -1, 179, 229, 314, 230, - 231, 4, 7, 234, 328, 235, 6, -1, 179, 229, - 314, 230, 231, 4, 6, -1, 124, 227, 4, 228, - 231, 4, 7, 314, 6, -1, 124, 227, 4, 228, - 231, 4, 7, 333, 6, -1, -1, 233, -1, -1, - 265, 264, 338, -1, 265, 264, 338, 7, 314, -1, - -1, 265, 264, 338, 7, 234, 325, 266, 272, 235, - -1, -1, 265, 264, 338, 229, 230, 7, 234, 325, - 267, 272, 235, -1, -1, 265, 264, 338, 227, 228, - 7, 234, 325, 268, 272, 235, -1, 265, 264, 338, - 7, 333, -1, -1, 265, 264, 338, 7, 234, 333, - 269, 274, 235, -1, -1, 270, 264, 332, -1, 314, - 7, 333, -1, 271, 233, 314, 7, 333, -1, 327, - 7, 338, 227, 228, -1, -1, 272, 273, -1, 233, - 4, 325, -1, 233, 4, 234, 271, 235, -1, 233, - 4, 333, -1, -1, 274, 275, -1, 233, 4, 314, - -1, 233, 4, 333, -1, 233, 183, 333, -1, 233, - 4, 234, 336, 235, -1, 314, -1, 333, -1, 333, - 233, 314, -1, 314, -1, 333, -1, 333, 233, 314, - -1, 314, -1, 333, -1, 333, 233, 314, -1, 314, - -1, 333, -1, 333, 233, 314, -1, -1, 171, 90, - 234, 314, 235, -1, -1, 117, 322, -1, 86, 227, - 314, 228, 7, 322, 6, -1, 89, 227, 314, 228, - 7, 325, 6, -1, 93, 227, 314, 228, 7, 325, - 6, -1, 87, 227, 314, 228, 7, 325, 281, 6, - -1, 88, 227, 314, 228, 7, 325, 281, 6, -1, - 163, 227, 314, 228, 7, 325, 6, -1, 164, 227, - 314, 228, 7, 325, 6, -1, 165, 227, 314, 228, - 7, 325, 167, 325, 166, 314, 6, -1, 121, 89, - 227, 314, 228, 7, 325, 6, -1, 104, 227, 314, - 228, 7, 325, 6, -1, 89, 4, 227, 314, 228, - 7, 325, 6, -1, 117, 92, 227, 314, 228, 7, - 325, 6, -1, 92, 227, 314, 228, 7, 325, 280, - 6, -1, 118, 92, 227, 314, 228, 7, 325, 280, - 6, -1, 12, 13, 6, -1, 13, 92, 314, 6, - -1, 107, 92, 227, 314, 228, 7, 5, 5, 5, - 6, -1, 90, 227, 314, 228, 7, 325, 6, -1, - 91, 227, 314, 228, 7, 325, 6, -1, 95, 227, - 314, 228, 7, 325, 6, -1, 98, 227, 314, 228, - 7, 325, 6, -1, 102, 227, 314, 228, 7, 325, - 6, -1, 103, 227, 314, 228, 7, 325, 6, -1, - 96, 227, 314, 228, 7, 325, 6, -1, 97, 227, - 314, 228, 7, 325, 6, -1, 114, 227, 314, 228, - 7, 325, 6, -1, 139, 227, 314, 228, 7, 325, - 6, -1, 121, 92, 227, 314, 228, 7, 325, 6, - -1, 121, 92, 227, 314, 228, 7, 325, 4, 234, - 324, 235, 6, -1, 92, 4, 227, 314, 228, 7, - 325, 6, -1, 94, 227, 314, 228, 7, 325, 6, - -1, 113, 227, 314, 228, 7, 325, 6, -1, 118, - 113, 227, 314, 228, 7, 325, 6, -1, 121, 94, - 227, 314, 228, 7, 325, 6, -1, 120, 86, 227, - 276, 228, 259, 325, 6, -1, 120, 89, 227, 277, - 228, 259, 325, 6, -1, 120, 92, 227, 278, 228, - 259, 325, 6, -1, 120, 94, 227, 279, 228, 259, - 325, 6, -1, 128, 322, 234, 284, 235, -1, 127, - 234, 322, 233, 322, 233, 314, 235, 234, 284, 235, - -1, 129, 322, 234, 284, 235, -1, 130, 234, 322, - 233, 314, 235, 234, 284, 235, -1, 130, 234, 322, - 233, 322, 235, 234, 284, 235, -1, 4, 234, 284, - 235, -1, 145, 89, 234, 328, 235, 92, 234, 314, - 235, -1, 142, 89, 227, 314, 228, 234, 328, 235, - 6, -1, 285, -1, 283, -1, -1, 285, 282, -1, - 285, 86, 234, 328, 235, 6, -1, 285, 89, 234, - 328, 235, 6, -1, 285, 92, 234, 328, 235, 6, - -1, 285, 94, 234, 328, 235, 6, -1, 132, 117, - 227, 314, 228, 7, 325, 6, -1, 132, 86, 227, - 314, 228, 7, 234, 324, 235, 6, -1, 132, 117, - 227, 314, 228, 7, 234, 322, 233, 322, 233, 328, - 235, 6, -1, 132, 117, 227, 314, 228, 7, 234, - 322, 233, 322, 233, 322, 233, 328, 235, 6, -1, - 132, 90, 227, 314, 228, 7, 234, 322, 233, 328, - 235, 6, -1, 132, 96, 227, 314, 228, 7, 234, - 322, 233, 322, 233, 328, 235, 6, -1, 132, 97, - 227, 314, 228, 7, 234, 322, 233, 322, 233, 328, - 235, 6, -1, 132, 99, 227, 314, 228, 7, 234, - 322, 233, 322, 233, 328, 235, 6, -1, 132, 100, - 227, 314, 228, 7, 234, 322, 233, 322, 233, 328, - 235, 6, -1, 132, 4, 227, 314, 228, 7, 325, - 6, -1, 132, 4, 227, 314, 228, 7, 5, 6, - -1, 132, 4, 234, 314, 235, 6, -1, 143, 234, - 285, 235, -1, 143, 179, 229, 314, 230, 6, -1, - 143, 4, 229, 314, 230, 6, -1, 143, 338, 6, - -1, 143, 4, 4, 6, -1, 168, 329, 234, 285, - 235, -1, 126, 168, 329, 234, 285, 235, -1, 201, - 314, 234, 285, 235, -1, 184, 5, 6, -1, 185, - 5, 6, -1, 184, 234, 285, 235, -1, 126, 184, - 234, 285, 235, -1, 185, 234, 285, 235, -1, 126, - 185, 234, 285, 235, -1, 4, 333, 6, -1, 71, - 227, 336, 228, 6, -1, 4, 4, 229, 314, 230, - 332, 6, -1, 4, 4, 4, 229, 314, 230, 6, - -1, 4, 314, 6, -1, 124, 227, 4, 228, 231, - 4, 6, -1, 162, 4, 6, -1, 177, 6, -1, - 178, 6, -1, 68, 6, -1, 69, 6, -1, 62, - 6, -1, 62, 234, 314, 233, 314, 233, 314, 233, - 314, 233, 314, 233, 314, 235, 6, -1, 63, 6, - -1, 64, 6, -1, 75, 6, -1, 76, 6, -1, - 109, 6, -1, 110, 234, 328, 235, 234, 328, 235, - 234, 324, 235, 234, 314, 233, 314, 235, 6, -1, - 182, 227, 234, 328, 235, 233, 333, 233, 333, 228, - 6, -1, 170, 227, 314, 8, 314, 228, -1, 170, - 227, 314, 8, 314, 8, 314, 228, -1, 170, 4, - 171, 234, 314, 8, 314, 235, -1, 170, 4, 171, - 234, 314, 8, 314, 8, 314, 235, -1, 172, -1, - 183, 4, -1, 183, 333, -1, 180, -1, 181, 338, - 6, -1, 181, 333, 6, -1, 173, 227, 314, 228, - -1, 174, 227, 314, 228, -1, 175, -1, 176, -1, - 131, 322, 234, 285, 235, -1, 131, 234, 322, 233, - 322, 233, 314, 235, 234, 285, 235, -1, 131, 234, - 322, 233, 322, 233, 322, 233, 314, 235, 234, 285, - 235, -1, -1, 131, 322, 234, 285, 295, 299, 235, - -1, -1, 131, 234, 322, 233, 322, 233, 314, 235, - 234, 285, 296, 299, 235, -1, -1, 131, 234, 322, - 233, 322, 233, 322, 233, 314, 235, 234, 285, 297, - 299, 235, -1, -1, 131, 234, 285, 298, 299, 235, - -1, 131, 234, 285, 235, 123, 104, 234, 314, 235, - -1, 113, 325, -1, 118, 113, 325, -1, 115, 234, - 328, 235, 234, 328, 235, 234, 314, 235, -1, 300, - -1, 299, 300, -1, 148, 234, 314, 235, 6, -1, - 148, 234, 325, 233, 325, 235, 6, -1, 149, 6, - -1, 140, 6, -1, 140, 314, 6, -1, 154, 6, - -1, 154, 156, 6, -1, 155, 6, -1, 155, 156, - 6, -1, 150, 227, 314, 228, 7, 325, 123, 314, - 6, -1, 123, 4, 229, 314, 230, 6, -1, 134, - -1, 135, -1, 136, -1, 137, -1, 138, -1, -1, - 143, 6, -1, 143, 314, 6, -1, 301, 234, 285, - 302, 235, 234, 285, 302, 235, -1, 101, 227, 332, - 228, -1, 301, 227, 314, 228, 7, 234, 285, 302, - 235, 234, 285, 302, 235, 6, -1, -1, 123, 4, - 314, -1, -1, 4, -1, -1, 7, 325, -1, -1, - 7, 314, -1, -1, 133, 325, -1, 105, 106, 325, - 7, 314, 6, -1, 119, 89, 326, 7, 314, 305, - 6, -1, 119, 92, 326, 307, 306, 6, -1, 119, - 94, 326, 307, 6, -1, 157, 326, 6, -1, 146, - 92, 234, 328, 235, 7, 314, 6, -1, 140, 92, - 326, 308, 6, -1, 140, 94, 326, 6, -1, 141, - 92, 326, 7, 314, 6, -1, 122, 89, 234, 328, - 235, 7, 234, 328, 235, 309, 6, -1, 122, 92, - 234, 328, 235, 7, 234, 328, 235, 309, 6, -1, - 122, 89, 234, 328, 235, 7, 234, 328, 235, 127, - 234, 322, 233, 322, 233, 314, 235, 6, -1, 122, - 92, 234, 328, 235, 7, 234, 328, 235, 127, 234, - 322, 233, 322, 233, 314, 235, 6, -1, 122, 89, - 234, 328, 235, 7, 234, 328, 235, 128, 322, 6, - -1, 122, 92, 234, 328, 235, 7, 234, 328, 235, - 128, 322, 6, -1, 122, 92, 314, 234, 328, 235, - 7, 314, 234, 328, 235, 6, -1, 86, 234, 328, - 235, 171, 92, 234, 314, 235, 6, -1, 89, 234, - 328, 235, 171, 92, 234, 314, 235, 6, -1, 86, - 234, 328, 235, 171, 94, 234, 314, 235, 6, -1, - 89, 234, 328, 235, 171, 94, 234, 314, 235, 6, - -1, 92, 234, 328, 235, 171, 94, 234, 314, 235, - 6, -1, 147, 92, 326, 6, -1, 147, 89, 326, - 6, -1, 111, 86, 326, 6, -1, 111, 89, 326, - 6, -1, 111, 92, 326, 6, -1, 125, 89, 325, - 6, -1, 121, 89, 325, 6, -1, 121, 92, 325, - 6, -1, 121, 94, 325, 6, -1, 144, 6, -1, - 144, 4, 6, -1, 144, 86, 234, 328, 235, 6, - -1, 192, -1, 193, -1, 194, -1, 312, 6, -1, - 312, 234, 325, 235, 6, -1, 312, 234, 325, 233, - 325, 235, 6, -1, 312, 227, 325, 228, 234, 325, - 233, 325, 235, 6, -1, 315, -1, 227, 314, 228, - -1, 218, 314, -1, 217, 314, -1, 222, 314, -1, - 314, 218, 314, -1, 314, 217, 314, -1, 314, 219, - 314, -1, 314, 220, 314, -1, 314, 221, 314, -1, - 314, 226, 314, -1, 314, 213, 314, -1, 314, 214, - 314, -1, 314, 216, 314, -1, 314, 215, 314, -1, - 314, 212, 314, -1, 314, 211, 314, -1, 314, 210, - 314, -1, 314, 209, 314, -1, 314, 208, 314, 8, - 314, -1, 15, 261, 314, 262, -1, 16, 261, 314, - 262, -1, 17, 261, 314, 262, -1, 18, 261, 314, - 262, -1, 19, 261, 314, 262, -1, 20, 261, 314, - 262, -1, 21, 261, 314, 262, -1, 22, 261, 314, - 262, -1, 23, 261, 314, 262, -1, 25, 261, 314, - 262, -1, 26, 261, 314, 233, 314, 262, -1, 27, - 261, 314, 262, -1, 28, 261, 314, 262, -1, 29, - 261, 314, 262, -1, 30, 261, 314, 262, -1, 31, - 261, 314, 262, -1, 32, 261, 314, 262, -1, 33, - 261, 314, 262, -1, 34, 261, 314, 233, 314, 262, - -1, 35, 261, 314, 233, 314, 262, -1, 36, 261, - 314, 233, 314, 262, -1, 24, 261, 314, 262, -1, - 3, -1, 9, -1, 14, -1, 10, -1, 11, -1, - 197, -1, 198, -1, 199, -1, 72, -1, 73, -1, - 74, -1, -1, 80, 261, 314, 316, 272, 262, -1, - 317, -1, 190, 261, 332, 262, -1, 190, 261, 332, - 233, 314, 262, -1, 338, -1, 4, 229, 314, 230, - -1, 4, 227, 314, 228, -1, 337, 229, 314, 230, - -1, 337, 227, 314, 228, -1, 195, 227, 338, 228, - -1, 196, 227, 333, 228, -1, 232, 338, 261, 262, - -1, 338, 260, -1, 4, 229, 314, 230, 260, -1, - 4, 227, 314, 228, 260, -1, 337, 229, 314, 230, - 260, -1, 337, 227, 314, 228, 260, -1, 338, 231, - 320, -1, 4, 229, 314, 230, 231, 4, -1, 338, - 231, 320, 260, -1, 4, 229, 314, 230, 231, 4, - 260, -1, 186, 227, 332, 233, 314, 228, -1, 54, - 227, 325, 233, 325, 228, -1, 55, 261, 332, 233, - 332, 262, -1, 53, 261, 332, 262, -1, 56, 261, - 332, 233, 332, 262, -1, 61, 227, 336, 228, -1, - -1, 81, 319, 318, 321, 229, 314, 272, 230, -1, - 338, -1, 338, 8, 8, 338, -1, 4, -1, -1, - 234, 338, 235, -1, 323, -1, 218, 322, -1, 217, - 322, -1, 322, 218, 322, -1, 322, 217, 322, -1, - 234, 314, 233, 314, 233, 314, 233, 314, 233, 314, - 235, -1, 234, 314, 233, 314, 233, 314, 233, 314, - 235, -1, 234, 314, 233, 314, 233, 314, 235, -1, - 227, 314, 233, 314, 233, 314, 228, -1, 325, -1, - 324, 233, 325, -1, 314, -1, 327, -1, 234, 235, - -1, 234, 328, 235, -1, 218, 234, 328, 235, -1, - 314, 219, 234, 328, 235, -1, 325, -1, 5, -1, - 218, 327, -1, 314, 219, 327, -1, 314, 8, 314, - -1, 314, 8, 314, 8, 314, -1, 86, 234, 314, - 235, -1, 86, 5, -1, 89, 5, -1, 92, 5, - -1, 94, 5, -1, 120, 86, 326, -1, 120, 89, - 326, -1, 120, 92, 326, -1, 120, 94, 326, -1, - 86, 171, 62, 234, 314, 233, 314, 233, 314, 233, - 314, 233, 314, 233, 314, 235, -1, 89, 171, 62, - 234, 314, 233, 314, 233, 314, 233, 314, 233, 314, - 233, 314, 235, -1, 92, 171, 62, 234, 314, 233, - 314, 233, 314, 233, 314, 233, 314, 233, 314, 235, - -1, 94, 171, 62, 234, 314, 233, 314, 233, 314, - 233, 314, 233, 314, 233, 314, 235, -1, 283, -1, - 294, -1, 303, -1, 4, 261, 262, -1, 337, 261, - 262, -1, 37, 229, 338, 230, -1, 37, 229, 327, - 230, -1, 37, 227, 327, 228, -1, 37, 229, 234, - 328, 235, 230, -1, 37, 227, 234, 328, 235, 228, - -1, 4, 261, 234, 328, 235, 262, -1, 337, 261, - 234, 328, 235, 262, -1, 38, 261, 314, 233, 314, - 233, 314, 262, -1, 39, 261, 314, 233, 314, 233, - 314, 262, -1, 40, 261, 332, 262, -1, 41, 261, - 314, 233, 314, 233, 314, 233, 314, 233, 314, 233, - 314, 262, -1, 191, 261, 327, 262, -1, 314, -1, - 327, -1, 328, 233, 314, -1, 328, 233, 327, -1, - 234, 314, 233, 314, 233, 314, 233, 314, 235, -1, - 234, 314, 233, 314, 233, 314, 235, -1, 338, -1, - 4, 231, 168, 231, 4, -1, 234, 331, 235, -1, - 4, 229, 314, 230, 231, 169, -1, 329, -1, 331, - 233, 329, -1, 333, -1, 338, -1, 4, 229, 314, - 230, -1, 337, 229, 314, 230, -1, 4, 227, 314, - 228, -1, 337, 227, 314, 228, -1, 338, 231, 320, - -1, 4, 229, 314, 230, 231, 4, -1, 120, 86, - 234, 314, 235, -1, 120, 89, 234, 314, 235, -1, - 120, 92, 234, 314, 235, -1, 120, 94, 234, 314, - 235, -1, 5, -1, 202, 229, 338, 230, -1, 65, - -1, 200, -1, 70, -1, 188, 227, 332, 228, -1, - 187, 227, 332, 233, 332, 228, -1, 189, 261, 332, - 262, -1, 189, 261, 332, 233, 332, 262, -1, 46, - 261, 336, 262, -1, 47, 227, 332, 228, -1, 48, - 227, 332, 228, -1, 49, 227, 332, 233, 332, 233, - 332, 228, -1, 44, 261, 336, 262, -1, 58, 261, - 332, 262, -1, 59, 261, 332, 262, -1, 60, 261, - 332, 262, -1, 57, 261, 314, 233, 332, 233, 332, - 262, -1, 52, 261, 332, 233, 314, 233, 314, 262, - -1, 52, 261, 332, 233, 314, 262, -1, 45, 261, - 332, 262, -1, 45, 261, 332, 233, 328, 262, -1, - 66, 261, 332, 262, -1, 67, -1, 51, 261, 332, - 262, -1, 50, 261, 332, 262, -1, -1, 83, 261, - 333, 334, 274, 262, -1, 82, 261, 335, 262, -1, - 232, 314, -1, 338, 8, 8, 232, 314, -1, 332, - -1, 336, 233, 332, -1, 4, 236, 234, 314, 235, - -1, 337, 236, 234, 314, 235, -1, 4, -1, 337, - -1, 203, 229, 332, 230, -1 + 240, 0, -1, 241, -1, 1, 6, -1, -1, 241, + 242, -1, 244, -1, 245, -1, 265, -1, 114, 229, + 334, 230, 6, -1, 283, -1, 284, -1, 288, -1, + 289, -1, 290, -1, 291, -1, 295, -1, 304, -1, + 305, -1, 311, -1, 312, -1, 294, -1, 293, -1, + 292, -1, 287, -1, 314, -1, 216, -1, 216, 216, + -1, 43, 229, 334, 230, 6, -1, 44, 229, 334, + 230, 6, -1, 43, 229, 334, 230, 243, 334, 6, + -1, 43, 229, 334, 238, 330, 230, 6, -1, 44, + 229, 334, 238, 330, 230, 6, -1, 43, 229, 334, + 238, 330, 230, 243, 334, 6, -1, 340, 334, 233, + 246, 234, 6, -1, 153, 4, 231, 315, 232, 6, + -1, 154, 4, 231, 315, 232, 6, -1, 155, 4, + 231, 315, 238, 315, 232, 6, -1, -1, 246, 249, + -1, 246, 253, -1, 246, 256, -1, 246, 258, -1, + 246, 259, -1, 315, -1, 247, 238, 315, -1, 315, + -1, 248, 238, 315, -1, -1, -1, 4, 250, 229, + 247, 230, 251, 233, 248, 234, 6, -1, 334, -1, + 252, 238, 334, -1, -1, 160, 229, 315, 238, 315, + 238, 315, 230, 254, 233, 252, 234, 6, -1, 334, + -1, 255, 238, 334, -1, -1, 161, 229, 315, 238, + 315, 238, 315, 238, 315, 230, 257, 233, 255, 234, + 6, -1, 162, 233, 326, 234, 233, 326, 234, 6, + -1, 162, 233, 326, 234, 233, 326, 234, 233, 326, + 234, 233, 326, 234, 6, -1, -1, 163, 260, 233, + 248, 234, 6, -1, 7, -1, 209, -1, 208, -1, + 207, -1, 206, -1, 227, -1, 226, -1, 229, -1, + 231, -1, 230, -1, 232, -1, 79, 231, 267, 232, + 6, -1, 80, 231, 271, 232, 6, -1, 318, 6, + -1, 86, 263, 335, 238, 315, 264, 6, -1, 87, + 263, 340, 238, 335, 264, 6, -1, 340, 261, 327, + 6, -1, 340, 262, 6, -1, 340, 263, 264, 261, + 327, 6, -1, 340, 263, 233, 330, 234, 264, 261, + 327, 6, -1, 340, 231, 315, 232, 261, 315, 6, + -1, 340, 231, 315, 232, 262, 6, -1, 340, 229, + 315, 230, 261, 315, 6, -1, 340, 229, 315, 230, + 262, 6, -1, 340, 7, 335, 6, -1, 340, 263, + 264, 7, 45, 263, 264, 6, -1, 340, 263, 264, + 7, 45, 263, 338, 264, 6, -1, 340, 263, 264, + 209, 45, 263, 338, 264, 6, -1, 340, 235, 4, + 7, 335, 6, -1, 340, 231, 315, 232, 235, 4, + 7, 335, 6, -1, 340, 235, 4, 261, 315, 6, + -1, 340, 231, 315, 232, 235, 4, 261, 315, 6, + -1, 340, 235, 4, 262, 6, -1, 340, 231, 315, + 232, 235, 4, 262, 6, -1, 340, 235, 170, 235, + 4, 7, 331, 6, -1, 340, 231, 315, 232, 235, + 170, 235, 4, 7, 331, 6, -1, 340, 235, 171, + 7, 332, 6, -1, 340, 231, 315, 232, 235, 171, + 7, 332, 6, -1, 340, 181, 7, 315, 6, -1, + 181, 231, 315, 232, 7, 4, 6, -1, 181, 231, + 315, 232, 235, 4, 7, 315, 6, -1, 181, 231, + 315, 232, 235, 4, 7, 335, 6, -1, 181, 231, + 315, 232, 235, 4, 7, 233, 330, 234, 6, -1, + 181, 231, 315, 232, 235, 4, 6, -1, 126, 229, + 4, 230, 235, 4, 7, 315, 6, -1, 126, 229, + 4, 230, 235, 4, 7, 335, 6, -1, -1, 238, + -1, -1, 267, 266, 340, -1, 267, 266, 340, 7, + 315, -1, -1, 267, 266, 340, 7, 233, 327, 268, + 273, 234, -1, -1, 267, 266, 340, 263, 264, 7, + 233, 327, 269, 273, 234, -1, 267, 266, 340, 7, + 335, -1, -1, 267, 266, 340, 7, 233, 335, 270, + 275, 234, -1, -1, 271, 266, 334, -1, 315, 7, + 335, -1, 272, 238, 315, 7, 335, -1, 329, 7, + 340, 229, 230, -1, -1, 273, 274, -1, 238, 4, + 327, -1, 238, 4, 233, 272, 234, -1, 238, 4, + 335, -1, -1, 275, 276, -1, 238, 4, 315, -1, + 238, 4, 335, -1, 238, 185, 335, -1, 238, 4, + 233, 338, 234, -1, 315, -1, 335, -1, 335, 238, + 315, -1, 315, -1, 335, -1, 335, 238, 315, -1, + 315, -1, 335, -1, 335, 238, 315, -1, 315, -1, + 335, -1, 335, 238, 315, -1, -1, 173, 92, 233, + 315, 234, -1, -1, 119, 324, -1, 88, 229, 315, + 230, 7, 324, 6, -1, 91, 229, 315, 230, 7, + 327, 6, -1, 95, 229, 315, 230, 7, 327, 6, + -1, 89, 229, 315, 230, 7, 327, 282, 6, -1, + 90, 229, 315, 230, 7, 327, 282, 6, -1, 165, + 229, 315, 230, 7, 327, 6, -1, 166, 229, 315, + 230, 7, 327, 6, -1, 167, 229, 315, 230, 7, + 327, 169, 327, 168, 315, 6, -1, 123, 91, 229, + 315, 230, 7, 327, 6, -1, 106, 229, 315, 230, + 7, 327, 6, -1, 91, 4, 229, 315, 230, 7, + 327, 6, -1, 119, 94, 229, 315, 230, 7, 327, + 6, -1, 94, 229, 315, 230, 7, 327, 281, 6, + -1, 120, 94, 229, 315, 230, 7, 327, 281, 6, + -1, 13, 14, 6, -1, 14, 94, 315, 6, -1, + 109, 94, 229, 315, 230, 7, 5, 5, 5, 6, + -1, 92, 229, 315, 230, 7, 327, 6, -1, 93, + 229, 315, 230, 7, 327, 6, -1, 97, 229, 315, + 230, 7, 327, 6, -1, 100, 229, 315, 230, 7, + 327, 6, -1, 104, 229, 315, 230, 7, 327, 6, + -1, 105, 229, 315, 230, 7, 327, 6, -1, 98, + 229, 315, 230, 7, 327, 6, -1, 99, 229, 315, + 230, 7, 327, 6, -1, 116, 229, 315, 230, 7, + 327, 6, -1, 141, 229, 315, 230, 7, 327, 6, + -1, 123, 94, 229, 315, 230, 7, 327, 6, -1, + 123, 94, 229, 315, 230, 7, 327, 4, 233, 326, + 234, 6, -1, 94, 4, 229, 315, 230, 7, 327, + 6, -1, 96, 229, 315, 230, 7, 327, 6, -1, + 115, 229, 315, 230, 7, 327, 6, -1, 120, 115, + 229, 315, 230, 7, 327, 6, -1, 123, 96, 229, + 315, 230, 7, 327, 6, -1, 122, 88, 229, 277, + 230, 261, 327, 6, -1, 122, 91, 229, 278, 230, + 261, 327, 6, -1, 122, 94, 229, 279, 230, 261, + 327, 6, -1, 122, 96, 229, 280, 230, 261, 327, + 6, -1, 130, 324, 233, 285, 234, -1, 129, 233, + 324, 238, 324, 238, 315, 234, 233, 285, 234, -1, + 131, 324, 233, 285, 234, -1, 132, 233, 324, 238, + 315, 234, 233, 285, 234, -1, 132, 233, 324, 238, + 324, 234, 233, 285, 234, -1, 340, 233, 285, 234, + -1, 147, 91, 233, 330, 234, 94, 233, 315, 234, + -1, 144, 91, 229, 315, 230, 233, 330, 234, 6, + -1, 286, -1, 284, -1, -1, 286, 283, -1, 286, + 88, 233, 330, 234, 6, -1, 286, 91, 233, 330, + 234, 6, -1, 286, 94, 233, 330, 234, 6, -1, + 286, 96, 233, 330, 234, 6, -1, 134, 119, 229, + 315, 230, 7, 327, 6, -1, 134, 88, 229, 315, + 230, 7, 233, 326, 234, 6, -1, 134, 119, 229, + 315, 230, 7, 233, 324, 238, 324, 238, 330, 234, + 6, -1, 134, 119, 229, 315, 230, 7, 233, 324, + 238, 324, 238, 324, 238, 330, 234, 6, -1, 134, + 92, 229, 315, 230, 7, 233, 324, 238, 330, 234, + 6, -1, 134, 98, 229, 315, 230, 7, 233, 324, + 238, 324, 238, 330, 234, 6, -1, 134, 99, 229, + 315, 230, 7, 233, 324, 238, 324, 238, 330, 234, + 6, -1, 134, 101, 229, 315, 230, 7, 233, 324, + 238, 324, 238, 330, 234, 6, -1, 134, 102, 229, + 315, 230, 7, 233, 324, 238, 324, 238, 330, 234, + 6, -1, 134, 4, 229, 315, 230, 7, 327, 6, + -1, 134, 4, 229, 315, 230, 7, 5, 6, -1, + 134, 4, 233, 315, 234, 6, -1, 145, 233, 286, + 234, -1, 145, 181, 231, 315, 232, 6, -1, 145, + 4, 231, 315, 232, 6, -1, 145, 340, 6, -1, + 145, 4, 4, 6, -1, 170, 331, 233, 286, 234, + -1, 128, 170, 331, 233, 286, 234, -1, 203, 315, + 233, 286, 234, -1, 186, 5, 6, -1, 187, 5, + 6, -1, 186, 233, 286, 234, -1, 128, 186, 233, + 286, 234, -1, 187, 233, 286, 234, -1, 128, 187, + 233, 286, 234, -1, 340, 335, 6, -1, 72, 229, + 338, 230, 6, -1, 340, 340, 231, 315, 232, 334, + 6, -1, 340, 340, 340, 231, 315, 232, 6, -1, + 340, 315, 6, -1, 126, 229, 4, 230, 235, 4, + 6, -1, 164, 4, 6, -1, 179, 6, -1, 180, + 6, -1, 69, 6, -1, 70, 6, -1, 63, 6, + -1, 63, 233, 315, 238, 315, 238, 315, 238, 315, + 238, 315, 238, 315, 234, 6, -1, 64, 6, -1, + 65, 6, -1, 76, 6, -1, 77, 6, -1, 111, + 6, -1, 112, 233, 330, 234, 233, 330, 234, 233, + 326, 234, 233, 315, 238, 315, 234, 6, -1, 184, + 229, 233, 330, 234, 238, 335, 238, 335, 230, 6, + -1, 172, 229, 315, 8, 315, 230, -1, 172, 229, + 315, 8, 315, 8, 315, 230, -1, 172, 4, 173, + 233, 315, 8, 315, 234, -1, 172, 4, 173, 233, + 315, 8, 315, 8, 315, 234, -1, 174, -1, 185, + 4, -1, 185, 335, -1, 182, -1, 183, 340, 6, + -1, 183, 335, 6, -1, 175, 229, 315, 230, -1, + 176, 229, 315, 230, -1, 177, -1, 178, -1, 133, + 324, 233, 286, 234, -1, 133, 233, 324, 238, 324, + 238, 315, 234, 233, 286, 234, -1, 133, 233, 324, + 238, 324, 238, 324, 238, 315, 234, 233, 286, 234, + -1, -1, 133, 324, 233, 286, 296, 300, 234, -1, + -1, 133, 233, 324, 238, 324, 238, 315, 234, 233, + 286, 297, 300, 234, -1, -1, 133, 233, 324, 238, + 324, 238, 324, 238, 315, 234, 233, 286, 298, 300, + 234, -1, -1, 133, 233, 286, 299, 300, 234, -1, + 133, 233, 286, 234, 125, 106, 233, 315, 234, -1, + 115, 327, -1, 120, 115, 327, -1, 117, 233, 330, + 234, 233, 330, 234, 233, 315, 234, -1, 301, -1, + 300, 301, -1, 150, 233, 315, 234, 6, -1, 150, + 233, 327, 238, 327, 234, 6, -1, 151, 6, -1, + 142, 6, -1, 142, 315, 6, -1, 156, 6, -1, + 156, 158, 6, -1, 157, 6, -1, 157, 158, 6, + -1, 152, 229, 315, 230, 7, 327, 125, 315, 6, + -1, 125, 4, 231, 315, 232, 6, -1, 136, -1, + 137, -1, 138, -1, 139, -1, 140, -1, -1, 145, + 6, -1, 145, 315, 6, -1, 302, 233, 286, 303, + 234, 233, 286, 303, 234, -1, 103, 229, 334, 230, + -1, 302, 229, 315, 230, 7, 233, 286, 303, 234, + 233, 286, 303, 234, 6, -1, -1, 125, 4, 315, + -1, -1, 4, -1, -1, 7, 327, -1, -1, 7, + 315, -1, -1, 135, 327, -1, 107, 108, 327, 7, + 315, 6, -1, 121, 91, 328, 7, 315, 306, 6, + -1, 121, 94, 328, 308, 307, 6, -1, 121, 96, + 328, 308, 6, -1, 159, 328, 6, -1, 148, 94, + 233, 330, 234, 7, 315, 6, -1, 142, 94, 328, + 309, 6, -1, 142, 96, 328, 6, -1, 143, 94, + 328, 7, 315, 6, -1, 124, 91, 233, 330, 234, + 7, 233, 330, 234, 310, 6, -1, 124, 94, 233, + 330, 234, 7, 233, 330, 234, 310, 6, -1, 124, + 91, 233, 330, 234, 7, 233, 330, 234, 129, 233, + 324, 238, 324, 238, 315, 234, 6, -1, 124, 94, + 233, 330, 234, 7, 233, 330, 234, 129, 233, 324, + 238, 324, 238, 315, 234, 6, -1, 124, 91, 233, + 330, 234, 7, 233, 330, 234, 130, 324, 6, -1, + 124, 94, 233, 330, 234, 7, 233, 330, 234, 130, + 324, 6, -1, 124, 94, 315, 233, 330, 234, 7, + 315, 233, 330, 234, 6, -1, 88, 233, 330, 234, + 173, 94, 233, 315, 234, 6, -1, 91, 233, 330, + 234, 173, 94, 233, 315, 234, 6, -1, 88, 233, + 330, 234, 173, 96, 233, 315, 234, 6, -1, 91, + 233, 330, 234, 173, 96, 233, 315, 234, 6, -1, + 94, 233, 330, 234, 173, 96, 233, 315, 234, 6, + -1, 149, 94, 328, 6, -1, 149, 91, 328, 6, + -1, 113, 88, 328, 6, -1, 113, 91, 328, 6, + -1, 113, 94, 328, 6, -1, 127, 91, 327, 6, + -1, 123, 91, 327, 6, -1, 123, 94, 327, 6, + -1, 123, 96, 327, 6, -1, 146, 6, -1, 146, + 4, 6, -1, 146, 88, 233, 330, 234, 6, -1, + 194, -1, 195, -1, 196, -1, 313, 6, -1, 313, + 233, 327, 234, 6, -1, 313, 233, 327, 238, 327, + 234, 6, -1, 313, 229, 327, 230, 233, 327, 238, + 327, 234, 6, -1, 316, -1, 229, 315, 230, -1, + 220, 315, -1, 219, 315, -1, 224, 315, -1, 315, + 220, 315, -1, 315, 219, 315, -1, 315, 221, 315, + -1, 315, 222, 315, -1, 315, 223, 315, -1, 315, + 228, 315, -1, 315, 215, 315, -1, 315, 216, 315, + -1, 315, 218, 315, -1, 315, 217, 315, -1, 315, + 214, 315, -1, 315, 213, 315, -1, 315, 212, 315, + -1, 315, 211, 315, -1, 315, 210, 315, 8, 315, + -1, 16, 263, 315, 264, -1, 17, 263, 315, 264, + -1, 18, 263, 315, 264, -1, 19, 263, 315, 264, + -1, 20, 263, 315, 264, -1, 21, 263, 315, 264, + -1, 22, 263, 315, 264, -1, 23, 263, 315, 264, + -1, 24, 263, 315, 264, -1, 26, 263, 315, 264, + -1, 27, 263, 315, 238, 315, 264, -1, 28, 263, + 315, 264, -1, 29, 263, 315, 264, -1, 30, 263, + 315, 264, -1, 31, 263, 315, 264, -1, 32, 263, + 315, 264, -1, 33, 263, 315, 264, -1, 34, 263, + 315, 264, -1, 35, 263, 315, 238, 315, 264, -1, + 36, 263, 315, 238, 315, 264, -1, 37, 263, 315, + 238, 315, 264, -1, 25, 263, 315, 264, -1, 3, + -1, 10, -1, 15, -1, 11, -1, 12, -1, 199, + -1, 200, -1, 201, -1, 73, -1, 74, -1, 75, + -1, -1, 81, 263, 315, 317, 273, 264, -1, 318, + -1, 192, 263, 334, 264, -1, 192, 263, 334, 238, + 315, 264, -1, 320, -1, 340, 231, 315, 232, -1, + 340, 229, 315, 230, -1, 197, 229, 340, 230, -1, + 198, 229, 335, 230, -1, 236, 340, 263, 264, -1, + 340, 262, -1, 340, 231, 315, 232, 262, -1, 340, + 229, 315, 230, 262, -1, 340, 235, 321, -1, 340, + 9, 340, 235, 321, -1, 340, 231, 315, 232, 235, + 4, -1, 340, 235, 4, 262, -1, 340, 231, 315, + 232, 235, 4, 262, -1, 188, 229, 334, 238, 315, + 230, -1, 55, 229, 327, 238, 327, 230, -1, 56, + 263, 334, 238, 334, 264, -1, 54, 263, 334, 264, + -1, 57, 263, 334, 238, 334, 264, -1, 62, 229, + 338, 230, -1, -1, 82, 320, 323, 319, 231, 315, + 273, 232, -1, 340, -1, 340, 9, 340, -1, 4, + -1, 84, -1, 84, 315, -1, -1, 229, 322, 230, + -1, 325, -1, 220, 324, -1, 219, 324, -1, 324, + 220, 324, -1, 324, 219, 324, -1, 233, 315, 238, + 315, 238, 315, 238, 315, 238, 315, 234, -1, 233, + 315, 238, 315, 238, 315, 238, 315, 234, -1, 233, + 315, 238, 315, 238, 315, 234, -1, 229, 315, 238, + 315, 238, 315, 230, -1, 327, -1, 326, 238, 327, + -1, 315, -1, 329, -1, 233, 234, -1, 233, 330, + 234, -1, 220, 233, 330, 234, -1, 315, 221, 233, + 330, 234, -1, 327, -1, 5, -1, 220, 329, -1, + 315, 221, 329, -1, 315, 8, 315, -1, 315, 8, + 315, 8, 315, -1, 88, 233, 315, 234, -1, 88, + 5, -1, 91, 5, -1, 94, 5, -1, 96, 5, + -1, 122, 88, 328, -1, 122, 91, 328, -1, 122, + 94, 328, -1, 122, 96, 328, -1, 88, 173, 63, + 233, 315, 238, 315, 238, 315, 238, 315, 238, 315, + 238, 315, 234, -1, 91, 173, 63, 233, 315, 238, + 315, 238, 315, 238, 315, 238, 315, 238, 315, 234, + -1, 94, 173, 63, 233, 315, 238, 315, 238, 315, + 238, 315, 238, 315, 238, 315, 234, -1, 96, 173, + 63, 233, 315, 238, 315, 238, 315, 238, 315, 238, + 315, 238, 315, 234, -1, 284, -1, 295, -1, 304, + -1, 340, 263, 264, -1, 38, 231, 340, 232, -1, + 38, 231, 329, 232, -1, 38, 229, 329, 230, -1, + 38, 263, 233, 330, 234, 264, -1, 340, 263, 233, + 330, 234, 264, -1, 39, 263, 315, 238, 315, 238, + 315, 264, -1, 40, 263, 315, 238, 315, 238, 315, + 264, -1, 41, 263, 334, 264, -1, 42, 263, 315, + 238, 315, 238, 315, 238, 315, 238, 315, 238, 315, + 264, -1, 193, 263, 329, 264, -1, 315, -1, 329, + -1, 330, 238, 315, -1, 330, 238, 329, -1, 233, + 315, 238, 315, 238, 315, 238, 315, 234, -1, 233, + 315, 238, 315, 238, 315, 234, -1, 340, -1, 4, + 235, 170, 235, 4, -1, 233, 333, 234, -1, 340, + 231, 315, 232, 235, 171, -1, 331, -1, 333, 238, + 331, -1, 335, -1, 340, -1, 340, 231, 315, 232, + -1, 340, 229, 315, 230, -1, 340, 235, 321, -1, + 340, 9, 340, 235, 321, -1, 340, 231, 315, 232, + 235, 4, -1, 122, 88, 233, 315, 234, -1, 122, + 91, 233, 315, 234, -1, 122, 94, 233, 315, 234, + -1, 122, 96, 233, 315, 234, -1, 5, -1, 204, + 231, 340, 232, -1, 66, -1, 202, -1, 71, -1, + 190, 229, 334, 230, -1, 189, 229, 334, 238, 334, + 230, -1, 191, 263, 334, 264, -1, 191, 263, 334, + 238, 334, 264, -1, 47, 263, 338, 264, -1, 48, + 229, 334, 230, -1, 49, 229, 334, 230, -1, 50, + 229, 334, 238, 334, 238, 334, 230, -1, 45, 263, + 338, 264, -1, 59, 263, 334, 264, -1, 60, 263, + 334, 264, -1, 61, 263, 334, 264, -1, 58, 263, + 315, 238, 334, 238, 334, 264, -1, 53, 263, 334, + 238, 315, 238, 315, 264, -1, 53, 263, 334, 238, + 315, 264, -1, 46, 263, 334, 264, -1, 46, 263, + 334, 238, 330, 264, -1, 67, 263, 334, 264, -1, + 68, -1, 52, 263, 334, 264, -1, 51, 263, 334, + 264, -1, -1, 85, 263, 335, 336, 275, 264, -1, + 83, 263, 337, 264, -1, 236, 315, -1, 340, 9, + 236, 315, -1, 334, -1, 338, 238, 334, -1, 4, + 237, 233, 315, 234, -1, 339, 237, 233, 315, 234, + -1, 4, -1, 339, -1, 205, 231, 334, 232, -1 }; /* YYRLINE[YYN] -- source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { - 0, 229, 229, 230, 235, 237, 241, 242, 243, 244, - 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, - 271, 272, 273, 274, 275, 276, 280, 284, 291, 296, - 301, 315, 328, 341, 369, 383, 396, 409, 428, 433, - 434, 435, 436, 437, 441, 443, 448, 450, 456, 560, - 455, 578, 585, 596, 595, 613, 620, 631, 630, 647, - 664, 687, 686, 700, 701, 702, 703, 704, 708, 709, - 715, 715, 716, 716, 722, 723, 724, 725, 730, 736, - 798, 815, 844, 873, 878, 883, 888, 893, 900, 910, - 939, 968, 973, 978, 983, 991, 1000, 1006, 1012, 1025, - 1038, 1053, 1070, 1076, 1082, 1095, 1108, 1123, 1140, 1147, - 1156, 1175, 1194, 1204, 1216, 1222, 1230, 1251, 1274, 1285, - 1293, 1315, 1338, 1376, 1397, 1409, 1423, 1423, 1425, 1427, - 1436, 1446, 1445, 1466, 1465, 1484, 1483, 1501, 1511, 1510, - 1524, 1526, 1534, 1540, 1545, 1571, 1572, 1576, 1587, 1602, - 1612, 1613, 1618, 1626, 1635, 1643, 1661, 1665, 1672, 1680, - 1684, 1691, 1699, 1703, 1710, 1718, 1722, 1729, 1738, 1741, - 1748, 1751, 1758, 1779, 1793, 1807, 1842, 1880, 1894, 1908, - 1928, 1937, 1951, 1966, 1980, 1999, 2009, 2015, 2021, 2028, - 2057, 2072, 2092, 2113, 2134, 2155, 2177, 2199, 2220, 2243, - 2252, 2273, 2288, 2302, 2317, 2332, 2341, 2351, 2361, 2371, - 2386, 2397, 2410, 2422, 2434, 2446, 2483, 2494, 2510, 2511, - 2516, 2519, 2523, 2534, 2545, 2556, 2572, 2591, 2612, 2627, - 2643, 2661, 2712, 2733, 2755, 2778, 2883, 2899, 2934, 2948, - 2954, 2969, 2997, 3014, 3020, 3031, 3045, 3051, 3057, 3063, - 3069, 3075, 3086, 3159, 3177, 3194, 3209, 3242, 3254, 3278, - 3282, 3287, 3294, 3299, 3309, 3314, 3320, 3328, 3332, 3336, - 3345, 3409, 3425, 3442, 3459, 3481, 3503, 3538, 3546, 3554, - 3560, 3567, 3574, 3594, 3620, 3632, 3644, 3660, 3676, 3685, - 3684, 3699, 3698, 3713, 3712, 3727, 3726, 3739, 3752, 3766, - 3780, 3799, 3802, 3808, 3820, 3840, 3844, 3848, 3852, 3856, - 3860, 3864, 3868, 3877, 3890, 3891, 3892, 3893, 3894, 3898, - 3899, 3900, 3903, 3921, 3938, 3955, 3958, 3974, 3977, 3994, - 3997, 4003, 4006, 4013, 4016, 4023, 4040, 4081, 4125, 4164, - 4189, 4198, 4228, 4254, 4280, 4312, 4339, 4365, 4391, 4417, - 4443, 4465, 4471, 4477, 4483, 4489, 4495, 4521, 4547, 4564, - 4581, 4598, 4610, 4616, 4622, 4634, 4638, 4648, 4659, 4660, - 4661, 4665, 4671, 4683, 4701, 4729, 4730, 4731, 4732, 4733, - 4734, 4735, 4736, 4737, 4744, 4745, 4746, 4747, 4748, 4749, - 4750, 4751, 4752, 4753, 4754, 4755, 4756, 4757, 4758, 4759, - 4760, 4761, 4762, 4763, 4764, 4765, 4766, 4767, 4768, 4769, - 4770, 4771, 4772, 4773, 4774, 4775, 4776, 4785, 4786, 4787, - 4788, 4789, 4790, 4791, 4792, 4793, 4794, 4795, 4800, 4799, - 4807, 4809, 4814, 4819, 4842, 4860, 4878, 4896, 4914, 4919, - 4925, 4940, 4959, 4979, 4999, 5019, 5049, 5067, 5072, 5082, - 5092, 5097, 5108, 5117, 5122, 5127, 5156, 5155, 5168, 5170, - 5175, 5184, 5186, 5195, 5199, 5203, 5207, 5211, 5218, 5222, - 5226, 5230, 5237, 5242, 5249, 5254, 5258, 5263, 5267, 5275, - 5286, 5290, 5302, 5310, 5318, 5325, 5335, 5358, 5364, 5370, - 5376, 5382, 5393, 5404, 5415, 5426, 5432, 5438, 5444, 5450, - 5460, 5470, 5480, 5492, 5505, 5517, 5521, 5525, 5529, 5533, - 5551, 5569, 5577, 5585, 5614, 5624, 5643, 5648, 5652, 5656, - 5668, 5672, 5684, 5701, 5711, 5715, 5730, 5735, 5742, 5746, - 5759, 5773, 5787, 5801, 5815, 5836, 5844, 5850, 5856, 5862, - 5871, 5875, 5879, 5887, 5893, 5899, 5907, 5915, 5922, 5930, - 5945, 5959, 5973, 5985, 6001, 6010, 6019, 6029, 6040, 6048, - 6056, 6060, 6079, 6086, 6092, 6099, 6107, 6106, 6116, 6130, - 6132, 6137, 6142, 6150, 6159, 6172, 6175, 6179 + 0, 237, 237, 238, 243, 245, 249, 250, 251, 252, + 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, + 279, 280, 281, 282, 283, 284, 288, 292, 299, 304, + 309, 323, 336, 349, 377, 391, 404, 417, 436, 441, + 442, 443, 444, 445, 449, 451, 456, 458, 464, 568, + 463, 586, 593, 604, 603, 621, 628, 639, 638, 655, + 672, 695, 694, 708, 709, 710, 711, 712, 716, 717, + 723, 723, 724, 724, 730, 731, 732, 733, 738, 744, + 806, 822, 852, 862, 867, 875, 880, 888, 897, 902, + 914, 931, 938, 947, 966, 985, 995, 1007, 1013, 1021, + 1042, 1065, 1076, 1084, 1106, 1129, 1167, 1188, 1200, 1214, + 1214, 1216, 1218, 1227, 1237, 1236, 1257, 1256, 1274, 1284, + 1283, 1297, 1299, 1307, 1313, 1318, 1344, 1345, 1349, 1360, + 1375, 1385, 1386, 1391, 1399, 1408, 1416, 1434, 1438, 1445, + 1453, 1457, 1464, 1472, 1476, 1483, 1491, 1495, 1502, 1511, + 1514, 1521, 1524, 1531, 1552, 1566, 1580, 1615, 1653, 1667, + 1681, 1701, 1710, 1724, 1739, 1753, 1772, 1782, 1788, 1794, + 1801, 1830, 1845, 1865, 1886, 1907, 1928, 1950, 1972, 1993, + 2016, 2025, 2046, 2061, 2075, 2090, 2105, 2114, 2124, 2134, + 2144, 2159, 2170, 2183, 2195, 2207, 2219, 2256, 2267, 2283, + 2284, 2289, 2292, 2296, 2307, 2318, 2329, 2345, 2364, 2385, + 2400, 2416, 2434, 2485, 2506, 2528, 2551, 2656, 2672, 2707, + 2721, 2727, 2742, 2770, 2787, 2793, 2804, 2818, 2824, 2830, + 2836, 2842, 2848, 2859, 2932, 2950, 2967, 2982, 3015, 3027, + 3051, 3055, 3060, 3067, 3072, 3082, 3087, 3093, 3101, 3105, + 3109, 3118, 3182, 3198, 3215, 3232, 3254, 3276, 3311, 3319, + 3327, 3333, 3340, 3347, 3367, 3393, 3405, 3417, 3433, 3449, + 3458, 3457, 3472, 3471, 3486, 3485, 3500, 3499, 3512, 3525, + 3539, 3553, 3572, 3575, 3581, 3593, 3613, 3617, 3621, 3625, + 3629, 3633, 3637, 3641, 3650, 3663, 3664, 3665, 3666, 3667, + 3671, 3672, 3673, 3676, 3694, 3711, 3728, 3731, 3747, 3750, + 3767, 3770, 3776, 3779, 3786, 3789, 3796, 3813, 3854, 3898, + 3937, 3962, 3971, 4001, 4027, 4053, 4085, 4112, 4138, 4164, + 4190, 4216, 4238, 4244, 4250, 4256, 4262, 4268, 4294, 4320, + 4337, 4354, 4371, 4383, 4389, 4395, 4407, 4411, 4421, 4432, + 4433, 4434, 4438, 4444, 4456, 4474, 4502, 4503, 4504, 4505, + 4506, 4507, 4508, 4509, 4510, 4517, 4518, 4519, 4520, 4521, + 4522, 4523, 4524, 4525, 4526, 4527, 4528, 4529, 4530, 4531, + 4532, 4533, 4534, 4535, 4536, 4537, 4538, 4539, 4540, 4541, + 4542, 4543, 4544, 4545, 4546, 4547, 4548, 4549, 4558, 4559, + 4560, 4561, 4562, 4563, 4564, 4565, 4566, 4567, 4568, 4573, + 4572, 4580, 4582, 4587, 4593, 4617, 4635, 4653, 4658, 4664, + 4679, 4698, 4719, 4752, 4776, 4779, 4785, 4796, 4806, 4811, + 4822, 4831, 4836, 4841, 4870, 4869, 4899, 4901, 4906, 4915, + 4917, 4923, 4924, 4930, 4934, 4938, 4942, 4946, 4953, 4957, + 4961, 4965, 4972, 4977, 4984, 4989, 4993, 4998, 5002, 5010, + 5021, 5025, 5037, 5045, 5053, 5060, 5070, 5093, 5099, 5105, + 5111, 5117, 5128, 5139, 5150, 5161, 5167, 5173, 5179, 5185, + 5195, 5205, 5215, 5228, 5240, 5244, 5248, 5252, 5270, 5278, + 5286, 5315, 5325, 5344, 5349, 5353, 5357, 5369, 5373, 5385, + 5402, 5412, 5416, 5431, 5436, 5443, 5447, 5460, 5474, 5491, + 5517, 5521, 5529, 5535, 5541, 5547, 5556, 5560, 5564, 5572, + 5578, 5584, 5592, 5600, 5607, 5615, 5630, 5644, 5658, 5670, + 5686, 5695, 5704, 5714, 5725, 5733, 5741, 5745, 5764, 5771, + 5777, 5784, 5792, 5791, 5801, 5825, 5827, 5833, 5838, 5846, + 5855, 5868, 5871, 5875 }; #endif @@ -1441,72 +1425,71 @@ static const yytype_uint16 yyrline[] = static const char *const yytname[] = { "$end", "error", "$undefined", "tDOUBLE", "tSTRING", "tBIGSTR", "tEND", - "tAFFECT", "tDOTS", "tPi", "tMPI_Rank", "tMPI_Size", "tEuclidian", - "tCoordinates", "tTestLevel", "tExp", "tLog", "tLog10", "tSqrt", "tSin", - "tAsin", "tCos", "tAcos", "tTan", "tRand", "tAtan", "tAtan2", "tSinh", - "tCosh", "tTanh", "tFabs", "tFloor", "tCeil", "tRound", "tFmod", - "tModulo", "tHypot", "tList", "tLinSpace", "tLogSpace", "tListFromFile", - "tCatenary", "tPrintf", "tError", "tStr", "tSprintf", "tStrCat", - "tStrPrefix", "tStrRelative", "tStrReplace", "tAbsolutePath", "tDirName", - "tStrSub", "tStrLen", "tFind", "tStrFind", "tStrCmp", "tStrChoice", - "tUpperCase", "tLowerCase", "tLowerCaseIn", "tTextAttributes", - "tBoundingBox", "tDraw", "tSetChanged", "tToday", "tFixRelativePath", - "tCurrentDirectory", "tSyncModel", "tNewModel", "tOnelabAction", - "tOnelabRun", "tCpu", "tMemory", "tTotalMemory", "tCreateTopology", - "tCreateTopologyNoHoles", "tDistanceFunction", "tDefineConstant", - "tUndefineConstant", "tDefineNumber", "tDefineStruct", "tNameStruct", - "tDefineString", "tSetNumber", "tSetString", "tPoint", "tCircle", - "tEllipse", "tLine", "tSphere", "tPolarSphere", "tSurface", "tSpline", - "tVolume", "tBlock", "tCylinder", "tCone", "tTorus", "tEllipsoid", - "tQuadric", "tShapeFromFile", "tRectangle", "tDisk", "tWire", - "tCharacteristic", "tLength", "tParametric", "tElliptic", "tRefineMesh", - "tAdaptMesh", "tRelocateMesh", "tSetFactory", "tThruSections", "tWedge", - "tFillet", "tChamfer", "tPlane", "tRuled", "tTransfinite", "tPhysical", - "tCompound", "tPeriodic", "tUsing", "tPlugin", "tDegenerated", - "tRecursive", "tRotate", "tTranslate", "tSymmetry", "tDilate", - "tExtrude", "tLevelset", "tAffine", "tBooleanUnion", - "tBooleanIntersection", "tBooleanDifference", "tBooleanSection", - "tBooleanFragments", "tThickSolid", "tRecombine", "tSmoother", "tSplit", - "tDelete", "tCoherence", "tIntersect", "tMeshAlgorithm", "tReverse", - "tLayers", "tScaleLast", "tHole", "tAlias", "tAliasWithOptions", - "tCopyOptions", "tQuadTriAddVerts", "tQuadTriNoNewVerts", - "tRecombLaterals", "tTransfQuadTri", "tText2D", "tText3D", - "tInterpolationScheme", "tTime", "tCombine", "tBSpline", "tBezier", - "tNurbs", "tNurbsOrder", "tNurbsKnots", "tColor", "tColorTable", "tFor", - "tIn", "tEndFor", "tIf", "tElseIf", "tElse", "tEndIf", "tExit", "tAbort", - "tField", "tReturn", "tCall", "tSlide", "tMacro", "tShow", "tHide", - "tGetValue", "tGetStringValue", "tGetEnv", "tGetString", "tGetNumber", - "tUnique", "tHomology", "tCohomology", "tBetti", "tExists", - "tFileExists", "tGMSH_MAJOR_VERSION", "tGMSH_MINOR_VERSION", - "tGMSH_PATCH_VERSION", "tGmshExecutableName", "tSetPartition", - "tNameToString", "tStringToName", "tAFFECTDIVIDE", "tAFFECTTIMES", - "tAFFECTMINUS", "tAFFECTPLUS", "'?'", "tOR", "tAND", "tNOTEQUAL", - "tEQUAL", "'<'", "'>'", "tGREATEROREQUAL", "tLESSOREQUAL", "'+'", "'-'", - "'*'", "'/'", "'%'", "'!'", "UNARYPREC", "tMINUSMINUS", "tPLUSPLUS", - "'^'", "'('", "')'", "'['", "']'", "'.'", "'#'", "','", "'{'", "'}'", - "'~'", "$accept", "All", "GeoFormatItems", "GeoFormatItem", "SendToFile", - "Printf", "View", "Views", "ElementCoords", "ElementValues", "Element", - "@1", "@2", "Text2DValues", "Text2D", "@3", "Text3DValues", "Text3D", - "@4", "InterpolationMatrix", "Time", "@5", "NumericAffectation", - "NumericIncrement", "LP", "RP", "Affectation", "Comma", - "DefineConstants", "@6", "@7", "@8", "@9", "UndefineConstants", + "tAFFECT", "tDOTS", "tSCOPE", "tPi", "tMPI_Rank", "tMPI_Size", + "tEuclidian", "tCoordinates", "tTestLevel", "tExp", "tLog", "tLog10", + "tSqrt", "tSin", "tAsin", "tCos", "tAcos", "tTan", "tRand", "tAtan", + "tAtan2", "tSinh", "tCosh", "tTanh", "tFabs", "tFloor", "tCeil", + "tRound", "tFmod", "tModulo", "tHypot", "tList", "tLinSpace", + "tLogSpace", "tListFromFile", "tCatenary", "tPrintf", "tError", "tStr", + "tSprintf", "tStrCat", "tStrPrefix", "tStrRelative", "tStrReplace", + "tAbsolutePath", "tDirName", "tStrSub", "tStrLen", "tFind", "tStrFind", + "tStrCmp", "tStrChoice", "tUpperCase", "tLowerCase", "tLowerCaseIn", + "tTextAttributes", "tBoundingBox", "tDraw", "tSetChanged", "tToday", + "tFixRelativePath", "tCurrentDirectory", "tSyncModel", "tNewModel", + "tOnelabAction", "tOnelabRun", "tCpu", "tMemory", "tTotalMemory", + "tCreateTopology", "tCreateTopologyNoHoles", "tDistanceFunction", + "tDefineConstant", "tUndefineConstant", "tDefineNumber", "tDefineStruct", + "tNameStruct", "tAppend", "tDefineString", "tSetNumber", "tSetString", + "tPoint", "tCircle", "tEllipse", "tLine", "tSphere", "tPolarSphere", + "tSurface", "tSpline", "tVolume", "tBlock", "tCylinder", "tCone", + "tTorus", "tEllipsoid", "tQuadric", "tShapeFromFile", "tRectangle", + "tDisk", "tWire", "tCharacteristic", "tLength", "tParametric", + "tElliptic", "tRefineMesh", "tAdaptMesh", "tRelocateMesh", "tSetFactory", + "tThruSections", "tWedge", "tFillet", "tChamfer", "tPlane", "tRuled", + "tTransfinite", "tPhysical", "tCompound", "tPeriodic", "tUsing", + "tPlugin", "tDegenerated", "tRecursive", "tRotate", "tTranslate", + "tSymmetry", "tDilate", "tExtrude", "tLevelset", "tAffine", + "tBooleanUnion", "tBooleanIntersection", "tBooleanDifference", + "tBooleanSection", "tBooleanFragments", "tThickSolid", "tRecombine", + "tSmoother", "tSplit", "tDelete", "tCoherence", "tIntersect", + "tMeshAlgorithm", "tReverse", "tLayers", "tScaleLast", "tHole", "tAlias", + "tAliasWithOptions", "tCopyOptions", "tQuadTriAddVerts", + "tQuadTriNoNewVerts", "tRecombLaterals", "tTransfQuadTri", "tText2D", + "tText3D", "tInterpolationScheme", "tTime", "tCombine", "tBSpline", + "tBezier", "tNurbs", "tNurbsOrder", "tNurbsKnots", "tColor", + "tColorTable", "tFor", "tIn", "tEndFor", "tIf", "tElseIf", "tElse", + "tEndIf", "tExit", "tAbort", "tField", "tReturn", "tCall", "tSlide", + "tMacro", "tShow", "tHide", "tGetValue", "tGetStringValue", "tGetEnv", + "tGetString", "tGetNumber", "tUnique", "tHomology", "tCohomology", + "tBetti", "tExists", "tFileExists", "tGMSH_MAJOR_VERSION", + "tGMSH_MINOR_VERSION", "tGMSH_PATCH_VERSION", "tGmshExecutableName", + "tSetPartition", "tNameToString", "tStringToName", "tAFFECTDIVIDE", + "tAFFECTTIMES", "tAFFECTMINUS", "tAFFECTPLUS", "'?'", "tOR", "tAND", + "tNOTEQUAL", "tEQUAL", "'<'", "'>'", "tGREATEROREQUAL", "tLESSOREQUAL", + "'+'", "'-'", "'*'", "'/'", "'%'", "'!'", "UNARYPREC", "tMINUSMINUS", + "tPLUSPLUS", "'^'", "'('", "')'", "'['", "']'", "'{'", "'}'", "'.'", + "'#'", "'~'", "','", "$accept", "All", "GeoFormatItems", "GeoFormatItem", + "SendToFile", "Printf", "View", "Views", "ElementCoords", + "ElementValues", "Element", "@1", "@2", "Text2DValues", "Text2D", "@3", + "Text3DValues", "Text3D", "@4", "InterpolationMatrix", "Time", "@5", + "NumericAffectation", "NumericIncrement", "LP", "RP", "Affectation", + "Comma", "DefineConstants", "@6", "@7", "@8", "UndefineConstants", "Enumeration", "FloatParameterOptions", "FloatParameterOption", "CharParameterOptions", "CharParameterOption", "PhysicalId0", "PhysicalId1", "PhysicalId2", "PhysicalId3", "InSphereCenter", "CircleOptions", "Shape", "Transform", "MultipleShape", "ListOfShapes", "LevelSet", "Delete", "Colorify", "SetPartition", "Visibility", - "Command", "Slide", "Loop", "Extrude", "@10", "@11", "@12", "@13", + "Command", "Slide", "Loop", "Extrude", "@9", "@10", "@11", "@12", "ExtrudeParameters", "ExtrudeParameter", "BooleanOperator", "BooleanOption", "Boolean", "BooleanShape", "TransfiniteType", "TransfiniteArrangement", "TransfiniteCorners", "RecombineAngle", "PeriodicTransform", "Constraints", "Coherence", "HomologyCommand", - "Homology", "FExpr", "FExpr_Single", "@14", "DefineStruct", "@15", - "Struct_FullName", "tSTRING_Member_Float", - "Option_SaveStructNameInConstant", "VExpr", "VExpr_Single", - "RecursiveListOfListOfDouble", "ListOfDouble", "ListOfDoubleOrAll", - "FExpr_Multi", "RecursiveListOfDouble", "ColorExpr", "ListOfColor", - "RecursiveListOfColor", "StringExprVar", "StringExpr", "@16", - "NameStruct_Arg", "RecursiveListOfStringExprVar", "StringIndex", + "Homology", "FExpr", "FExpr_Single", "@13", "DefineStruct", "@14", + "Struct_FullName", "tSTRING_Member_Float", "Append", "AppendOrNot", + "VExpr", "VExpr_Single", "RecursiveListOfListOfDouble", "ListOfDouble", + "ListOfDoubleOrAll", "FExpr_Multi", "RecursiveListOfDouble", "ColorExpr", + "ListOfColor", "RecursiveListOfColor", "StringExprVar", "StringExpr", + "@15", "NameStruct_Arg", "RecursiveListOfStringExprVar", "StringIndex", "String__Index", 0 }; #endif @@ -1536,74 +1519,72 @@ static const yytype_uint16 yytoknum[] = 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, - 455, 456, 457, 458, 459, 460, 461, 462, 63, 463, - 464, 465, 466, 60, 62, 467, 468, 43, 45, 42, - 47, 37, 33, 469, 470, 471, 94, 40, 41, 91, - 93, 46, 35, 44, 123, 125, 126 + 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, + 63, 465, 466, 467, 468, 60, 62, 469, 470, 43, + 45, 42, 47, 37, 33, 471, 472, 473, 94, 40, + 41, 91, 93, 123, 125, 46, 35, 126, 44 }; # endif /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint16 yyr1[] = { - 0, 237, 238, 238, 239, 239, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, - 240, 240, 240, 240, 240, 240, 241, 241, 242, 242, - 242, 242, 242, 242, 243, 243, 243, 243, 244, 244, - 244, 244, 244, 244, 245, 245, 246, 246, 248, 249, - 247, 250, 250, 252, 251, 253, 253, 255, 254, 256, - 256, 258, 257, 259, 259, 259, 259, 259, 260, 260, - 261, 261, 262, 262, 263, 263, 263, 263, 263, 263, - 263, 263, 263, 263, 263, 263, 263, 263, 263, 263, - 263, 263, 263, 263, 263, 263, 263, 263, 263, 263, - 263, 263, 263, 263, 263, 263, 263, 263, 263, 263, - 263, 263, 263, 263, 263, 263, 263, 263, 263, 263, - 263, 263, 263, 263, 263, 263, 264, 264, 265, 265, - 265, 266, 265, 267, 265, 268, 265, 265, 269, 265, - 270, 270, 271, 271, 271, 272, 272, 273, 273, 273, - 274, 274, 275, 275, 275, 275, 276, 276, 276, 277, - 277, 277, 278, 278, 278, 279, 279, 279, 280, 280, - 281, 281, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, - 283, 283, 283, 283, 283, 283, 283, 283, 284, 284, - 285, 285, 285, 285, 285, 285, 286, 286, 286, 286, - 286, 286, 286, 286, 286, 286, 286, 286, 287, 287, - 287, 287, 287, 288, 288, 289, 290, 290, 290, 290, - 290, 290, 291, 291, 291, 291, 291, 291, 291, 291, - 291, 291, 291, 291, 291, 291, 291, 291, 291, 291, - 291, 292, 293, 293, 293, 293, 293, 293, 293, 293, - 293, 293, 293, 293, 293, 293, 294, 294, 294, 295, - 294, 296, 294, 297, 294, 298, 294, 294, 294, 294, - 294, 299, 299, 300, 300, 300, 300, 300, 300, 300, - 300, 300, 300, 300, 301, 301, 301, 301, 301, 302, - 302, 302, 303, 303, 304, 305, 305, 306, 306, 307, - 307, 308, 308, 309, 309, 310, 310, 310, 310, 310, - 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, - 310, 310, 310, 310, 310, 310, 310, 310, 310, 310, - 310, 310, 310, 310, 310, 311, 311, 311, 312, 312, - 312, 313, 313, 313, 313, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 315, 315, 315, - 315, 315, 315, 315, 315, 315, 315, 315, 316, 315, + 0, 239, 240, 240, 241, 241, 242, 242, 242, 242, + 242, 242, 242, 242, 242, 242, 242, 242, 242, 242, + 242, 242, 242, 242, 242, 242, 243, 243, 244, 244, + 244, 244, 244, 244, 245, 245, 245, 245, 246, 246, + 246, 246, 246, 246, 247, 247, 248, 248, 250, 251, + 249, 252, 252, 254, 253, 255, 255, 257, 256, 258, + 258, 260, 259, 261, 261, 261, 261, 261, 262, 262, + 263, 263, 264, 264, 265, 265, 265, 265, 265, 265, + 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, + 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, + 265, 265, 265, 265, 265, 265, 265, 265, 265, 266, + 266, 267, 267, 267, 268, 267, 269, 267, 267, 270, + 267, 271, 271, 272, 272, 272, 273, 273, 274, 274, + 274, 275, 275, 276, 276, 276, 276, 277, 277, 277, + 278, 278, 278, 279, 279, 279, 280, 280, 280, 281, + 281, 282, 282, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 283, 283, 283, 283, 283, 283, 283, 283, 283, + 283, 284, 284, 284, 284, 284, 284, 284, 284, 285, + 285, 286, 286, 286, 286, 286, 286, 287, 287, 287, + 287, 287, 287, 287, 287, 287, 287, 287, 287, 288, + 288, 288, 288, 288, 289, 289, 290, 291, 291, 291, + 291, 291, 291, 292, 292, 292, 292, 292, 292, 292, + 292, 292, 292, 292, 292, 292, 292, 292, 292, 292, + 292, 292, 293, 294, 294, 294, 294, 294, 294, 294, + 294, 294, 294, 294, 294, 294, 294, 295, 295, 295, + 296, 295, 297, 295, 298, 295, 299, 295, 295, 295, + 295, 295, 300, 300, 301, 301, 301, 301, 301, 301, + 301, 301, 301, 301, 301, 302, 302, 302, 302, 302, + 303, 303, 303, 304, 304, 305, 306, 306, 307, 307, + 308, 308, 309, 309, 310, 310, 311, 311, 311, 311, + 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, + 311, 311, 311, 311, 311, 311, 311, 311, 311, 311, + 311, 311, 311, 311, 311, 311, 312, 312, 312, 313, + 313, 313, 314, 314, 314, 314, 315, 315, 315, 315, + 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, - 315, 315, 315, 315, 315, 315, 318, 317, 319, 319, - 320, 321, 321, 322, 322, 322, 322, 322, 323, 323, - 323, 323, 324, 324, 325, 325, 325, 325, 325, 325, - 326, 326, 327, 327, 327, 327, 327, 327, 327, 327, - 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, - 327, 327, 327, 327, 327, 327, 327, 327, 327, 327, - 327, 327, 327, 327, 327, 327, 328, 328, 328, 328, - 329, 329, 329, 329, 330, 330, 331, 331, 332, 332, - 332, 332, 332, 332, 332, 332, 332, 332, 332, 332, - 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, - 333, 333, 333, 333, 333, 333, 333, 333, 333, 333, - 333, 333, 333, 333, 333, 333, 334, 333, 333, 335, - 335, 336, 336, 337, 337, 338, 338, 338 + 315, 315, 315, 315, 315, 315, 315, 315, 316, 316, + 316, 316, 316, 316, 316, 316, 316, 316, 316, 317, + 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, + 316, 316, 316, 316, 316, 316, 316, 316, 316, 316, + 316, 316, 316, 316, 319, 318, 320, 320, 321, 322, + 322, 323, 323, 324, 324, 324, 324, 324, 325, 325, + 325, 325, 326, 326, 327, 327, 327, 327, 327, 327, + 328, 328, 329, 329, 329, 329, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, + 329, 329, 329, 329, 329, 329, 329, 329, 329, 329, + 329, 329, 329, 330, 330, 330, 330, 331, 331, 331, + 331, 332, 332, 333, 333, 334, 334, 334, 334, 334, + 334, 334, 334, 334, 334, 334, 335, 335, 335, 335, + 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, + 335, 335, 335, 335, 335, 335, 335, 335, 335, 335, + 335, 335, 336, 335, 335, 337, 337, 338, 338, 339, + 339, 340, 340, 340 }; /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */ @@ -1617,56 +1598,54 @@ static const yytype_uint8 yyr2[] = 10, 1, 3, 0, 13, 1, 3, 0, 15, 8, 14, 0, 6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 5, 2, 7, 7, 4, - 3, 6, 6, 7, 7, 6, 6, 9, 9, 6, - 6, 7, 7, 6, 6, 4, 8, 8, 9, 9, - 9, 9, 8, 8, 9, 9, 9, 9, 6, 9, - 6, 9, 5, 8, 8, 11, 6, 9, 5, 7, - 9, 9, 11, 7, 9, 9, 0, 1, 0, 3, - 5, 0, 9, 0, 11, 0, 11, 5, 0, 9, - 0, 3, 3, 5, 5, 0, 2, 3, 5, 3, - 0, 2, 3, 3, 3, 5, 1, 1, 3, 1, - 1, 3, 1, 1, 3, 1, 1, 3, 0, 5, - 0, 2, 7, 7, 7, 8, 8, 7, 7, 11, - 8, 7, 8, 8, 8, 9, 3, 4, 10, 7, - 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, - 12, 8, 7, 7, 8, 8, 8, 8, 8, 8, - 5, 11, 5, 9, 9, 4, 9, 9, 1, 1, - 0, 2, 6, 6, 6, 6, 8, 10, 14, 16, - 12, 14, 14, 14, 14, 8, 8, 6, 4, 6, - 6, 3, 4, 5, 6, 5, 3, 3, 4, 5, - 4, 5, 3, 5, 7, 7, 3, 7, 3, 2, - 2, 2, 2, 2, 15, 2, 2, 2, 2, 2, - 16, 11, 6, 8, 8, 10, 1, 2, 2, 1, - 3, 3, 4, 4, 1, 1, 5, 11, 13, 0, - 7, 0, 13, 0, 15, 0, 6, 9, 2, 3, - 10, 1, 2, 5, 7, 2, 2, 3, 2, 3, - 2, 3, 9, 6, 1, 1, 1, 1, 1, 0, - 2, 3, 9, 4, 14, 0, 3, 0, 1, 0, - 2, 0, 2, 0, 2, 6, 7, 6, 5, 3, - 8, 5, 4, 6, 11, 11, 18, 18, 12, 12, - 12, 10, 10, 10, 10, 10, 4, 4, 4, 4, - 4, 4, 4, 4, 4, 2, 3, 6, 1, 1, - 1, 2, 5, 7, 10, 1, 3, 2, 2, 2, - 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, - 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, - 4, 4, 4, 4, 4, 6, 4, 4, 4, 4, - 4, 4, 4, 6, 6, 6, 4, 1, 1, 1, - 1, 1, 1, 1, 1, 1, 1, 1, 0, 6, - 1, 4, 6, 1, 4, 4, 4, 4, 4, 4, - 4, 2, 5, 5, 5, 5, 3, 6, 4, 7, - 6, 6, 6, 4, 6, 4, 0, 8, 1, 4, - 1, 0, 3, 1, 2, 2, 3, 3, 11, 9, + 3, 6, 9, 7, 6, 7, 6, 4, 8, 9, + 9, 6, 9, 6, 9, 5, 8, 8, 11, 6, + 9, 5, 7, 9, 9, 11, 7, 9, 9, 0, + 1, 0, 3, 5, 0, 9, 0, 11, 5, 0, + 9, 0, 3, 3, 5, 5, 0, 2, 3, 5, + 3, 0, 2, 3, 3, 3, 5, 1, 1, 3, + 1, 1, 3, 1, 1, 3, 1, 1, 3, 0, + 5, 0, 2, 7, 7, 7, 8, 8, 7, 7, + 11, 8, 7, 8, 8, 8, 9, 3, 4, 10, + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, + 8, 12, 8, 7, 7, 8, 8, 8, 8, 8, + 8, 5, 11, 5, 9, 9, 4, 9, 9, 1, + 1, 0, 2, 6, 6, 6, 6, 8, 10, 14, + 16, 12, 14, 14, 14, 14, 8, 8, 6, 4, + 6, 6, 3, 4, 5, 6, 5, 3, 3, 4, + 5, 4, 5, 3, 5, 7, 7, 3, 7, 3, + 2, 2, 2, 2, 2, 15, 2, 2, 2, 2, + 2, 16, 11, 6, 8, 8, 10, 1, 2, 2, + 1, 3, 3, 4, 4, 1, 1, 5, 11, 13, + 0, 7, 0, 13, 0, 15, 0, 6, 9, 2, + 3, 10, 1, 2, 5, 7, 2, 2, 3, 2, + 3, 2, 3, 9, 6, 1, 1, 1, 1, 1, + 0, 2, 3, 9, 4, 14, 0, 3, 0, 1, + 0, 2, 0, 2, 0, 2, 6, 7, 6, 5, + 3, 8, 5, 4, 6, 11, 11, 18, 18, 12, + 12, 12, 10, 10, 10, 10, 10, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 2, 3, 6, 1, + 1, 1, 2, 5, 7, 10, 1, 3, 2, 2, + 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, + 4, 4, 4, 4, 4, 4, 6, 4, 4, 4, + 4, 4, 4, 4, 6, 6, 6, 4, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, + 6, 1, 4, 6, 1, 4, 4, 4, 4, 4, + 2, 5, 5, 3, 5, 6, 4, 7, 6, 6, + 6, 4, 6, 4, 0, 8, 1, 3, 1, 1, + 2, 0, 3, 1, 2, 2, 3, 3, 11, 9, 7, 7, 1, 3, 1, 1, 2, 3, 4, 5, 1, 1, 2, 3, 3, 5, 4, 2, 2, 2, 2, 3, 3, 3, 3, 16, 16, 16, 16, 1, - 1, 1, 3, 3, 4, 4, 4, 6, 6, 6, - 6, 8, 8, 4, 14, 4, 1, 1, 3, 3, - 9, 7, 1, 5, 3, 6, 1, 3, 1, 1, - 4, 4, 4, 4, 3, 6, 5, 5, 5, 5, - 1, 4, 1, 1, 1, 4, 6, 4, 6, 4, - 4, 4, 8, 4, 4, 4, 4, 8, 8, 6, - 4, 6, 4, 1, 4, 4, 0, 6, 4, 2, - 5, 1, 3, 5, 5, 1, 1, 4 + 1, 1, 3, 4, 4, 4, 6, 6, 8, 8, + 4, 14, 4, 1, 1, 3, 3, 9, 7, 1, + 5, 3, 6, 1, 3, 1, 1, 4, 4, 3, + 5, 6, 5, 5, 5, 5, 1, 4, 1, 1, + 1, 4, 6, 4, 6, 4, 4, 4, 8, 4, + 4, 4, 4, 8, 8, 6, 4, 6, 4, 1, + 4, 4, 0, 6, 4, 2, 4, 1, 3, 5, + 5, 1, 1, 4 }; /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state @@ -1674,3655 +1653,3366 @@ static const yytype_uint8 yyr2[] = means the default is an error. */ static const yytype_uint16 yydefact[] = { - 0, 0, 0, 2, 3, 1, 575, 0, 0, 0, + 0, 0, 0, 2, 3, 1, 551, 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, 0, 0, 0, - 0, 0, 0, 0, 0, 314, 315, 316, 317, 318, + 0, 0, 0, 0, 0, 295, 296, 297, 298, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 276, - 0, 0, 284, 285, 0, 0, 0, 279, 0, 0, - 0, 0, 0, 368, 369, 370, 0, 0, 5, 6, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, + 0, 0, 265, 266, 0, 0, 0, 260, 0, 0, + 0, 0, 0, 349, 350, 351, 0, 0, 5, 6, 7, 8, 10, 11, 24, 12, 13, 14, 15, 23, 22, 21, 16, 0, 17, 18, 19, 20, 0, 25, - 0, 576, 0, 417, 575, 540, 418, 420, 421, 419, + 0, 552, 0, 0, 0, 0, 0, 0, 244, 0, + 246, 247, 242, 243, 0, 248, 249, 111, 121, 441, + 436, 70, 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, 250, + 0, 0, 0, 0, 0, 398, 399, 401, 402, 400, 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, - 542, 0, 563, 544, 425, 426, 427, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 422, - 423, 424, 543, 0, 0, 0, 0, 70, 71, 0, - 0, 220, 0, 0, 0, 375, 430, 0, 528, 576, - 433, 0, 0, 0, 0, 263, 0, 265, 266, 261, - 262, 0, 267, 268, 128, 140, 575, 456, 576, 458, - 70, 71, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 406, 407, 408, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 403, 404, + 405, 0, 0, 0, 0, 0, 0, 479, 480, 0, + 481, 454, 356, 411, 414, 279, 455, 436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 269, 0, - 0, 0, 0, 0, 575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 499, 500, 0, 501, 474, 298, 475, 576, 433, + 0, 0, 0, 0, 0, 0, 443, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 551, 0, 201, 0, 0, 346, + 0, 0, 0, 0, 0, 0, 0, 0, 461, 0, + 460, 0, 0, 0, 0, 0, 551, 0, 0, 499, + 0, 0, 0, 0, 240, 241, 0, 516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, - 0, 220, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 575, 0, 220, 0, - 0, 365, 0, 0, 0, 0, 0, 0, 0, 0, - 481, 0, 480, 0, 0, 0, 0, 0, 575, 0, - 0, 522, 0, 0, 0, 0, 259, 260, 0, 0, - 0, 0, 277, 278, 0, 220, 0, 220, 575, 0, - 576, 0, 0, 220, 371, 0, 0, 76, 70, 71, - 0, 0, 63, 67, 66, 65, 64, 69, 68, 0, + 0, 518, 0, 539, 520, 0, 0, 0, 0, 0, + 519, 0, 0, 0, 0, 258, 259, 0, 201, 0, + 201, 0, 0, 436, 0, 0, 201, 352, 0, 0, + 76, 0, 63, 0, 0, 67, 66, 65, 64, 69, + 68, 70, 71, 201, 0, 0, 0, 0, 0, 0, + 505, 436, 0, 167, 0, 0, 505, 506, 0, 0, + 547, 0, 109, 109, 0, 434, 0, 0, 0, 0, + 0, 493, 494, 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, 70, 71, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 467, 0, 0, 468, + 0, 469, 0, 470, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 359, 0, 358, 462, 360, + 0, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 70, 71, 0, 420, 0, 0, 0, 0, 0, + 0, 280, 0, 310, 310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 378, 377, 379, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 219, 0, 218, 0, 0, 256, 0, + 0, 201, 201, 0, 445, 444, 0, 0, 0, 0, + 201, 201, 0, 0, 0, 0, 276, 0, 201, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 312, + 0, 0, 0, 0, 0, 0, 0, 222, 347, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 320, 239, + 0, 0, 0, 0, 0, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 38, 252, 0, 0, 0, 441, - 186, 0, 575, 0, 528, 576, 529, 0, 0, 571, - 0, 126, 126, 461, 0, 0, 0, 0, 0, 516, - 517, 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, 70, - 71, 0, 0, 0, 0, 0, 0, 0, 487, 0, - 0, 488, 0, 489, 0, 490, 0, 0, 0, 0, - 0, 0, 0, 0, 377, 482, 0, 476, 0, 0, - 0, 70, 71, 0, 0, 0, 0, 0, 0, 0, - 299, 0, 329, 329, 0, 0, 0, 0, 0, 0, + 0, 262, 261, 0, 227, 0, 228, 0, 358, 0, + 201, 0, 0, 0, 0, 300, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 200, 0, 199, + 0, 0, 0, 0, 0, 80, 72, 73, 0, 0, + 237, 38, 233, 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 220, 220, 0, 465, 464, 0, 0, 0, 0, 220, - 220, 0, 0, 0, 0, 295, 0, 220, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 331, 0, - 0, 0, 0, 0, 0, 0, 241, 366, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 339, 258, 0, - 0, 0, 0, 0, 220, 0, 0, 0, 0, 0, - 281, 280, 0, 246, 0, 247, 0, 0, 0, 220, - 0, 0, 0, 0, 319, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 80, 0, 0, 0, 0, + 0, 0, 110, 0, 0, 0, 439, 0, 0, 437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 304, 0, 0, 0, 0, 0, 0, 339, + 340, 341, 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, 436, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, + 0, 0, 0, 0, 0, 471, 472, 473, 474, 0, + 0, 0, 0, 0, 0, 357, 457, 0, 464, 0, + 374, 373, 372, 371, 367, 368, 370, 369, 362, 361, + 0, 363, 463, 364, 365, 366, 437, 0, 0, 438, + 423, 0, 482, 0, 0, 0, 0, 0, 0, 0, + 308, 0, 0, 137, 138, 0, 140, 141, 0, 143, + 144, 0, 146, 147, 0, 343, 0, 344, 0, 345, + 0, 0, 0, 0, 342, 201, 0, 0, 0, 0, + 0, 447, 446, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 202, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 428, 0, 0, 0, 566, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 63, 64, - 0, 376, 63, 64, 0, 0, 63, 0, 0, 0, - 0, 0, 215, 0, 0, 0, 0, 0, 0, 0, - 221, 0, 0, 0, 393, 392, 391, 390, 386, 387, - 389, 388, 381, 380, 382, 383, 384, 385, 0, 0, - 0, 460, 446, 187, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 127, 0, 0, + 0, 323, 0, 0, 223, 0, 0, 219, 0, 0, + 0, 338, 337, 0, 0, 0, 357, 0, 0, 0, + 0, 0, 0, 0, 0, 263, 264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 542, 0, 0, 0, 0, + 0, 229, 231, 363, 0, 553, 0, 0, 0, 0, + 0, 0, 0, 87, 0, 0, 0, 0, 0, 357, + 0, 196, 63, 0, 0, 0, 0, 79, 0, 63, + 64, 0, 0, 437, 0, 0, 423, 0, 549, 28, + 26, 0, 0, 0, 0, 0, 438, 509, 29, 0, + 0, 234, 548, 74, 112, 75, 122, 440, 442, 0, + 0, 0, 0, 0, 495, 496, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 9, 376, + 377, 378, 379, 380, 381, 382, 383, 384, 397, 385, + 0, 387, 388, 389, 390, 391, 392, 393, 0, 0, + 0, 485, 484, 483, 0, 0, 0, 490, 0, 431, + 0, 0, 0, 433, 126, 0, 466, 0, 0, 0, + 0, 0, 412, 492, 417, 418, 458, 0, 419, 0, + 0, 0, 0, 416, 415, 426, 0, 0, 0, 0, + 0, 357, 306, 311, 309, 0, 319, 0, 0, 0, + 0, 0, 0, 0, 0, 357, 357, 357, 0, 0, + 0, 0, 0, 230, 232, 0, 0, 0, 191, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 323, 0, 0, 0, - 0, 0, 0, 358, 359, 360, 0, 0, 0, 72, - 73, 0, 502, 0, 0, 0, 0, 0, 433, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 491, 492, - 493, 494, 0, 0, 376, 477, 484, 0, 382, 483, - 0, 0, 0, 503, 446, 0, 0, 0, 0, 0, - 0, 0, 327, 0, 0, 156, 157, 0, 159, 160, - 0, 162, 163, 0, 165, 166, 0, 362, 0, 363, - 0, 364, 0, 0, 0, 0, 361, 220, 0, 0, - 0, 0, 0, 467, 466, 0, 0, 0, 0, 0, - 0, 0, 289, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 342, 0, 0, 242, 0, - 0, 238, 0, 0, 0, 357, 356, 0, 0, 0, - 376, 0, 0, 0, 0, 0, 0, 0, 0, 282, - 283, 0, 0, 248, 250, 0, 577, 0, 0, 0, - 0, 0, 0, 63, 64, 0, 0, 63, 64, 0, - 0, 0, 0, 95, 79, 0, 435, 434, 395, 396, - 397, 398, 399, 400, 401, 402, 403, 416, 404, 0, - 406, 407, 408, 409, 410, 411, 412, 0, 0, 0, - 553, 0, 560, 549, 550, 551, 0, 565, 564, 0, - 453, 0, 0, 0, 0, 554, 555, 556, 455, 562, - 145, 569, 568, 0, 150, 0, 0, 0, 0, 118, - 0, 0, 545, 0, 547, 0, 431, 438, 439, 541, - 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 112, 0, 0, 0, 0, 440, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, - 0, 0, 48, 0, 0, 0, 61, 0, 39, 40, - 41, 42, 43, 437, 436, 448, 0, 0, 28, 26, - 0, 0, 0, 0, 534, 29, 0, 0, 253, 572, - 74, 129, 75, 141, 0, 0, 459, 0, 0, 0, - 518, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 9, 435, 434, 0, 0, - 506, 0, 505, 504, 0, 0, 513, 0, 0, 486, - 0, 0, 0, 515, 478, 0, 0, 0, 437, 436, - 0, 0, 0, 0, 0, 376, 325, 330, 328, 0, - 338, 0, 0, 0, 0, 0, 0, 0, 0, 376, - 376, 376, 0, 0, 0, 0, 0, 249, 251, 0, - 0, 0, 210, 212, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 301, 0, 286, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 332, - 341, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, - 0, 0, 245, 0, 320, 0, 0, 0, 0, 372, + 282, 0, 267, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 313, 322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 574, 0, 0, 443, 0, 442, 0, 0, 0, 0, + 0, 224, 0, 0, 0, 0, 529, 0, 536, 525, + 526, 527, 0, 541, 540, 0, 0, 530, 531, 532, + 538, 545, 544, 0, 131, 0, 521, 0, 523, 517, + 0, 226, 0, 301, 0, 0, 0, 353, 0, 550, + 0, 0, 0, 0, 101, 63, 0, 0, 0, 0, + 0, 0, 0, 95, 0, 0, 0, 0, 0, 0, + 0, 0, 48, 0, 0, 0, 61, 0, 39, 40, + 41, 42, 43, 0, 416, 415, 0, 27, 0, 0, + 0, 508, 507, 0, 0, 0, 0, 126, 0, 0, + 0, 0, 0, 151, 151, 0, 0, 0, 0, 0, + 0, 0, 149, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 536, 537, 538, 539, 0, 0, 0, 0, 0, - 0, 89, 0, 93, 0, 0, 81, 0, 0, 0, - 0, 85, 108, 110, 0, 0, 526, 0, 116, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 394, - 0, 0, 0, 0, 0, 34, 445, 444, 532, 530, - 27, 0, 0, 533, 531, 0, 0, 0, 0, 0, - 462, 145, 0, 0, 0, 0, 0, 170, 170, 0, - 0, 0, 0, 0, 0, 0, 168, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 335, 0, 0, + 0, 0, 0, 0, 0, 465, 375, 459, 424, 422, + 0, 421, 0, 0, 0, 0, 0, 0, 0, 0, + 318, 0, 139, 0, 142, 0, 145, 0, 148, 0, + 0, 0, 0, 0, 0, 0, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 485, 479, 0, 0, 0, 0, 0, 0, - 0, 0, 337, 0, 158, 0, 161, 0, 164, 0, - 167, 0, 0, 0, 0, 0, 0, 0, 244, 0, - 0, 0, 0, 0, 0, 0, 306, 0, 0, 305, - 0, 308, 0, 310, 0, 296, 302, 0, 0, 0, - 237, 0, 0, 0, 0, 0, 0, 0, 0, 343, - 0, 240, 239, 367, 0, 0, 35, 36, 0, 0, - 0, 0, 523, 0, 0, 0, 272, 0, 0, 0, - 220, 321, 220, 0, 0, 0, 0, 90, 0, 94, - 0, 0, 82, 0, 86, 0, 255, 447, 254, 405, - 413, 414, 415, 561, 0, 0, 559, 451, 452, 454, - 0, 0, 429, 146, 0, 0, 567, 151, 450, 546, - 548, 432, 0, 0, 0, 91, 0, 0, 0, 63, - 0, 0, 0, 0, 83, 0, 0, 0, 524, 0, + 0, 0, 0, 287, 0, 0, 286, 0, 289, 0, + 291, 0, 277, 283, 0, 0, 0, 218, 0, 0, + 0, 0, 0, 0, 0, 0, 324, 0, 221, 220, + 348, 0, 0, 35, 36, 0, 0, 0, 0, 500, + 0, 0, 0, 253, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 201, 302, 201, 0, 0, + 512, 513, 514, 515, 0, 86, 0, 0, 0, 0, + 84, 91, 93, 0, 503, 0, 99, 0, 0, 0, + 0, 81, 0, 0, 0, 0, 0, 34, 424, 0, + 0, 0, 30, 31, 0, 510, 0, 32, 0, 0, + 113, 118, 0, 0, 77, 78, 153, 0, 0, 0, + 0, 0, 0, 154, 0, 0, 170, 171, 0, 0, + 0, 0, 155, 183, 172, 176, 177, 173, 174, 175, + 162, 0, 0, 386, 394, 395, 396, 486, 0, 0, + 0, 429, 430, 432, 0, 410, 127, 0, 0, 0, + 0, 428, 413, 184, 425, 487, 178, 0, 0, 149, + 0, 0, 317, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 238, 0, 0, 0, 0, 201, 201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 472, 0, 0, 30, 31, 0, 32, - 0, 0, 130, 137, 0, 0, 0, 77, 78, 172, - 0, 0, 0, 0, 0, 0, 173, 0, 0, 189, - 190, 0, 0, 0, 0, 174, 202, 191, 195, 196, - 192, 193, 194, 181, 0, 0, 447, 509, 508, 507, - 0, 0, 0, 0, 0, 0, 0, 203, 510, 197, - 0, 0, 168, 0, 0, 336, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, - 0, 220, 220, 0, 0, 307, 474, 0, 0, 309, - 311, 0, 0, 290, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 198, 0, 0, 0, 0, 177, - 178, 0, 0, 0, 0, 119, 123, 0, 0, 319, - 319, 0, 373, 0, 0, 0, 92, 0, 0, 0, - 84, 0, 449, 0, 0, 0, 0, 570, 0, 0, - 102, 0, 0, 96, 0, 0, 0, 0, 113, 0, - 0, 114, 0, 527, 222, 223, 224, 225, 0, 0, - 0, 0, 0, 0, 44, 0, 0, 0, 0, 0, - 46, 535, 0, 0, 131, 138, 0, 0, 457, 0, - 0, 171, 175, 176, 182, 0, 0, 201, 0, 184, + 0, 288, 454, 0, 0, 290, 292, 0, 0, 271, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 183, 0, 204, 326, 206, 207, 208, 209, 180, - 0, 199, 205, 0, 0, 0, 0, 0, 0, 471, - 0, 470, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 236, 235, 0, 0, 0, 0, 0, 0, 0, - 0, 226, 0, 0, 340, 37, 0, 0, 521, 0, - 274, 273, 0, 0, 0, 0, 0, 0, 0, 103, - 0, 0, 97, 0, 0, 0, 552, 558, 557, 0, - 147, 149, 0, 152, 153, 154, 104, 106, 98, 100, - 109, 111, 0, 117, 0, 87, 49, 0, 0, 0, - 473, 0, 0, 0, 33, 0, 145, 150, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 511, 512, - 0, 0, 0, 0, 0, 0, 185, 0, 333, 333, - 0, 124, 125, 220, 0, 213, 214, 297, 0, 303, - 0, 0, 220, 0, 0, 0, 0, 0, 0, 0, - 0, 217, 216, 0, 0, 0, 0, 120, 121, 0, - 0, 322, 0, 105, 107, 99, 101, 88, 0, 516, - 517, 0, 0, 525, 0, 45, 0, 0, 0, 47, - 62, 0, 0, 0, 135, 133, 351, 353, 352, 354, - 0, 355, 188, 0, 0, 0, 0, 0, 0, 300, + 179, 0, 0, 0, 0, 158, 159, 0, 0, 0, + 0, 102, 106, 0, 537, 0, 0, 535, 0, 546, + 0, 543, 132, 522, 524, 0, 300, 300, 0, 354, + 85, 63, 0, 0, 0, 0, 83, 0, 501, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 452, + 0, 425, 235, 236, 0, 511, 0, 114, 119, 0, + 435, 0, 0, 152, 156, 157, 163, 0, 0, 182, + 0, 165, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 427, 0, 164, 0, 185, 307, 187, + 188, 189, 190, 161, 0, 180, 186, 0, 0, 0, + 0, 0, 0, 451, 450, 0, 0, 0, 203, 204, + 205, 206, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 217, 216, 0, 0, 0, 0, 0, + 0, 0, 0, 207, 0, 0, 321, 37, 0, 498, + 0, 0, 255, 254, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 96, 0, + 0, 97, 504, 0, 0, 88, 0, 0, 0, 44, + 0, 0, 0, 0, 0, 46, 33, 0, 126, 131, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 488, + 489, 0, 0, 128, 130, 0, 0, 0, 0, 0, + 166, 0, 314, 314, 0, 107, 108, 201, 0, 194, + 195, 278, 0, 284, 0, 0, 201, 0, 0, 0, + 0, 0, 0, 0, 0, 198, 197, 0, 0, 0, + 0, 103, 104, 528, 534, 533, 0, 133, 134, 135, + 0, 0, 303, 0, 92, 94, 0, 100, 0, 82, + 89, 90, 49, 0, 0, 0, 0, 453, 0, 0, + 0, 0, 0, 116, 332, 334, 333, 335, 0, 336, + 169, 0, 0, 0, 493, 494, 0, 0, 0, 0, + 281, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 449, 0, 294, 0, 0, 272, 0, 208, 0, + 0, 0, 0, 0, 0, 0, 497, 256, 0, 0, + 0, 201, 355, 0, 502, 0, 45, 0, 0, 0, + 62, 47, 0, 115, 120, 126, 150, 0, 0, 129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 469, 313, 0, 0, 291, 0, 227, 0, 0, - 0, 0, 0, 0, 0, 520, 275, 0, 0, 220, - 374, 0, 148, 0, 0, 155, 115, 0, 0, 0, - 0, 0, 132, 139, 145, 145, 169, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 334, 344, 0, 0, - 345, 0, 211, 0, 304, 0, 287, 0, 220, 0, - 0, 0, 0, 0, 0, 179, 122, 271, 319, 0, - 142, 0, 0, 53, 0, 59, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 200, 0, 348, 0, - 349, 350, 468, 0, 0, 293, 230, 0, 0, 0, + 315, 325, 0, 0, 326, 0, 192, 0, 285, 0, + 268, 0, 201, 0, 0, 0, 0, 0, 0, 160, + 105, 136, 252, 300, 98, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 123, 0, 0, 0, 0, 0, + 181, 0, 329, 0, 330, 331, 448, 0, 0, 274, + 211, 0, 0, 0, 0, 0, 0, 0, 0, 53, + 0, 59, 0, 0, 117, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 293, 273, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 136, 134, 0, 0, 0, 0, 0, 0, 0, - 0, 312, 292, 288, 0, 0, 0, 0, 0, 0, - 0, 0, 143, 144, 50, 0, 57, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 231, 232, - 233, 234, 0, 228, 324, 0, 51, 0, 0, 264, - 0, 514, 0, 0, 0, 0, 0, 0, 294, 0, - 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, - 0, 229, 52, 54, 0, 55, 0, 495, 496, 497, - 498, 0, 0, 0, 0, 60, 346, 347, 56, 58 + 0, 0, 0, 124, 125, 0, 0, 0, 0, 0, + 0, 0, 212, 213, 214, 215, 0, 209, 305, 50, + 0, 57, 0, 245, 0, 491, 0, 0, 0, 0, + 0, 0, 275, 0, 0, 51, 0, 0, 251, 0, + 0, 0, 0, 0, 0, 210, 0, 0, 0, 0, + 475, 476, 477, 478, 0, 0, 54, 52, 0, 55, + 0, 327, 328, 0, 0, 60, 58, 56 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { - -1, 2, 3, 108, 1130, 109, 110, 808, 1733, 1739, - 1118, 1360, 1934, 2125, 1119, 2077, 2154, 1120, 2127, 1121, - 1122, 1364, 409, 509, 213, 872, 111, 828, 521, 1866, - 2005, 2004, 1867, 522, 1928, 1318, 1533, 1320, 1537, 914, - 917, 920, 923, 1603, 1593, 790, 291, 484, 485, 114, - 115, 116, 117, 118, 119, 120, 121, 292, 1248, 2027, - 2094, 950, 1244, 1245, 293, 999, 294, 125, 1431, 1209, - 912, 964, 1964, 126, 127, 128, 129, 295, 215, 1060, - 216, 523, 237, 812, 832, 624, 328, 1572, 362, 363, - 297, 588, 370, 1098, 1347, 519, 514, 1064, 752, 520, - 390, 299 + -1, 2, 3, 108, 981, 109, 110, 972, 1728, 1734, + 1238, 1432, 1875, 2024, 1239, 1987, 2048, 1240, 2026, 1241, + 1242, 1436, 395, 534, 535, 679, 111, 703, 412, 1738, + 1885, 1739, 413, 1833, 1297, 1496, 1401, 1582, 832, 835, + 838, 841, 1470, 1460, 875, 247, 668, 669, 114, 115, + 116, 117, 118, 119, 120, 121, 248, 1143, 1911, 1978, + 876, 1139, 1140, 249, 948, 250, 125, 1319, 1095, 830, + 890, 1845, 126, 127, 128, 129, 251, 252, 1064, 253, + 708, 254, 820, 707, 415, 565, 286, 1608, 320, 321, + 256, 512, 328, 1226, 1425, 410, 406, 1194, 933, 411, + 131, 373 }; /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ -#define YYPACT_NINF -1676 +#define YYPACT_NINF -1566 static const yytype_int16 yypact[] = { - 11466, 56, 43, 11612, -1676, -1676, 4813, 110, -55, -89, - -78, 49, 210, 230, 235, 271, -21, 290, 326, 121, - 129, 23, 405, 405, -147, 139, 168, 24, 176, 225, - 26, 239, 286, 294, 335, 346, 365, 378, 387, 413, - 420, 270, 393, 385, 320, 394, 451, 6418, 457, 462, - 529, -39, 104, 676, 617, 1, 481, 648, -20, 506, - -126, -126, 539, -71, 25, -1676, -1676, -1676, -1676, -1676, - 556, 654, 694, 674, 15, 69, 719, 725, 469, 816, - 819, 828, 5966, 849, 565, 666, 669, 20, 61, -1676, - 683, 687, -1676, -1676, 859, 918, 712, -1676, 5156, 702, - 4125, 40, 46, -1676, -1676, -1676, 10837, 762, -1676, -1676, - -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, - -1676, -1676, -1676, -15, -1676, -1676, -1676, -1676, 11, -1676, - 926, 158, 283, -1676, 19, -1676, -1676, -1676, -1676, -1676, - 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, - 405, 405, 405, 405, 405, 405, 405, 405, 405, 405, - 405, 405, 405, 405, 405, 721, 754, 765, 405, 405, - 405, 405, 768, 405, 405, 405, 405, 405, 405, 773, - -1676, 405, -1676, -1676, -1676, -1676, -1676, 405, 405, 405, - 696, 945, 777, 785, 786, 405, 405, 797, 810, -1676, - -1676, -1676, -1676, 774, 10837, 10837, 10837, 9958, 10178, 35, - 23, 327, 794, 818, 329, -1676, -1676, 842, 1040, 241, - 89, 1047, 10837, 3958, 3958, -1676, 10837, -1676, -1676, -1676, - -1676, 3958, -1676, -1676, -1676, -1676, 841, -1676, 845, 1081, - -1676, -1676, 3735, 23, 10837, 9663, 10837, 10837, 865, 10837, - 9663, 10837, 10837, 869, 10837, 9663, 10837, 10837, 10837, 10837, - 10837, 10837, 3958, 10837, 10837, 10837, 6644, 875, -1676, 9663, - 5966, 5966, 5966, 3958, -12, 494, 405, 405, 405, 405, - 28, 29, 30, 31, 6644, 1001, 770, 405, 6870, 10837, - 5281, -1676, -1676, 883, -1676, 2624, -1676, -1676, 297, -74, - 10837, 9663, 899, 921, 7096, 5966, 5966, 5966, 927, 949, - 970, 981, 7322, 7548, 7774, 987, 4411, 1215, 6644, 20, - 992, 993, -126, -126, -126, 10837, 10837, -101, -1676, -57, - -126, 4702, -46, 0, 1002, 1006, 1007, 1009, 1010, 1011, - 1015, 10837, 5966, 5966, 5966, 1017, 21, 999, -1676, 1239, - 1240, -1676, 1016, 1018, 1019, 5966, 5966, 1020, 1022, 1025, - -1676, 10837, -1676, 1266, 1268, 10837, 10837, 10837, -53, 10837, - 1041, -1676, 1105, 10837, 10837, 10837, -1676, -1676, 10837, 1271, - 1272, 1046, -1676, -1676, 1273, -1676, 1275, -1676, 416, 4587, - 417, 3958, 10837, -1676, -1676, 6644, 6644, -1676, 10251, 10471, - 1048, 1049, 3735, -1676, -1676, -1676, -1676, -1676, -1676, 6644, - 1280, 1058, 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, - 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, - 10837, 10837, 10837, 10837, 10837, 10837, 3958, 3958, 3958, 3958, - 3958, 3958, 3958, 3958, 3958, 3958, 6644, 3958, 3958, 10837, - 3958, 3958, 3958, 3958, 3958, 10837, 73, 3735, 1054, 1055, - 1056, 1057, 10837, 3958, 3958, 3958, 3958, 3958, 23, 3735, - 23, 1066, 1066, 1066, 123, 2690, 138, 12777, 364, 1062, - 1287, 405, 1061, -1676, 1063, 11748, 10837, 9663, -1676, 10837, - 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, 10837, - 10837, 10837, 10837, 10837, -1676, -1676, 10837, 10837, 1293, -1676, - -1676, 846, 476, 91, -1676, 524, 1068, 144, 10496, -1676, - 357, 392, 453, 1067, 1292, 1072, 1073, 13168, 9663, 2712, - -1676, 489, 13189, 13210, 10837, 13231, 517, 13252, 13273, 10837, - 13294, 576, 13315, 13336, 13357, 13378, 13399, 13420, 1079, 13441, - 13462, 13483, 1302, 10837, 650, 1304, 1305, 1306, 1085, 10837, - 10837, -91, 8000, 8226, 10837, 10837, 3958, 10837, -1676, 1252, - 10837, -1676, 1253, -1676, 1254, -1676, 1255, 6644, 5966, 5966, - 5966, 5966, 9663, 9663, 1066, -1676, 13504, -1676, 671, 10837, - 8452, 10837, 10837, 171, 1293, 13525, 672, 10837, 10837, 10837, - -1676, 1311, 1312, 1312, 9883, 9883, 9883, 9883, 10837, 1314, - 10837, 1316, 10837, 1318, 9663, 9663, 10204, 1097, 1322, 1095, - -1676, -1676, -157, -1676, -1676, 10595, 10668, -126, -126, 327, - 327, -104, 4702, 4702, 10837, 876, -44, -1676, 10837, 10837, - 10837, 10837, 10837, 10837, 10837, 10837, 10837, 13546, 1323, 1328, - 1329, 10837, 1332, 10837, 10837, 1392, -1676, -1676, 9663, 9663, - 9663, 1333, 1334, 10837, 10837, 10837, 13567, -1676, -1676, 13588, - 13609, 13630, 1167, 10711, -1676, 1108, 3012, 13651, 13672, 12800, - -1676, -1676, 9663, -1676, 2710, -1676, 2979, 10837, 10837, -1676, - 10837, 10837, 1116, 13693, 9465, 1119, 682, 163, 13714, 218, - 12823, 10837, 9663, 1342, 1343, -1676, 10837, 13735, 12846, 12754, - 12754, 12754, 12754, 12754, 12754, 12754, 12754, 12754, 12754, 12754, - 10791, 12754, 12754, 12754, 12754, 12754, 12754, 12754, 10960, 10986, - 11148, -123, 199, -123, 1122, 1123, 1124, 681, 681, 1125, - 681, 1126, 1128, 1130, 11272, 681, 681, 681, 536, 681, - 14470, 10837, 681, 1347, -1676, 10837, 10837, 10837, 10837, 920, - 1133, 1136, 1142, 585, 596, 1143, 1144, 1145, 1330, 1337, - 6644, 391, 1338, 1339, 6644, 155, 3735, 10837, 1350, 1369, - 27, 681, -1676, 52, 37, 38, 173, 1149, -35, 744, - -1676, 3296, 685, 3040, 629, 1045, 661, 661, 310, 310, - 310, 310, -34, -34, 1066, 1066, 1066, 1066, 8, 13756, - 12869, -1676, 112, -1676, 10837, 10837, 16, 9663, 10837, 10837, - 1293, 1371, 9663, 10837, 1372, 3958, 1378, -1676, 23, 1379, - 3958, 23, 1158, 23, 10837, 3735, 1384, 9663, 9663, 1222, - 1387, 1388, 13777, 1390, 1227, 1393, 1394, 13798, 1399, 1232, - 1400, 1401, 1402, 1404, 1405, 1406, -1676, 1407, 1408, 1409, - 10837, 13819, 1183, -1676, -1676, -1676, 1412, 13840, 12892, -1676, - -1676, 9663, -1676, 9663, 2712, 1191, 9663, 1190, 495, 11305, - 11662, 681, 11688, 1188, 4450, 1193, 1194, 1195, -1676, -1676, - -1676, -1676, 681, 686, 1424, -1676, 3144, 9663, 1066, -1676, - 13861, 12915, 9663, -1676, 426, 1426, 1201, 13882, 13903, 13924, - 10837, 6644, 1433, 1450, 1229, 14470, 1225, 1234, 14470, 1228, - 1235, 14470, 1231, 1237, 14470, 1236, 13945, -1676, 13966, -1676, - 13987, -1676, 692, 695, 9663, 1241, -1676, -1676, 3364, 10985, - -126, 10837, 10837, -1676, -1676, 1238, 1256, 4702, 10375, 1344, - -14, -126, 11025, 14008, 4732, 14029, 14050, 14071, 14092, 14113, - 14134, 14155, 1453, 10837, 1462, -1676, 10837, 14176, -1676, 12938, - 12961, -1676, 700, 703, 704, -1676, -1676, 12984, 13007, 11714, - -1676, 1464, 1468, 1469, 1261, 10837, 11141, 10837, 10837, -1676, - -1676, 51, 707, -1676, -1676, 11179, -1676, 1486, 10544, 1262, - 1264, 6644, 1494, 1460, 1470, 6644, 391, 1471, 1472, 6644, - 391, 4760, 711, -1676, -1676, 13030, 149, 1165, -1676, -1676, - -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, 10837, - -1676, -1676, -1676, -1676, -1676, -1676, -1676, 10837, 10837, 10837, - -1676, 9663, -1676, -1676, -1676, -1676, 3958, -1676, -1676, 10837, - -1676, 6644, 3958, 3958, 3958, -1676, -1676, -1676, -1676, -1676, - -1676, 14470, -1676, 1509, -1676, 5219, 5452, 5678, 5904, -1676, - 10837, 3958, -1676, 3958, -1676, 10837, -1676, -1676, -1676, -1676, - 405, 405, 1512, -1676, 10837, 1513, 405, 405, 1514, 124, - 10837, 1517, 1518, 969, -1676, 1519, 1296, 20, 1522, -1676, - 9663, 9663, 9663, 9663, 10837, 1303, 1325, 1335, 1336, -1676, - 681, 10837, -1676, 1340, 1341, 1295, -1676, 1526, -1676, -1676, - -1676, -1676, -1676, 275, 359, -1676, 14197, 13053, -1676, 1345, - 3958, 544, 14218, 13076, -1676, -1676, 638, 11740, -1676, -1676, - -1676, 62, -1676, -1676, 1315, 10837, -1676, 12754, 681, -126, - 2712, -1676, 853, 6644, 6644, 1542, 6644, 857, 6644, 6644, - 1553, 6644, 1467, 6644, 6644, 6644, 6644, 6644, 6644, 6644, - 6644, 6644, 1327, 1557, 9663, -1676, 426, 75, 720, 723, - -1676, 724, -1676, -1676, 10837, 10837, -1676, 10837, 10837, -1676, - 10837, 10837, 10837, -1676, -1676, 6644, 10837, 749, 426, 426, - 752, 6644, 9663, 1559, 1562, 1563, 2358, -1676, -1676, 1565, - -1676, 288, 10837, 288, 10837, 288, 10837, 288, 10837, 1566, - 1567, 1569, 1570, 1572, 753, 1568, 11234, -1676, -1676, -42, - 11766, 11792, -1676, -1676, 6130, -150, 1476, 1577, 10764, 1348, - 1578, 1358, 34, 53, -51, -1676, -38, -1676, -14, 1579, - 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1589, 6644, 14470, - -1676, 1396, 1354, 1591, 1592, 1593, 1508, 1594, 1596, 1612, - 10837, 6644, 6644, 6644, 1615, 11818, -1676, 3461, 200, 1619, - 1620, 1395, -1676, 1397, -1676, 1505, 1398, 6644, 1403, -1676, - 405, 405, 1623, 10837, 1624, 405, 405, 1627, 10837, 1628, - -1676, 681, 1630, -1676, 1633, -1676, 1636, 12754, 12754, 12754, - 12754, 630, 1410, 10418, 1411, 681, 681, 1413, 639, 1415, - 662, -1676, -1676, -1676, -1676, 14239, 1416, 681, 12754, 1870, - 3958, -1676, 1527, -1676, 1870, 3958, -1676, 395, 1414, 1641, - 1552, -1676, -1676, -1676, 20, 10837, -1676, 766, -1676, 772, - 775, 776, 783, 14260, 10837, 10837, 10837, 10837, 288, 14470, - 1425, 10837, 10837, 6644, 1419, -1676, -1676, -1676, -1676, 1423, - -1676, 1649, 64, -1676, -1676, 1650, 10837, 9130, 1429, 1428, - -1676, 14470, 1653, 1654, 14, 1427, 1430, 1545, 1545, 6644, - 1659, 1432, 1434, 1661, 1670, 6644, 1506, 1445, 1674, 1675, - 1676, 1677, 1678, 1679, 1680, 1681, 1685, -1676, 1687, 784, - 1689, 681, 1466, 1465, 11844, 11870, 11896, 11922, 11948, 11974, - 12000, 1690, 14470, -1676, 681, 1691, 787, 6644, 6644, 6644, - 1695, 1694, -1676, 6644, 14470, 6644, 14470, 6644, 14470, 6644, - 14470, 6644, 6644, 6644, 1473, 1475, 1697, 894, -1676, 10837, - 10837, 10837, 1478, 1493, 1496, 1477, -1676, 1789, 6644, -1676, - 10837, -1676, 1696, -1676, 1699, -1676, -1676, 4702, 4, 6192, - -1676, 1498, 1499, 1515, 1516, 1520, 1521, 8678, 1722, -1676, - 9663, -1676, -1676, -1676, 1523, 10837, -1676, -1676, 13099, 1745, - 1746, 1534, -1676, 10837, 10837, 10837, -1676, 1750, 954, 3735, - -1676, -1676, -1676, 1525, 1769, 1870, 3958, -1676, 1895, -1676, - 1870, 3958, -1676, 1971, -1676, 288, -1676, 379, -1676, -1676, - -1676, -1676, -1676, -1676, 3958, 10837, -1676, -1676, -1676, -1676, - 3958, 1772, -1676, -1676, 10837, 22, -1676, -1676, -1676, -1676, - -1676, -1676, 1771, -123, -123, -1676, 1773, -123, -123, 3735, - 10837, 1775, 1778, 27, -1676, 1777, 13122, 20, -1676, 1779, - 1780, 1781, 1782, 1424, 14281, 14302, 14323, 14344, 6644, 10837, - 12026, 12052, 788, -1676, 10837, 1785, -1676, -1676, 3958, -1676, - 12078, 5514, 14470, -1676, 1783, 1784, 477, -1676, -1676, -1676, - 10837, 10837, -126, 1786, 1787, 1792, -1676, 10837, 10837, -1676, - -1676, 1793, 1710, 1797, 10837, -1676, -1676, -1676, -1676, -1676, - -1676, -1676, -1676, -1676, 1799, 1550, 426, -1676, -1676, -1676, - 10837, 10837, 10837, 10837, 10837, 10837, 10837, -1676, -1676, -1676, - 1571, 1801, 1506, 1802, 10837, -1676, 1803, 1804, 1805, 1806, - 1807, 1021, 1808, 9663, 9663, 10837, -1676, 9883, 6356, 14365, - 2252, 327, 327, 10837, 10837, -1676, 450, 1590, 14386, -1676, - -1676, 6582, -36, -1676, 1810, 1811, 6644, -126, -126, -126, - -126, -126, 5054, 1812, -1676, 800, 10837, 2014, 1814, -1676, - -1676, 6644, 3632, 586, 14407, -1676, -1676, 9211, 1597, 9465, - 9465, 6644, -1676, 1816, -123, -123, -1676, 1818, -123, -123, - -1676, 6644, -1676, 1598, 12754, 681, 5740, 14470, 9437, 3735, - -1676, 1819, 1823, -1676, 1825, 1826, 1827, 2043, -1676, 1828, - 1831, -1676, 1603, -1676, -1676, -1676, -1676, -1676, 1563, 1566, - 1567, 1569, 1832, 658, 14470, 10837, 10837, 6644, 1606, 801, - 14470, -1676, 1835, 10837, -1676, -1676, 1608, 1609, -1676, 6808, - 7034, 759, -1676, -1676, -1676, 7260, 7486, -1676, 1610, -1676, - 7712, 1840, 6644, 12754, 12754, 12104, 12130, 12156, 12182, 12208, - 10837, -1676, 1841, -1676, 14470, -1676, -1676, -1676, -1676, -1676, - 1616, -1676, -1676, 809, 812, 10302, 2083, 1845, 1618, -1676, - 10837, -1676, 1611, 1621, 7938, 13145, 1847, 6644, 1848, 1625, - 10837, -1676, -1676, 836, -4, 131, 164, 213, 258, 8904, - 264, -1676, 1851, 8164, -1676, -1676, 1688, 10837, -1676, 10837, - -1676, -1676, 9663, 2408, 1854, 3735, 1626, 1629, 1632, -1676, - 1856, 1857, -1676, 1862, 1864, 1865, -1676, -1676, -1676, 5281, - -1676, -1676, 3958, 14470, -1676, -1676, -1676, -1676, -1676, -1676, - -1676, -1676, 20, -1676, 1703, -1676, -1676, 10837, 12234, 12260, - -1676, 6644, 10837, 1867, -1676, 12286, -1676, -1676, 6644, 6644, - 1871, 1872, 1873, 1874, 10837, 1875, 1876, 851, -1676, -1676, - 10837, 10837, 10837, 10837, 10837, 8390, -1676, 6644, 521, 547, - 9663, -1676, -1676, 327, 4292, -1676, -1676, -1676, 1877, -1676, - 1651, 6644, -1676, 8616, 1879, 9663, -126, -126, -126, -126, - -126, -1676, -1676, 10837, 8842, 9087, 852, -1676, -1676, 1648, - 1655, -1676, 1882, -1676, -1676, -1676, -1676, -1676, 855, 1233, - 1883, 860, 1885, -1676, 1660, 14470, 10837, 10837, 868, 14470, - -1676, 10837, 873, 874, -1676, -1676, -1676, -1676, -1676, -1676, - 9157, -1676, -1676, 1662, 12312, 12338, 12364, 12390, 12416, -1676, - 877, 1663, -126, 6644, 1887, 1665, -126, 1889, 880, 1668, - 10837, -1676, -1676, 1894, 1800, 11298, 1671, -1676, 885, 285, - 299, 302, 334, 339, 2451, -1676, -1676, 1898, 1900, -1676, - -1676, 10837, -1676, 3735, 23, -1676, -1676, 10837, 14428, 12442, - 50, 12468, -1676, -1676, -1676, -1676, -1676, 10837, 10837, 10837, - 10837, 10837, 10837, 1901, -126, 90, -1676, -1676, -126, 100, - -1676, 1902, -1676, 9313, -1676, 10837, -1676, -14, -1676, 1918, - 9663, 9663, 9663, 9663, 8904, -1676, -1676, -1676, 9465, 2208, - -1676, 1698, 890, -1676, 10837, -1676, 6644, 10837, 909, 910, - 12494, 12520, 12546, 12572, 12598, 12624, -1676, 348, -1676, 400, - -1676, -1676, -1676, 2470, 356, 11337, -1676, 914, 924, 939, - 940, 406, 958, 1704, 3735, 1705, 1920, 1700, 14449, 961, - 9379, -1676, -1676, 10837, 10837, 10837, 10837, 10837, 10837, -126, - -126, -1676, -1676, -1676, -14, 1925, 1926, 1932, 1935, 9663, - 1936, 1937, -1676, -1676, -1676, 3958, -1676, 1711, 1938, 9601, - 12754, 12650, 12676, 12702, 12728, 409, 455, 626, -1676, -1676, - -1676, -1676, 967, -1676, -1676, 971, -1676, 1712, 6644, -1676, - 1941, -1676, 10837, 10837, 10837, 10837, 10837, 10837, -1676, 1942, - 3958, 1943, 3958, 972, -1676, 9789, 9832, 9908, 10009, 10082, - 10125, -1676, -1676, -1676, 985, -1676, 1944, -1676, -1676, -1676, - -1676, 1945, 1948, 3958, 1950, -1676, -1676, -1676, -1676, -1676 + 9991, 70, 113, 10138, -1566, -1566, -121, 169, 129, -16, + 1, 39, 212, 235, 296, 307, 35, 318, 338, -67, + 116, 26, -171, -171, -94, 72, 138, 37, 152, 157, + 42, 166, 173, 178, 196, 224, 239, 247, 260, 276, + 287, 365, 447, 541, 317, 146, 329, 5506, 341, 322, + 479, -47, 550, 327, 674, 55, 349, 517, -11, 378, + 299, 299, 394, 384, 855, -1566, -1566, -1566, -1566, -1566, + 425, -29, 570, 596, 12, 48, 605, 614, 109, 716, + 722, 754, 4825, 802, 588, 619, 625, 15, 25, -1566, + 628, 642, -1566, -1566, 833, 849, 719, -1566, 3884, 661, + 4681, 32, 44, -1566, -1566, -1566, 9203, 720, -1566, -1566, + -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, + -1566, -1566, -1566, 124, -1566, -1566, -1566, -1566, 67, -1566, + 902, 698, 4591, 676, 912, 9203, 3485, 3485, -1566, 9203, + -1566, -1566, -1566, -1566, 3485, -1566, -1566, -1566, -1566, 708, + 946, -1566, -1566, 5175, 26, 9203, 8003, 9203, 9203, 723, + 9203, 8003, 9203, 9203, 737, 9203, 8003, 9203, 9203, 9203, + 9203, 9203, 9203, 3485, 9203, 9203, 9203, 5733, 738, -1566, + 8003, 4825, 4825, 4825, 3485, -1566, -1566, -1566, -1566, -1566, + -171, -171, -171, -171, -171, -171, -171, -171, -171, -171, + -171, -171, -171, -171, -171, -171, -171, -171, -171, -171, + -171, -171, 480, -171, -171, -171, -171, -171, 744, -171, + -171, 756, -1566, -1566, -1566, -171, 22, 38, 43, 46, + 5733, 873, 475, 771, -171, -171, 778, 781, -1566, -1566, + -1566, 9203, 5960, 9203, 9203, 6187, 26, -1566, -1566, 779, + -1566, 1908, -1566, -1566, -1566, -1566, -1566, 179, 9203, 8003, + 796, 797, 6414, 4825, 4825, 4825, 811, 821, 858, 859, + 6641, 6868, 7095, 865, 3824, 1049, 5733, 15, 867, 874, + 299, 299, 299, 9203, 9203, -51, -1566, 419, 299, 8840, + 446, 164, 877, 879, 888, 889, 894, 899, 915, 9203, + 4825, 4825, 4825, 916, 7, 954, -1566, 1140, 1164, -1566, + 973, 977, 978, 4825, 4825, 955, 976, 981, -1566, 9203, + -1566, 1189, 1198, 9203, 9203, 9203, 16, 9203, 980, -1566, + 1041, 9203, 9203, 9203, -1566, -1566, 9203, -1566, -171, -171, + -171, 986, 987, 989, -171, -171, -171, -171, -171, -171, + -171, -1566, -171, -1566, -1566, -171, -171, 990, 991, -171, + -1566, 1005, 1215, 1232, 1006, -1566, -1566, 1234, -1566, 1235, + -1566, 9203, 11571, 156, 3485, 9203, -1566, -1566, 5733, 5733, + -1566, 1011, 5175, 634, 1238, -1566, -1566, -1566, -1566, -1566, + -1566, 9203, 9203, 407, 28, 5733, 1241, 258, 216, 1018, + 1246, 52, 9203, -1566, 529, -140, -1566, 83, -100, 4477, + -1566, -41, -160, 214, 1169, -1566, 26, 1016, 1017, 11965, + 8003, 2561, -1566, 371, 11986, 12007, 9203, 12028, 493, 12049, + 12070, 9203, 12091, 500, 12112, 12133, 12154, 12175, 12196, 12217, + 1026, 12238, 12259, 12280, 1250, 9203, 521, 1252, 1253, 1255, + 1033, 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, + 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, + 9203, 9203, 9203, 8003, 8003, 1031, 9203, 9203, 3485, 9203, + 3485, 5733, 3485, 3485, 3485, 9203, -1566, 1202, 9203, -1566, + 1203, -1566, 1204, -1566, 1206, 5733, 4825, 4825, 4825, 4825, + 3485, 3485, 8003, 26, 5175, 1042, 8003, 1042, -1566, 1042, + 12301, -1566, 546, -171, 9203, 9203, 9203, 9203, 9203, 9203, + 9203, 9203, 9203, 9203, 9203, 9203, 7322, 9203, 9203, 9203, + 26, 9203, 9203, 1267, -1566, 769, 12322, 582, 9203, 9203, + 9203, -1566, 1265, 1266, 1266, 8618, 8618, 8618, 8618, 9203, + 1269, 9203, 1271, 9203, 1274, 8003, 8003, 11595, 1052, 1279, + 1054, -1566, -1566, -145, -1566, -1566, 4763, 4991, 299, 299, + 407, 407, -137, 8840, 8840, 9203, 2076, -134, -1566, 9203, + 9203, 9203, 9203, 9203, 9203, 9203, 9203, 9203, 12343, 1292, + 1294, 1295, 9203, 1297, 9203, 9203, 2968, -1566, -1566, 8003, + 8003, 8003, 1298, 1299, 9203, 9203, 9203, 12364, -1566, -1566, + 12385, 12406, 12427, 1131, 5217, -1566, 1073, 2588, 12448, 12469, + 11666, 3485, 3485, 3485, 3485, 3485, 3485, 3485, 3485, 3485, + 9203, 3485, 3485, 3485, 3485, 10, 5175, 3485, 3485, 3485, + 26, -1566, -1566, 8003, -1566, 3341, -1566, 9352, 1042, 9203, + -1566, 9203, 9203, 1075, 12490, 3606, 1079, 591, 9203, 1304, + 1082, 1083, 1084, 1086, 9203, 12511, 11689, -1566, 1087, 10275, + 1096, 353, 1095, 1324, 1327, -1566, -1566, -1566, 8003, 155, + -1566, -1566, -1566, 26, 9203, 9203, 1267, 1103, 8184, -1566, + 33, 8003, 26, 9203, 9203, 1331, 1330, 8003, 9203, 1332, + 3485, 1333, -1566, 26, 1334, 3485, 9203, 1107, 1110, -1566, + 9203, 5175, 1336, 8003, 1171, 8003, 1343, 1344, 12532, 1346, + 1181, 1348, 1349, 12553, 1350, 1185, 1353, 1355, 1357, 1358, + 1359, 1360, -1566, 1361, 1362, 1363, 9203, 12574, 1139, -1566, + -1566, -1566, 1367, 11643, 11643, 11643, 11643, 11643, 11643, 11643, + 11643, 11643, 11643, 11643, 5444, 11643, 11643, 11643, 11643, 11643, + 11643, 11643, 5671, 5898, 6125, 2561, 1145, 1144, 119, 8003, + 6352, 6579, 503, 6806, 503, 1141, 1142, 1143, -34, 10134, + 1149, 8494, 1150, 1151, 1152, -1566, -1566, -1566, -1566, 1148, + -127, 503, 1147, 1158, 593, 1371, -1566, 503, 2882, 2969, + 920, 939, 1009, 1009, 463, 463, 463, 463, 554, 554, + 8003, 1042, -1566, 1042, 1042, 1042, 1154, 12595, 11712, -139, + -1566, 8003, -1566, 1383, 1159, 12616, 12637, 12658, 9203, 5733, + 1387, 1388, 1163, 10134, 1157, 1166, 10134, 1160, 1167, 10134, + 1161, 1172, 10134, 1168, 12679, -1566, 12700, -1566, 12721, -1566, + 604, 606, 8003, 1170, -1566, -1566, 9392, 9446, 299, 9203, + 9203, -1566, -1566, 1173, 1174, 8840, 3547, 617, 51, 53, + 618, 1175, -35, 717, 1276, -1566, 839, 299, 9540, 12742, + 9162, 12763, 12784, 12805, 12826, 12847, 12868, 12889, 1402, 9203, + 1404, -1566, 9203, 12910, -1566, 11735, 11758, -1566, 657, 658, + 659, -1566, -1566, 11781, 11804, 7033, -1566, 1405, 1406, 1407, + 1176, 9203, 9578, 9203, 9203, -1566, -1566, 57, 415, 460, + 415, 1186, 1187, 1177, 503, 503, 1183, 7260, 503, 503, + 503, 503, 9203, 503, 1410, -1566, 1190, 1193, 469, 1192, + 664, -1566, -1566, 1042, 9672, -1566, 1422, 8913, 1196, 1201, + 1429, 5733, 9830, -1566, 9203, 9203, 9203, 9203, 575, 497, + 82, -1566, 5175, 9203, 1430, 1433, 30, -1566, 665, 1397, + 1398, 5733, 24, 1209, 12931, 11827, 1212, 9203, -1566, -1566, + 1231, 3485, -24, 1213, 12952, 11850, -1566, -1566, -1566, 186, + 7487, -1566, -1566, -1566, 92, -1566, -1566, 10134, -1566, 9203, + 11643, 503, 299, 677, 2561, -1566, 5733, 5733, 1443, 5733, + 687, 5733, 5733, 1444, 5733, 1356, 5733, 5733, 5733, 5733, + 5733, 5733, 5733, 5733, 5733, 666, 1448, 8003, -1566, -1566, + -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, + 9203, -1566, -1566, -1566, -1566, -1566, -1566, -1566, 9203, 9203, + 9203, -1566, -1566, -1566, 672, 9203, 9203, -1566, 9203, -1566, + 5733, 3485, 3485, -1566, -1566, 9203, -1566, 9203, 9203, 9203, + 9203, 9203, -1566, -1566, -1566, -1566, -1566, 5733, -1566, 9203, + 9203, 673, 1331, -139, 139, -1566, 678, 5733, 8003, 1449, + 1450, 1451, 2612, -1566, -1566, 1453, -1566, 300, 9203, 300, + 9203, 300, 9203, 300, 9203, 1454, 1456, 1472, 1473, 1476, + 679, 1480, 9710, -1566, -1566, -123, 7714, 7941, -1566, -1566, + 10871, -110, 8003, 8003, 8003, 8003, 9203, 1225, 1256, 1257, + 1258, 1354, 1484, 9135, 1259, 1483, 1261, 36, 47, -25, + -1566, -101, -1566, 839, 1486, 1485, 1487, 1488, 1489, 1496, + 1497, 1498, 1499, 5733, 10134, -1566, 711, 1275, 1501, 1503, + 1504, 1418, 1506, 1508, 1509, 9203, 5733, 5733, 5733, 1512, + 8252, -1566, 3168, 244, 1515, 1517, -1566, 8003, -1566, -1566, + -1566, -1566, 3485, -1566, -1566, 9203, 3485, -1566, -1566, -1566, + -1566, 10134, -1566, 1286, -1566, 3485, -1566, 3485, -1566, -1566, + 1285, -1566, 1291, -1566, 850, 1300, 5733, -1566, 1293, -1566, + 10896, 10921, 10946, 10971, -1566, -1566, 9203, 1522, 31, 9203, + 1525, 1526, 1254, -1566, 1529, 15, 1532, 1308, 503, -171, + -171, 1534, -1566, 1312, 1313, 1311, -1566, 1539, -1566, -1566, + -1566, -1566, -1566, 1331, -164, 610, 11873, -1566, 1540, 34, + 1331, -1566, 1315, 1541, 9203, 8225, 503, 10134, 1542, 1545, + 75, 1319, 1320, 1435, 1435, 5733, 1551, 1325, 1326, 1554, + 1555, 5733, 1389, 1335, 1557, 1559, 1560, 1561, 1563, 1564, + 1565, 1567, 1568, -1566, 1572, 681, 11643, 11643, 11643, 11643, + 503, 8562, 8670, 8743, 1351, 503, 503, 483, 8786, 8868, + 8965, 9033, 12973, 11643, 1573, 10134, 10134, -1566, -1566, -1566, + 1574, -1566, 503, 1576, 704, 5733, 5733, 5733, 1579, 1578, + -1566, 5733, 10134, 5733, 10134, 5733, 10134, 5733, 10134, 5733, + 5733, 5733, 1347, 1372, 1583, 518, -1566, 9203, 9203, 9203, + 1373, 1374, 706, 731, 741, 746, 12994, 9203, 9203, 9203, + 9203, 1375, 1378, -1566, 1447, 5733, -1566, 9203, -1566, 1580, + -1566, 1585, -1566, -1566, 8840, 820, 5052, -1566, 1377, 1379, + 1380, 1381, 1384, 1385, 7549, 1588, -1566, 8003, -1566, -1566, + -1566, 1386, 9203, -1566, -1566, 11896, 1598, 1605, 1452, -1566, + 9203, 9203, 9203, -1566, 1610, 636, 524, 1382, 2694, 1390, + 9203, 531, 1392, 503, 5175, -1566, -1566, -1566, 1391, 1617, + -1566, -1566, -1566, -1566, 1665, -1566, 626, 1395, 1618, 1725, + -1566, -1566, -1566, 15, -1566, 748, -1566, 9203, 300, 1044, + 3485, -1566, 1403, 9203, 9203, 5733, 1393, -1566, 1400, 1620, + 1628, 1630, -1566, -1566, 3485, -1566, 1633, -1566, 9076, 4137, + 10134, -1566, 1632, 288, -1566, -1566, -1566, 9203, 9203, 299, + 1634, 1635, 1636, -1566, 9203, 9203, -1566, -1566, 1637, 1552, + 1639, 9203, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, + -1566, 1642, 1419, -1566, -1566, -1566, -1566, -1566, 9203, 9203, + 9203, -1566, -1566, -1566, 1647, -1566, -1566, 9203, 9203, 9203, + 9203, -1566, -1566, -1566, -139, -1566, -1566, 1420, 1648, 1389, + 1649, 9203, -1566, 1666, 1667, 1668, 1671, 1672, 824, 1673, + 8003, 8003, 9203, -1566, 8618, 10996, 13015, 3883, 407, 407, + 1675, 1676, 1677, 1678, 1371, 13036, 13057, 13078, 13099, 9203, + 9203, -1566, 115, 1455, 13120, -1566, -1566, 11021, -98, -1566, + 1679, 1680, 5733, 299, 299, 299, 299, 299, 5279, 1681, + -1566, 749, 9203, 1750, 1683, -1566, -1566, 5733, 4084, 372, + 13141, -1566, -1566, 8308, -1566, 3485, 9203, -1566, 3485, 10134, + 27, -1566, -1566, -1566, -1566, 1457, 3606, 3606, 5733, -1566, + -1566, 5175, 9203, 1684, 1687, 30, -1566, 1686, -1566, 15, + 11919, 5733, 1688, 415, 415, 9203, 9360, 9518, 759, -1566, + 9203, -66, -1566, -1566, 1690, -1566, 9203, -1566, -1566, 1464, + -1566, 11046, 11071, 454, -1566, -1566, -1566, 11096, 11121, -1566, + 1465, -1566, 11146, 1694, 5733, 11643, 11643, 9650, 4364, 9801, + 10189, 10233, 10262, -1566, 9203, -1566, 1696, -1566, 10134, -1566, + -1566, -1566, -1566, -1566, 1467, -1566, -1566, 760, 789, 11619, + 1778, 1697, 1471, -1566, -1566, 9203, 1474, 1475, -1566, -1566, + -1566, -1566, 1451, 1454, 1456, 1472, 11171, 11942, 1699, 5733, + 1703, 1478, 9203, -1566, -1566, 800, -72, -65, -48, -28, + -12, 7776, 9, -1566, 1700, 11196, -1566, -1566, 1544, -1566, + 9203, 9203, -1566, -1566, 8003, 1884, 1707, 1490, 11643, 503, + 8535, 5175, 5175, 1481, 1482, 1495, 1708, 2038, -1566, 1710, + 1712, -1566, -1566, 1500, 1713, -1566, 1716, 1717, 210, 10134, + 9203, 9203, 1505, 5733, 801, 10134, -1566, 10291, -1566, -1566, + 5733, 1726, 1727, 1728, 1730, 9203, 1733, 1734, 807, -1566, + -1566, 9203, 6187, -1566, -1566, 9203, 9203, 9203, 9203, 11221, + -1566, 5733, 472, 675, 8003, -1566, -1566, 407, 4302, -1566, + -1566, -1566, 1735, -1566, 1511, 5733, -1566, 11246, 1736, 8003, + 299, 299, 299, 299, 299, -1566, -1566, 9203, 11271, 11296, + 808, -1566, -1566, -1566, -1566, -1566, 3485, 10134, -1566, -1566, + 1516, 1514, -1566, 1742, -1566, -1566, 15, -1566, 1581, -1566, + -1566, -1566, -1566, 9203, 10320, 10349, 5733, -1566, 1744, 9203, + 9203, 809, 817, -1566, -1566, -1566, -1566, -1566, 11321, -1566, + -1566, 1518, 10378, 818, 2485, 1746, 10407, 10436, 10465, 10494, + -1566, 842, 1521, 299, 5733, 1749, 1524, 299, 1753, 843, + 1528, -1566, 9203, -1566, 1754, 1638, 9804, 1533, -1566, 845, + 150, 158, 181, 231, 291, 2309, -1566, -1566, 1759, 848, + 1761, -1566, -1566, 1762, -1566, 1536, 10134, 9203, 9203, 875, + -1566, 10134, 10523, -1566, -1566, -1566, -1566, 9203, 9203, -1566, + 9203, 5175, 26, 9203, 9203, 9203, 9203, 1764, 299, 96, + -1566, -1566, 299, 136, -1566, 1765, -1566, 11346, -1566, 9203, + -1566, 839, -1566, 1768, 8003, 8003, 8003, 8003, 7776, -1566, + -1566, -1566, -1566, 3606, -1566, 9203, 13162, 10552, 60, 9203, + 934, 10581, 10610, 2532, -1566, 1546, 10639, 10668, 10697, 10726, + -1566, 295, -1566, 302, -1566, -1566, -1566, 2410, 880, 9842, + -1566, 935, 937, 942, 943, 311, 944, 1543, 950, -1566, + 9203, -1566, 5733, 11371, -1566, 9203, 9203, 5175, 1548, 9203, + 9203, 9203, 9203, 299, 299, -1566, -1566, -1566, 839, 1773, + 1774, 1775, 1776, 8003, 1777, 1779, 1780, 1556, 13183, 953, + 1782, 11396, 11643, -1566, -1566, 10755, 10784, 10813, 10842, 326, + 337, 974, -1566, -1566, -1566, -1566, 962, -1566, -1566, -1566, + 3485, -1566, 1562, -1566, 1784, -1566, 9203, 9203, 9203, 9203, + 9203, 9203, -1566, 1786, 963, -1566, 1566, 5733, -1566, 11421, + 11446, 11471, 11496, 11521, 11546, -1566, 1788, 3485, 3485, 964, + -1566, -1566, -1566, -1566, 1790, 1791, -1566, -1566, 971, -1566, + 1792, -1566, -1566, 1794, 3485, -1566, -1566, -1566 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { - -1676, -1676, -1676, -1676, 587, -1676, -1676, -1676, -1676, -40, - -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, -1676, - -1676, -1676, -424, -94, 4090, 2989, -1676, 1436, -1676, -1676, - -1676, -1676, -1676, -1676, -1676, -1368, -1676, 94, -1676, -1676, - -1676, -1676, -1676, 330, 575, 1961, -1, -620, -299, -1676, - -1676, -1676, -1676, -1676, -1676, -1676, -1676, 1963, -1676, -1676, - -1676, -1676, -1243, -1233, 1964, -1675, 1965, -1676, -1676, -1676, - 1367, -1676, 82, -1676, -1676, -1676, -1676, 1949, -1676, -1676, - 1969, -1676, -1676, -587, -1676, 3, -1676, -1650, 2893, -224, - 2448, 2713, -318, 421, -1676, 250, 2, -1676, -1676, -432, - -3, 291 + -1566, -1566, -1566, -1566, 552, -1566, -1566, -1566, -1566, -120, + -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, -1566, + -1566, -1566, -656, -55, 3780, 1919, -1566, 1394, -1566, -1566, + -1566, -1566, -1566, -1566, -1237, -1566, 63, -1566, -1566, -1566, + -1566, -1566, 297, 540, 1805, 6, -568, -256, -1566, -1566, + -1566, -1566, -1566, -1566, -1566, -1566, 1806, -1566, -1566, -1566, + -1566, -1137, -1129, 1807, -1565, 1809, -1566, -1566, -1566, 1272, + -1566, 54, -1566, -1566, -1566, -1566, 1904, -1566, -1566, 1812, + -1566, 1797, -678, -1566, -1566, -56, -1566, -1540, 272, -157, + 2044, 223, -276, 225, -1566, 236, -62, -1566, -1566, -471, + -1566, -3 }; /* 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 -536 +#define YYTABLE_NINF -512 static const yytype_int16 yytable[] = { - 131, 619, 113, 219, 731, 1468, 733, 904, 218, 945, - 946, 1466, 1112, 1586, 1826, 1827, 1803, 394, 238, 346, - 1589, 748, 1128, 411, 368, 652, 1708, 236, 248, 333, - 253, 1096, 635, 568, 571, 573, 575, 222, 410, 478, - 1461, 248, 253, 5, 298, 384, 555, 556, 557, 655, - 770, 386, 774, 303, 777, 225, 2045, 303, 1279, 1463, - 627, 628, 4, 327, 329, 372, 332, 627, 628, 1377, - 1577, 238, 1237, 350, 304, 351, 940, 236, 1105, 298, - 244, 601, 602, 603, 238, 1453, 684, 245, 686, 1238, - 315, 323, 324, 316, 694, 238, 2058, 1239, 1240, 1241, - 379, 325, 383, 1242, 1243, 869, 2060, 870, 326, 1237, - 825, 334, 1877, 627, 628, 335, 627, 628, 648, 649, - 650, 336, 337, 221, 338, 339, 1238, 1237, 1337, 947, - 768, 661, 662, 629, 1239, 1240, 1241, 869, 223, 870, - 1242, 1243, 340, 871, 1238, 772, 323, 324, 319, 224, - 407, 408, 1239, 1240, 1241, 352, 325, 594, 1242, 1243, - 627, 628, 1083, 331, 320, 321, 1113, 1114, 1115, 1116, - 1003, 627, 628, 627, 628, 627, 628, 630, 672, 627, - 628, 627, 628, 212, 1465, 500, 501, 502, 637, 951, - 1462, 1449, 503, 305, 347, 1467, 306, 1800, 307, 569, - 572, 574, 576, 479, 480, 1709, 231, 238, 1495, 1464, - 483, 1938, 392, 627, 628, 559, 227, 560, 107, 393, - 515, 515, 211, 107, 212, 1007, 107, 638, 515, 1905, - 1129, 627, 628, 1134, 639, 1466, 228, 1960, 395, 1663, - 238, 229, 298, 1117, 525, 396, 412, 298, 413, 348, - 653, 249, 298, 254, 369, 212, 217, 212, 250, 515, - 255, 1097, 570, 298, 249, 254, 298, 298, 298, 298, - 515, 1101, 1102, 1005, 385, 1009, 107, 230, 1129, 244, - 387, 298, 1280, 226, 2046, 298, 1100, 298, 373, 1378, - 402, 1379, 1338, 1339, 132, 1083, 232, 220, 298, 407, - 408, 298, 298, 298, 298, 751, 1410, 627, 628, 298, - 298, 298, 239, 407, 408, 298, 238, 627, 628, 816, - 508, 938, 939, -529, 817, 622, 623, 403, 404, 405, - 769, 482, 233, 631, 636, 488, 407, 408, 952, 298, - 298, 298, 403, 404, 405, 773, -534, 1084, 627, 628, - 234, 1090, 298, 298, 888, 889, 890, 891, 235, 403, - 404, 405, 406, 2073, 1906, 349, 246, 403, 404, 405, - 1004, 776, 821, 407, 408, 986, 266, 822, 371, 407, - 408, 627, 628, -532, 778, 398, 1089, 399, 515, 380, - 995, 268, 298, 298, 400, 247, 2079, 1907, 1083, 869, - 257, 870, 1549, 251, 703, 902, 298, 1103, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 403, 404, 405, 1008, 503, 869, 1496, 870, - 627, 628, 1041, 515, 515, 515, 515, 515, 515, 515, - 515, 515, 515, 298, 515, 515, 1908, 515, 515, 515, - 515, 515, 252, 238, 59, 60, 61, 62, 589, 754, - 515, 515, 515, 515, 515, 238, 256, 238, 506, 73, - 507, 766, 76, 513, 517, 627, 628, 400, 2143, 1237, - 270, 627, 628, 271, 298, 267, 272, 403, 404, 405, - 406, 1909, 403, 404, 405, 406, 1238, 1910, 1942, 407, - 408, 481, 627, 628, 1239, 1240, 1241, 407, 408, -533, - 1242, 1243, 548, 257, 516, 516, 627, 628, 2030, 627, - 628, 258, 516, 558, 591, 298, 592, 498, 499, 500, - 501, 502, 2031, 400, 526, 2032, 503, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 627, 628, 516, 269, 503, 627, 628, 355, 298, - 298, 356, 259, 515, 516, 627, 628, 2033, 403, 404, - 405, 406, 2034, 260, 298, 298, 298, 298, 298, 298, - 298, 2089, 1293, 407, 408, 824, 1298, 298, 407, 408, - 825, 2092, 261, -531, 1819, 403, 404, 405, 406, 403, - 404, 405, 406, 407, 408, 262, 916, 919, 922, 925, - 371, 298, 298, -535, 263, 407, 408, 627, 628, 407, - 408, 302, 826, 627, 628, 827, 627, 628, 483, 483, - 943, 944, 240, 2090, 241, 623, 2048, 2049, 1226, 2099, - 264, 692, 2136, 687, 690, 688, 691, 265, 1961, 1962, - 407, 408, 212, 400, 1963, 298, 298, 298, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 590, - 501, 502, 627, 628, 1965, 1966, 503, 1085, 273, 298, - 1963, 1091, 516, 829, 300, 1796, 827, 732, 2137, 734, - 735, 736, 737, 738, 739, 740, 301, 742, 743, 298, - 745, 746, 747, 814, 749, 815, 312, 1748, 317, 313, - 1531, 314, 212, 760, 761, 762, 763, 764, 1125, 407, - 408, 562, 838, 563, 839, 1183, 594, 516, 516, 516, - 516, 516, 516, 516, 516, 516, 516, 318, 516, 516, - 322, 516, 516, 516, 516, 516, 342, 753, 343, 1237, - 838, 818, 844, 819, 516, 516, 516, 516, 516, 765, - 400, 767, 308, 345, 1058, 309, 1238, 298, 310, 825, - 311, 298, 1372, 330, 1239, 1240, 1241, 838, 1092, 1346, - 1242, 1243, 458, 341, 2064, 459, 344, 1433, 460, 1435, - 461, 1437, 365, 1439, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 353, 838, - 1125, 849, 503, 869, 298, 870, 881, 354, 1073, 298, - 357, 1820, 515, 358, 869, 238, 870, 515, 238, 1075, - 238, 1466, 359, 1106, 298, 298, 1107, 1148, 1108, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 2117, 813, 364, 878, 503, 578, 516, 869, 579, - 870, 2138, 580, 838, 581, 376, 1375, 869, 298, 870, - 298, 838, 1531, 298, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 838, 1466, 862, 1856, 503, 7, 8, - 869, 1857, 870, 366, 298, 1535, 367, 1543, 1544, 298, - 1646, 1647, 1547, 1548, 838, 838, 895, 906, 298, 869, - 374, 870, 1294, 1550, 375, 1001, 1299, 1002, 838, 838, - 1110, 1194, 1303, 1305, 377, 838, 1069, 1222, 838, 381, - 1223, 298, 397, 838, 1568, 1265, 838, 838, 1266, 1267, - 838, 378, 1281, 1229, 838, 1385, 1301, 1386, 439, 1391, - 1235, 1392, 462, 838, 1246, 1411, 838, 838, 1412, 1413, - 1686, 1687, 783, 25, 26, 784, 28, 29, 785, 31, - 786, 33, 34, 35, 36, 1343, 627, 628, 38, 39, - 40, 440, 838, 42, 1423, 838, 838, 1424, 1446, 787, - 48, 391, 441, 50, 788, 446, 53, 789, 298, 1557, - 453, 1558, 298, 470, 463, 838, 298, 1559, 838, 838, - 1560, 1561, 464, 465, 515, 70, 838, 838, 1562, 1615, - 838, 1737, 1630, 1738, 468, 1780, 1555, 1781, 486, 1366, - 1367, 1792, 1793, 838, 1862, 1812, 1863, 469, 298, 84, - 85, 86, 838, 515, 1888, 838, 505, 1889, 298, 515, - 515, 515, 487, 510, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 515, 1737, - 515, 1904, 503, 1694, 1695, 1139, 504, 212, 1698, 1699, - 1143, 400, 1303, 1305, 1737, 838, 1953, 1987, 1991, 524, - 1992, 1701, 534, 825, 238, 1995, 539, 298, 298, 298, - 298, 1737, 553, 2000, 1366, 1367, 1531, 1535, 2002, 2003, - 1737, 949, 2013, 838, 577, 2021, 516, 393, 838, 1141, - 2029, 516, 1144, 1862, 1146, 2076, 597, 515, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 1531, 1531, 2081, 2082, 503, 838, 598, 2095, - 298, 298, 1384, 298, 604, 298, 298, 838, 298, 2096, - 298, 298, 298, 298, 298, 298, 298, 298, 298, 512, - 135, 298, 838, 838, 2097, 2098, 605, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 838, 298, 2100, 1737, 503, 2107, 606, 298, 298, - 838, 1689, 2139, 1690, 2140, 1737, 2141, 2156, 607, 162, - 163, 164, 165, 166, 167, 168, 169, 170, 2163, 617, - 2164, 614, 175, 176, 177, 178, 620, 621, 654, 640, - 180, 181, 182, 641, 642, 183, 643, 644, 645, 1723, - 1993, 589, 646, 1551, 651, 656, 657, 188, 189, 663, - 658, 664, 659, 660, 665, 298, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 1306, 298, 298, - 298, 503, 667, 1969, 668, 674, 675, 680, 681, 683, - 682, 685, 701, 702, 298, 190, 705, 706, 755, 756, - 757, 758, 503, 779, 780, 211, 1312, 811, 782, 820, - 833, 831, 1315, 1316, 1317, 834, 835, 856, 516, 860, - 863, 864, 865, 866, 883, 885, 886, 887, 910, 911, - 927, 1326, 929, 1327, 931, 935, 515, 515, 936, 937, - 963, 515, 515, 1407, 965, 984, 966, 516, 968, 975, - 976, 238, 987, 516, 516, 516, 996, 1000, 1013, 1014, - 1044, 1045, 193, 194, 195, 1063, 1094, 1046, 1049, 1051, - 298, 1052, 516, 1053, 516, 202, 1070, 203, 107, 1071, - 1072, 1077, 1078, 1095, 1080, 1079, 1104, 1135, 1138, 1583, - 1371, 1081, 1086, 1087, 1140, 1142, 298, 1145, 371, 407, - 408, 1149, 298, 1152, 1153, 1154, 1304, 1156, 1157, -530, - 1158, 1159, 1479, 1162, 7, 8, 1161, 1163, 1164, 1165, - 1931, 1166, 1167, 1168, 1169, 1170, 1171, 1174, 1175, 1180, - 1182, 516, 1188, 1702, 298, 298, 298, 1190, 1191, 1192, - 298, 1195, 298, 1201, 298, 1202, 298, 1208, 298, 298, - 298, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 837, 501, 502, 298, 1210, 1211, 1212, 503, - 1258, 1214, 1213, 1215, 1216, 1217, 298, 1236, 1260, 1218, - 1662, 1271, 1225, 1232, 298, 1272, 1273, 298, 783, 25, - 26, 784, 28, 29, 785, 31, 786, 33, 34, 35, - 36, 1233, 1274, 1283, 38, 39, 40, 1286, 1287, 42, - 1289, 1688, 515, 515, 1290, 787, 48, 515, 515, 50, - 788, 1501, 53, 789, 1291, 1295, 1296, 1319, 1331, 1333, - 1336, 515, 1702, 1341, 1342, 1345, 1344, 515, 1348, 1363, - 1354, 70, 1365, 1545, 1932, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 1389, - 1380, 1716, 1355, 503, 238, 84, 85, 86, 1554, 1370, - 1395, 1397, 1356, 1357, 1408, 298, 1427, 1361, 1362, 1428, - 1429, 1432, 1447, 1441, 1442, 515, 1443, 1444, 298, 1445, - 1454, 1455, 1458, 1745, 1459, 1460, 1469, 1470, 1480, 1471, - 1472, 1473, 1474, 1475, 1476, 1751, 1477, 1481, 1482, 1483, - 1484, 1485, 1486, 1975, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 1487, 1492, - 516, 516, 503, 1497, 1498, 516, 516, 971, 1499, 1507, - 1509, 1500, 1502, 1512, 1514, 371, 1516, 1517, 1504, 1527, - 298, 298, 1518, 1524, 1539, 1552, 1530, 1534, 1553, 1787, - 483, 483, 1569, 1574, 1575, 1576, 1579, 1584, 1585, 1587, - 1588, 1590, 1592, 298, 1591, 1596, 1597, 1599, 1598, 298, - 1804, 1805, 1806, 1807, 1808, 1810, 1600, 1602, 298, 1604, - 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 298, 1824, - 2038, 1613, 1614, 1616, 1618, 1619, 1627, 1629, 298, 1634, - 1635, 1681, 1659, 298, 1645, 1660, 1654, 1643, 1841, 1644, - 1844, 1845, 1651, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 1652, 1674, 2065, - 1653, 503, 1666, 1667, 298, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 1668, - 1669, 1679, 1680, 503, 1670, 1671, 1685, 1676, 1691, 298, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 1703, 1692, 1706, 1710, 503, 1713, - 1705, 1718, 1719, 1721, 1762, 1724, 1725, 1726, 1727, 1741, - 1746, 1747, 1752, 1753, 298, 1655, 516, 516, 1754, 1757, - 1758, 516, 516, 1759, 1761, 1770, 298, 1771, 1773, 1775, - 1776, 1777, 1778, 1779, 1782, 516, 1801, 1802, 1811, 298, - 1815, 516, 1829, 1797, 1832, 1846, 1836, 1919, 1742, 1847, - 1825, 1848, 1849, 1850, 1854, 1852, 298, 1853, 1855, 515, - 1861, 1864, 1868, 1869, 1874, 1876, 1895, 1886, 371, 238, - 1887, 1892, 1893, 1899, 1913, 1901, 1896, 1911, 298, 1902, - 1918, 1920, 1923, 1924, 1921, 298, 298, 1922, 1925, 516, - 1926, 1927, 1933, 1940, 512, 135, 1988, 1946, 1947, 1948, - 1949, 1951, 1952, 1972, 298, 1977, 1973, 298, 1990, 1989, - 1994, 1996, 483, 2017, 1997, 2020, 2007, 2014, 298, 2018, - 2024, 1696, 298, 2022, 2036, 2028, 2037, 2056, 2061, 1979, - 1980, 1981, 1982, 1983, 162, 163, 164, 165, 166, 167, - 168, 169, 170, 2025, 2066, 2075, 2104, 175, 176, 177, - 178, 2118, 2119, 2103, 2105, 180, 181, 182, 2120, 2101, - 183, 2121, 2123, 2124, 2129, 2128, 2142, 2144, 2151, 2153, - 2165, 2166, 188, 189, 2167, 214, 2169, 2042, 830, 1578, - 298, 1943, 1772, 1594, 112, 2015, 122, 123, 124, 2019, - 913, 1967, 130, 0, 1720, 0, 0, 1700, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 190, 238, 0, 0, 0, 2040, 0, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 2057, 0, 0, - 1814, 2059, 0, 0, 0, 0, 0, 298, 298, 298, - 298, 298, 0, 0, 0, 0, 0, 2071, 0, 0, - 0, 0, 0, 298, 0, 0, 0, 0, 0, 1851, - 0, 0, 0, 0, 0, 389, 0, 193, 194, 195, + 132, 560, 863, 864, 285, 287, 1365, 290, 976, 113, + 1363, 593, 1685, 778, 6, 963, 304, 987, 150, 326, + 1453, 1713, 1714, 971, 447, 448, 449, 486, 1232, 330, + 6, 1710, 671, 576, 6, 1416, 362, 367, 366, 979, + 1443, 159, 1358, 489, 257, 138, 164, 261, 491, 369, + 596, 493, 308, 1360, 309, 159, 6, 164, 151, 261, + 152, 683, 389, 390, 1174, 300, 1961, 301, 262, -508, + 400, 307, 701, 377, 568, 569, 4, 396, 702, 257, + 1127, 1456, 568, 569, 329, 568, 569, 389, 390, 1215, + 690, 417, 692, 858, 1748, 363, 568, 569, 691, 1255, + 1132, 865, 1942, 676, 877, 677, 542, 543, 544, 568, + 569, 1071, 645, 5, 647, 1337, 133, 1133, 568, 569, + 655, 568, 569, 514, 1341, 1134, 1135, 1136, 530, 401, + 696, 1137, 1138, 407, 407, 155, 310, 1364, 697, 156, + 1682, 407, 1944, 589, 590, 591, 273, 568, 569, 274, + 918, 418, 920, 257, 568, 569, 602, 603, 257, 277, + 389, 390, 969, 257, 147, 530, 1779, -511, 568, 569, + 407, 568, 569, 1780, 257, 278, 279, 257, 257, 257, + 257, 407, 570, 134, 1233, 1234, 1235, 1236, 530, 699, + 1781, 568, 569, 305, 1359, 487, 1063, 700, 672, 673, + 313, 1417, 1418, 314, 700, 1361, 1249, 568, 569, 1362, + 1782, 490, 1711, 136, 715, 107, 492, 107, 140, 494, + 107, 1841, 680, 135, 563, 564, 1783, 257, 568, 569, + 137, 107, 572, 577, 181, 107, 1363, 182, 594, 257, + 183, 141, 257, 513, 133, 306, 932, 1784, 327, 980, + 980, 613, 1392, 133, 331, 488, 257, 107, 1237, 257, + 257, 257, 257, 1225, 144, 368, 160, 257, 257, 257, + 161, 165, 139, 257, 329, 166, 1879, 370, 389, 390, + 160, 684, 165, 685, 1123, -506, 1124, 686, 385, 386, + 387, 388, 1175, 1962, 568, 569, 378, 257, 257, 257, + 379, 157, 142, 1216, 1219, 856, 857, 1215, 389, 390, + 257, 257, 693, 143, 694, 568, 569, 1218, 695, 255, + 659, 151, 878, 152, 145, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 526, 527, 528, 785, + 786, 787, 788, 529, 146, 389, 390, 148, 531, 1678, + 532, 1053, 393, 375, 533, 568, 569, 376, 1957, 912, + 962, 385, 386, 387, 970, 389, 390, 158, 399, 568, + 569, 407, 405, 408, 1310, 257, 257, 568, 569, 423, + 1701, 162, 389, 390, 428, 651, 163, 652, 1914, 433, + 670, 533, 257, 579, 944, 167, 1915, 580, 687, 667, + 568, 569, 168, 446, 1308, 389, 390, 169, 531, 440, + 532, 6, 393, 709, 533, 266, 1253, 257, 267, 1916, + 450, 268, 1989, 269, 715, 170, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 1812, 1321, 793, 1323, 529, 1325, 704, 1327, 1813, 444, + 568, 569, 702, 171, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 172, 1917, + 257, 768, 529, 177, 1393, 407, 173, 407, 257, 407, + 407, 407, 537, 834, 837, 840, 843, 2039, 676, 174, + 677, 678, 257, 257, 257, 257, 257, 407, 407, 257, + 792, 1821, 255, 257, 1215, 175, 385, 386, 387, 388, + 568, 569, 861, 862, 568, 569, 176, 564, 281, 282, + 1620, 568, 569, 257, 1523, 1524, 1494, 816, 283, 1918, + 568, 569, 284, 1973, 541, 689, 59, 60, 61, 62, + 1974, 178, 550, 552, 554, 568, 569, 179, 559, 1983, + 180, 73, 257, 257, 76, 259, 568, 569, 184, 385, + 386, 387, 388, 496, 2020, 1438, 497, 670, 670, 498, + 258, 499, 1445, 260, 935, 2021, 667, 667, 275, 389, + 390, 1214, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 257, 257, 257, 1112, + 529, 1842, 1843, 281, 282, 714, 1702, 1844, 276, 715, + 653, 280, 107, 283, 6, 337, 964, 289, 407, 407, + 407, 407, 407, 407, 407, 407, 407, 288, 407, 407, + 407, 407, 934, 1591, 407, 407, 407, 939, 568, 569, + 257, 263, 1572, 1573, 264, 676, 265, 677, 1930, 1001, + 656, 657, 571, 700, 299, 338, 339, 340, 341, 342, + 343, 344, 345, 346, 302, 568, 569, 674, 347, 348, + 349, 350, 1283, 568, 569, 257, 351, 352, 353, 578, + 973, 354, 524, 525, 649, 527, 528, 303, 257, 983, + 676, 529, 677, 355, 257, 356, 311, 407, 1177, 676, + 994, 677, 407, 385, 386, 387, 388, 1197, 312, 473, + 257, 474, 257, 676, 772, 677, 774, 1376, 776, 777, + 315, 1494, 660, 389, 390, 661, 316, 720, 662, 794, + 663, 715, 383, 676, 725, 677, 789, 790, 715, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 775, 676, 738, 677, 529, 317, 715, + 1592, 676, 715, 677, 1085, 270, 257, 541, 271, 1580, + 272, 1261, 1601, 1262, 1948, 649, 527, 528, 850, 851, + 796, 1267, 529, 1268, 715, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 357, + 358, 359, 1115, 529, 1846, 1847, 322, 257, 1128, 1121, + 1844, 1129, 360, 1130, 361, 107, 824, 323, 257, 1363, + 715, 1141, 898, 899, 900, 950, 257, 1076, 1654, 951, + 1655, 715, 385, 386, 387, 388, 389, 390, 1108, 334, + 1109, 2001, 715, -507, 715, 1439, 155, 168, 324, 257, + 1122, 1125, 389, 390, 325, 335, 1406, 332, 919, 291, + 921, 922, 923, 924, 925, 926, 940, 928, 929, 930, + 931, 333, 1363, 936, 937, 938, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 364, 1160, 1161, 1162, 529, 715, 715, 715, 1200, 1228, + 1221, 968, 715, 715, 1217, 1220, 1290, 1307, 380, 402, + 715, 715, 1312, 1334, 982, 1482, 715, 715, 403, 715, + 989, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 381, 992, 414, 1507, 529, + 1530, 996, 715, 292, 715, 1132, 1260, 293, 257, 1424, + 336, 374, 426, 294, 295, 416, 296, 297, 1603, 1604, + 1666, 1667, 1133, 1227, 1132, 1531, 431, 445, 257, 715, + 1134, 1135, 1136, 481, 298, 1532, 1137, 1138, 407, 715, + 1533, 1133, 1598, 1694, 715, 484, 1599, 715, 495, 1134, + 1135, 1136, 1054, 1732, 1762, 1137, 1138, 1733, 715, 676, + 500, 677, 821, 257, 257, 1132, 257, 503, 257, 257, + 504, 257, 376, 257, 257, 257, 257, 257, 257, 257, + 257, 257, 1133, 1763, 257, 538, 539, 715, 1309, 1311, + 1134, 1135, 1136, 1081, 1778, 1818, 1137, 1138, 1733, 1819, + 545, 1831, 1868, 1883, 1086, 1733, 715, 1494, 6, 337, + 546, 1884, 1889, 558, 1549, 1580, 1890, 257, 407, 407, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 257, 1110, 1897, 1905, 529, 1913, + 1733, 715, 1921, 715, 257, 257, 700, 547, 548, 338, + 339, 340, 341, 342, 343, 344, 345, 346, 555, 1132, + 561, 1093, 347, 348, 349, 350, 581, 562, 582, 1928, + 351, 352, 353, 1733, 1976, 354, 1133, 583, 584, 257, + 257, 257, 257, 585, 1134, 1135, 1136, 355, 586, 356, + 1137, 1138, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 587, 592, 597, 1597, 529, 1586, + 257, 1587, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 257, 257, 257, 383, 529, 1964, 1979, + 598, 1980, 1494, 715, 257, 715, 1981, 1982, 1984, 407, + 715, 715, 715, 407, 1986, 595, 604, 2012, 1819, 1309, + 1311, 1733, 407, 1451, 407, 608, 2023, 2036, 2050, 1850, + 715, 2037, 1733, 257, 609, 2053, 599, 605, 2022, 2054, + 600, 601, 606, 615, 616, 624, 625, 1248, 626, 637, + 638, 641, 329, 1208, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 357, 358, 359, 640, 529, 642, 643, + 644, 646, 407, 1231, 658, 664, 360, 675, 361, 107, + 1285, 681, 682, 706, 710, 711, 732, 736, 739, 740, + 1422, 741, 257, 742, 769, 780, 782, 783, 257, 784, + 529, 819, 828, 829, 676, 845, 677, 847, 1263, 1264, + 849, 1266, 853, 1269, 1270, 854, 1272, 855, 1274, 1275, + 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1295, 1296, 889, + 891, 910, 892, 894, 901, 902, 913, 945, 1548, 949, + 953, 1314, 257, 257, 257, 954, 955, 956, 257, 957, + 257, 961, 257, 1722, 257, 1869, 257, 257, 257, 393, + 965, 966, 1294, 967, 977, 986, 988, 998, 991, 993, + 995, 999, 1585, 1002, 1003, 1342, 1343, 1344, 1345, 1304, + 1006, 1007, 257, 1009, 1010, 1011, 1012, 1014, 1015, 1313, + 1016, 1593, 1017, 257, 1018, 1019, 1020, 1021, 1022, 1023, + 1024, 257, 1027, 1028, 257, 1051, 1052, 1074, 1077, 1060, + 1061, 1062, 1065, 1067, 1068, 1069, 1070, 1618, 1075, 1082, + 1087, 1094, 1088, 1097, 1096, 1098, 1099, 1101, 1100, 1102, + 1396, 1131, 1103, 1623, 1126, 1111, 1104, 1118, 1119, 1153, + 1155, 1169, 1166, 1167, 1168, 1182, 1180, 1181, 1397, 1193, + 329, 1185, 1399, 1196, 1199, 1375, 407, 407, 1195, 1202, + 1205, 1402, 257, 1403, 1206, 1207, 1223, 1224, 1386, 1387, + 1388, 407, 1229, 1230, 1243, -509, 257, 1247, 1250, 1643, + 1265, 1271, 1273, 1541, 1347, 1284, 1315, 1316, 1317, 1320, + 1351, 1329, 1661, 1330, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 1408, 1331, + 1332, 1440, 529, 1333, 1335, 1348, 1349, 1350, 1352, 1356, + 1357, 1367, 1355, 1366, 1368, 1369, 1370, 1686, 1687, 1688, + 1689, 1690, 1692, 1371, 1372, 1373, 1374, 1378, 1377, 1379, + 1380, 1706, 1381, 1382, 1383, 1384, 1389, 257, 257, 1394, + 1856, 1395, 1400, 1404, 1405, 670, 670, 1409, 1415, 1716, + 1873, 1420, 1421, 1407, 667, 667, 1423, 1462, 1426, 1427, + 1431, 1433, 1434, 1468, 1435, 1437, 1442, 1447, 1454, 257, + 1446, 1455, 1457, 1458, 1459, 257, 1643, 1463, 1464, 1465, + 1466, 1467, 1469, 1472, 257, 1473, 1474, 1475, 1471, 1476, + 1477, 1478, 407, 1479, 1480, 407, 1754, 1481, 1504, 1503, + 1520, 1491, 1506, 1511, 1512, 257, 1545, 1508, 1509, 1510, + 1522, 1546, 1227, 1513, 1560, 1514, 329, 1515, 257, 1516, + 1561, 1517, 1518, 1519, 1565, 1521, 1528, 1529, 1539, 1540, + 1552, 1566, 1553, 1554, 1555, 1923, 1571, 1556, 1557, 1562, + 1575, 1567, 1583, 1589, 1611, 1595, 1610, 1543, 1578, 1588, + 1594, 257, 1605, -510, 1612, 257, 1613, 1615, 1551, 1619, + 1624, 1625, 1626, 1629, 1630, 1631, 1559, 1633, 1798, 1799, + 1800, 1638, 1634, 1644, 1645, 1647, 1949, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 1590, 1649, 1650, 1651, 529, 257, 1652, 1653, 1656, + 1614, 1668, 1669, 1670, 1671, 1683, 1684, 1693, 257, 1697, + 1718, 1719, 1721, 1679, 1725, 1712, 1736, 1740, 1745, 1747, + 1761, 257, 1760, 1766, 1767, 1773, 1785, 1609, 1769, 1770, + 1775, 1776, 1787, 1792, 1804, 1801, 1802, 1806, 1807, 1809, + 1793, 1617, 1810, 1811, 1860, 1861, 1862, 1863, 1864, 1803, + 257, 1596, 1824, 1825, 1826, 1808, 1827, 257, 1816, 1829, + 1830, 1853, 1858, 1657, 1658, 1854, 1870, 1871, 1872, 257, + 1880, 1887, 1874, 1892, 1898, 1901, 1696, 1902, 257, 1904, + 1908, 257, 1906, 1909, 670, 1920, 1912, 1922, 1924, 1925, + 1940, 1945, 257, 667, 1950, 1968, 257, 1985, 1994, 2002, + 2003, 2004, 2005, 2007, 1765, 2008, 2009, 1899, 2013, 2010, + 2028, 1903, 2035, 407, 2046, 2027, 2051, 2052, 2055, 2038, + 2056, 1444, 1822, 329, 1461, 1958, 1646, 705, 112, 122, + 123, 1707, 124, 257, 1709, 130, 831, 1848, 149, 0, + 1720, 0, 0, 0, 1609, 0, 0, 0, 0, 1934, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1698, + 0, 257, 1941, 0, 0, 0, 1943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 202, 0, 203, 107, 0, 0, 2102, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1891, - 0, 0, 2115, 2116, 0, 0, 298, 0, 869, 0, - 870, 0, 515, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 0, 0, 298, 0, 0, 0, 0, - 0, 0, 0, 516, 0, 0, 0, 515, 0, 515, - 0, 0, 0, 371, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 471, 472, 473, 475, 477, 0, 0, - 515, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 511, 0, 0, 0, 518, 0, 0, 0, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 527, 529, 532, 533, 503, 535, 529, - 537, 538, 0, 540, 529, 542, 543, 544, 545, 546, - 547, 0, 549, 550, 551, 2074, 0, 0, 529, 0, - 0, 0, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 584, 586, 529, - 503, 0, 0, 0, 0, 0, 0, 0, 0, 595, - 529, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 616, 0, 0, 0, 503, - 0, 0, 0, 0, 625, 626, 0, 0, 0, 0, - 626, 0, 0, 0, 0, 2041, 0, 0, 0, 0, - 647, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 666, 0, 0, 0, 669, 670, 671, 0, 673, 0, - 0, 0, 676, 677, 678, 0, 0, 679, 0, 0, + 1715, 0, 1955, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1724, 0, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 1935, + 1791, 0, 0, 529, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1993, 1609, 0, 0, 0, + 1753, 257, 257, 257, 257, 257, 514, 1999, 2000, 0, + 0, 0, 0, 0, 0, 0, 0, 1790, 0, 0, + 0, 0, 0, 0, 0, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 1774, 0, 529, 0, 0, 0, 0, 0, 257, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 257, 0, 0, 0, 0, 0, 0, 1849, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 1859, 0, 0, 1817, 529, 407, 0, 0, + 372, 0, 1823, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, + 0, 0, 0, 1609, 407, 407, 398, 0, 0, 404, + 0, 0, 0, 409, 1805, 0, 0, 1855, 0, 0, + 0, 407, 0, 0, 0, 0, 0, 0, 0, 419, + 421, 424, 425, 0, 427, 421, 429, 430, 0, 432, + 421, 434, 435, 436, 437, 438, 439, 0, 441, 442, + 443, 0, 0, 0, 421, 0, 0, 0, 1609, 7, + 8, 0, 0, 0, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 1900, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, + 527, 528, 0, 0, 0, 0, 529, 1951, 1952, 1953, + 1954, 1956, 0, 0, 0, 505, 507, 509, 510, 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 693, 0, 0, 0, 0, 0, 698, 700, 0, - 0, 0, 0, 0, 0, 2126, 0, 0, 0, 0, - 0, 707, 708, 709, 710, 711, 712, 713, 714, 715, - 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, - 726, 727, 728, 729, 730, 0, 0, 0, 0, 0, - 2152, 0, 2155, 0, 0, 0, 516, 0, 744, 0, - 0, 0, 0, 0, 750, 0, 0, 0, 0, 0, - 0, 759, 0, 2168, 1917, 0, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 516, 0, 516, 503, 791, 529, 0, 793, 794, - 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, - 805, 806, 807, 0, 516, 809, 810, 2035, 0, 0, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 2091, 584, 503, 0, - 0, 1430, 0, 842, 0, 1790, 0, 1791, 847, 0, + 0, 0, 536, 421, 867, 25, 26, 868, 28, 29, + 869, 31, 870, 33, 34, 35, 36, 0, 557, 0, + 38, 39, 40, 0, 0, 42, 0, 566, 567, 0, + 0, 871, 48, 567, 0, 50, 872, 0, 53, 873, + 422, 0, 0, 588, 0, 422, 2006, 0, 0, 0, + 422, 0, 0, 0, 0, 0, 0, 70, 0, 0, + 0, 0, 0, 607, 422, 0, 0, 610, 611, 612, + 0, 614, 0, 0, 1609, 617, 618, 619, 0, 0, + 620, 84, 85, 86, 0, 0, 2025, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 0, 0, 0, 2047, 2049, 648, 0, 0, 0, 654, + 0, 0, 0, 0, 0, 0, 508, 0, 0, 422, + 2057, 0, 0, 0, 0, 665, 666, 0, 0, 1609, + 0, 0, 0, 422, 0, 0, 688, 0, 0, 0, + 874, 0, 0, 0, 0, 1919, 0, 0, 0, 0, + 0, 0, 0, 0, 507, 0, 0, 0, 0, 0, + 718, 0, 0, 0, 0, 723, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 737, + 0, 0, 0, 0, 0, 743, 744, 745, 746, 747, + 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, + 758, 759, 760, 761, 762, 763, 764, 765, 765, 0, + 770, 771, 0, 773, 0, 0, 0, 0, 0, 779, + 0, 0, 781, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 765, 0, 0, 0, + 421, 0, 0, 0, 0, 0, 1975, 0, 798, 799, + 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, + 811, 813, 814, 815, 0, 817, 818, 0, 0, 0, + 0, 0, 825, 826, 827, 0, 0, 0, 0, 833, + 836, 839, 842, 844, 822, 846, 0, 848, 0, 421, + 421, 0, 0, 0, 508, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 505, 648, 866, + 0, 0, 0, 879, 880, 881, 882, 883, 884, 885, + 886, 887, 1891, 514, 0, 0, 893, 0, 895, 896, + 0, 0, 0, 421, 421, 421, 0, 0, 903, 904, + 905, 0, 0, 0, 0, 0, 0, 766, 767, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 927, 0, 0, 529, 0, 1967, + 0, 0, 0, 0, 0, 0, 791, 421, 0, 0, + 422, 0, 0, 943, 0, 817, 818, 0, 0, 0, + 0, 0, 952, 0, 0, 0, 0, 0, 958, 514, + 812, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 421, 0, 0, 0, 0, 0, 974, 975, + 0, 0, 0, 0, 0, 421, 914, 984, 985, 422, + 422, 421, 990, 0, 0, 0, 0, 0, 0, 0, + 997, 0, 0, 0, 1000, 0, 0, 811, 0, 1004, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 1025, 0, 0, 422, 422, 422, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 861, 0, 0, 0, 0, 0, 867, 868, - 0, 874, 874, 879, 880, 0, 882, 0, 0, 884, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 874, 529, 0, 0, 0, 0, 0, 896, 898, - 900, 901, 0, 0, 0, 0, 907, 908, 909, 0, - 0, 0, 0, 915, 918, 921, 924, 926, 0, 928, - 0, 930, 0, 529, 529, 0, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 471, 472, 948, 503, 0, 0, 953, 954, 955, - 956, 957, 958, 959, 960, 961, 0, 0, 0, 0, - 967, 0, 969, 970, 0, 0, 0, 529, 529, 529, - 0, 0, 977, 978, 979, 0, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 529, 589, 0, 503, 0, 867, 868, 0, 900, - 901, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 1011, 529, 0, 0, 0, 1015, 0, 0, 0, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 530, 0, 0, 503, 0, 530, 0, - 1061, 0, 0, 530, 1065, 1066, 1067, 1068, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, - 589, 0, 7, 8, 0, 0, 1093, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 585, 0, 530, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 530, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1126, 1127, 0, 529, 1132, 1133, 0, - 0, 529, 1137, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1147, 0, 0, 898, 1150, 0, 0, - 0, 0, 0, 0, 0, 0, 783, 25, 26, 784, - 28, 29, 785, 31, 786, 33, 34, 35, 36, 1172, - 0, 0, 38, 39, 40, 0, 0, 42, 0, 0, - 529, 0, 529, 787, 48, 529, 0, 50, 788, 0, - 53, 789, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 590, 501, 502, 529, 0, 0, 70, - 503, 529, 0, 0, 0, 0, 0, 0, 0, 1206, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 84, 85, 86, 0, 0, 0, 0, - 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, - 1230, 1231, 0, 0, 0, 0, 1234, 0, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 1259, 0, 0, 1261, 503, 0, 771, 0, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 837, 501, 502, 1275, 530, 1277, 1278, 503, 0, - 296, 0, 0, 0, 0, 993, 0, 1285, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 531, 0, - 0, 0, 0, 536, 0, 0, 0, 0, 541, 0, - 0, 0, 0, 0, 0, 0, 585, 0, 1307, 0, - 0, 0, 554, 0, 0, 0, 1308, 1309, 1310, 0, - 529, 7, 8, 0, 0, 0, 0, 0, 1313, 0, + 0, 0, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, + 1037, 1038, 1039, 421, 1041, 1042, 1043, 1044, 1045, 1046, + 1047, 0, 0, 0, 0, 0, 0, 422, 0, 0, + 0, 1057, 0, 1059, 0, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 713, 527, 528, 1072, + 1073, 0, 0, 529, 421, 0, 1078, 0, 0, 0, + 0, 0, 422, 0, 0, 421, 0, 0, 0, 0, + 0, 0, 1092, 0, 0, 422, 0, 1318, 0, 0, + 0, 422, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 421, 812, 0, 1005, + 529, 0, 0, 1116, 1117, 0, 0, 0, 0, 1120, + 0, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 713, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 1154, 0, 0, 1156, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 422, 0, 1170, 529, 1172, 1173, 0, + 0, 0, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 1191, 1176, 1178, 1179, + 529, 0, 0, 1183, 1184, 0, 0, 1187, 1188, 1189, + 1190, 1204, 1192, 0, 422, 0, 0, 1198, 1210, 1211, + 1212, 1213, 0, 0, 0, 422, 0, 1222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 875, 877, 0, 0, 596, 0, 0, 0, 0, 1325, - 988, 0, 0, 0, 1328, 0, 0, 0, 0, 0, - 892, 530, 0, 1332, 0, 0, 0, 0, 899, 1340, - 0, 0, 0, 0, 0, 0, 0, 0, 1111, 529, - 529, 529, 529, 1353, 0, 0, 0, 0, 0, 0, - 1359, 0, 530, 530, 0, 783, 25, 26, 784, 28, - 29, 785, 31, 786, 33, 34, 35, 36, 0, 0, - 0, 38, 39, 40, 0, 0, 42, 0, 0, 0, - 0, 0, 787, 48, 1381, 0, 50, 788, 0, 53, - 789, 0, 0, 0, 0, 0, 530, 530, 530, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, - 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, - 530, 0, 0, 1414, 1415, 0, 1416, 1417, 0, 1418, - 1419, 1420, 84, 85, 86, 1422, 0, 0, 0, 0, - 530, 529, 1196, 0, 0, 0, 0, 0, 0, 552, - 0, 1434, 0, 1436, 0, 1438, 0, 1440, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 296, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1457, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 600, 0, 0, - 792, 0, 0, 0, 0, 609, 611, 613, 0, 0, - 0, 618, 0, 0, 994, 0, 0, 0, 0, 1488, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 1508, 0, 0, 0, 0, 1513, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 530, 503, 0, 0, 0, - 530, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 899, 1151, 0, 695, 696, - 0, 0, 0, 0, 1556, 0, 893, 0, 0, 0, - 0, 0, 704, 1564, 1565, 1566, 1567, 0, 0, 0, - 1570, 1571, 0, 0, 0, 0, 0, 0, 0, 530, - 0, 530, 0, 0, 530, 1580, 1582, 932, 933, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 741, - 0, 0, 0, 0, 0, 530, 0, 0, 0, 0, - 530, 0, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 972, 973, 974, 0, 0, 7, 8, 0, 0, - 0, 0, 530, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 992, 0, 0, 1648, 1649, - 1650, 0, 0, 0, 0, 0, 0, 1656, 0, 1658, - 0, 0, 0, 0, 0, 1012, 1661, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 529, - 0, 0, 0, 0, 1677, 0, 0, 0, 0, 0, - 0, 0, 1682, 1683, 1684, 0, 0, 0, 0, 0, - 783, 25, 26, 784, 28, 29, 785, 31, 786, 33, - 34, 35, 36, 0, 0, 0, 38, 39, 40, 1494, - 600, 42, 0, 0, 1704, 0, 0, 787, 48, 0, - 0, 50, 788, 1707, 53, 789, 0, 0, 0, 530, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1717, - 0, 0, 0, 70, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 1734, 0, - 0, 0, 503, 1740, 0, 0, 0, 84, 85, 86, - 1131, 1109, 0, 0, 0, 1136, 0, 0, 0, 1749, - 1750, 0, 0, 0, 0, 0, 1755, 1756, 530, 530, - 530, 530, 0, 1760, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1763, - 1764, 1765, 1766, 1767, 1768, 1769, 0, 0, 0, 0, - 0, 0, 903, 1774, 1178, 0, 1179, 0, 0, 1181, - 0, 0, 529, 529, 1785, 0, 1786, 0, 0, 1227, - 0, 0, 1794, 1795, 0, 0, 0, 0, 0, 0, - 1197, 0, 0, 0, 0, 1200, 0, 0, 0, 0, - 0, 529, 530, 0, 0, 1813, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 1823, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 1224, 0, 0, - 530, 0, 0, 0, 0, 0, 0, 1843, 0, 0, - 0, 0, 0, 1082, 0, 0, 0, 1088, 0, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 1858, 1859, 0, 503, 0, 0, - 0, 0, 1865, 0, 0, 0, 0, 0, 1018, 1019, - 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 0, - 1030, 1031, 1032, 1033, 1034, 1035, 1036, 0, 0, 1885, - 1040, 1042, 1043, 0, 0, 0, 1047, 1048, 0, 1050, - 0, 0, 0, 0, 1055, 1056, 1057, 0, 1059, 1894, - 135, 1062, 0, 0, 0, 0, 0, 0, 0, 1903, - 0, 0, 1074, 1076, 1311, 0, 0, 0, 584, 0, - 0, 0, 0, 0, 0, 0, 1914, 0, 1915, 0, - 1099, 529, 0, 0, 0, 0, 0, 0, 0, 162, - 163, 164, 165, 166, 167, 168, 169, 170, 1929, 0, - 0, 0, 175, 176, 177, 178, 0, 0, 0, 0, - 180, 181, 182, 0, 1207, 183, 1935, 0, 0, 0, - 0, 1939, 0, 1349, 1350, 1351, 1352, 188, 189, 0, - 0, 0, 0, 1950, 0, 0, 0, 0, 0, 1954, - 1955, 1956, 1957, 1958, 0, 0, 0, 0, 0, 529, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 529, 0, 0, 0, 503, 0, - 0, 0, 1984, 0, 0, 1817, 0, 1818, 0, 0, - 1186, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1193, 0, 0, 0, 1998, 1999, 1409, 0, 0, - 2001, 0, 0, 0, 1288, 0, 0, 0, 1292, 0, - 0, 0, 1297, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 1426, 0, 0, 0, 2023, - 0, 0, 193, 194, 195, 0, 0, 0, 530, 0, - 0, 0, 0, 0, 0, 202, 0, 203, 0, 0, - 2039, 0, 0, 0, 1314, 0, 1740, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 2050, 2051, 2052, 2053, - 2054, 2055, 512, 135, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 2063, 0, 0, 0, 0, 529, - 529, 529, 529, 529, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 2078, 0, 0, 2080, 0, 0, 0, - 0, 0, 162, 163, 164, 165, 166, 167, 168, 169, - 170, 0, 0, 0, 0, 175, 176, 177, 178, 0, - 0, 0, 0, 180, 181, 182, 0, 0, 183, 0, - 0, 0, 2109, 2110, 2111, 2112, 2113, 2114, 0, 0, - 188, 189, 0, 0, 0, 0, 1387, 1388, 529, 1390, - 0, 1393, 1394, 0, 1396, 0, 1398, 1399, 1400, 1401, - 1402, 1403, 1404, 1405, 1406, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, - 0, 2145, 2146, 2147, 2148, 2149, 2150, 0, 1421, 0, - 0, 530, 530, 0, 1425, 0, 0, 0, 0, 1358, + 0, 1246, 0, 0, 0, 0, 0, 0, 0, 0, + 1079, 0, 0, 0, 0, 0, 422, 0, 0, 0, + 0, 0, 0, 1257, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 1258, + 1259, 0, 529, 0, 676, 0, 677, 0, 0, 0, + 0, 421, 1576, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1286, 0, 0, 0, 0, 0, + 0, 0, 1287, 1288, 1289, 0, 0, 0, 0, 1291, + 1292, 0, 1293, 0, 0, 0, 0, 0, 0, 1298, + 0, 1299, 1300, 1301, 1302, 1303, 0, 1080, 0, 0, + 0, 7, 8, 1305, 1306, 0, 0, 0, 0, 0, + 0, 0, 421, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1322, 0, 1324, 0, 1326, 0, 1328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 242, 243, 0, 0, 0, 0, 0, 0, - 530, 0, 0, 0, 0, 0, 0, 0, 0, 382, - 135, 0, 0, 0, 0, 0, 1382, 1383, 0, 0, - 0, 0, 0, 0, 0, 193, 194, 195, 0, 0, - 0, 1478, 0, 0, 0, 0, 0, 0, 202, 0, - 203, 107, 0, 0, 1489, 1490, 1491, 0, 0, 162, - 163, 164, 165, 166, 167, 168, 169, 170, 0, 0, - 1503, 0, 175, 176, 177, 178, 0, 0, 0, 0, - 180, 181, 182, 1675, 0, 183, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 188, 189, 0, + 0, 0, 0, 0, 0, 0, 421, 421, 421, 421, + 1346, 0, 0, 0, 0, 0, 0, 1354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 401, 0, 0, 0, 0, 0, 0, 0, 0, - 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, - 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, - 434, 435, 436, 437, 438, 0, 1573, 585, 442, 443, - 444, 445, 0, 447, 448, 449, 450, 451, 452, 0, - 530, 454, 0, 0, 0, 0, 0, 455, 456, 457, - 0, 0, 1595, 0, 0, 466, 467, 1930, 1601, 0, - 1515, 0, 0, 0, 0, 0, 1519, 1520, 1521, 1522, - 1523, 0, 1526, 0, 1528, 1529, 0, 1532, 0, 1536, - 0, 0, 193, 194, 195, 0, 1540, 1541, 1542, 0, - 1631, 1632, 1633, 1546, 0, 202, 1636, 203, 1637, 0, - 1638, 0, 1639, 0, 1640, 1641, 1642, 0, 530, 0, + 0, 0, 0, 0, 0, 0, 867, 25, 26, 868, + 28, 29, 869, 31, 870, 33, 34, 35, 36, 1385, + 0, 422, 38, 39, 40, 0, 0, 42, 0, 0, + 0, 421, 0, 871, 48, 0, 0, 50, 872, 1398, + 53, 873, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 70, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1414, 0, 0, 1419, 0, 0, 0, 0, 0, 0, + 0, 0, 422, 84, 85, 86, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1428, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1448, 1450, + 0, 0, 0, 0, 0, 0, 422, 422, 422, 422, + 0, 0, 0, 0, 0, 1452, 1391, 0, 0, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 0, 897, 0, 0, 1483, 1484, 1485, 1486, 1487, + 0, 0, 0, 0, 1492, 1493, 1495, 0, 0, 0, + 0, 422, 1502, 0, 0, 0, 0, 0, 0, 0, + 0, 1505, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1525, 1526, 1527, 0, 0, 0, 0, 0, 0, + 0, 1535, 1536, 1537, 1538, 0, 0, 0, 0, 1542, + 0, 1544, 0, 0, 0, 0, 0, 0, 1547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1657, 0, 530, 0, 0, 1783, 1784, 0, 0, - 0, 0, 1665, 0, 561, 0, 564, 565, 566, 567, - 1673, 0, 0, 0, 0, 0, 0, 582, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 593, 0, + 0, 421, 0, 0, 0, 0, 1563, 0, 0, 0, + 0, 0, 0, 0, 1568, 1569, 1570, 0, 0, 0, + 0, 0, 0, 0, 1579, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1574, 0, 1577, 0, 0, + 1581, 0, 1584, 0, 0, 0, 0, 0, 0, 0, + 0, 1600, 0, 0, 0, 0, 0, 1606, 1607, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1602, 0, + 0, 0, 0, 0, 7, 8, 0, 0, 0, 0, + 0, 1621, 1622, 0, 0, 0, 0, 0, 1627, 1628, + 0, 0, 0, 0, 0, 1632, 0, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 1635, 1636, 1637, 0, 529, 0, 0, 0, + 0, 1639, 1640, 1641, 1642, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1648, 0, 0, 0, 0, + 0, 422, 0, 0, 421, 421, 1659, 0, 1660, 867, + 25, 26, 868, 28, 29, 869, 31, 870, 33, 34, + 35, 36, 0, 1676, 1677, 38, 39, 40, 0, 0, + 42, 0, 0, 0, 0, 0, 871, 48, 0, 0, + 50, 872, 421, 53, 873, 0, 1695, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1705, 0, 0, + 1708, 0, 70, 0, 0, 0, 0, 0, 0, 6, + 337, 0, 0, 0, 0, 0, 1717, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 84, 85, 86, 1729, + 0, 0, 0, 0, 1735, 0, 0, 0, 0, 0, + 1737, 0, 1726, 1727, 0, 0, 0, 0, 0, 0, + 338, 339, 340, 341, 342, 343, 344, 345, 346, 0, + 0, 0, 0, 347, 348, 349, 350, 0, 1759, 0, + 0, 351, 352, 353, 1749, 1750, 354, 0, 0, 0, + 0, 0, 0, 0, 422, 422, 0, 0, 355, 1768, + 356, 0, 0, 0, 0, 941, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1777, 0, 0, 0, + 0, 0, 0, 0, 0, 507, 0, 0, 0, 0, + 0, 0, 422, 0, 1788, 1789, 0, 383, 421, 0, + 0, 0, 0, 0, 1797, 0, 0, 0, 0, 7, + 8, 0, 0, 0, 0, 0, 0, 1794, 1795, 0, + 0, 0, 0, 0, 1814, 1815, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1828, + 0, 0, 0, 0, 0, 1832, 1834, 0, 0, 1836, + 1837, 1838, 1839, 0, 0, 0, 0, 0, 421, 0, + 0, 0, 0, 0, 357, 358, 359, 0, 0, 0, + 0, 0, 0, 421, 0, 0, 0, 360, 0, 361, + 107, 1865, 0, 0, 867, 25, 26, 868, 28, 29, + 869, 31, 870, 33, 34, 35, 36, 0, 0, 0, + 38, 39, 40, 0, 0, 42, 0, 1876, 0, 0, + 0, 871, 48, 1881, 1882, 50, 872, 0, 53, 873, + 0, 0, 0, 0, 0, 508, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 70, 422, 0, + 0, 947, 0, 0, 0, 0, 1907, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 84, 85, 86, 0, 529, 0, 906, 0, 0, + 0, 1926, 1927, 0, 0, 859, 0, 0, 0, 0, + 0, 1931, 1932, 0, 1933, 0, 1835, 1936, 1937, 1938, + 1939, 0, 153, 154, 0, 0, 0, 0, 422, 0, + 0, 0, 0, 1947, 0, 0, 0, 0, 421, 421, + 421, 421, 421, 422, 0, 0, 0, 185, 6, 1735, + 0, 0, 0, 1963, 186, 187, 188, 0, 0, 189, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 0, 0, 1988, 0, 0, 0, 0, 1991, + 1992, 0, 0, 1995, 1996, 1997, 1998, 0, 217, 218, + 219, 220, 0, 0, 0, 0, 221, 421, 6, 337, + 0, 0, 0, 0, 0, 0, 0, 222, 223, 224, + 0, 0, 0, 0, 0, 225, 21, 0, 0, 0, + 0, 2015, 397, 0, 0, 0, 0, 0, 0, 0, + 2029, 2030, 2031, 2032, 2033, 2034, 0, 0, 0, 338, + 339, 340, 341, 342, 343, 344, 345, 346, 0, 0, + 0, 0, 347, 348, 349, 350, 0, 0, 0, 0, + 351, 352, 353, 0, 0, 354, 0, 0, 422, 422, + 422, 422, 422, 0, 0, 0, 0, 355, 0, 356, + 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, + 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, + 471, 472, 475, 476, 477, 478, 479, 480, 0, 482, + 483, 0, 0, 0, 0, 485, 0, 0, 0, 0, + 0, 0, 233, 0, 501, 502, 234, 0, 0, 0, + 0, 236, 237, 238, 239, 240, 0, 422, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 1617, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 1628, 133, 388, 0, 0, 0, 0, - 136, 137, 138, 0, 0, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 0, 0, + 0, 0, 0, 241, 371, 0, 0, 0, 243, 0, + 0, 0, 0, 319, 0, 0, 0, 556, 0, 0, + 246, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 357, 358, 359, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 360, 0, 361, 107, + 0, 0, 0, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 1664, 621, 622, + 623, 1665, 0, 0, 627, 628, 629, 630, 631, 632, + 633, 0, 634, 0, 0, 635, 636, 0, 0, 639, + 185, 6, 337, 0, 0, 0, 0, 186, 187, 188, + 0, 0, 189, 190, 191, 192, 193, 194, 195, 196, + 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, + 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, + 0, 0, 338, 339, 340, 341, 342, 343, 344, 345, + 346, 217, 218, 219, 220, 347, 348, 349, 350, 221, + 0, 0, 0, 351, 352, 353, 0, 0, 354, 0, + 222, 223, 224, 0, 0, 0, 0, 0, 225, 21, + 355, 0, 356, 0, 0, 226, 0, 0, 227, 0, + 0, 228, 0, 229, 0, 0, 0, 0, 0, 0, + 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 230, 0, 49, 0, 0, 231, 0, 232, + 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, + 63, 0, 0, 65, 66, 67, 68, 69, 0, 0, + 0, 73, 0, 0, 76, 0, 0, 0, 0, 0, + 0, 0, 0, 797, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 0, 0, 1699, 0, + 0, 0, 1700, 0, 0, 233, 357, 358, 359, 234, + 235, 0, 0, 0, 236, 237, 238, 239, 240, 360, + 0, 361, 107, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 241, 242, 0, 0, + 0, 243, 0, 0, 0, 0, 319, 185, 6, 337, + 245, 0, 0, 246, 186, 187, 188, 0, 0, 189, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 0, 0, 338, + 339, 340, 341, 342, 343, 344, 345, 346, 217, 218, + 219, 220, 347, 348, 349, 350, 221, 0, 0, 0, + 351, 352, 353, 0, 0, 354, 0, 222, 223, 224, + 0, 0, 0, 0, 0, 225, 21, 355, 0, 356, + 0, 0, 226, 0, 0, 227, 0, 0, 228, 0, + 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, + 0, 49, 0, 0, 231, 0, 232, 0, 0, 0, + 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, + 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, + 0, 76, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 1851, 0, 0, 0, + 1852, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 233, 357, 358, 359, 234, 235, 0, 0, + 0, 236, 237, 238, 239, 240, 360, 0, 361, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 1732, 0, 0, 171, 172, 173, 174, 0, 0, - 0, 0, 179, 0, 1744, 0, 0, 0, 530, 530, - 530, 530, 530, 184, 185, 186, 0, 0, 0, 0, - 0, 187, 21, 0, 1693, 0, 0, 0, 0, 1697, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 1970, 0, 1971, 0, 0, - 0, 0, 1711, 1712, 0, 1916, 1714, 1715, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 1573, + 0, 0, 0, 241, 242, 0, 0, 0, 243, 0, + 0, 0, 0, 319, 185, 6, 337, 1752, 382, 0, + 246, 186, 187, 188, 0, 0, 189, 190, 191, 192, + 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, + 203, 204, 205, 206, 207, 208, 209, 210, 211, 0, + 0, 0, 0, 0, 0, 0, 338, 339, 340, 341, + 342, 343, 344, 345, 346, 217, 218, 219, 220, 347, + 348, 349, 350, 221, 0, 0, 0, 351, 352, 353, + 0, 0, 354, 0, 222, 223, 224, 0, 0, 0, + 0, 0, 225, 21, 355, 0, 356, 0, 0, 0, + 0, 0, 0, 0, 0, 365, 337, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 383, 0, 698, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 338, 339, 340, 341, + 342, 343, 344, 345, 346, 0, 0, 0, 0, 347, + 348, 349, 350, 0, 0, 0, 0, 351, 352, 353, + 0, 0, 354, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 355, 0, 356, 0, 0, 0, + 0, 0, 384, 0, 1256, 0, 0, 0, 0, 233, + 357, 358, 359, 234, 0, 0, 0, 0, 236, 237, + 238, 239, 240, 360, 0, 361, 107, 385, 386, 387, + 388, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 241, 371, 0, 0, 0, 243, 0, 389, 390, 0, + 391, 0, 392, 0, 393, 0, 394, 246, 185, 6, + 318, 0, 0, 0, 0, 186, 187, 188, 0, 0, + 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 212, 213, 214, 215, 216, 0, 0, + 357, 358, 359, 0, 0, 0, 0, 0, 0, 217, + 218, 219, 220, 360, 0, 361, 0, 221, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 222, 223, + 224, 0, 0, 0, 0, 0, 225, 21, 0, 0, + 0, 0, 0, 226, 0, 0, 227, 0, 0, 228, + 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 781, 0, 0, 1816, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1828, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1835, 0, 0, 192, 0, 1840, - 0, 196, 0, 1968, 0, 0, 197, 198, 199, 200, - 201, 0, 0, 0, 107, 0, 0, 0, 1978, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, - 1860, 0, 0, 206, 0, 0, 0, 0, 361, 0, - 0, 0, 0, 210, 0, 615, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 1573, 0, 0, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1830, 1831, 1189, 0, 1833, 1834, 0, - 1900, 0, 0, 1837, 1838, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 133, 388, 0, 0, 0, - 0, 136, 137, 138, 0, 0, 139, 140, 141, 142, - 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 0, - 0, 0, 0, 2067, 2068, 2069, 2070, 2072, 0, 0, - 0, 0, 1878, 1879, 1573, 171, 172, 173, 174, 0, - 0, 1944, 1945, 179, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 184, 185, 186, 0, 0, 0, - 1573, 0, 187, 21, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 1974, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 2122, 503, 0, 0, 133, 134, 135, 0, - 0, 689, 136, 137, 138, 0, 0, 139, 140, 141, - 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 0, 0, 0, 0, 0, 0, 2016, 162, 163, 164, - 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, - 175, 176, 177, 178, 179, 0, 0, 0, 180, 181, - 182, 0, 0, 183, 0, 184, 185, 186, 192, 0, - 0, 0, 196, 187, 21, 188, 189, 197, 198, 199, - 200, 201, 0, 0, 0, 107, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 632, - 633, 0, 0, 0, 206, 0, 0, 0, 0, 634, - 0, 0, 0, 190, 210, 0, 326, 0, 0, 1573, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 1250, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 191, 0, 0, 1300, 0, 0, 0, 192, - 193, 194, 195, 196, 0, 0, 0, 0, 197, 198, - 199, 200, 201, 202, 0, 203, 107, 0, 0, 0, - 0, 1573, 0, 0, 0, 0, 0, 0, 0, 0, - 204, 205, 0, 0, 0, 206, 0, 0, 0, 0, - 207, 0, 208, 0, 209, 210, 0, 211, 0, 212, - 0, 0, 0, 0, 0, 0, 0, 133, 274, 0, - 0, 0, 0, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 275, 276, 277, 278, 279, 0, 0, 0, 2131, - 0, 0, 0, 0, 0, 0, 0, 171, 172, 173, - 174, 0, 0, 0, 0, 179, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 0, 0, 0, 0, - 280, 0, 0, 281, 0, 0, 282, 0, 283, 0, + 230, 0, 49, 0, 0, 231, 0, 232, 0, 0, + 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, + 0, 65, 66, 67, 68, 69, 0, 0, 0, 73, + 0, 0, 76, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 859, 0, 0, 0, 0, 0, 0, 0, 1429, + 1430, 0, 0, 233, 0, 0, 0, 234, 235, 0, + 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, + 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 241, 242, 0, 0, 0, 243, + 0, 0, 0, 0, 319, 185, 6, 1550, 245, 0, + 0, 246, 186, 187, 188, 0, 0, 189, 190, 191, + 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, + 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, + 212, 213, 214, 215, 216, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 217, 218, 219, 220, + 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 222, 223, 224, 0, 0, + 0, 0, 0, 225, 21, 0, 0, 0, 0, 0, + 226, 0, 0, 227, 0, 0, 228, 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, - 236, 135, 0, 0, 0, 0, 0, 284, 0, 49, - 1329, 1330, 285, 0, 286, 0, 1334, 1335, 0, 0, - 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, + 0, 0, 0, 0, 0, 0, 0, 230, 0, 49, + 0, 0, 231, 0, 232, 0, 0, 0, 0, 0, + 337, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, - 162, 163, 164, 165, 166, 167, 168, 169, 170, 0, - 0, 0, 0, 175, 176, 177, 178, 0, 0, 0, - 0, 180, 181, 182, 0, 0, 183, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 188, 189, - 192, 0, 0, 0, 196, 287, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 632, 1809, 0, 0, 0, 206, 0, 0, 0, - 0, 634, 0, 0, 133, 274, 210, 0, 326, 587, - 136, 137, 138, 0, 0, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 275, 276, - 277, 278, 279, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 171, 172, 173, 174, 0, 0, - 0, 0, 179, 193, 194, 195, 0, 0, 0, 0, - 0, 0, 0, 184, 185, 186, 202, 0, 203, 107, - 0, 187, 21, 0, 0, 0, 0, 280, 0, 0, - 281, 0, 0, 282, 0, 283, 0, 0, 0, 0, - 1505, 1506, 37, 0, 0, 1510, 1511, 0, 0, 0, - 0, 0, 0, 0, 284, 0, 49, 0, 0, 285, - 0, 286, 0, 0, 0, 0, 0, 0, 59, 60, + 0, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 338, 339, 340, 341, 342, 343, 344, 345, 346, 860, + 0, 0, 0, 347, 348, 349, 350, 0, 0, 0, + 233, 351, 352, 353, 234, 235, 354, 0, 0, 236, + 237, 238, 239, 240, 0, 0, 0, 107, 355, 0, + 356, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 241, 242, 0, 0, 0, 243, 0, 0, 0, + 0, 319, 185, 6, 0, 245, 0, 0, 246, 186, + 187, 188, 0, 0, 189, 190, 191, 192, 193, 194, + 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, + 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, + 215, 216, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 217, 218, 219, 220, 0, 0, 0, + 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 222, 223, 224, 0, 0, 0, 0, 0, + 225, 21, 0, 0, 357, 358, 359, 226, 0, 0, + 227, 0, 0, 228, 0, 229, 0, 360, 0, 361, + 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 230, 0, 49, 0, 0, 231, + 0, 232, 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, - 0, 0, 0, 73, 0, 0, 76, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 0, 0, 0, - 0, 0, 0, 0, 1321, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, - 0, 196, 287, 0, 0, 0, 197, 198, 199, 200, - 201, 0, 0, 0, 107, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 204, 528, - 0, 0, 0, 206, 0, 0, 0, 0, 361, 0, - 0, 0, 0, 210, 0, 0, 587, 133, 274, 135, - 0, 0, 0, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 275, 276, 277, 278, 279, 0, 0, 162, 163, - 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, - 174, 175, 176, 177, 178, 179, 0, 0, 0, 180, - 181, 182, 0, 0, 183, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 188, 189, 0, 0, - 280, 0, 0, 281, 0, 0, 282, 0, 283, 0, - 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 284, 0, 49, - 0, 0, 285, 0, 286, 0, 0, 0, 0, 0, - 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, - 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 1322, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 192, 193, 194, 195, 196, 287, 0, 0, 0, 197, - 198, 199, 200, 201, 202, 0, 203, 107, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 204, 288, 0, 0, 0, 206, 0, 0, 0, - 0, 361, 0, 133, 274, 135, 210, 0, 290, 136, - 137, 138, 0, 0, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 275, 276, 277, - 278, 279, 0, 0, 162, 163, 164, 165, 166, 167, - 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, - 178, 179, 0, 0, 0, 180, 181, 182, 0, 0, - 183, 0, 184, 185, 186, 0, 0, 0, 0, 0, - 187, 21, 188, 189, 0, 0, 280, 0, 0, 281, - 0, 0, 282, 0, 283, 0, 0, 0, 0, 0, - 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 284, 0, 49, 0, 0, 285, 0, - 286, 0, 0, 0, 0, 0, 0, 59, 60, 61, - 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, - 0, 0, 73, 0, 0, 76, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 0, 0, 1323, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 192, 193, 194, 195, - 196, 287, 0, 0, 0, 197, 198, 199, 200, 201, - 202, 0, 203, 107, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 204, 288, 0, - 0, 0, 206, 0, 0, 0, 0, 361, 0, 133, - 274, 360, 210, 0, 1839, 136, 137, 138, 0, 0, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, - 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 275, 276, 277, 278, 279, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, - 172, 173, 174, 0, 0, 0, 0, 179, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, - 186, 0, 0, 0, 0, 0, 187, 21, 0, 0, - 0, 0, 280, 0, 0, 281, 0, 0, 282, 0, - 283, 0, 0, 0, 0, 0, 0, 37, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, - 0, 49, 0, 0, 285, 0, 286, 0, 0, 0, - 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, - 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, - 0, 76, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 0, 0, 1324, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 192, 0, 0, 0, 196, 287, 0, 0, - 0, 197, 198, 199, 200, 201, 0, 0, 0, 107, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 204, 288, 0, 0, 0, 206, 0, - 0, 0, 0, 361, 0, 133, 274, 1664, 210, 0, - 290, 136, 137, 138, 0, 0, 139, 140, 141, 142, - 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 275, - 276, 277, 278, 279, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 171, 172, 173, 174, 0, - 0, 0, 0, 179, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 184, 185, 186, 0, 0, 0, - 0, 0, 187, 21, 0, 0, 0, 0, 280, 0, - 0, 281, 0, 0, 282, 0, 283, 0, 0, 0, - 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 284, 0, 49, 0, 0, - 285, 0, 286, 0, 0, 0, 0, 0, 0, 59, - 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, - 69, 0, 0, 0, 73, 0, 0, 76, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 0, 0, 1452, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, - 0, 0, 196, 287, 0, 0, 0, 197, 198, 199, - 200, 201, 0, 0, 0, 107, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, - 288, 0, 0, 0, 206, 0, 0, 0, 0, 361, - 0, 133, 274, 0, 210, 0, 290, 136, 137, 138, - 0, 0, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 275, 276, 277, 278, 279, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 171, 172, 173, 174, 0, 0, 0, 0, 179, + 0, 0, 0, 73, 0, 0, 76, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 911, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, + 0, 234, 235, 0, 0, 0, 236, 237, 238, 239, + 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 573, 1691, + 0, 0, 0, 243, 0, 0, 0, 0, 575, 185, + 6, 0, 284, 511, 0, 246, 186, 187, 188, 0, + 0, 189, 190, 191, 192, 193, 194, 195, 196, 197, + 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, + 208, 209, 210, 211, 212, 213, 214, 215, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 184, 185, 186, 0, 0, 0, 0, 0, 187, 21, - 0, 0, 0, 0, 280, 0, 0, 281, 0, 0, - 282, 0, 283, 0, 0, 0, 0, 0, 0, 37, + 217, 218, 219, 220, 0, 0, 0, 0, 221, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, + 223, 224, 0, 0, 0, 0, 0, 225, 21, 0, + 0, 0, 0, 0, 226, 0, 0, 227, 0, 0, + 228, 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 284, 0, 49, 0, 0, 285, 0, 286, 0, + 0, 230, 0, 49, 0, 0, 231, 0, 232, 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, 0, 0, - 73, 0, 0, 76, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, - 0, 1788, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 192, 0, 0, 0, 196, 287, - 0, 0, 0, 197, 198, 199, 200, 201, 0, 0, + 73, 0, 0, 76, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1040, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 233, 0, 0, 0, 234, 235, + 0, 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 204, 288, 0, 0, 0, - 206, 0, 0, 0, 0, 289, 0, 133, 274, 0, - 210, 0, 290, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 275, 276, 277, 278, 279, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 171, 172, 173, - 174, 0, 0, 0, 0, 179, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 0, 0, 0, 0, - 280, 0, 0, 281, 0, 0, 282, 0, 283, 0, - 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 284, 0, 49, - 0, 0, 285, 0, 286, 0, 0, 0, 0, 0, - 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, - 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 1799, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 192, 0, 0, 0, 196, 287, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 204, 288, 0, 0, 0, 206, 0, 0, 0, - 0, 361, 0, 133, 274, 0, 210, 0, 290, 136, - 137, 138, 0, 0, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 275, 276, 277, - 278, 279, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 171, 172, 173, 174, 0, 0, 0, - 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 184, 185, 186, 0, 0, 0, 0, 0, - 187, 21, 0, 0, 0, 0, 280, 0, 0, 281, - 0, 0, 282, 0, 283, 0, 0, 0, 0, 0, - 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 284, 0, 49, 0, 0, 285, 0, - 286, 0, 0, 0, 0, 0, 0, 59, 60, 61, - 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, - 0, 0, 73, 0, 0, 76, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 0, 0, 1870, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, - 196, 287, 0, 0, 0, 197, 198, 199, 200, 201, - 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 204, 528, 0, - 0, 0, 206, 0, 0, 0, 0, 361, 0, 133, - 274, 0, 210, 0, 583, 136, 137, 138, 0, 0, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, - 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 275, 276, 277, 278, 279, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, - 172, 173, 174, 0, 0, 0, 0, 179, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, - 186, 0, 0, 0, 0, 0, 187, 21, 0, 0, - 0, 0, 280, 0, 0, 281, 0, 0, 282, 0, - 283, 0, 0, 0, 0, 0, 0, 37, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, - 0, 49, 0, 0, 285, 0, 286, 0, 0, 0, - 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, - 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, - 0, 76, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 0, 0, 1871, + 0, 0, 0, 0, 0, 241, 242, 0, 0, 0, + 243, 0, 0, 0, 0, 244, 185, 6, 0, 245, + 0, 0, 246, 186, 187, 188, 0, 0, 189, 190, + 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, + 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, + 211, 212, 213, 214, 215, 216, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 217, 218, 219, + 220, 0, 0, 0, 0, 221, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 222, 223, 224, 0, + 0, 0, 0, 0, 225, 21, 0, 0, 0, 0, + 0, 226, 0, 0, 227, 0, 0, 228, 0, 229, + 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, + 49, 0, 0, 231, 0, 232, 0, 0, 0, 0, + 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, + 66, 67, 68, 69, 0, 0, 0, 73, 0, 0, + 76, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 192, 0, 0, 0, 196, 287, 0, 0, - 0, 197, 198, 199, 200, 201, 0, 0, 0, 107, + 0, 233, 0, 0, 0, 234, 235, 0, 0, 0, + 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 204, 288, 0, 0, 0, 206, 0, - 0, 0, 0, 599, 0, 133, 274, 0, 210, 0, - 290, 136, 137, 138, 0, 0, 139, 140, 141, 142, - 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 275, - 276, 277, 278, 279, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 171, 172, 173, 174, 0, - 0, 0, 0, 179, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 184, 185, 186, 0, 0, 0, - 0, 0, 187, 21, 0, 0, 0, 0, 280, 0, - 0, 281, 0, 0, 282, 0, 283, 0, 0, 0, + 0, 0, 241, 242, 0, 0, 0, 243, 0, 0, + 0, 0, 319, 185, 6, 0, 245, 0, 0, 246, + 186, 187, 188, 0, 0, 189, 190, 191, 192, 193, + 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, + 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, + 214, 215, 216, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 217, 218, 219, 220, 0, 0, + 0, 0, 221, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 222, 223, 224, 0, 0, 0, 0, + 0, 225, 21, 0, 0, 0, 0, 0, 226, 0, + 0, 227, 0, 0, 228, 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 284, 0, 49, 0, 0, - 285, 0, 286, 0, 0, 0, 0, 0, 0, 59, + 0, 0, 0, 0, 0, 230, 0, 49, 0, 0, + 231, 0, 232, 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, - 69, 0, 0, 0, 73, 0, 0, 76, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 0, 0, 1872, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, - 0, 0, 196, 287, 0, 0, 0, 197, 198, 199, - 200, 201, 0, 0, 0, 107, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, - 288, 0, 0, 0, 206, 0, 0, 0, 0, 608, - 0, 133, 274, 0, 210, 0, 290, 136, 137, 138, - 0, 0, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 275, 276, 277, 278, 279, + 69, 0, 0, 0, 73, 0, 0, 76, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1049, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 233, 0, + 0, 0, 234, 235, 0, 0, 0, 236, 237, 238, + 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 241, + 420, 0, 0, 0, 243, 0, 0, 0, 0, 319, + 185, 6, 0, 506, 0, 0, 246, 186, 187, 188, + 0, 0, 189, 190, 191, 192, 193, 194, 195, 196, + 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, + 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 171, 172, 173, 174, 0, 0, 0, 0, 179, + 0, 217, 218, 219, 220, 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 184, 185, 186, 0, 0, 0, 0, 0, 187, 21, - 0, 0, 0, 0, 280, 0, 0, 281, 0, 0, - 282, 0, 283, 0, 0, 0, 0, 0, 0, 37, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 284, 0, 49, 0, 0, 285, 0, 286, 0, - 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, - 0, 0, 65, 66, 67, 68, 69, 0, 0, 0, - 73, 0, 0, 76, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, - 0, 1873, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 192, 0, 0, 0, 196, 287, - 0, 0, 0, 197, 198, 199, 200, 201, 0, 0, - 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 204, 288, 0, 0, 0, - 206, 0, 0, 0, 0, 610, 0, 133, 274, 0, - 210, 0, 290, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 275, 276, 277, 278, 279, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 171, 172, 173, - 174, 0, 0, 0, 0, 179, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 0, 0, 0, 0, - 280, 0, 0, 281, 0, 0, 282, 0, 283, 0, - 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 284, 0, 49, - 0, 0, 285, 0, 286, 0, 0, 0, 0, 0, - 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, - 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 1875, 0, 0, + 222, 223, 224, 0, 0, 0, 0, 0, 225, 21, + 0, 0, 0, 0, 0, 226, 0, 0, 227, 0, + 0, 228, 0, 229, 0, 0, 0, 0, 0, 0, + 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 230, 0, 49, 0, 0, 231, 0, 232, + 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, + 63, 0, 0, 65, 66, 67, 68, 69, 0, 0, + 0, 73, 0, 0, 76, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1050, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 233, 0, 0, 0, 234, + 235, 0, 0, 0, 236, 237, 238, 239, 240, 0, + 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 241, 420, 0, 0, + 0, 243, 0, 0, 0, 0, 319, 185, 6, 0, + 0, 511, 0, 246, 186, 187, 188, 0, 0, 189, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 217, 218, + 219, 220, 0, 0, 0, 0, 221, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 222, 223, 224, + 0, 0, 0, 0, 0, 225, 21, 0, 0, 0, + 0, 0, 226, 0, 0, 227, 0, 0, 228, 0, + 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 230, + 0, 49, 0, 0, 231, 0, 232, 0, 0, 0, + 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, + 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, + 0, 76, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 233, 0, 0, 0, 234, 235, 0, 0, + 0, 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 192, 0, 0, 0, 196, 287, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, + 0, 0, 0, 241, 242, 0, 0, 0, 243, 0, + 0, 0, 0, 540, 185, 6, 0, 245, 0, 0, + 246, 186, 187, 188, 0, 0, 189, 190, 191, 192, + 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, + 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, + 213, 214, 215, 216, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 217, 218, 219, 220, 0, + 0, 0, 0, 221, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 222, 223, 224, 0, 0, 0, + 0, 0, 225, 21, 0, 0, 0, 0, 0, 226, + 0, 0, 227, 0, 0, 228, 0, 229, 0, 0, + 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 230, 0, 49, 0, + 0, 231, 0, 232, 0, 0, 0, 0, 0, 0, + 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, + 68, 69, 0, 0, 0, 73, 0, 0, 76, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1056, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 233, + 0, 0, 0, 234, 235, 0, 0, 0, 236, 237, + 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 204, 288, 0, 0, 0, 206, 0, 0, 0, - 0, 612, 0, 133, 274, 0, 210, 0, 290, 136, - 137, 138, 0, 0, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 275, 276, 277, - 278, 279, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 171, 172, 173, 174, 0, 0, 0, - 0, 179, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 184, 185, 186, 0, 0, 0, 0, 0, - 187, 21, 0, 0, 0, 0, 280, 0, 0, 281, - 0, 0, 282, 0, 283, 0, 0, 0, 0, 0, + 241, 242, 0, 0, 0, 243, 0, 0, 0, 0, + 549, 185, 6, 0, 245, 0, 0, 246, 186, 187, + 188, 0, 0, 189, 190, 191, 192, 193, 194, 195, + 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, + 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, + 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 217, 218, 219, 220, 0, 0, 0, 0, + 221, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 222, 223, 224, 0, 0, 0, 0, 0, 225, + 21, 0, 0, 0, 0, 0, 226, 0, 0, 227, + 0, 0, 228, 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 284, 0, 49, 0, 0, 285, 0, - 286, 0, 0, 0, 0, 0, 0, 59, 60, 61, + 0, 0, 0, 230, 0, 49, 0, 0, 231, 0, + 232, 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, - 0, 0, 73, 0, 0, 76, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 0, 0, 1897, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, - 196, 287, 0, 0, 0, 197, 198, 199, 200, 201, + 0, 0, 73, 0, 0, 76, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1058, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 233, 0, 0, 0, + 234, 235, 0, 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 204, 528, 0, - 0, 0, 206, 0, 0, 0, 0, 361, 0, 133, - 274, 0, 210, 0, 873, 136, 137, 138, 0, 0, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, - 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, - 159, 160, 161, 275, 276, 277, 278, 279, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 171, - 172, 173, 174, 0, 0, 0, 0, 179, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 184, 185, - 186, 0, 0, 0, 0, 0, 187, 21, 0, 0, - 0, 0, 280, 0, 0, 281, 0, 0, 282, 0, - 283, 0, 0, 0, 0, 0, 0, 37, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 284, - 0, 49, 0, 0, 285, 0, 286, 0, 0, 0, - 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, - 65, 66, 67, 68, 69, 0, 0, 0, 73, 0, - 0, 76, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 0, 0, 1912, + 0, 0, 0, 0, 0, 0, 0, 241, 242, 0, + 0, 0, 243, 0, 0, 0, 0, 551, 185, 6, + 0, 245, 0, 0, 246, 186, 187, 188, 0, 0, + 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 212, 213, 214, 215, 216, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 217, + 218, 219, 220, 0, 0, 0, 0, 221, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 222, 223, + 224, 0, 0, 0, 0, 0, 225, 21, 0, 0, + 0, 0, 0, 226, 0, 0, 227, 0, 0, 228, + 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 192, 0, 0, 0, 196, 287, 0, 0, - 0, 197, 198, 199, 200, 201, 0, 0, 0, 107, + 230, 0, 49, 0, 0, 231, 0, 232, 0, 0, + 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, + 0, 65, 66, 67, 68, 69, 0, 0, 0, 73, + 0, 0, 76, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1165, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 233, 0, 0, 0, 234, 235, 0, + 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, + 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 241, 242, 0, 0, 0, 243, + 0, 0, 0, 0, 553, 185, 6, 0, 245, 0, + 0, 246, 186, 187, 188, 0, 0, 189, 190, 191, + 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, + 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, + 212, 213, 214, 215, 216, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 217, 218, 219, 220, + 0, 0, 0, 0, 221, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 222, 223, 224, 0, 0, + 0, 0, 0, 225, 21, 0, 0, 0, 0, 0, + 226, 0, 0, 227, 0, 0, 228, 0, 229, 0, + 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 230, 0, 49, + 0, 0, 231, 0, 232, 0, 0, 0, 0, 0, + 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, + 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 204, 528, 0, 0, 0, 206, 0, - 0, 0, 0, 361, 0, 133, 274, 0, 210, 0, - 876, 136, 137, 138, 0, 0, 139, 140, 141, 142, - 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, - 153, 154, 155, 156, 157, 158, 159, 160, 161, 275, - 276, 277, 278, 279, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 171, 172, 173, 174, 0, - 0, 0, 0, 179, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 184, 185, 186, 0, 0, 0, - 0, 0, 187, 21, 0, 0, 0, 0, 280, 0, - 0, 281, 0, 0, 282, 0, 283, 0, 0, 0, - 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 284, 0, 49, 0, 0, - 285, 0, 286, 0, 0, 0, 0, 0, 0, 59, - 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, - 69, 0, 0, 0, 73, 0, 0, 76, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 0, 0, 1959, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, - 0, 0, 196, 287, 0, 0, 0, 197, 198, 199, - 200, 201, 0, 0, 0, 107, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, - 528, 0, 0, 0, 206, 0, 0, 0, 0, 361, - 0, 133, 274, 0, 210, 0, 897, 136, 137, 138, - 0, 0, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 275, 276, 277, 278, 279, + 233, 0, 0, 0, 234, 235, 0, 0, 0, 236, + 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 171, 172, 173, 174, 0, 0, 0, 0, 179, + 0, 241, 420, 0, 0, 0, 243, 0, 0, 0, + 0, 319, 185, 6, 0, 810, 0, 0, 246, 186, + 187, 188, 0, 0, 189, 190, 191, 192, 193, 194, + 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, + 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, + 215, 216, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 217, 218, 219, 220, 0, 0, 0, + 0, 221, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 222, 223, 224, 0, 0, 0, 0, 0, + 225, 21, 0, 0, 0, 0, 0, 226, 0, 0, + 227, 0, 0, 228, 0, 229, 0, 0, 0, 0, + 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 230, 0, 49, 0, 0, 231, + 0, 232, 0, 0, 0, 0, 0, 0, 59, 60, + 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, + 0, 0, 0, 73, 0, 0, 76, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1254, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 233, 0, 0, + 0, 234, 235, 0, 0, 0, 236, 237, 238, 239, + 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 241, 242, + 0, 0, 0, 243, 0, 0, 0, 0, 319, 185, + 6, 0, 1558, 0, 0, 246, 186, 187, 188, 0, + 0, 189, 190, 191, 192, 193, 194, 195, 196, 197, + 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, + 208, 209, 210, 211, 212, 213, 214, 215, 216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 184, 185, 186, 0, 0, 0, 0, 0, 187, 21, - 0, 0, 0, 0, 280, 0, 0, 281, 0, 0, - 282, 0, 283, 0, 0, 0, 0, 0, 0, 37, + 217, 218, 219, 220, 0, 0, 0, 0, 221, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 222, + 223, 224, 0, 0, 0, 0, 0, 225, 21, 0, + 0, 0, 0, 0, 226, 0, 0, 227, 0, 0, + 228, 0, 229, 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 284, 0, 49, 0, 0, 285, 0, 286, 0, + 0, 230, 0, 49, 0, 0, 231, 0, 232, 0, 0, 0, 0, 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, 68, 69, 0, 0, 0, - 73, 0, 0, 76, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 0, - 0, 1976, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 192, 0, 0, 0, 196, 287, - 0, 0, 0, 197, 198, 199, 200, 201, 0, 0, + 73, 0, 0, 76, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1338, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 233, 0, 0, 0, 234, 235, + 0, 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 204, 288, 0, 0, 0, - 206, 0, 0, 0, 0, 361, 0, 133, 274, 0, - 210, 0, 1672, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 275, 276, 277, 278, 279, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 171, 172, 173, - 174, 0, 0, 0, 0, 179, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 0, 0, 0, 0, - 280, 0, 0, 281, 0, 0, 282, 0, 283, 0, - 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 284, 0, 49, - 0, 0, 285, 0, 286, 0, 0, 0, 0, 0, - 0, 59, 60, 61, 62, 63, 0, 0, 65, 66, - 67, 68, 69, 0, 0, 0, 73, 0, 0, 76, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 1985, 0, 0, + 0, 0, 0, 0, 0, 573, 1691, 0, 0, 0, + 243, 0, 0, 0, 0, 575, 185, 6, 0, 284, + 0, 0, 246, 186, 187, 188, 0, 0, 189, 190, + 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, + 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, + 211, 212, 213, 214, 215, 216, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 217, 218, 219, + 220, 0, 0, 0, 0, 221, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 222, 223, 224, 0, + 0, 0, 0, 0, 225, 21, 0, 0, 0, 0, + 0, 226, 0, 0, 227, 0, 0, 228, 0, 229, + 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 230, 0, + 49, 0, 0, 231, 0, 232, 0, 0, 0, 0, + 0, 0, 59, 60, 61, 62, 63, 0, 0, 65, + 66, 67, 68, 69, 0, 0, 0, 73, 0, 0, + 76, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 192, 0, 0, 0, 196, 287, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, + 0, 233, 0, 0, 0, 234, 235, 0, 0, 0, + 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 632, 1809, 0, 0, 0, 206, 0, 0, 0, - 0, 634, 0, 133, 388, 135, 210, 0, 326, 136, - 137, 138, 0, 0, 139, 140, 141, 142, 143, 144, - 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, - 155, 156, 157, 158, 159, 160, 161, 0, 0, 0, - 0, 0, 0, 0, 162, 163, 164, 165, 166, 167, - 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, - 178, 179, 0, 0, 0, 180, 181, 182, 0, 0, - 183, 0, 184, 185, 186, 0, 0, 0, 0, 0, - 187, 21, 188, 189, 133, 388, 135, 0, 0, 0, - 136, 137, 138, 0, 0, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 0, 0, - 0, 0, 0, 0, 0, 162, 163, 164, 165, 166, - 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, - 177, 178, 179, 0, 0, 0, 180, 181, 182, 0, - 0, 183, 0, 184, 185, 186, 0, 0, 0, 0, - 0, 187, 21, 188, 189, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 0, 192, 193, 194, 195, - 196, 0, 1986, 0, 0, 197, 198, 199, 200, 201, - 202, 0, 203, 107, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 204, 205, 0, - 0, 0, 206, 0, 0, 0, 0, 361, 0, 0, - 0, 0, 210, 0, 1581, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 0, 0, 0, 0, 0, - 0, 0, 2006, 0, 0, 0, 0, 192, 193, 194, - 195, 196, 0, 0, 0, 0, 197, 198, 199, 200, - 201, 202, 0, 203, 107, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, - 0, 0, 0, 206, 0, 0, 0, 0, 361, 0, - 133, 388, 135, 210, 0, 1822, 136, 137, 138, 0, - 0, 139, 140, 141, 142, 143, 144, 145, 146, 147, - 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, - 158, 159, 160, 161, 0, 0, 0, 7, 8, 0, - 0, 162, 163, 164, 165, 166, 167, 168, 169, 170, - 171, 172, 173, 174, 175, 176, 177, 178, 179, 0, - 0, 0, 180, 181, 182, 0, 0, 183, 0, 184, - 185, 186, 0, 0, 0, 0, 0, 187, 21, 188, - 189, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 0, 0, 0, 0, 0, 0, 0, 2062, 0, - 0, 783, 25, 26, 784, 28, 29, 785, 31, 786, - 33, 34, 35, 36, 0, 0, 0, 38, 39, 40, - 0, 0, 42, 0, 0, 0, 0, 0, 787, 48, - 0, 0, 50, 788, 0, 53, 789, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 70, 503, 0, 0, 998, 0, - 0, 0, 0, 0, 2108, 0, 0, 0, 0, 0, - 0, 0, 0, 192, 193, 194, 195, 196, 84, 85, - 86, 0, 197, 198, 199, 200, 201, 202, 0, 203, + 0, 0, 241, 420, 0, 0, 0, 243, 185, 6, + 337, 0, 319, 0, 0, 186, 187, 188, 0, 246, + 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 0, 0, 0, 0, 0, 0, 0, + 338, 339, 340, 341, 342, 343, 344, 345, 346, 217, + 218, 219, 220, 347, 348, 349, 350, 221, 0, 0, + 0, 351, 352, 353, 0, 0, 354, 0, 222, 223, + 224, 0, 0, 0, 0, 0, 225, 21, 355, 0, + 356, 185, 6, 337, 0, 0, 0, 0, 186, 187, + 188, 0, 0, 189, 190, 191, 192, 193, 194, 195, + 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, + 206, 207, 208, 209, 210, 211, 0, 0, 0, 0, + 0, 0, 0, 338, 339, 340, 341, 342, 343, 344, + 345, 346, 217, 218, 219, 220, 347, 348, 349, 350, + 221, 0, 0, 0, 351, 352, 353, 0, 0, 354, + 0, 222, 223, 224, 0, 0, 0, 0, 0, 225, + 21, 355, 0, 356, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 233, 357, 358, 359, 234, 978, 0, + 0, 0, 236, 237, 238, 239, 240, 360, 0, 361, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 204, 205, 0, 0, 0, 206, - 0, 0, 0, 0, 361, 0, 133, 274, 0, 210, - 0, 1842, 136, 137, 138, 0, 0, 139, 140, 141, - 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 275, 276, 277, 278, 279, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 171, 172, 173, 174, - 0, 0, 0, 0, 179, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 184, 185, 186, 0, 0, - 0, 0, 0, 187, 21, 0, 0, 0, 0, 280, - 0, 0, 281, 0, 0, 282, 0, 283, 0, 0, - 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 284, 0, 49, 0, - 0, 285, 0, 286, 0, 0, 0, 0, 0, 0, - 59, 60, 61, 62, 63, 0, 0, 65, 66, 67, - 68, 69, 0, 0, 0, 73, 0, 0, 76, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 0, - 0, 0, 0, 0, 0, 0, 2130, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, - 0, 0, 0, 196, 287, 0, 0, 0, 197, 198, - 199, 200, 201, 0, 0, 0, 107, 0, 0, 0, + 0, 0, 0, 0, 241, 371, 0, 0, 0, 243, + 0, 0, 0, 0, 319, 0, 0, 0, 1449, 0, + 0, 246, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1390, 0, 0, 0, 0, 0, 233, 357, 358, 359, + 234, 0, 0, 0, 0, 236, 237, 238, 239, 240, + 360, 0, 361, 107, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 241, 371, 0, + 0, 0, 243, 0, 0, 0, 0, 319, 185, 6, + 337, 1704, 0, 0, 246, 186, 187, 188, 0, 0, + 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 0, 0, 0, 0, 0, 0, 0, + 338, 339, 340, 341, 342, 343, 344, 345, 346, 217, + 218, 219, 220, 347, 348, 349, 350, 221, 0, 0, + 0, 351, 352, 353, 0, 0, 354, 0, 222, 223, + 224, 0, 0, 0, 0, 0, 225, 21, 355, 0, + 356, 185, 6, 337, 0, 0, 0, 0, 186, 187, + 188, 0, 0, 189, 190, 191, 192, 193, 194, 195, + 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, + 206, 207, 208, 209, 210, 211, 0, 0, 0, 0, + 0, 0, 0, 338, 339, 340, 341, 342, 343, 344, + 345, 346, 217, 218, 219, 220, 347, 348, 349, 350, + 221, 0, 0, 0, 351, 352, 353, 0, 0, 354, + 0, 222, 223, 224, 0, 0, 0, 0, 0, 225, + 21, 355, 0, 356, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 233, 357, 358, 359, 234, 1066, 0, + 0, 0, 236, 237, 238, 239, 240, 360, 0, 361, + 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 241, 371, 0, 0, 0, 243, + 0, 0, 0, 0, 319, 0, 0, 0, 1796, 0, + 0, 246, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1488, 0, 0, 0, 0, 0, 233, 357, 358, 359, + 234, 0, 0, 0, 0, 236, 237, 238, 239, 240, + 360, 0, 361, 107, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 241, 371, 0, + 0, 0, 243, 185, 6, 0, 0, 319, 0, 0, + 186, 187, 188, 0, 246, 189, 190, 191, 192, 193, + 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, + 204, 205, 206, 207, 208, 209, 210, 211, 0, 0, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 217, 218, 219, 220, 529, 0, + 0, 0, 221, 0, 0, 0, 0, 0, 1489, 0, + 0, 0, 0, 222, 223, 224, 185, 6, 0, 1203, + 0, 225, 21, 186, 187, 188, 0, 0, 189, 190, + 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, + 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, + 211, 0, 0, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 217, 218, 219, + 220, 529, 0, 0, 0, 221, 0, 0, 0, 0, + 0, 1490, 0, 0, 0, 0, 222, 223, 224, 0, + 0, 0, 0, 0, 225, 21, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1497, 0, 0, 0, 233, 0, + 0, 0, 234, 0, 0, 0, 0, 236, 237, 238, + 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 573, + 574, 0, 0, 0, 243, 0, 0, 0, 0, 575, + 0, 0, 0, 284, 0, 0, 246, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 0, 233, 0, 0, 0, 234, 1498, 0, 0, 0, + 236, 237, 238, 239, 240, 0, 0, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 204, 528, 0, 0, 0, 206, 133, 388, 135, 0, - 361, 0, 136, 137, 138, 210, 0, 139, 140, 141, - 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, - 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, - 0, 0, 0, 0, 0, 0, 0, 162, 163, 164, - 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, - 175, 176, 177, 178, 179, 0, 0, 0, 180, 181, - 182, 0, 0, 183, 0, 184, 185, 186, 0, 0, - 0, 133, 388, 187, 21, 188, 189, 136, 137, 138, - 0, 0, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 0, 0, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 171, 172, 173, 174, 503, 0, 0, 0, 179, - 0, 0, 0, 0, 2157, 0, 0, 0, 0, 0, - 184, 185, 186, 0, 0, 0, 0, 0, 187, 21, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 0, 0, 2158, 0, 192, - 193, 194, 195, 196, 0, 0, 0, 0, 197, 198, - 199, 200, 201, 202, 0, 203, 107, 0, 0, 0, + 0, 0, 241, 371, 0, 0, 0, 243, 185, 6, + 0, 1353, 319, 0, 0, 186, 187, 188, 0, 246, + 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, + 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, + 209, 210, 211, 0, 0, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 217, + 218, 219, 220, 529, 0, 0, 0, 221, 0, 0, + 0, 0, 0, 1499, 0, 0, 185, 6, 222, 223, + 224, 0, 0, 186, 187, 188, 225, 21, 189, 190, + 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, + 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, + 211, 0, 0, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 217, 218, 219, + 220, 529, 0, 0, 0, 221, 0, 0, 0, 0, + 0, 1500, 0, 0, 0, 0, 222, 223, 224, 0, + 0, 0, 0, 0, 225, 21, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1616, 0, 0, 0, 0, 0, + 0, 0, 0, 233, 0, 0, 0, 234, 0, 0, + 0, 0, 236, 237, 238, 239, 240, 0, 0, 0, + 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 241, 371, 0, 0, 0, 243, + 0, 0, 0, 0, 319, 7, 8, 0, 0, 0, + 0, 246, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 233, 0, 0, 0, 234, 1145, 0, 0, 0, + 236, 237, 238, 239, 240, 7, 8, 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 204, 205, 0, 0, 0, 206, 0, 0, 0, 0, - 361, 0, 0, 0, 0, 210, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 0, 0, 2159, 192, 0, 0, 0, 196, 0, - 0, 0, 0, 197, 198, 199, 200, 201, 0, 0, - 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 204, 205, 0, 0, 0, - 206, 133, 388, 0, 0, 361, 474, 136, 137, 138, - 210, 0, 139, 140, 141, 142, 143, 144, 145, 146, - 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, - 157, 158, 159, 160, 161, 0, 0, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 171, 172, 173, 174, 503, 0, 0, 0, 179, - 0, 0, 0, 0, 2160, 0, 0, 0, 0, 0, - 184, 185, 186, 0, 133, 388, 0, 0, 187, 21, - 136, 137, 138, 0, 0, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 0, 0, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 171, 172, 173, 174, 503, 0, - 0, 0, 179, 0, 0, 0, 0, 2161, 0, 0, - 0, 0, 0, 184, 185, 186, 0, 0, 0, 0, - 0, 187, 21, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 0, 0, 0, 0, 0, 0, 0, - 2162, 0, 0, 0, 192, 0, 0, 0, 196, 0, - 0, 0, 0, 197, 198, 199, 200, 201, 0, 0, - 0, 107, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 204, 205, 0, 0, 0, - 206, 0, 0, 0, 0, 361, 0, 0, 476, 0, - 210, 0, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 192, 934, 0, - 0, 196, 0, 0, 0, 0, 197, 198, 199, 200, - 201, 0, 0, 0, 107, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, - 0, 0, 0, 206, 133, 388, 0, 0, 361, 697, - 136, 137, 138, 210, 0, 139, 140, 141, 142, 143, - 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, - 154, 155, 156, 157, 158, 159, 160, 161, 0, 0, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 171, 172, 173, 174, 503, 0, - 0, 0, 179, 0, 0, 0, 1890, 0, 0, 0, - 0, 0, 0, 184, 185, 186, 0, 133, 388, 0, - 1284, 187, 21, 136, 137, 138, 0, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 0, 0, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 171, 172, 173, - 174, 503, 0, 980, 0, 179, 0, 0, 941, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 0, 0, 0, 0, 187, 21, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 869, 0, 870, 0, - 0, 1525, 0, 0, 0, 0, 0, 192, 0, 0, - 0, 196, 0, 0, 0, 0, 197, 198, 199, 200, - 201, 0, 0, 0, 107, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 204, 205, - 0, 0, 0, 206, 0, 0, 0, 0, 361, 0, - 0, 699, 0, 210, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 823, - 192, 0, 0, 0, 196, 0, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, + 0, 0, 241, 371, 0, 0, 0, 243, 0, 0, + 0, 0, 319, 0, 0, 0, 0, 0, 0, 246, + 867, 25, 26, 868, 28, 29, 869, 31, 870, 33, + 34, 35, 36, 0, 0, 0, 38, 39, 40, 7, + 8, 42, 0, 0, 0, 0, 0, 871, 48, 0, + 0, 50, 872, 0, 53, 873, 0, 0, 0, 0, + 867, 25, 26, 868, 28, 29, 869, 31, 870, 33, + 34, 35, 36, 70, 0, 0, 38, 39, 40, 0, + 0, 42, 0, 0, 0, 0, 0, 871, 48, 0, + 0, 50, 872, 0, 53, 873, 0, 84, 85, 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 204, 205, 0, 0, 0, 206, 133, 388, 0, - 1456, 361, 0, 136, 137, 138, 210, 0, 139, 140, - 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, - 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, - 161, 0, 0, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 171, 172, 173, - 174, 503, 0, 0, 0, 179, 0, 0, 941, 0, - 0, 0, 0, 0, 0, 0, 184, 185, 186, 0, - 133, 388, 0, 0, 187, 21, 136, 137, 138, 0, - 0, 139, 140, 141, 142, 143, 144, 145, 146, 147, - 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, - 158, 159, 160, 161, 0, 0, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 171, 172, 173, 174, 503, 0, 0, 0, 179, 0, - 0, 942, 0, 0, 0, 0, 0, 0, 0, 184, - 185, 186, 0, 0, 0, 0, 0, 187, 21, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 0, - 0, 0, 0, 0, 985, 0, 0, 0, 0, 0, - 192, 0, 0, 0, 196, 0, 0, 0, 0, 197, - 198, 199, 200, 201, 0, 0, 0, 107, 0, 0, + 0, 0, 0, 70, 867, 25, 26, 868, 28, 29, + 869, 31, 870, 33, 34, 35, 36, 0, 0, 0, + 38, 39, 40, 7, 8, 42, 0, 84, 85, 86, + 0, 871, 48, 0, 0, 50, 872, 0, 53, 873, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 942, 70, 529, 0, + 0, 7, 8, 0, 0, 0, 0, 0, 1730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 204, 205, 0, 0, 0, 206, 0, 0, 0, - 0, 361, 0, 0, 0, 0, 210, 7, 8, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 0, - 0, 0, 0, 192, 1029, 0, 0, 196, 0, 0, - 0, 0, 197, 198, 199, 200, 201, 7, 8, 0, - 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 204, 205, 0, 0, 0, 206, - 0, 0, 0, 0, 361, 0, 0, 0, 0, 210, - 0, 783, 25, 26, 784, 28, 29, 785, 31, 786, - 33, 34, 35, 36, 0, 0, 0, 38, 39, 40, - 0, 0, 42, 0, 0, 0, 0, 0, 787, 48, - 0, 0, 50, 788, 0, 53, 789, 0, 0, 0, - 0, 783, 25, 26, 784, 28, 29, 785, 31, 786, - 33, 34, 35, 36, 70, 0, 0, 38, 39, 40, - 0, 0, 42, 0, 0, 0, 0, 0, 787, 48, - 0, 0, 50, 788, 0, 53, 789, 0, 84, 85, - 86, 0, 0, 7, 8, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 70, 0, 0, 0, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 84, 85, - 86, 7, 8, 1037, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1038, - 1228, 0, 0, 0, 0, 0, 0, 783, 25, 26, - 784, 28, 29, 785, 31, 786, 33, 34, 35, 36, - 0, 0, 0, 38, 39, 40, 7, 8, 42, 0, - 0, 0, 0, 0, 787, 48, 0, 0, 50, 788, - 1247, 53, 789, 0, 0, 783, 25, 26, 784, 28, - 29, 785, 31, 786, 33, 34, 35, 36, 0, 0, - 70, 38, 39, 40, 0, 0, 42, 0, 0, 0, - 0, 0, 787, 48, 0, 0, 50, 788, 0, 53, - 789, 0, 0, 0, 84, 85, 86, 0, 0, 0, - 7, 8, 0, 0, 0, 0, 0, 0, 70, 0, - 783, 25, 26, 784, 28, 29, 785, 31, 786, 33, - 34, 35, 36, 0, 0, 0, 38, 39, 40, 0, - 0, 42, 84, 85, 86, 0, 0, 787, 48, 7, - 8, 50, 788, 0, 53, 789, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 70, 503, 0, 1276, 0, 0, 0, - 0, 1039, 0, 0, 783, 25, 26, 784, 28, 29, - 785, 31, 786, 33, 34, 35, 36, 84, 85, 86, - 38, 39, 40, 0, 0, 42, 0, 0, 0, 0, - 0, 787, 48, 0, 1282, 50, 788, 0, 53, 789, - 0, 0, 0, 783, 25, 26, 784, 28, 29, 785, - 31, 786, 33, 34, 35, 36, 0, 70, 0, 38, - 39, 40, 0, 0, 42, 0, 0, 0, 0, 0, - 787, 48, 0, 0, 50, 788, 0, 53, 789, 0, - 0, 84, 85, 86, 0, 0, -4, 1, 0, 1448, - -4, 0, 0, 0, 0, 0, 70, 0, -4, -4, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 84, 85, 86, 0, 0, 1054, 0, 0, -4, -4, - 0, 0, 0, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, -4, -4, - -4, 503, 0, 2026, -4, -4, 0, -4, 1184, 0, - 0, -4, -4, 0, -4, -4, 0, -4, 0, 0, - -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, - -4, -4, -4, -4, -4, 0, 0, -4, -4, -4, - -4, -4, 2093, -4, 0, -4, -4, -4, -4, -4, - -4, -4, 0, -4, -4, -4, -4, -4, -4, 0, - -4, -4, -4, -4, -4, -4, -4, -4, -4, 0, + 0, 84, 85, 86, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1113, 0, 867, 25, + 26, 868, 28, 29, 869, 31, 870, 33, 34, 35, + 36, 0, 0, 0, 38, 39, 40, 0, 0, 42, + 0, 0, 0, 0, 0, 871, 48, 0, 0, 50, + 872, 0, 53, 873, 0, 0, 867, 25, 26, 868, + 28, 29, 869, 31, 870, 33, 34, 35, 36, 0, + 1114, 70, 38, 39, 40, 7, 8, 42, 0, 0, + 0, 0, 0, 871, 48, 0, 0, 50, 872, 0, + 53, 873, 0, 0, 0, 84, 85, 86, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, + 0, 0, 0, 7, 8, 0, 0, 0, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 84, 85, 86, 529, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1731, 0, 0, 0, + 867, 25, 26, 868, 28, 29, 869, 31, 870, 33, + 34, 35, 36, 0, 1142, 0, 38, 39, 40, 0, + 0, 42, 0, 0, 0, 0, 0, 871, 48, 0, + 0, 50, 872, 0, 53, 873, 0, 0, 867, 25, + 26, 868, 28, 29, 869, 31, 870, 33, 34, 35, + 36, 0, 1171, 70, 38, 39, 40, 7, 8, 42, + 0, 0, 0, 0, 0, 871, 48, 0, 0, 50, + 872, 0, 53, 873, 0, 0, 0, 84, 85, 86, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 70, 0, 0, 0, 7, 8, 0, 0, 0, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 84, 85, 86, 529, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1751, 0, + 0, 0, 867, 25, 26, 868, 28, 29, 869, 31, + 870, 33, 34, 35, 36, 0, 1201, 0, 38, 39, + 40, 0, 0, 42, 0, 0, 0, 0, 0, 871, + 48, 0, 0, 50, 872, 0, 53, 873, 0, 0, + 867, 25, 26, 868, 28, 29, 869, 31, 870, 33, + 34, 35, 36, 0, 1336, 70, 38, 39, 40, 0, + 0, 42, 0, 0, 0, 0, 0, 871, 48, 0, + 0, 50, 872, 0, 53, 873, 0, 0, 0, 84, + 85, 86, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, + 0, -4, 1, 0, 0, -4, 0, 0, 0, 0, + 0, 0, 0, 0, -4, -4, 0, 84, 85, 86, + 0, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, -4, -4, 0, 0, 1910, 1755, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, -4, -4, -4, 0, 529, 0, + -4, -4, 0, -4, 1209, 0, 0, -4, -4, 0, + -4, -4, 0, -4, 0, 0, 1977, -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, -4, - -4, -4, -4, -4, 0, 0, 6, -4, -4, -4, - 0, 0, 0, -4, 7, 8, 0, 0, -4, -4, - -4, -4, 0, 0, -4, 0, -4, 0, -4, -4, + -4, -4, 0, 0, -4, -4, -4, -4, -4, 0, + -4, 0, -4, -4, -4, -4, -4, -4, -4, 0, + -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, -4, -4, -4, -4, - -4, -4, 0, 0, 9, 10, 0, 0, -4, -4, - -4, 0, 0, 0, 0, 0, 0, -4, 0, -4, - 0, 0, 0, 0, 11, 12, 13, 0, 0, 0, - 14, 15, 0, 16, 0, 0, 0, 17, 18, 0, - 19, 20, 0, 21, 0, 0, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 0, 0, 37, 38, 39, 40, 41, 0, 42, - 0, 43, 44, 45, 46, 47, 48, 49, 0, 50, - 51, 52, 53, 54, 55, 0, 56, 57, 58, 59, - 60, 61, 62, 63, 64, 0, 65, 66, 67, 68, - 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, - 7, 8, 0, 79, 80, 81, 0, 0, 0, 82, - 0, 0, 0, 0, 83, 84, 85, 86, 0, 0, - 87, 0, 88, 0, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, 99, 100, 101, 102, 0, 0, - 0, 0, 0, 0, 103, 104, 105, 0, 0, 0, - 0, 0, 0, 106, 0, 107, 0, 0, 0, 0, + -4, 0, 6, 0, -4, -4, -4, 0, 0, 0, + -4, 7, 8, 0, 0, -4, -4, -4, -4, 0, + 0, -4, 0, -4, 0, -4, -4, -4, -4, -4, + -4, -4, -4, -4, -4, -4, -4, -4, -4, 0, + 0, 9, 10, 0, 0, -4, -4, -4, 0, 0, + 0, 0, 0, 0, -4, 0, -4, 0, 0, 0, + 0, 11, 12, 13, 0, 0, 0, 14, 15, 0, + 16, 0, 0, 0, 17, 18, 0, 19, 20, 0, + 21, 0, 0, 0, 22, 23, 24, 25, 26, 27, + 28, 29, 30, 31, 32, 33, 34, 35, 36, 0, + 0, 37, 38, 39, 40, 41, 0, 42, 0, 43, + 44, 45, 46, 47, 48, 49, 0, 50, 51, 52, + 53, 54, 55, 0, 56, 57, 58, 59, 60, 61, + 62, 63, 64, 0, 65, 66, 67, 68, 69, 70, + 71, 72, 73, 74, 75, 76, 77, 78, 7, 8, + 0, 79, 80, 81, 0, 0, 0, 82, 0, 0, + 0, 0, 83, 84, 85, 86, 0, 0, 87, 0, + 88, 0, 89, 90, 91, 92, 93, 94, 95, 96, + 97, 98, 99, 100, 101, 102, 0, 0, 0, 0, + 0, 0, 103, 104, 105, 0, 0, 0, 0, 0, + 0, 106, 0, 107, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 867, 25, 26, 868, 28, 29, 869, + 31, 870, 33, 34, 35, 36, 0, 0, 0, 38, + 39, 40, 0, 0, 42, 0, 0, 0, 0, 0, + 871, 48, 0, 0, 50, 872, 0, 53, 873, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 70, 529, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 783, 25, 26, 784, 28, 29, - 785, 31, 786, 33, 34, 35, 36, 0, 0, 0, - 38, 39, 40, 0, 0, 42, 0, 0, 0, 0, - 0, 787, 48, 0, 0, 50, 788, 0, 53, 789, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 70, 503, 0, - 0, 0, 0, 0, 0, 1185, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 84, 85, 86, 503, 0, 0, 0, 0, 0, - 0, 1187, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 1270, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1376, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1450, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 1451, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 1493, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 1620, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1621, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1622, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 1623, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 1624, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 1625, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1626, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1735, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 1736, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 1743, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 1880, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1881, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1882, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 1883, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 1884, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 1936, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 1937, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 1941, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 2008, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 2009, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 2010, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 2011, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 2012, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 2044, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 2047, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 2083, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 2084, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 2085, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 2086, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 2087, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 0, 0, 0, 2088, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 0, 0, 0, 2132, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 0, 0, 0, 2133, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 0, 0, 0, 2134, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 0, 0, - 0, 2135, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 869, 0, 870, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 0, 0, 775, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 991, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 0, 0, 1010, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 1017, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 0, 0, 1124, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 1177, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 0, 0, 1199, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 0, 0, 1263, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 0, - 0, 1264, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 0, 0, 1268, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 0, 0, 1269, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 0, 0, - 1302, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 0, 0, 1369, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 0, 0, 1374, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 0, 0, 1678, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 0, 0, 1722, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 0, 0, 1898, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 836, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 840, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 841, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 843, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 845, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 846, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 848, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 850, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 851, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 852, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 853, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 854, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 855, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 857, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 858, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 859, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 894, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 905, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 962, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 980, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 981, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 982, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 983, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 989, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 990, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 997, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 1006, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 1016, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 1123, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 1155, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 1160, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 1173, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 1176, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 1198, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 1203, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 1204, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 1205, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 1219, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 1220, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 1221, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 1249, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 1251, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 1252, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 1253, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 1254, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 1255, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 1256, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 1257, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 1262, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 1368, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 1373, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 1538, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503, 0, 1563, 489, - 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, - 500, 501, 502, 0, 0, 0, 0, 503, 0, 1728, - 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, - 499, 500, 501, 502, 0, 0, 0, 0, 503, 0, - 1729, 489, 490, 491, 492, 493, 494, 495, 496, 497, - 498, 499, 500, 501, 502, 0, 0, 0, 0, 503, - 0, 1730, 489, 490, 491, 492, 493, 494, 495, 496, - 497, 498, 499, 500, 501, 502, 0, 0, 0, 0, - 503, 0, 1731, 489, 490, 491, 492, 493, 494, 495, - 496, 497, 498, 499, 500, 501, 502, 0, 0, 0, - 0, 503, 0, 1789, 489, 490, 491, 492, 493, 494, - 495, 496, 497, 498, 499, 500, 501, 502, 0, 0, - 0, 0, 503, 0, 1798, 489, 490, 491, 492, 493, - 494, 495, 496, 497, 498, 499, 500, 501, 502, 0, - 0, 0, 0, 503, 0, 1821, 489, 490, 491, 492, - 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, - 0, 0, 0, 0, 503, 0, 2043, 489, 490, 491, - 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, - 502, 0, 0, 0, 0, 503, 0, 2106, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 0, 0, 0, 0, 503 + 84, 85, 86, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1757, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1758, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1820, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1877, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1878, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1888, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1893, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1894, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 1895, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 1896, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 1929, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1960, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 1965, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 1966, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1969, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 1970, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 1971, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 1972, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 2016, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 2017, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 2018, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 2019, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1340, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1410, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1411, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1412, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1413, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1662, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1681, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1741, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1742, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1743, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1744, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1746, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1771, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1786, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1840, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1857, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1866, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1867, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1886, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 1946, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 1990, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 2014, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 2040, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 2041, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 2042, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 2043, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 0, 2044, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 0, 0, + 2045, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 0, 650, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 0, 0, 0, 852, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 0, 1764, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 676, 0, 677, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 917, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 960, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 1084, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 0, 0, 1158, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 0, 0, + 1159, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 0, 0, 1163, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 0, 0, 1164, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 0, 0, 1245, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 0, 0, 1252, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 0, 0, 1441, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 0, 0, 1564, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 0, + 0, 1723, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 0, 0, 1772, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 712, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 716, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 717, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 719, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 721, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 722, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 724, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 726, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 727, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 728, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 729, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 730, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 731, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 733, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 734, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 735, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 795, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 823, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 888, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 906, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 907, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 908, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 909, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 915, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 916, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 946, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 959, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 1008, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 1013, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 1026, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 1083, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 1089, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 1090, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 1091, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 1105, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 1106, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 1107, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 1144, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 1146, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 1147, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 1148, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 1149, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 1150, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 1151, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 1152, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 1157, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 1244, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 1251, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 1501, 515, 516, 517, 518, 519, 520, + 521, 522, 523, 524, 525, 649, 527, 528, 0, 0, + 0, 0, 529, 0, 1534, 515, 516, 517, 518, 519, + 520, 521, 522, 523, 524, 525, 649, 527, 528, 0, + 0, 0, 0, 529, 0, 1663, 515, 516, 517, 518, + 519, 520, 521, 522, 523, 524, 525, 649, 527, 528, + 0, 0, 0, 0, 529, 0, 1672, 515, 516, 517, + 518, 519, 520, 521, 522, 523, 524, 525, 649, 527, + 528, 0, 0, 0, 0, 529, 0, 1673, 515, 516, + 517, 518, 519, 520, 521, 522, 523, 524, 525, 649, + 527, 528, 0, 0, 0, 0, 529, 0, 1674, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 649, 527, 528, 0, 0, 0, 0, 529, 0, 1675, + 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, + 525, 649, 527, 528, 0, 0, 0, 0, 529, 0, + 1680, 515, 516, 517, 518, 519, 520, 521, 522, 523, + 524, 525, 649, 527, 528, 0, 0, 0, 0, 529, + 0, 1703, 515, 516, 517, 518, 519, 520, 521, 522, + 523, 524, 525, 649, 527, 528, 0, 0, 0, 0, + 529, 0, 1959, 515, 516, 517, 518, 519, 520, 521, + 522, 523, 524, 525, 649, 527, 528, 0, 0, 0, + 0, 529, 0, 2011 }; static const yytype_int16 yycheck[] = { - 3, 319, 3, 6, 436, 1248, 438, 594, 6, 629, - 630, 1244, 4, 1381, 1689, 1690, 1666, 6, 21, 4, - 6, 453, 6, 4, 4, 4, 4, 4, 4, 4, - 4, 4, 331, 5, 5, 5, 5, 92, 132, 4, - 6, 4, 4, 0, 47, 5, 270, 271, 272, 348, - 474, 5, 476, 92, 478, 6, 6, 92, 7, 6, - 217, 218, 6, 60, 61, 4, 63, 217, 218, 7, - 6, 74, 123, 4, 113, 6, 233, 4, 113, 82, - 227, 305, 306, 307, 87, 235, 385, 234, 387, 140, - 89, 217, 218, 92, 393, 98, 6, 148, 149, 150, - 98, 227, 100, 154, 155, 228, 6, 230, 234, 123, - 233, 86, 1762, 217, 218, 90, 217, 218, 342, 343, - 344, 96, 97, 13, 99, 100, 140, 123, 4, 233, - 7, 355, 356, 234, 148, 149, 150, 228, 227, 230, - 154, 155, 117, 234, 140, 7, 217, 218, 168, 227, - 224, 225, 148, 149, 150, 86, 227, 231, 154, 155, - 217, 218, 7, 234, 184, 185, 158, 159, 160, 161, - 7, 217, 218, 217, 218, 217, 218, 234, 231, 217, - 218, 217, 218, 236, 235, 219, 220, 221, 234, 233, - 156, 233, 226, 89, 179, 233, 92, 233, 94, 171, - 171, 171, 171, 168, 169, 183, 227, 210, 8, 156, - 211, 1861, 227, 217, 218, 227, 6, 229, 203, 234, - 223, 224, 234, 203, 236, 7, 203, 227, 231, 233, - 214, 217, 218, 820, 234, 1468, 6, 1887, 227, 235, - 243, 6, 245, 235, 242, 234, 227, 250, 229, 234, - 229, 227, 255, 227, 234, 236, 6, 236, 234, 262, - 234, 234, 234, 266, 227, 227, 269, 270, 271, 272, - 273, 234, 234, 697, 234, 699, 203, 6, 214, 227, - 234, 284, 231, 234, 234, 288, 234, 290, 227, 227, - 7, 229, 168, 169, 3, 7, 6, 6, 301, 224, - 225, 304, 305, 306, 307, 232, 231, 217, 218, 312, - 313, 314, 21, 224, 225, 318, 319, 217, 218, 228, - 231, 620, 621, 234, 233, 322, 323, 204, 205, 206, - 207, 4, 6, 330, 331, 6, 224, 225, 637, 342, - 343, 344, 204, 205, 206, 207, 234, 771, 217, 218, - 229, 775, 355, 356, 578, 579, 580, 581, 229, 204, - 205, 206, 207, 2038, 233, 74, 227, 204, 205, 206, - 207, 7, 228, 224, 225, 674, 106, 233, 87, 224, - 225, 217, 218, 234, 478, 227, 231, 229, 391, 98, - 689, 6, 395, 396, 236, 227, 2046, 233, 7, 228, - 227, 230, 7, 227, 402, 234, 409, 234, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 204, 205, 206, 207, 226, 228, 228, 230, - 217, 218, 233, 436, 437, 438, 439, 440, 441, 442, - 443, 444, 445, 446, 447, 448, 233, 450, 451, 452, - 453, 454, 227, 456, 127, 128, 129, 130, 8, 457, - 463, 464, 465, 466, 467, 468, 227, 470, 227, 142, - 229, 469, 145, 223, 224, 217, 218, 236, 2128, 123, - 86, 217, 218, 89, 487, 92, 92, 204, 205, 206, - 207, 233, 204, 205, 206, 207, 140, 233, 1866, 224, - 225, 210, 217, 218, 148, 149, 150, 224, 225, 234, - 154, 155, 262, 227, 223, 224, 217, 218, 233, 217, - 218, 227, 231, 273, 227, 528, 229, 217, 218, 219, - 220, 221, 233, 236, 243, 233, 226, 208, 209, 210, + 3, 277, 570, 571, 60, 61, 1143, 63, 686, 3, + 1139, 4, 1552, 484, 4, 671, 4, 695, 21, 4, + 1257, 1586, 1587, 679, 181, 182, 183, 5, 4, 4, + 4, 4, 4, 289, 4, 4, 98, 5, 100, 6, + 6, 4, 6, 5, 47, 6, 4, 94, 5, 5, + 306, 5, 4, 6, 6, 4, 4, 4, 229, 94, + 231, 9, 226, 227, 7, 94, 6, 96, 115, 233, + 132, 74, 232, 6, 219, 220, 6, 132, 238, 82, + 115, 6, 219, 220, 87, 219, 220, 226, 227, 7, + 230, 153, 9, 238, 1634, 98, 219, 220, 238, 7, + 125, 238, 6, 230, 238, 232, 263, 264, 265, 219, + 220, 238, 368, 0, 370, 238, 237, 142, 219, 220, + 376, 219, 220, 8, 234, 150, 151, 152, 9, 132, + 230, 156, 157, 136, 137, 229, 88, 238, 238, 233, + 238, 144, 6, 300, 301, 302, 91, 219, 220, 94, + 621, 154, 623, 156, 219, 220, 313, 314, 161, 170, + 226, 227, 7, 166, 231, 9, 238, 233, 219, 220, + 173, 219, 220, 238, 177, 186, 187, 180, 181, 182, + 183, 184, 233, 14, 160, 161, 162, 163, 9, 230, + 238, 219, 220, 181, 158, 173, 230, 238, 170, 171, + 91, 170, 171, 94, 238, 158, 230, 219, 220, 234, + 238, 173, 185, 229, 238, 205, 173, 205, 6, 173, + 205, 1761, 6, 94, 280, 281, 238, 230, 219, 220, + 229, 205, 288, 289, 88, 205, 1365, 91, 231, 242, + 94, 6, 245, 246, 237, 233, 236, 238, 233, 216, + 216, 235, 8, 237, 229, 233, 259, 205, 234, 262, + 263, 264, 265, 233, 229, 233, 229, 270, 271, 272, + 233, 229, 233, 276, 277, 233, 1816, 233, 226, 227, + 229, 229, 229, 231, 233, 233, 233, 235, 206, 207, + 208, 209, 235, 233, 219, 220, 229, 300, 301, 302, + 233, 229, 6, 959, 960, 561, 562, 7, 226, 227, + 313, 314, 229, 6, 231, 219, 220, 235, 235, 47, + 382, 229, 578, 231, 6, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 496, + 497, 498, 499, 228, 6, 226, 227, 231, 229, 234, + 231, 232, 233, 229, 235, 219, 220, 233, 1923, 615, + 7, 206, 207, 208, 209, 226, 227, 229, 132, 219, + 220, 374, 136, 137, 235, 378, 379, 219, 220, 156, + 8, 229, 226, 227, 161, 229, 229, 231, 238, 166, + 393, 235, 395, 229, 650, 229, 238, 233, 401, 393, + 219, 220, 229, 180, 1082, 226, 227, 229, 229, 173, + 231, 4, 233, 416, 235, 88, 230, 420, 91, 238, + 184, 94, 1962, 96, 238, 229, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + 230, 1097, 504, 1099, 228, 1101, 232, 1103, 238, 177, + 219, 220, 238, 229, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, 229, 238, + 473, 474, 228, 108, 230, 478, 229, 480, 481, 482, + 483, 484, 259, 545, 546, 547, 548, 2027, 230, 229, + 232, 233, 495, 496, 497, 498, 499, 500, 501, 502, + 503, 1738, 230, 506, 7, 229, 206, 207, 208, 209, + 219, 220, 568, 569, 219, 220, 229, 573, 219, 220, + 232, 219, 220, 526, 6, 7, 238, 530, 229, 238, + 219, 220, 233, 238, 262, 6, 129, 130, 131, 132, + 238, 94, 270, 271, 272, 219, 220, 6, 276, 238, + 233, 144, 555, 556, 147, 233, 219, 220, 229, 206, + 207, 208, 209, 88, 238, 1243, 91, 570, 571, 94, + 229, 96, 1250, 94, 636, 238, 570, 571, 229, 226, + 227, 6, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, 599, 600, 601, 855, + 228, 129, 130, 219, 220, 234, 234, 135, 91, 238, + 374, 233, 205, 229, 4, 5, 671, 233, 621, 622, + 623, 624, 625, 626, 627, 628, 629, 233, 631, 632, + 633, 634, 635, 7, 637, 638, 639, 640, 219, 220, + 643, 91, 6, 7, 94, 230, 96, 232, 1885, 711, + 378, 379, 233, 238, 229, 45, 46, 47, 48, 49, + 50, 51, 52, 53, 94, 219, 220, 395, 58, 59, + 60, 61, 6, 219, 220, 678, 66, 67, 68, 233, + 683, 71, 219, 220, 221, 222, 223, 91, 691, 692, + 230, 228, 232, 83, 697, 85, 91, 700, 238, 230, + 703, 232, 705, 206, 207, 208, 209, 238, 94, 229, + 713, 231, 715, 230, 478, 232, 480, 6, 482, 483, + 4, 238, 88, 226, 227, 91, 4, 234, 94, 506, + 96, 238, 122, 230, 234, 232, 500, 501, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 217, 218, 262, 234, 226, 217, 218, 89, 562, - 563, 92, 227, 566, 273, 217, 218, 233, 204, 205, - 206, 207, 233, 227, 577, 578, 579, 580, 581, 582, - 583, 233, 1006, 224, 225, 228, 1010, 590, 224, 225, - 233, 235, 227, 234, 8, 204, 205, 206, 207, 204, - 205, 206, 207, 224, 225, 227, 604, 605, 606, 607, - 319, 614, 615, 234, 227, 224, 225, 217, 218, 224, - 225, 92, 230, 217, 218, 233, 217, 218, 629, 630, - 627, 628, 227, 233, 229, 632, 2004, 2005, 937, 233, - 227, 391, 233, 227, 227, 229, 229, 227, 127, 128, - 224, 225, 236, 236, 133, 658, 659, 660, 208, 209, + 221, 222, 223, 481, 230, 234, 232, 228, 4, 238, + 1416, 230, 238, 232, 819, 91, 769, 495, 94, 238, + 96, 94, 1428, 96, 1911, 221, 222, 223, 555, 556, + 234, 94, 228, 96, 238, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 189, + 190, 191, 858, 228, 129, 130, 4, 810, 91, 865, + 135, 94, 202, 96, 204, 205, 234, 229, 821, 1948, + 238, 877, 599, 600, 601, 234, 829, 234, 4, 238, + 6, 238, 206, 207, 208, 209, 226, 227, 234, 6, + 234, 1978, 238, 233, 238, 235, 229, 229, 229, 852, + 233, 233, 226, 227, 229, 6, 6, 229, 622, 4, + 624, 625, 626, 627, 628, 629, 643, 631, 632, 633, + 634, 229, 2001, 637, 638, 639, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + 229, 234, 234, 234, 228, 238, 238, 238, 234, 234, + 962, 678, 238, 238, 959, 960, 234, 234, 6, 233, + 238, 238, 234, 234, 691, 234, 238, 238, 6, 238, + 697, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, 237, 700, 229, 234, 228, + 234, 705, 238, 88, 238, 125, 1002, 92, 951, 1225, + 231, 231, 229, 98, 99, 9, 101, 102, 1429, 1430, + 1528, 1529, 142, 966, 125, 234, 229, 229, 971, 238, + 150, 151, 152, 229, 119, 234, 156, 157, 981, 238, + 234, 142, 234, 234, 238, 229, 238, 238, 115, 150, + 151, 152, 769, 234, 234, 156, 157, 238, 238, 230, + 229, 232, 233, 1006, 1007, 125, 1009, 229, 1011, 1012, + 229, 1014, 233, 1016, 1017, 1018, 1019, 1020, 1021, 1022, + 1023, 1024, 142, 234, 1027, 229, 229, 238, 1083, 1084, + 150, 151, 152, 810, 234, 234, 156, 157, 238, 238, + 229, 234, 234, 234, 821, 238, 238, 238, 4, 5, + 229, 234, 234, 4, 234, 238, 238, 1060, 1061, 1062, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 217, 218, 127, 128, 226, 771, 227, 682, - 133, 775, 391, 230, 227, 235, 233, 437, 233, 439, - 440, 441, 442, 443, 444, 445, 234, 447, 448, 702, - 450, 451, 452, 227, 454, 229, 89, 230, 227, 92, - 233, 94, 236, 463, 464, 465, 466, 467, 812, 224, - 225, 227, 233, 229, 235, 230, 231, 436, 437, 438, - 439, 440, 441, 442, 443, 444, 445, 89, 447, 448, - 234, 450, 451, 452, 453, 454, 92, 456, 94, 123, - 233, 227, 235, 229, 463, 464, 465, 466, 467, 468, - 236, 470, 86, 89, 228, 89, 140, 770, 92, 233, - 94, 774, 228, 234, 148, 149, 150, 233, 776, 1097, - 154, 155, 86, 227, 2027, 89, 92, 1211, 92, 1213, - 94, 1215, 227, 1217, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, 89, 233, - 904, 235, 226, 228, 817, 230, 566, 92, 233, 822, - 4, 235, 825, 4, 228, 828, 230, 830, 831, 233, - 833, 2064, 4, 89, 837, 838, 92, 835, 94, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 2094, 6, 4, 563, 226, 86, 566, 228, 89, - 230, 235, 92, 233, 94, 6, 228, 228, 871, 230, - 873, 233, 233, 876, 213, 214, 215, 216, 217, 218, - 219, 220, 221, 233, 2117, 235, 228, 226, 12, 13, - 228, 233, 230, 227, 897, 233, 227, 1329, 1330, 902, - 6, 7, 1334, 1335, 233, 233, 235, 235, 911, 228, - 227, 230, 1006, 1337, 227, 233, 1010, 235, 233, 233, - 235, 235, 1016, 1017, 6, 233, 6, 235, 233, 227, - 235, 934, 6, 233, 1358, 235, 233, 233, 235, 235, - 233, 229, 235, 940, 233, 92, 235, 94, 227, 92, - 947, 94, 7, 233, 951, 235, 233, 233, 235, 235, - 6, 7, 86, 87, 88, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, 6, 217, 218, 102, 103, - 104, 227, 233, 107, 235, 233, 233, 235, 235, 113, - 114, 229, 227, 117, 118, 227, 120, 121, 1001, 233, - 227, 235, 1005, 229, 227, 233, 1009, 235, 233, 233, - 235, 235, 227, 227, 1017, 139, 233, 233, 235, 235, - 233, 233, 235, 235, 227, 4, 1344, 6, 234, 1123, - 1124, 1651, 1652, 233, 233, 235, 235, 227, 1041, 163, - 164, 165, 233, 1046, 235, 233, 6, 235, 1051, 1052, - 1053, 1054, 234, 6, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, 1071, 233, - 1073, 235, 226, 1505, 1506, 825, 234, 236, 1510, 1511, - 830, 236, 1176, 1177, 233, 233, 235, 235, 233, 8, - 235, 1515, 227, 233, 1097, 235, 227, 1100, 1101, 1102, - 1103, 233, 227, 235, 1198, 1199, 233, 233, 235, 235, - 233, 235, 235, 233, 113, 235, 825, 234, 233, 828, - 235, 830, 831, 233, 833, 235, 227, 1130, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 233, 233, 235, 235, 226, 233, 227, 235, - 1153, 1154, 1149, 1156, 227, 1158, 1159, 233, 1161, 235, - 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 4, - 5, 1174, 233, 233, 235, 235, 227, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 233, 1195, 235, 233, 226, 235, 227, 1201, 1202, - 233, 1500, 235, 1502, 233, 233, 235, 235, 227, 44, - 45, 46, 47, 48, 49, 50, 51, 52, 233, 4, - 235, 234, 57, 58, 59, 60, 234, 234, 229, 227, - 65, 66, 67, 227, 227, 70, 227, 227, 227, 1557, - 7, 8, 227, 1337, 227, 6, 6, 82, 83, 229, - 234, 229, 234, 234, 229, 1258, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 1017, 1271, 1272, - 1273, 226, 6, 1893, 6, 234, 171, 6, 6, 6, - 234, 6, 234, 234, 1287, 120, 6, 229, 234, 234, - 234, 234, 226, 231, 7, 234, 1046, 4, 235, 231, - 8, 234, 1052, 1053, 1054, 233, 233, 228, 1017, 7, - 6, 6, 6, 228, 62, 62, 62, 62, 7, 7, - 6, 1071, 6, 1073, 6, 228, 1329, 1330, 6, 234, - 7, 1334, 1335, 6, 6, 168, 7, 1046, 6, 6, - 6, 1344, 234, 1052, 1053, 1054, 230, 228, 6, 6, - 228, 228, 187, 188, 189, 8, 6, 233, 233, 233, - 1363, 233, 1071, 233, 1073, 200, 233, 202, 203, 233, - 228, 228, 228, 4, 44, 230, 227, 6, 6, 1377, - 1130, 44, 44, 44, 6, 6, 1389, 229, 1097, 224, - 225, 7, 1395, 171, 7, 7, 231, 7, 171, 234, - 7, 7, 6, 171, 12, 13, 7, 7, 7, 7, - 1842, 7, 7, 7, 7, 7, 7, 234, 6, 228, - 230, 1130, 234, 1517, 1427, 1428, 1429, 234, 234, 234, - 1433, 7, 1435, 7, 1437, 234, 1439, 4, 1441, 1442, - 1443, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, 1458, 6, 228, 233, 226, - 7, 233, 228, 228, 233, 228, 1469, 123, 6, 233, - 1467, 7, 231, 235, 1477, 7, 7, 1480, 86, 87, - 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, 235, 231, 7, 102, 103, 104, 235, 234, 107, - 6, 1499, 1505, 1506, 44, 113, 114, 1510, 1511, 117, - 118, 6, 120, 121, 44, 44, 44, 8, 6, 6, - 6, 1524, 1616, 6, 6, 229, 7, 1530, 6, 234, - 227, 139, 6, 6, 1852, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, 7, - 235, 1549, 227, 226, 1557, 163, 164, 165, 6, 214, - 7, 94, 227, 227, 7, 1568, 7, 227, 227, 7, - 7, 6, 4, 7, 7, 1578, 7, 7, 1581, 7, - 104, 4, 234, 1581, 6, 227, 7, 6, 234, 7, - 7, 7, 7, 7, 7, 1592, 7, 6, 6, 6, - 92, 7, 6, 1902, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, 6, 4, - 1329, 1330, 226, 4, 4, 1334, 1335, 235, 233, 6, - 6, 234, 234, 6, 6, 1344, 6, 4, 235, 228, - 1643, 1644, 6, 233, 228, 231, 233, 232, 7, 1647, - 1651, 1652, 227, 234, 231, 6, 6, 228, 230, 6, - 6, 234, 117, 1666, 234, 6, 234, 6, 234, 1672, - 1667, 1668, 1669, 1670, 1671, 1672, 6, 171, 1681, 234, - 6, 6, 6, 6, 6, 6, 6, 6, 1691, 1687, - 1989, 6, 5, 4, 228, 230, 6, 6, 1701, 4, - 6, 167, 6, 1706, 7, 6, 229, 234, 1706, 234, - 1708, 1709, 234, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 234, 6, 2028, - 234, 226, 234, 234, 1737, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, 234, - 234, 6, 6, 226, 234, 234, 6, 234, 233, 1762, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 1524, 6, 4, 6, 226, 6, - 1530, 6, 4, 6, 234, 6, 6, 6, 6, 4, - 7, 7, 6, 6, 1797, 6, 1505, 1506, 6, 6, - 90, 1510, 1511, 6, 5, 234, 1809, 6, 6, 6, - 6, 6, 6, 6, 6, 1524, 6, 6, 6, 1822, - 6, 1530, 6, 233, 6, 6, 228, 1825, 1578, 6, - 233, 6, 6, 6, 231, 7, 1839, 6, 6, 1842, - 234, 6, 234, 234, 234, 5, 235, 6, 1557, 1852, - 234, 6, 234, 6, 166, 7, 235, 6, 1861, 234, - 6, 235, 6, 6, 235, 1868, 1869, 235, 6, 1578, - 6, 6, 169, 6, 4, 5, 228, 6, 6, 6, - 6, 6, 6, 6, 1887, 6, 235, 1890, 6, 234, - 7, 6, 1893, 6, 234, 6, 234, 234, 1901, 234, - 6, 6, 1905, 235, 6, 234, 6, 6, 6, 1906, - 1907, 1908, 1909, 1910, 44, 45, 46, 47, 48, 49, - 50, 51, 52, 123, 6, 227, 6, 57, 58, 59, - 60, 6, 6, 228, 234, 65, 66, 67, 6, 235, - 70, 6, 6, 6, 6, 234, 234, 6, 6, 6, - 6, 6, 82, 83, 6, 6, 6, 1997, 522, 1372, - 1963, 1867, 1632, 1388, 3, 1962, 3, 3, 3, 1966, - 603, 1889, 3, -1, 1553, -1, -1, 6, -1, -1, + 220, 221, 222, 223, 1077, 852, 234, 234, 228, 234, + 238, 238, 234, 238, 1087, 1088, 238, 229, 229, 45, + 46, 47, 48, 49, 50, 51, 52, 53, 233, 125, + 233, 829, 58, 59, 60, 61, 229, 233, 229, 234, + 66, 67, 68, 238, 234, 71, 142, 229, 229, 1122, + 1123, 1124, 1125, 229, 150, 151, 152, 83, 229, 85, + 156, 157, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 229, 229, 6, 1423, 228, 1405, + 1153, 1407, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, 1166, 1167, 1168, 122, 228, 234, 234, + 6, 234, 238, 238, 1177, 238, 234, 234, 234, 1182, + 238, 238, 238, 1186, 234, 231, 231, 234, 238, 1244, + 1245, 238, 1195, 1255, 1197, 6, 234, 234, 234, 1767, + 238, 238, 238, 1206, 6, 234, 233, 231, 234, 238, + 233, 233, 231, 233, 173, 229, 229, 981, 229, 229, + 229, 6, 1225, 951, 215, 216, 217, 218, 219, 220, + 221, 222, 223, 189, 190, 191, 231, 228, 6, 233, + 6, 6, 1245, 971, 233, 7, 202, 6, 204, 205, + 1027, 233, 6, 84, 238, 238, 230, 7, 6, 6, + 6, 6, 1265, 230, 233, 63, 63, 63, 1271, 63, + 228, 4, 7, 7, 230, 6, 232, 6, 1006, 1007, + 6, 1009, 230, 1011, 1012, 6, 1014, 233, 1016, 1017, + 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1061, 1062, 7, + 6, 170, 7, 6, 6, 6, 233, 232, 1364, 230, + 6, 1088, 1315, 1316, 1317, 233, 233, 233, 1321, 233, + 1323, 234, 1325, 1599, 1327, 1796, 1329, 1330, 1331, 233, + 235, 7, 1060, 6, 231, 4, 6, 230, 6, 6, + 6, 231, 1404, 7, 173, 1122, 1123, 1124, 1125, 1077, + 7, 7, 1355, 7, 173, 7, 7, 7, 173, 1087, + 7, 1416, 7, 1366, 7, 7, 7, 7, 7, 7, + 7, 1374, 233, 6, 1377, 230, 232, 230, 7, 238, + 238, 238, 233, 233, 233, 233, 238, 1449, 230, 235, + 7, 4, 233, 230, 6, 238, 230, 230, 238, 238, + 1177, 125, 230, 1459, 229, 235, 238, 234, 234, 7, + 6, 235, 7, 7, 7, 238, 230, 230, 1182, 9, + 1423, 238, 1186, 230, 232, 1153, 1429, 1430, 238, 7, + 234, 1195, 1435, 1197, 233, 6, 6, 4, 1166, 1167, + 1168, 1444, 45, 45, 235, 233, 1449, 216, 235, 1504, + 7, 7, 96, 6, 229, 7, 7, 7, 7, 6, + 106, 7, 1524, 7, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, 1206, 7, + 7, 1245, 228, 7, 4, 229, 229, 229, 4, 6, + 229, 6, 233, 7, 7, 7, 7, 1553, 1554, 1555, + 1556, 1557, 1558, 7, 7, 7, 7, 6, 233, 6, + 6, 1573, 94, 7, 6, 6, 4, 1520, 1521, 4, + 1776, 4, 236, 238, 233, 1528, 1529, 234, 6, 1591, + 1806, 6, 6, 233, 1528, 1529, 7, 1265, 6, 231, + 6, 229, 229, 1271, 233, 6, 6, 6, 6, 1552, + 235, 6, 233, 233, 119, 1558, 1611, 6, 233, 233, + 6, 6, 173, 6, 1567, 6, 6, 6, 233, 6, + 6, 6, 1575, 6, 6, 1578, 1638, 5, 4, 6, + 233, 230, 6, 4, 6, 1588, 6, 1315, 1316, 1317, + 7, 6, 1595, 1321, 6, 1323, 1599, 1325, 1601, 1327, + 1377, 1329, 1330, 1331, 6, 233, 233, 233, 233, 231, + 233, 6, 233, 233, 233, 1871, 6, 233, 233, 233, + 238, 169, 230, 6, 4, 7, 233, 1355, 238, 238, + 235, 1634, 229, 233, 6, 1638, 6, 4, 1366, 7, + 6, 6, 6, 6, 92, 6, 1374, 5, 1710, 1711, + 1712, 4, 233, 233, 6, 6, 1912, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, 6, 6, 6, 6, 228, 1679, 6, 6, 6, + 1444, 6, 6, 6, 6, 6, 6, 6, 1691, 6, + 6, 4, 6, 238, 6, 238, 6, 233, 233, 5, + 233, 1704, 6, 6, 233, 6, 6, 1435, 234, 234, + 7, 233, 168, 6, 6, 234, 234, 7, 6, 6, + 230, 1449, 6, 6, 1780, 1781, 1782, 1783, 1784, 234, + 1733, 6, 6, 6, 6, 235, 6, 1740, 233, 6, + 6, 6, 6, 1520, 1521, 234, 230, 233, 6, 1752, + 6, 233, 171, 7, 233, 6, 6, 233, 1761, 6, + 6, 1764, 234, 125, 1767, 6, 233, 6, 6, 233, + 6, 6, 1775, 1767, 6, 229, 1779, 234, 230, 6, + 6, 6, 6, 6, 6, 6, 6, 1843, 6, 233, + 6, 1847, 6, 1796, 6, 233, 6, 6, 6, 233, + 6, 1249, 1739, 1806, 1264, 1925, 1509, 413, 3, 3, + 3, 1575, 3, 1816, 1578, 3, 544, 1763, 21, -1, + 1595, -1, -1, -1, 1552, -1, -1, -1, -1, 1891, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 1567, + -1, 1844, 1898, -1, -1, -1, 1902, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 120, 1994, -1, -1, -1, 1993, -1, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 2014, -1, -1, - 6, 2018, -1, -1, -1, -1, -1, 2030, 2031, 2032, - 2033, 2034, -1, -1, -1, -1, -1, 2034, -1, -1, - -1, -1, -1, 2046, -1, -1, -1, -1, -1, 6, - -1, -1, -1, -1, -1, 106, -1, 187, 188, 189, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 200, -1, 202, 203, -1, -1, 2074, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 6, - -1, -1, 2089, 2090, -1, -1, 2099, -1, 228, -1, - 230, -1, 2105, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, -1, -1, 2128, -1, -1, -1, -1, - -1, -1, -1, 1842, -1, -1, -1, 2140, -1, 2142, - -1, -1, -1, 1852, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 204, 205, 206, 207, 208, -1, -1, - 2163, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 222, -1, -1, -1, 226, -1, -1, -1, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, 244, 245, 246, 247, 226, 249, 250, - 251, 252, -1, 254, 255, 256, 257, 258, 259, 260, - 261, -1, 263, 264, 265, 7, -1, -1, 269, -1, - -1, -1, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, 288, 289, 290, - 226, -1, -1, -1, -1, -1, -1, -1, -1, 300, - 301, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, 316, -1, -1, -1, 226, - -1, -1, -1, -1, 325, 326, -1, -1, -1, -1, - 331, -1, -1, -1, -1, 1994, -1, -1, -1, -1, - 341, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - 361, -1, -1, -1, 365, 366, 367, -1, 369, -1, - -1, -1, 373, 374, 375, -1, -1, 378, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 392, -1, -1, -1, -1, -1, 398, 399, -1, - -1, -1, -1, -1, -1, 2105, -1, -1, -1, -1, - -1, 412, 413, 414, 415, 416, 417, 418, 419, 420, - 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, - 431, 432, 433, 434, 435, -1, -1, -1, -1, -1, - 2140, -1, 2142, -1, -1, -1, 2105, -1, 449, -1, - -1, -1, -1, -1, 455, -1, -1, -1, -1, -1, - -1, 462, -1, 2163, 6, -1, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, 2140, -1, 2142, 226, 486, 487, -1, 489, 490, - 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, - 501, 502, 503, -1, 2163, 506, 507, 6, -1, -1, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, 6, 528, 226, -1, - -1, 123, -1, 534, -1, 233, -1, 235, 539, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 553, -1, -1, -1, -1, -1, 559, 560, - -1, 562, 563, 564, 565, -1, 567, -1, -1, 570, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 582, 583, -1, -1, -1, -1, -1, 589, 590, - 591, 592, -1, -1, -1, -1, 597, 598, 599, -1, - -1, -1, -1, 604, 605, 606, 607, 608, -1, 610, - -1, 612, -1, 614, 615, -1, 208, 209, 210, 211, + 1588, -1, 1918, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 1601, -1, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 1892, + 6, -1, -1, 228, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1967, 1634, -1, -1, -1, + 1638, 1914, 1915, 1916, 1917, 1918, 8, 1973, 1974, -1, + -1, -1, -1, -1, -1, -1, -1, 1704, -1, -1, + -1, -1, -1, -1, -1, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, 1679, -1, 228, -1, -1, -1, -1, -1, 1962, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 1983, -1, -1, -1, -1, -1, -1, 1764, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, 632, 633, 634, 226, -1, -1, 638, 639, 640, - 641, 642, 643, 644, 645, 646, -1, -1, -1, -1, - 651, -1, 653, 654, -1, -1, -1, 658, 659, 660, - -1, -1, 663, 664, 665, -1, 208, 209, 210, 211, + 222, 223, 1779, -1, -1, 1733, 228, 2010, -1, -1, + 106, -1, 1740, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 2027, -1, -1, -1, -1, -1, + -1, -1, -1, 1761, 2037, 2038, 132, -1, -1, 135, + -1, -1, -1, 139, 6, -1, -1, 1775, -1, -1, + -1, 2054, -1, -1, -1, -1, -1, -1, -1, 155, + 156, 157, 158, -1, 160, 161, 162, 163, -1, 165, + 166, 167, 168, 169, 170, 171, 172, -1, 174, 175, + 176, -1, -1, -1, 180, -1, -1, -1, 1816, 13, + 14, -1, -1, -1, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, 1844, -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, 682, 8, -1, 226, -1, 687, 688, -1, 690, - 691, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 701, 702, -1, -1, -1, 706, -1, -1, -1, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, 245, -1, -1, 226, -1, 250, -1, - 751, -1, -1, 255, 755, 756, 757, 758, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 269, -1, -1, - 8, -1, 12, 13, -1, -1, 777, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 288, -1, 290, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 301, + 222, 223, -1, -1, -1, -1, 228, 1914, 1915, 1916, + 1917, 1918, -1, -1, -1, 241, 242, 243, 244, 245, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 814, 815, -1, 817, 818, 819, -1, - -1, 822, 823, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 834, -1, -1, 837, 838, -1, -1, - -1, -1, -1, -1, -1, -1, 86, 87, 88, 89, - 90, 91, 92, 93, 94, 95, 96, 97, 98, 860, - -1, -1, 102, 103, 104, -1, -1, 107, -1, -1, - 871, -1, 873, 113, 114, 876, -1, 117, 118, -1, - 120, 121, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, 897, -1, -1, 139, - 226, 902, -1, -1, -1, -1, -1, -1, -1, 910, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 163, 164, 165, -1, -1, -1, -1, - -1, -1, -1, 934, -1, -1, -1, -1, -1, -1, - 941, 942, -1, -1, -1, -1, 947, -1, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, 963, -1, -1, 966, 226, -1, 228, -1, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 985, 487, 987, 988, 226, -1, - 47, -1, -1, -1, -1, 235, -1, 998, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 245, -1, - -1, -1, -1, 250, -1, -1, -1, -1, 255, -1, - -1, -1, -1, -1, -1, -1, 528, -1, 1029, -1, - -1, -1, 269, -1, -1, -1, 1037, 1038, 1039, -1, - 1041, 12, 13, -1, -1, -1, -1, -1, 1049, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 562, 563, -1, -1, 301, -1, -1, -1, -1, 1070, - 8, -1, -1, -1, 1075, -1, -1, -1, -1, -1, - 582, 583, -1, 1084, -1, -1, -1, -1, 590, 1090, - -1, -1, -1, -1, -1, -1, -1, -1, 8, 1100, - 1101, 1102, 1103, 1104, -1, -1, -1, -1, -1, -1, - 1111, -1, 614, 615, -1, 86, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, -1, -1, - -1, 102, 103, 104, -1, -1, 107, -1, -1, -1, - -1, -1, 113, 114, 1145, -1, 117, 118, -1, 120, - 121, -1, -1, -1, -1, -1, 658, 659, 660, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 139, -1, - -1, -1, -1, 1174, -1, -1, -1, -1, -1, -1, - 682, -1, -1, 1184, 1185, -1, 1187, 1188, -1, 1190, - 1191, 1192, 163, 164, 165, 1196, -1, -1, -1, -1, - 702, 1202, 8, -1, -1, -1, -1, -1, -1, 266, - -1, 1212, -1, 1214, -1, 1216, -1, 1218, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 284, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 1238, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 304, -1, -1, - 487, -1, -1, -1, -1, 312, 313, 314, -1, -1, - -1, 318, -1, -1, 235, -1, -1, -1, -1, 1270, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, 1293, -1, -1, -1, -1, 1298, 208, 209, + -1, -1, 258, 259, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, -1, 274, -1, + 104, 105, 106, -1, -1, 109, -1, 283, 284, -1, + -1, 115, 116, 289, -1, 119, 120, -1, 122, 123, + 156, -1, -1, 299, -1, 161, 1983, -1, -1, -1, + 166, -1, -1, -1, -1, -1, -1, 141, -1, -1, + -1, -1, -1, 319, 180, -1, -1, 323, 324, 325, + -1, 327, -1, -1, 1962, 331, 332, 333, -1, -1, + 336, 165, 166, 167, -1, -1, 2010, -1, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + -1, -1, -1, 2037, 2038, 371, -1, -1, -1, 375, + -1, -1, -1, -1, -1, -1, 242, -1, -1, 245, + 2054, -1, -1, -1, -1, 391, 392, -1, -1, 2027, + -1, -1, -1, 259, -1, -1, 402, -1, -1, -1, + 234, -1, -1, -1, -1, 6, -1, -1, -1, -1, + -1, -1, -1, -1, 420, -1, -1, -1, -1, -1, + 426, -1, -1, -1, -1, 431, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 445, + -1, -1, -1, -1, -1, 451, 452, 453, 454, 455, + 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, + 466, 467, 468, 469, 470, 471, 472, 473, 474, -1, + 476, 477, -1, 479, -1, -1, -1, -1, -1, 485, + -1, -1, 488, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 502, -1, -1, -1, + 506, -1, -1, -1, -1, -1, 6, -1, 514, 515, + 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, + 526, 527, 528, 529, -1, 531, 532, -1, -1, -1, + -1, -1, 538, 539, 540, -1, -1, -1, -1, 545, + 546, 547, 548, 549, 535, 551, -1, 553, -1, 555, + 556, -1, -1, -1, 420, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 573, 574, 575, + -1, -1, -1, 579, 580, 581, 582, 583, 584, 585, + 586, 587, 7, 8, -1, -1, 592, -1, 594, 595, + -1, -1, -1, 599, 600, 601, -1, -1, 604, 605, + 606, -1, -1, -1, -1, -1, -1, 473, 474, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, 630, -1, -1, 228, -1, 7, + -1, -1, -1, -1, -1, -1, 502, 643, -1, -1, + 506, -1, -1, 649, -1, 651, 652, -1, -1, -1, + -1, -1, 658, -1, -1, -1, -1, -1, 664, 8, + 526, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 678, -1, -1, -1, -1, -1, 684, 685, + -1, -1, -1, -1, -1, 691, 8, 693, 694, 555, + 556, 697, 698, -1, -1, -1, -1, -1, -1, -1, + 706, -1, -1, -1, 710, -1, -1, 713, -1, 715, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, 817, 226, -1, -1, -1, - 822, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 837, 838, -1, 395, 396, - -1, -1, -1, -1, 1345, -1, 583, -1, -1, -1, - -1, -1, 409, 1354, 1355, 1356, 1357, -1, -1, -1, - 1361, 1362, -1, -1, -1, -1, -1, -1, -1, 871, - -1, 873, -1, -1, 876, 1376, 1377, 614, 615, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 446, - -1, -1, -1, -1, -1, 897, -1, -1, -1, -1, - 902, -1, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, 658, 659, 660, -1, -1, 12, 13, -1, -1, - -1, -1, 934, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 682, -1, -1, 1449, 1450, - 1451, -1, -1, -1, -1, -1, -1, 1458, -1, 1460, - -1, -1, -1, -1, -1, 702, 1467, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 1480, - -1, -1, -1, -1, 1485, -1, -1, -1, -1, -1, - -1, -1, 1493, 1494, 1495, -1, -1, -1, -1, -1, - 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, -1, -1, -1, 102, 103, 104, 8, - 577, 107, -1, -1, 1525, -1, -1, 113, 114, -1, - -1, 117, 118, 1534, 120, 121, -1, -1, -1, 1041, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 1550, - -1, -1, -1, 139, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, 1569, -1, - -1, -1, 226, 1574, -1, -1, -1, 163, 164, 165, - 817, 235, -1, -1, -1, 822, -1, -1, -1, 1590, - 1591, -1, -1, -1, -1, -1, 1597, 1598, 1100, 1101, - 1102, 1103, -1, 1604, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 1620, - 1621, 1622, 1623, 1624, 1625, 1626, -1, -1, -1, -1, - -1, -1, 593, 1634, 871, -1, 873, -1, -1, 876, - -1, -1, 1643, 1644, 1645, -1, 1647, -1, -1, 235, - -1, -1, 1653, 1654, -1, -1, -1, -1, -1, -1, - 897, -1, -1, -1, -1, 902, -1, -1, -1, -1, - -1, 1672, 1174, -1, -1, 1676, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 1687, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 934, -1, -1, - 1202, -1, -1, -1, -1, -1, -1, 1708, -1, -1, - -1, -1, -1, 770, -1, -1, -1, 774, -1, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, 1735, 1736, -1, 226, -1, -1, - -1, -1, 1743, -1, -1, -1, -1, -1, 709, 710, - 711, 712, 713, 714, 715, 716, 717, 718, 719, -1, - 721, 722, 723, 724, 725, 726, 727, -1, -1, 1770, - 731, 732, 733, -1, -1, -1, 737, 738, -1, 740, - -1, -1, -1, -1, 745, 746, 747, -1, 749, 1790, - 5, 752, -1, -1, -1, -1, -1, -1, -1, 1800, - -1, -1, 763, 764, 1041, -1, -1, -1, 1809, -1, - -1, -1, -1, -1, -1, -1, 1817, -1, 1819, -1, - 781, 1822, -1, -1, -1, -1, -1, -1, -1, 44, - 45, 46, 47, 48, 49, 50, 51, 52, 1839, -1, - -1, -1, 57, 58, 59, 60, -1, -1, -1, -1, - 65, 66, 67, -1, 911, 70, 1857, -1, -1, -1, - -1, 1862, -1, 1100, 1101, 1102, 1103, 82, 83, -1, - -1, -1, -1, 1874, -1, -1, -1, -1, -1, 1880, - 1881, 1882, 1883, 1884, -1, -1, -1, -1, -1, 1890, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 1905, -1, -1, -1, 226, -1, - -1, -1, 1913, -1, -1, 233, -1, 235, -1, -1, - 881, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 892, -1, -1, -1, 1936, 1937, 1174, -1, -1, - 1941, -1, -1, -1, 1001, -1, -1, -1, 1005, -1, - -1, -1, 1009, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 1202, -1, -1, -1, 1970, - -1, -1, 187, 188, 189, -1, -1, -1, 1480, -1, - -1, -1, -1, -1, -1, 200, -1, 202, -1, -1, - 1991, -1, -1, -1, 1051, -1, 1997, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 2007, 2008, 2009, 2010, - 2011, 2012, 4, 5, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 2025, -1, -1, -1, -1, 2030, - 2031, 2032, 2033, 2034, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 2044, -1, -1, 2047, -1, -1, -1, - -1, -1, 44, 45, 46, 47, 48, 49, 50, 51, - 52, -1, -1, -1, -1, 57, 58, 59, 60, -1, - -1, -1, -1, 65, 66, 67, -1, -1, 70, -1, - -1, -1, 2083, 2084, 2085, 2086, 2087, 2088, -1, -1, - 82, 83, -1, -1, -1, -1, 1153, 1154, 2099, 1156, - -1, 1158, 1159, -1, 1161, -1, 1163, 1164, 1165, 1166, - 1167, 1168, 1169, 1170, 1171, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 120, -1, - -1, 2132, 2133, 2134, 2135, 2136, 2137, -1, 1195, -1, - -1, 1643, 1644, -1, 1201, -1, -1, -1, -1, 1110, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 22, 23, -1, -1, -1, -1, -1, -1, - 1672, -1, -1, -1, -1, -1, -1, -1, -1, 4, - 5, -1, -1, -1, -1, -1, 1147, 1148, -1, -1, - -1, -1, -1, -1, -1, 187, 188, 189, -1, -1, - -1, 1258, -1, -1, -1, -1, -1, -1, 200, -1, - 202, 203, -1, -1, 1271, 1272, 1273, -1, -1, 44, - 45, 46, 47, 48, 49, 50, 51, 52, -1, -1, - 1287, -1, 57, 58, 59, 60, -1, -1, -1, -1, - 65, 66, 67, 1480, -1, 70, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 82, 83, -1, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 736, -1, -1, 599, 600, 601, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 131, -1, -1, -1, -1, -1, -1, -1, -1, - 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, - 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, - 160, 161, 162, 163, 164, -1, 1363, 1809, 168, 169, - 170, 171, -1, 173, 174, 175, 176, 177, 178, -1, - 1822, 181, -1, -1, -1, -1, -1, 187, 188, 189, - -1, -1, 1389, -1, -1, 195, 196, 1839, 1395, -1, - 1301, -1, -1, -1, -1, -1, 1307, 1308, 1309, 1310, - 1311, -1, 1313, -1, 1315, 1316, -1, 1318, -1, 1320, - -1, -1, 187, 188, 189, -1, 1327, 1328, 1329, -1, - 1427, 1428, 1429, 1334, -1, 200, 1433, 202, 1435, -1, - 1437, -1, 1439, -1, 1441, 1442, 1443, -1, 1890, -1, + -1, -1, 743, 744, 745, 746, 747, 748, 749, 750, + 751, 752, 753, 769, 755, 756, 757, 758, 759, 760, + 761, -1, -1, -1, -1, -1, -1, 643, -1, -1, + -1, 772, -1, 774, -1, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 790, + 791, -1, -1, 228, 810, -1, 797, -1, -1, -1, + -1, -1, 678, -1, -1, 821, -1, -1, -1, -1, + -1, -1, 828, -1, -1, 691, -1, 125, -1, -1, + -1, 697, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, 852, 713, -1, 715, + 228, -1, -1, 859, 860, -1, -1, -1, -1, 865, + -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, 889, -1, -1, 892, -1, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, -1, 769, -1, 911, 228, 913, 914, -1, + -1, -1, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, 932, 918, 919, 920, + 228, -1, -1, 924, 925, -1, -1, 928, 929, 930, + 931, 947, 933, -1, 810, -1, -1, 938, 954, 955, + 956, 957, -1, -1, -1, 821, -1, 963, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 1458, -1, 1905, -1, -1, 1643, 1644, -1, -1, - -1, -1, 1469, -1, 274, -1, 276, 277, 278, 279, - 1477, -1, -1, -1, -1, -1, -1, 287, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 298, -1, + -1, 977, -1, -1, -1, -1, -1, -1, -1, -1, + 8, -1, -1, -1, -1, -1, 852, -1, -1, -1, + -1, -1, -1, 999, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, 1000, + 1001, -1, 228, -1, 230, -1, 232, -1, -1, -1, + -1, 1027, 238, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 1040, -1, -1, -1, -1, -1, + -1, -1, 1048, 1049, 1050, -1, -1, -1, -1, 1055, + 1056, -1, 1058, -1, -1, -1, -1, -1, -1, 1065, + -1, 1067, 1068, 1069, 1070, 1071, -1, 8, -1, -1, + -1, 13, 14, 1079, 1080, -1, -1, -1, -1, -1, + -1, -1, 1088, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 1098, -1, 1100, -1, 1102, -1, 1104, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 1411, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 1424, 3, 4, -1, -1, -1, -1, - 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, + -1, -1, -1, -1, -1, -1, 1122, 1123, 1124, 1125, + 1126, -1, -1, -1, -1, -1, -1, 1133, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 1568, -1, -1, 53, 54, 55, 56, -1, -1, - -1, -1, 61, -1, 1581, -1, -1, -1, 2030, 2031, - 2032, 2033, 2034, 72, 73, 74, -1, -1, -1, -1, - -1, 80, 81, -1, 1505, -1, -1, -1, -1, 1510, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, -1, 235, -1, -1, - -1, -1, 1543, 1544, -1, 1822, 1547, 1548, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 2099, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 1666, + -1, -1, -1, -1, -1, -1, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, 1165, + -1, 1027, 104, 105, 106, -1, -1, 109, -1, -1, + -1, 1177, -1, 115, 116, -1, -1, 119, 120, 1185, + 122, 123, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, 141, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 1216, -1, -1, 1219, -1, -1, -1, -1, -1, -1, + -1, -1, 1088, 165, 166, 167, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1228, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 1254, 1255, + -1, -1, -1, -1, -1, -1, 1122, 1123, 1124, 1125, + -1, -1, -1, -1, -1, 1256, 8, -1, -1, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, -1, 234, -1, -1, 1286, 1287, 1288, 1289, 1290, + -1, -1, -1, -1, 1295, 1296, 1297, -1, -1, -1, + -1, 1177, 1303, -1, -1, -1, -1, -1, -1, -1, + -1, 1312, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 1337, 1338, 1339, -1, -1, -1, -1, -1, -1, + -1, 1347, 1348, 1349, 1350, -1, -1, -1, -1, 1355, + -1, 1357, -1, -1, -1, -1, -1, -1, 1364, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 481, -1, -1, 1681, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 1691, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 1701, -1, -1, 186, -1, 1706, - -1, 190, -1, 1890, -1, -1, 195, 196, 197, 198, - 199, -1, -1, -1, 203, -1, -1, -1, 1905, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 217, 218, - 1737, -1, -1, 222, -1, -1, -1, -1, 227, -1, - -1, -1, -1, 232, -1, 234, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 1762, -1, -1, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 1694, 1695, 235, -1, 1698, 1699, -1, - 1797, -1, -1, 1704, 1705, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 3, 4, -1, -1, -1, - -1, 9, 10, 11, -1, -1, 14, 15, 16, 17, - 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, -1, - -1, -1, -1, 2030, 2031, 2032, 2033, 2034, -1, -1, - -1, -1, 1763, 1764, 1861, 53, 54, 55, 56, -1, - -1, 1868, 1869, 61, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 72, 73, 74, -1, -1, -1, - 1887, -1, 80, 81, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 1901, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, 2099, 226, -1, -1, 3, 4, 5, -1, - -1, 234, 9, 10, 11, -1, -1, 14, 15, 16, - 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, - 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - -1, -1, -1, -1, -1, -1, 1963, 44, 45, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, - 57, 58, 59, 60, 61, -1, -1, -1, 65, 66, - 67, -1, -1, 70, -1, 72, 73, 74, 186, -1, - -1, -1, 190, 80, 81, 82, 83, 195, 196, 197, - 198, 199, -1, -1, -1, 203, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 217, - 218, -1, -1, -1, 222, -1, -1, -1, -1, 227, - -1, -1, -1, 120, 232, -1, 234, -1, -1, 2046, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, 179, -1, -1, 235, -1, -1, -1, 186, - 187, 188, 189, 190, -1, -1, -1, -1, 195, 196, - 197, 198, 199, 200, -1, 202, 203, -1, -1, -1, - -1, 2128, -1, -1, -1, -1, -1, -1, -1, -1, - 217, 218, -1, -1, -1, 222, -1, -1, -1, -1, - 227, -1, 229, -1, 231, 232, -1, 234, -1, 236, - -1, -1, -1, -1, -1, -1, -1, 3, 4, -1, - -1, -1, -1, 9, 10, 11, -1, -1, 14, 15, + -1, 1377, -1, -1, -1, -1, 1382, -1, -1, -1, + -1, -1, -1, -1, 1390, 1391, 1392, -1, -1, -1, + -1, -1, -1, -1, 1400, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1396, -1, 1398, -1, -1, + 1401, -1, 1403, -1, -1, -1, -1, -1, -1, -1, + -1, 1427, -1, -1, -1, -1, -1, 1433, 1434, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 1429, -1, + -1, -1, -1, -1, 13, 14, -1, -1, -1, -1, + -1, 1457, 1458, -1, -1, -1, -1, -1, 1464, 1465, + -1, -1, -1, -1, -1, 1471, -1, -1, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, 1488, 1489, 1490, -1, 228, -1, -1, -1, + -1, 1497, 1498, 1499, 1500, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 1511, -1, -1, -1, -1, + -1, 1377, -1, -1, 1520, 1521, 1522, -1, 1524, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, -1, 1539, 1540, 104, 105, 106, -1, -1, + 109, -1, -1, -1, -1, -1, 115, 116, -1, -1, + 119, 120, 1558, 122, 123, -1, 1562, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 1573, -1, -1, + 1576, -1, 141, -1, -1, -1, -1, -1, -1, 4, + 5, -1, -1, -1, -1, -1, 1592, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 165, 166, 167, 1605, + -1, -1, -1, -1, 1610, -1, -1, -1, -1, -1, + 1616, -1, 1603, 1604, -1, -1, -1, -1, -1, -1, + 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, + -1, -1, -1, 58, 59, 60, 61, -1, 1644, -1, + -1, 66, 67, 68, 1635, 1636, 71, -1, -1, -1, + -1, -1, -1, -1, 1520, 1521, -1, -1, 83, 1665, + 85, -1, -1, -1, -1, 234, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 1682, -1, -1, -1, + -1, -1, -1, -1, -1, 1691, -1, -1, -1, -1, + -1, -1, 1558, -1, 1700, 1701, -1, 122, 1704, -1, + -1, -1, -1, -1, 1710, -1, -1, -1, -1, 13, + 14, -1, -1, -1, -1, -1, -1, 1708, 1709, -1, + -1, -1, -1, -1, 1730, 1731, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 1745, + -1, -1, -1, -1, -1, 1751, 1752, -1, -1, 1755, + 1756, 1757, 1758, -1, -1, -1, -1, -1, 1764, -1, + -1, -1, -1, -1, 189, 190, 191, -1, -1, -1, + -1, -1, -1, 1779, -1, -1, -1, 202, -1, 204, + 205, 1787, -1, -1, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, -1, -1, -1, + 104, 105, 106, -1, -1, 109, -1, 1813, -1, -1, + -1, 115, 116, 1819, 1820, 119, 120, -1, 122, 123, + -1, -1, -1, -1, -1, 1691, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 141, 1704, -1, + -1, 145, -1, -1, -1, -1, 1852, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, 165, 166, 167, -1, 228, -1, 230, -1, -1, + -1, 1877, 1878, -1, -1, 238, -1, -1, -1, -1, + -1, 1887, 1888, -1, 1890, -1, 1752, 1893, 1894, 1895, + 1896, -1, 22, 23, -1, -1, -1, -1, 1764, -1, + -1, -1, -1, 1909, -1, -1, -1, -1, 1914, 1915, + 1916, 1917, 1918, 1779, -1, -1, -1, 3, 4, 1925, + -1, -1, -1, 1929, 10, 11, 12, -1, -1, 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, -1, -1, -1, 2110, - -1, -1, -1, -1, -1, -1, -1, 53, 54, 55, - 56, -1, -1, -1, -1, 61, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, -1, -1, -1, -1, - 86, -1, -1, 89, -1, -1, 92, -1, 94, -1, - -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, - 4, 5, -1, -1, -1, -1, -1, 113, -1, 115, - 1080, 1081, 118, -1, 120, -1, 1086, 1087, -1, -1, - -1, 127, 128, 129, 130, 131, -1, -1, 134, 135, - 136, 137, 138, -1, -1, -1, 142, -1, -1, 145, - 44, 45, 46, 47, 48, 49, 50, 51, 52, -1, - -1, -1, -1, 57, 58, 59, 60, -1, -1, -1, - -1, 65, 66, 67, -1, -1, 70, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 82, 83, - 186, -1, -1, -1, 190, 191, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + 36, 37, -1, -1, 1960, -1, -1, -1, -1, 1965, + 1966, -1, -1, 1969, 1970, 1971, 1972, -1, 54, 55, + 56, 57, -1, -1, -1, -1, 62, 1983, 4, 5, + -1, -1, -1, -1, -1, -1, -1, 73, 74, 75, + -1, -1, -1, -1, -1, 81, 82, -1, -1, -1, + -1, 1992, 132, -1, -1, -1, -1, -1, -1, -1, + 2016, 2017, 2018, 2019, 2020, 2021, -1, -1, -1, 45, + 46, 47, 48, 49, 50, 51, 52, 53, -1, -1, + -1, -1, 58, 59, 60, 61, -1, -1, -1, -1, + 66, 67, 68, -1, -1, 71, -1, -1, 1914, 1915, + 1916, 1917, 1918, -1, -1, -1, -1, 83, -1, 85, + 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, + 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, + 210, 211, 212, 213, 214, 215, 216, 217, -1, 219, + 220, -1, -1, -1, -1, 225, -1, -1, -1, -1, + -1, -1, 188, -1, 234, 235, 192, -1, -1, -1, + -1, 197, 198, 199, 200, 201, -1, 1983, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, -1, 3, 4, 232, -1, 234, 235, - 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, - 39, 40, 41, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 53, 54, 55, 56, -1, -1, - -1, -1, 61, 187, 188, 189, -1, -1, -1, -1, - -1, -1, -1, 72, 73, 74, 200, -1, 202, 203, - -1, 80, 81, -1, -1, -1, -1, 86, -1, -1, - 89, -1, -1, 92, -1, 94, -1, -1, -1, -1, - 1290, 1291, 101, -1, -1, 1295, 1296, -1, -1, -1, - -1, -1, -1, -1, 113, -1, 115, -1, -1, 118, - -1, 120, -1, -1, -1, -1, -1, -1, 127, 128, - 129, 130, 131, -1, -1, 134, 135, 136, 137, 138, - -1, -1, -1, 142, -1, -1, 145, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, -1, -1, -1, - -1, -1, -1, -1, 235, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 186, -1, -1, - -1, 190, 191, -1, -1, -1, 195, 196, 197, 198, - 199, -1, -1, -1, 203, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 217, 218, - -1, -1, -1, 222, -1, -1, -1, -1, 227, -1, - -1, -1, -1, 232, -1, -1, 235, 3, 4, 5, - -1, -1, -1, 9, 10, 11, -1, -1, 14, 15, + -1, -1, -1, 219, 220, -1, -1, -1, 224, -1, + -1, -1, -1, 229, -1, -1, -1, 233, -1, -1, + 236, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 189, 190, 191, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 202, -1, 204, 205, + -1, -1, -1, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, 234, 338, 339, + 340, 238, -1, -1, 344, 345, 346, 347, 348, 349, + 350, -1, 352, -1, -1, 355, 356, -1, -1, 359, + 3, 4, 5, -1, -1, -1, -1, 10, 11, 12, + -1, -1, 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, + -1, -1, 45, 46, 47, 48, 49, 50, 51, 52, + 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, + -1, -1, -1, 66, 67, 68, -1, -1, 71, -1, + 73, 74, 75, -1, -1, -1, -1, -1, 81, 82, + 83, -1, 85, -1, -1, 88, -1, -1, 91, -1, + -1, 94, -1, 96, -1, -1, -1, -1, -1, -1, + 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 115, -1, 117, -1, -1, 120, -1, 122, + -1, -1, -1, -1, -1, -1, 129, 130, 131, 132, + 133, -1, -1, 136, 137, 138, 139, 140, -1, -1, + -1, 144, -1, -1, 147, -1, -1, -1, -1, -1, + -1, -1, -1, 513, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, -1, -1, 234, -1, + -1, -1, 238, -1, -1, 188, 189, 190, 191, 192, + 193, -1, -1, -1, 197, 198, 199, 200, 201, 202, + -1, 204, 205, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 219, 220, -1, -1, + -1, 224, -1, -1, -1, -1, 229, 3, 4, 5, + 233, -1, -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, 44, 45, + 36, 37, 38, 39, 40, 41, 42, -1, -1, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, - 56, 57, 58, 59, 60, 61, -1, -1, -1, 65, - 66, 67, -1, -1, 70, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, 82, 83, -1, -1, - 86, -1, -1, 89, -1, -1, 92, -1, 94, -1, - -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 113, -1, 115, - -1, -1, 118, -1, 120, -1, -1, -1, -1, -1, - -1, 127, 128, 129, 130, 131, -1, -1, 134, 135, - 136, 137, 138, -1, -1, -1, 142, -1, -1, 145, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 186, 187, 188, 189, 190, 191, -1, -1, -1, 195, - 196, 197, 198, 199, 200, -1, 202, 203, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, 3, 4, 5, 232, -1, 234, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, - 40, 41, -1, -1, 44, 45, 46, 47, 48, 49, - 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, - 60, 61, -1, -1, -1, 65, 66, 67, -1, -1, - 70, -1, 72, 73, 74, -1, -1, -1, -1, -1, - 80, 81, 82, 83, -1, -1, 86, -1, -1, 89, - -1, -1, 92, -1, 94, -1, -1, -1, -1, -1, - -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 113, -1, 115, -1, -1, 118, -1, - 120, -1, -1, -1, -1, -1, -1, 127, 128, 129, - 130, 131, -1, -1, 134, 135, 136, 137, 138, -1, - -1, -1, 142, -1, -1, 145, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, -1, -1, 235, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 186, 187, 188, 189, - 190, 191, -1, -1, -1, 195, 196, 197, 198, 199, - 200, -1, 202, 203, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 217, 218, -1, - -1, -1, 222, -1, -1, -1, -1, 227, -1, 3, - 4, 5, 232, -1, 234, 9, 10, 11, -1, -1, - 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 53, - 54, 55, 56, -1, -1, -1, -1, 61, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, - 74, -1, -1, -1, -1, -1, 80, 81, -1, -1, - -1, -1, 86, -1, -1, 89, -1, -1, 92, -1, - 94, -1, -1, -1, -1, -1, -1, 101, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, - -1, 115, -1, -1, 118, -1, 120, -1, -1, -1, - -1, -1, -1, 127, 128, 129, 130, 131, -1, -1, - 134, 135, 136, 137, 138, -1, -1, -1, 142, -1, - -1, 145, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, -1, -1, 235, + 56, 57, 58, 59, 60, 61, 62, -1, -1, -1, + 66, 67, 68, -1, -1, 71, -1, 73, 74, 75, + -1, -1, -1, -1, -1, 81, 82, 83, -1, 85, + -1, -1, 88, -1, -1, 91, -1, -1, 94, -1, + 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 115, + -1, 117, -1, -1, 120, -1, 122, -1, -1, -1, + -1, -1, -1, 129, 130, 131, 132, 133, -1, -1, + 136, 137, 138, 139, 140, -1, -1, -1, 144, -1, + -1, 147, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, 234, -1, -1, -1, + 238, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 188, 189, 190, 191, 192, 193, -1, -1, + -1, 197, 198, 199, 200, 201, 202, -1, 204, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 186, -1, -1, -1, 190, 191, -1, -1, - -1, 195, 196, 197, 198, 199, -1, -1, -1, 203, + -1, -1, -1, 219, 220, -1, -1, -1, 224, -1, + -1, -1, -1, 229, 3, 4, 5, 233, 7, -1, + 236, 10, 11, 12, -1, -1, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, + 29, 30, 31, 32, 33, 34, 35, 36, 37, -1, + -1, -1, -1, -1, -1, -1, 45, 46, 47, 48, + 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, + 59, 60, 61, 62, -1, -1, -1, 66, 67, 68, + -1, -1, 71, -1, 73, 74, 75, -1, -1, -1, + -1, -1, 81, 82, 83, -1, 85, -1, -1, -1, + -1, -1, -1, -1, -1, 4, 5, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, -1, + -1, -1, -1, 122, -1, 238, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 45, 46, 47, 48, + 49, 50, 51, 52, 53, -1, -1, -1, -1, 58, + 59, 60, 61, -1, -1, -1, -1, 66, 67, 68, + -1, -1, 71, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 83, -1, 85, -1, -1, -1, + -1, -1, 181, -1, 994, -1, -1, -1, -1, 188, + 189, 190, 191, 192, -1, -1, -1, -1, 197, 198, + 199, 200, 201, 202, -1, 204, 205, 206, 207, 208, + 209, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 219, 220, -1, -1, -1, 224, -1, 226, 227, -1, + 229, -1, 231, -1, 233, -1, 235, 236, 3, 4, + 5, -1, -1, -1, -1, 10, 11, 12, -1, -1, + 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, -1, -1, + 189, 190, 191, -1, -1, -1, -1, -1, -1, 54, + 55, 56, 57, 202, -1, 204, -1, 62, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 73, 74, + 75, -1, -1, -1, -1, -1, 81, 82, -1, -1, + -1, -1, -1, 88, -1, -1, 91, -1, -1, 94, + -1, 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 217, 218, -1, -1, -1, 222, -1, - -1, -1, -1, 227, -1, 3, 4, 5, 232, -1, - 234, 9, 10, 11, -1, -1, 14, 15, 16, 17, + 115, -1, 117, -1, -1, 120, -1, 122, -1, -1, + -1, -1, -1, -1, 129, 130, 131, 132, 133, -1, + -1, 136, 137, 138, 139, 140, -1, -1, -1, 144, + -1, -1, 147, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 238, -1, -1, -1, -1, -1, -1, -1, 1229, + 1230, -1, -1, 188, -1, -1, -1, 192, 193, -1, + -1, -1, 197, 198, 199, 200, 201, -1, -1, -1, + 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 219, 220, -1, -1, -1, 224, + -1, -1, -1, -1, 229, 3, 4, 5, 233, -1, + -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 53, 54, 55, 56, -1, - -1, -1, -1, 61, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 72, 73, 74, -1, -1, -1, - -1, -1, 80, 81, -1, -1, -1, -1, 86, -1, - -1, 89, -1, -1, 92, -1, 94, -1, -1, -1, - -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 113, -1, 115, -1, -1, - 118, -1, 120, -1, -1, -1, -1, -1, -1, 127, - 128, 129, 130, 131, -1, -1, 134, 135, 136, 137, - 138, -1, -1, -1, 142, -1, -1, 145, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, -1, -1, 235, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 186, -1, - -1, -1, 190, 191, -1, -1, -1, 195, 196, 197, - 198, 199, -1, -1, -1, 203, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 217, - 218, -1, -1, -1, 222, -1, -1, -1, -1, 227, - -1, 3, 4, -1, 232, -1, 234, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 53, 54, 55, 56, -1, -1, -1, -1, 61, + 38, 39, 40, 41, 42, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 54, 55, 56, 57, + -1, -1, -1, -1, 62, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 73, 74, 75, -1, -1, + -1, -1, -1, 81, 82, -1, -1, -1, -1, -1, + 88, -1, -1, 91, -1, -1, 94, -1, 96, -1, + -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 115, -1, 117, + -1, -1, 120, -1, 122, -1, -1, -1, -1, -1, + 5, 129, 130, 131, 132, 133, -1, -1, 136, 137, + 138, 139, 140, -1, -1, -1, 144, -1, -1, 147, + -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + 45, 46, 47, 48, 49, 50, 51, 52, 53, 238, + -1, -1, -1, 58, 59, 60, 61, -1, -1, -1, + 188, 66, 67, 68, 192, 193, 71, -1, -1, 197, + 198, 199, 200, 201, -1, -1, -1, 205, 83, -1, + 85, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 219, 220, -1, -1, -1, 224, -1, -1, -1, + -1, 229, 3, 4, -1, 233, -1, -1, 236, 10, + 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 54, 55, 56, 57, -1, -1, -1, + -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 73, 74, 75, -1, -1, -1, -1, -1, + 81, 82, -1, -1, 189, 190, 191, 88, -1, -1, + 91, -1, -1, 94, -1, 96, -1, 202, -1, 204, + -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 115, -1, 117, -1, -1, 120, + -1, 122, -1, -1, -1, -1, -1, -1, 129, 130, + 131, 132, 133, -1, -1, 136, 137, 138, 139, 140, + -1, -1, -1, 144, -1, -1, 147, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 238, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 188, -1, -1, + -1, 192, 193, -1, -1, -1, 197, 198, 199, 200, + 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 219, 220, + -1, -1, -1, 224, -1, -1, -1, -1, 229, 3, + 4, -1, 233, 234, -1, 236, 10, 11, 12, -1, + -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 72, 73, 74, -1, -1, -1, -1, -1, 80, 81, - -1, -1, -1, -1, 86, -1, -1, 89, -1, -1, - 92, -1, 94, -1, -1, -1, -1, -1, -1, 101, + 54, 55, 56, 57, -1, -1, -1, -1, 62, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 73, + 74, 75, -1, -1, -1, -1, -1, 81, 82, -1, + -1, -1, -1, -1, 88, -1, -1, 91, -1, -1, + 94, -1, 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 113, -1, 115, -1, -1, 118, -1, 120, -1, - -1, -1, -1, -1, -1, 127, 128, 129, 130, 131, - -1, -1, 134, 135, 136, 137, 138, -1, -1, -1, - 142, -1, -1, 145, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, -1, - -1, 235, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 186, -1, -1, -1, 190, 191, - -1, -1, -1, 195, 196, 197, 198, 199, -1, -1, - -1, 203, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 217, 218, -1, -1, -1, - 222, -1, -1, -1, -1, 227, -1, 3, 4, -1, - 232, -1, 234, 9, 10, 11, -1, -1, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 53, 54, 55, - 56, -1, -1, -1, -1, 61, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, -1, -1, -1, -1, - 86, -1, -1, 89, -1, -1, 92, -1, 94, -1, - -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 113, -1, 115, - -1, -1, 118, -1, 120, -1, -1, -1, -1, -1, - -1, 127, 128, 129, 130, 131, -1, -1, 134, 135, - 136, 137, 138, -1, -1, -1, 142, -1, -1, 145, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, -1, -1, + -1, 115, -1, 117, -1, -1, 120, -1, 122, -1, + -1, -1, -1, -1, -1, 129, 130, 131, 132, 133, + -1, -1, 136, 137, 138, 139, 140, -1, -1, -1, + 144, -1, -1, 147, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 238, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 188, -1, -1, -1, 192, 193, + -1, -1, -1, 197, 198, 199, 200, 201, -1, -1, + -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 219, 220, -1, -1, -1, + 224, -1, -1, -1, -1, 229, 3, 4, -1, 233, + -1, -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 54, 55, 56, + 57, -1, -1, -1, -1, 62, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 73, 74, 75, -1, + -1, -1, -1, -1, 81, 82, -1, -1, -1, -1, + -1, 88, -1, -1, 91, -1, -1, 94, -1, 96, + -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 115, -1, + 117, -1, -1, 120, -1, 122, -1, -1, -1, -1, + -1, -1, 129, 130, 131, 132, 133, -1, -1, 136, + 137, 138, 139, 140, -1, -1, -1, 144, -1, -1, + 147, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 238, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 186, -1, -1, -1, 190, 191, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + -1, 188, -1, -1, -1, 192, 193, -1, -1, -1, + 197, 198, 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, 3, 4, -1, 232, -1, 234, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, + -1, -1, 219, 220, -1, -1, -1, 224, -1, -1, + -1, -1, 229, 3, 4, -1, 233, -1, -1, 236, + 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 53, 54, 55, 56, -1, -1, -1, - -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 72, 73, 74, -1, -1, -1, -1, -1, - 80, 81, -1, -1, -1, -1, 86, -1, -1, 89, - -1, -1, 92, -1, 94, -1, -1, -1, -1, -1, - -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 113, -1, 115, -1, -1, 118, -1, - 120, -1, -1, -1, -1, -1, -1, 127, 128, 129, - 130, 131, -1, -1, 134, 135, 136, 137, 138, -1, - -1, -1, 142, -1, -1, 145, 208, 209, 210, 211, + 40, 41, 42, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 54, 55, 56, 57, -1, -1, + -1, -1, 62, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 73, 74, 75, -1, -1, -1, -1, + -1, 81, 82, -1, -1, -1, -1, -1, 88, -1, + -1, 91, -1, -1, 94, -1, 96, -1, -1, -1, + -1, -1, -1, 103, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 115, -1, 117, -1, -1, + 120, -1, 122, -1, -1, -1, -1, -1, -1, 129, + 130, 131, 132, 133, -1, -1, 136, 137, 138, 139, + 140, -1, -1, -1, 144, -1, -1, 147, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, -1, -1, 235, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 186, -1, -1, -1, - 190, 191, -1, -1, -1, 195, 196, 197, 198, 199, - -1, -1, -1, 203, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 217, 218, -1, - -1, -1, 222, -1, -1, -1, -1, 227, -1, 3, - 4, -1, 232, -1, 234, 9, 10, 11, -1, -1, - 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 53, - 54, 55, 56, -1, -1, -1, -1, 61, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, - 74, -1, -1, -1, -1, -1, 80, 81, -1, -1, - -1, -1, 86, -1, -1, 89, -1, -1, 92, -1, - 94, -1, -1, -1, -1, -1, -1, 101, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, - -1, 115, -1, -1, 118, -1, 120, -1, -1, -1, - -1, -1, -1, 127, 128, 129, 130, 131, -1, -1, - 134, 135, 136, 137, 138, -1, -1, -1, 142, -1, - -1, 145, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, -1, -1, 235, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 186, -1, -1, -1, 190, 191, -1, -1, - -1, 195, 196, 197, 198, 199, -1, -1, -1, 203, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 217, 218, -1, -1, -1, 222, -1, - -1, -1, -1, 227, -1, 3, 4, -1, 232, -1, - 234, 9, 10, 11, -1, -1, 14, 15, 16, 17, - 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, - 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, - 38, 39, 40, 41, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 53, 54, 55, 56, -1, - -1, -1, -1, 61, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 72, 73, 74, -1, -1, -1, - -1, -1, 80, 81, -1, -1, -1, -1, 86, -1, - -1, 89, -1, -1, 92, -1, 94, -1, -1, -1, - -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 113, -1, 115, -1, -1, - 118, -1, 120, -1, -1, -1, -1, -1, -1, 127, - 128, 129, 130, 131, -1, -1, 134, 135, 136, 137, - 138, -1, -1, -1, 142, -1, -1, 145, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, -1, -1, 235, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 186, -1, - -1, -1, 190, 191, -1, -1, -1, 195, 196, 197, - 198, 199, -1, -1, -1, 203, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 217, - 218, -1, -1, -1, 222, -1, -1, -1, -1, 227, - -1, 3, 4, -1, 232, -1, 234, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 53, 54, 55, 56, -1, -1, -1, -1, 61, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 238, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 188, -1, + -1, -1, 192, 193, -1, -1, -1, 197, 198, 199, + 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 219, + 220, -1, -1, -1, 224, -1, -1, -1, -1, 229, + 3, 4, -1, 233, -1, -1, 236, 10, 11, 12, + -1, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 72, 73, 74, -1, -1, -1, -1, -1, 80, 81, - -1, -1, -1, -1, 86, -1, -1, 89, -1, -1, - 92, -1, 94, -1, -1, -1, -1, -1, -1, 101, + -1, 54, 55, 56, 57, -1, -1, -1, -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 113, -1, 115, -1, -1, 118, -1, 120, -1, - -1, -1, -1, -1, -1, 127, 128, 129, 130, 131, - -1, -1, 134, 135, 136, 137, 138, -1, -1, -1, - 142, -1, -1, 145, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, -1, - -1, 235, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 186, -1, -1, -1, 190, 191, - -1, -1, -1, 195, 196, 197, 198, 199, -1, -1, - -1, 203, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 217, 218, -1, -1, -1, - 222, -1, -1, -1, -1, 227, -1, 3, 4, -1, - 232, -1, 234, 9, 10, 11, -1, -1, 14, 15, + 73, 74, 75, -1, -1, -1, -1, -1, 81, 82, + -1, -1, -1, -1, -1, 88, -1, -1, 91, -1, + -1, 94, -1, 96, -1, -1, -1, -1, -1, -1, + 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 115, -1, 117, -1, -1, 120, -1, 122, + -1, -1, -1, -1, -1, -1, 129, 130, 131, 132, + 133, -1, -1, 136, 137, 138, 139, 140, -1, -1, + -1, 144, -1, -1, 147, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 238, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 188, -1, -1, -1, 192, + 193, -1, -1, -1, 197, 198, 199, 200, 201, -1, + -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 219, 220, -1, -1, + -1, 224, -1, -1, -1, -1, 229, 3, 4, -1, + -1, 234, -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 53, 54, 55, - 56, -1, -1, -1, -1, 61, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, -1, -1, -1, -1, - 86, -1, -1, 89, -1, -1, 92, -1, 94, -1, - -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 113, -1, 115, - -1, -1, 118, -1, 120, -1, -1, -1, -1, -1, - -1, 127, 128, 129, 130, 131, -1, -1, 134, 135, - 136, 137, 138, -1, -1, -1, 142, -1, -1, 145, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 186, -1, -1, -1, 190, 191, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + 36, 37, 38, 39, 40, 41, 42, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 54, 55, + 56, 57, -1, -1, -1, -1, 62, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 73, 74, 75, + -1, -1, -1, -1, -1, 81, 82, -1, -1, -1, + -1, -1, 88, -1, -1, 91, -1, -1, 94, -1, + 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 115, + -1, 117, -1, -1, 120, -1, 122, -1, -1, -1, + -1, -1, -1, 129, 130, 131, 132, 133, -1, -1, + 136, 137, 138, 139, 140, -1, -1, -1, 144, -1, + -1, 147, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 188, -1, -1, -1, 192, 193, -1, -1, + -1, 197, 198, 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, 3, 4, -1, 232, -1, 234, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, - 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, - 40, 41, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 53, 54, 55, 56, -1, -1, -1, - -1, 61, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 72, 73, 74, -1, -1, -1, -1, -1, - 80, 81, -1, -1, -1, -1, 86, -1, -1, 89, - -1, -1, 92, -1, 94, -1, -1, -1, -1, -1, - -1, 101, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 113, -1, 115, -1, -1, 118, -1, - 120, -1, -1, -1, -1, -1, -1, 127, 128, 129, - 130, 131, -1, -1, 134, 135, 136, 137, 138, -1, - -1, -1, 142, -1, -1, 145, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, -1, -1, 235, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 186, -1, -1, -1, - 190, 191, -1, -1, -1, 195, 196, 197, 198, 199, - -1, -1, -1, 203, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 217, 218, -1, - -1, -1, 222, -1, -1, -1, -1, 227, -1, 3, - 4, -1, 232, -1, 234, 9, 10, 11, -1, -1, - 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, - 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, - 34, 35, 36, 37, 38, 39, 40, 41, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 53, - 54, 55, 56, -1, -1, -1, -1, 61, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 72, 73, - 74, -1, -1, -1, -1, -1, 80, 81, -1, -1, - -1, -1, 86, -1, -1, 89, -1, -1, 92, -1, - 94, -1, -1, -1, -1, -1, -1, 101, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 113, - -1, 115, -1, -1, 118, -1, 120, -1, -1, -1, - -1, -1, -1, 127, 128, 129, 130, 131, -1, -1, - 134, 135, 136, 137, 138, -1, -1, -1, 142, -1, - -1, 145, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, -1, -1, 235, + -1, -1, -1, 219, 220, -1, -1, -1, 224, -1, + -1, -1, -1, 229, 3, 4, -1, 233, -1, -1, + 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 54, 55, 56, 57, -1, + -1, -1, -1, 62, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 73, 74, 75, -1, -1, -1, + -1, -1, 81, 82, -1, -1, -1, -1, -1, 88, + -1, -1, 91, -1, -1, 94, -1, 96, -1, -1, + -1, -1, -1, -1, 103, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 115, -1, 117, -1, + -1, 120, -1, 122, -1, -1, -1, -1, -1, -1, + 129, 130, 131, 132, 133, -1, -1, 136, 137, 138, + 139, 140, -1, -1, -1, 144, -1, -1, 147, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 238, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 188, + -1, -1, -1, 192, 193, -1, -1, -1, 197, 198, + 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, 186, -1, -1, -1, 190, 191, -1, -1, - -1, 195, 196, 197, 198, 199, -1, -1, -1, 203, + 219, 220, -1, -1, -1, 224, -1, -1, -1, -1, + 229, 3, 4, -1, 233, -1, -1, 236, 10, 11, + 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 54, 55, 56, 57, -1, -1, -1, -1, + 62, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 73, 74, 75, -1, -1, -1, -1, -1, 81, + 82, -1, -1, -1, -1, -1, 88, -1, -1, 91, + -1, -1, 94, -1, 96, -1, -1, -1, -1, -1, + -1, 103, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 115, -1, 117, -1, -1, 120, -1, + 122, -1, -1, -1, -1, -1, -1, 129, 130, 131, + 132, 133, -1, -1, 136, 137, 138, 139, 140, -1, + -1, -1, 144, -1, -1, 147, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 238, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 188, -1, -1, -1, + 192, 193, -1, -1, -1, 197, 198, 199, 200, 201, + -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 219, 220, -1, + -1, -1, 224, -1, -1, -1, -1, 229, 3, 4, + -1, 233, -1, -1, 236, 10, 11, 12, -1, -1, + 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, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 54, + 55, 56, 57, -1, -1, -1, -1, 62, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 73, 74, + 75, -1, -1, -1, -1, -1, 81, 82, -1, -1, + -1, -1, -1, 88, -1, -1, 91, -1, -1, 94, + -1, 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, 217, 218, -1, -1, -1, 222, -1, - -1, -1, -1, 227, -1, 3, 4, -1, 232, -1, - 234, 9, 10, 11, -1, -1, 14, 15, 16, 17, + 115, -1, 117, -1, -1, 120, -1, 122, -1, -1, + -1, -1, -1, -1, 129, 130, 131, 132, 133, -1, + -1, 136, 137, 138, 139, 140, -1, -1, -1, 144, + -1, -1, 147, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 238, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 188, -1, -1, -1, 192, 193, -1, + -1, -1, 197, 198, 199, 200, 201, -1, -1, -1, + 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 219, 220, -1, -1, -1, 224, + -1, -1, -1, -1, 229, 3, 4, -1, 233, -1, + -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 53, 54, 55, 56, -1, - -1, -1, -1, 61, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 72, 73, 74, -1, -1, -1, - -1, -1, 80, 81, -1, -1, -1, -1, 86, -1, - -1, 89, -1, -1, 92, -1, 94, -1, -1, -1, - -1, -1, -1, 101, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 113, -1, 115, -1, -1, - 118, -1, 120, -1, -1, -1, -1, -1, -1, 127, - 128, 129, 130, 131, -1, -1, 134, 135, 136, 137, - 138, -1, -1, -1, 142, -1, -1, 145, 208, 209, + 38, 39, 40, 41, 42, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 54, 55, 56, 57, + -1, -1, -1, -1, 62, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 73, 74, 75, -1, -1, + -1, -1, -1, 81, 82, -1, -1, -1, -1, -1, + 88, -1, -1, 91, -1, -1, 94, -1, 96, -1, + -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 115, -1, 117, + -1, -1, 120, -1, 122, -1, -1, -1, -1, -1, + -1, 129, 130, 131, 132, 133, -1, -1, 136, 137, + 138, 139, 140, -1, -1, -1, 144, -1, -1, 147, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, -1, -1, 235, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 186, -1, - -1, -1, 190, 191, -1, -1, -1, 195, 196, 197, - 198, 199, -1, -1, -1, 203, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 217, - 218, -1, -1, -1, 222, -1, -1, -1, -1, 227, - -1, 3, 4, -1, 232, -1, 234, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 238, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 188, -1, -1, -1, 192, 193, -1, -1, -1, 197, + 198, 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 53, 54, 55, 56, -1, -1, -1, -1, 61, + -1, 219, 220, -1, -1, -1, 224, -1, -1, -1, + -1, 229, 3, 4, -1, 233, -1, -1, 236, 10, + 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 54, 55, 56, 57, -1, -1, -1, + -1, 62, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 73, 74, 75, -1, -1, -1, -1, -1, + 81, 82, -1, -1, -1, -1, -1, 88, -1, -1, + 91, -1, -1, 94, -1, 96, -1, -1, -1, -1, + -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 115, -1, 117, -1, -1, 120, + -1, 122, -1, -1, -1, -1, -1, -1, 129, 130, + 131, 132, 133, -1, -1, 136, 137, 138, 139, 140, + -1, -1, -1, 144, -1, -1, 147, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 238, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 188, -1, -1, + -1, 192, 193, -1, -1, -1, 197, 198, 199, 200, + 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 219, 220, + -1, -1, -1, 224, -1, -1, -1, -1, 229, 3, + 4, -1, 233, -1, -1, 236, 10, 11, 12, -1, + -1, 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, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 72, 73, 74, -1, -1, -1, -1, -1, 80, 81, - -1, -1, -1, -1, 86, -1, -1, 89, -1, -1, - 92, -1, 94, -1, -1, -1, -1, -1, -1, 101, + 54, 55, 56, 57, -1, -1, -1, -1, 62, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 73, + 74, 75, -1, -1, -1, -1, -1, 81, 82, -1, + -1, -1, -1, -1, 88, -1, -1, 91, -1, -1, + 94, -1, 96, -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 113, -1, 115, -1, -1, 118, -1, 120, -1, - -1, -1, -1, -1, -1, 127, 128, 129, 130, 131, - -1, -1, 134, 135, 136, 137, 138, -1, -1, -1, - 142, -1, -1, 145, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, -1, - -1, 235, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 186, -1, -1, -1, 190, 191, - -1, -1, -1, 195, 196, 197, 198, 199, -1, -1, - -1, 203, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 217, 218, -1, -1, -1, - 222, -1, -1, -1, -1, 227, -1, 3, 4, -1, - 232, -1, 234, 9, 10, 11, -1, -1, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, 37, 38, 39, 40, 41, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 53, 54, 55, - 56, -1, -1, -1, -1, 61, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, -1, -1, -1, -1, - 86, -1, -1, 89, -1, -1, 92, -1, 94, -1, - -1, -1, -1, -1, -1, 101, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 113, -1, 115, - -1, -1, 118, -1, 120, -1, -1, -1, -1, -1, - -1, 127, 128, 129, 130, 131, -1, -1, 134, 135, - 136, 137, 138, -1, -1, -1, 142, -1, -1, 145, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, -1, -1, + -1, 115, -1, 117, -1, -1, 120, -1, 122, -1, + -1, -1, -1, -1, -1, 129, 130, 131, 132, 133, + -1, -1, 136, 137, 138, 139, 140, -1, -1, -1, + 144, -1, -1, 147, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 238, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 188, -1, -1, -1, 192, 193, + -1, -1, -1, 197, 198, 199, 200, 201, -1, -1, + -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 219, 220, -1, -1, -1, + 224, -1, -1, -1, -1, 229, 3, 4, -1, 233, + -1, -1, 236, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 54, 55, 56, + 57, -1, -1, -1, -1, 62, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 73, 74, 75, -1, + -1, -1, -1, -1, 81, 82, -1, -1, -1, -1, + -1, 88, -1, -1, 91, -1, -1, 94, -1, 96, + -1, -1, -1, -1, -1, -1, 103, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 115, -1, + 117, -1, -1, 120, -1, 122, -1, -1, -1, -1, + -1, -1, 129, 130, 131, 132, 133, -1, -1, 136, + 137, 138, 139, 140, -1, -1, -1, 144, -1, -1, + 147, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 238, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 186, -1, -1, -1, 190, 191, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + -1, 188, -1, -1, -1, 192, 193, -1, -1, -1, + 197, 198, 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, 3, 4, 5, 232, -1, 234, 9, - 10, 11, -1, -1, 14, 15, 16, 17, 18, 19, + -1, -1, 219, 220, -1, -1, -1, 224, 3, 4, + 5, -1, 229, -1, -1, 10, 11, 12, -1, 236, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, -1, -1, -1, -1, -1, -1, -1, + 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, + 55, 56, 57, 58, 59, 60, 61, 62, -1, -1, + -1, 66, 67, 68, -1, -1, 71, -1, 73, 74, + 75, -1, -1, -1, -1, -1, 81, 82, 83, -1, + 85, 3, 4, 5, -1, -1, -1, -1, 10, 11, + 12, -1, -1, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, + 32, 33, 34, 35, 36, 37, -1, -1, -1, -1, + -1, -1, -1, 45, 46, 47, 48, 49, 50, 51, + 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, + 62, -1, -1, -1, 66, 67, 68, -1, -1, 71, + -1, 73, 74, 75, -1, -1, -1, -1, -1, 81, + 82, 83, -1, 85, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, 188, 189, 190, 191, 192, 234, -1, + -1, -1, 197, 198, 199, 200, 201, 202, -1, 204, + 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 219, 220, -1, -1, -1, 224, + -1, -1, -1, -1, 229, -1, -1, -1, 233, -1, + -1, 236, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, -1, -1, -1, -1, -1, 188, 189, 190, 191, + 192, -1, -1, -1, -1, 197, 198, 199, 200, 201, + 202, -1, 204, 205, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 219, 220, -1, + -1, -1, 224, -1, -1, -1, -1, 229, 3, 4, + 5, 233, -1, -1, 236, 10, 11, 12, -1, -1, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, -1, -1, -1, -1, -1, -1, -1, + 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, + 55, 56, 57, 58, 59, 60, 61, 62, -1, -1, + -1, 66, 67, 68, -1, -1, 71, -1, 73, 74, + 75, -1, -1, -1, -1, -1, 81, 82, 83, -1, + 85, 3, 4, 5, -1, -1, -1, -1, 10, 11, + 12, -1, -1, 15, 16, 17, 18, 19, 20, 21, + 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, + 32, 33, 34, 35, 36, 37, -1, -1, -1, -1, + -1, -1, -1, 45, 46, 47, 48, 49, 50, 51, + 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, + 62, -1, -1, -1, 66, 67, 68, -1, -1, 71, + -1, 73, 74, 75, -1, -1, -1, -1, -1, 81, + 82, 83, -1, 85, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, 188, 189, 190, 191, 192, 234, -1, + -1, -1, 197, 198, 199, 200, 201, 202, -1, 204, + 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 219, 220, -1, -1, -1, 224, + -1, -1, -1, -1, 229, -1, -1, -1, 233, -1, + -1, 236, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, -1, -1, -1, -1, -1, 188, 189, 190, 191, + 192, -1, -1, -1, -1, 197, 198, 199, 200, 201, + 202, -1, 204, 205, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 219, 220, -1, + -1, -1, 224, 3, 4, -1, -1, 229, -1, -1, + 10, 11, 12, -1, 236, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, - 30, 31, 32, 33, 34, 35, 36, -1, -1, -1, - -1, -1, -1, -1, 44, 45, 46, 47, 48, 49, - 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, - 60, 61, -1, -1, -1, 65, 66, 67, -1, -1, - 70, -1, 72, 73, 74, -1, -1, -1, -1, -1, - 80, 81, 82, 83, 3, 4, 5, -1, -1, -1, - 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, - -1, -1, -1, -1, -1, 44, 45, 46, 47, 48, - 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, - 59, 60, 61, -1, -1, -1, 65, 66, 67, -1, - -1, 70, -1, 72, 73, 74, -1, -1, -1, -1, - -1, 80, 81, 82, 83, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, -1, 186, 187, 188, 189, - 190, -1, 235, -1, -1, 195, 196, 197, 198, 199, - 200, -1, 202, 203, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, 217, 218, -1, - -1, -1, 222, -1, -1, -1, -1, 227, -1, -1, - -1, -1, 232, -1, 234, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, -1, -1, -1, -1, -1, - -1, -1, 235, -1, -1, -1, -1, 186, 187, 188, - 189, 190, -1, -1, -1, -1, 195, 196, 197, 198, - 199, 200, -1, 202, 203, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 217, 218, - -1, -1, -1, 222, -1, -1, -1, -1, 227, -1, - 3, 4, 5, 232, -1, 234, 9, 10, 11, -1, - -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, - 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, - 33, 34, 35, 36, -1, -1, -1, 12, 13, -1, - -1, 44, 45, 46, 47, 48, 49, 50, 51, 52, - 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, - -1, -1, 65, 66, 67, -1, -1, 70, -1, 72, - 73, 74, -1, -1, -1, -1, -1, 80, 81, 82, - 83, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, -1, -1, -1, -1, -1, -1, -1, 235, -1, - -1, 86, 87, 88, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, -1, -1, -1, 102, 103, 104, - -1, -1, 107, -1, -1, -1, -1, -1, 113, 114, - -1, -1, 117, 118, -1, 120, 121, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, 139, 226, -1, -1, 143, -1, - -1, -1, -1, -1, 235, -1, -1, -1, -1, -1, - -1, -1, -1, 186, 187, 188, 189, 190, 163, 164, - 165, -1, 195, 196, 197, 198, 199, 200, -1, 202, - 203, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 217, 218, -1, -1, -1, 222, - -1, -1, -1, -1, 227, -1, 3, 4, -1, 232, - -1, 234, 9, 10, 11, -1, -1, 14, 15, 16, + 30, 31, 32, 33, 34, 35, 36, 37, -1, -1, + 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, + 220, 221, 222, 223, 54, 55, 56, 57, 228, -1, + -1, -1, 62, -1, -1, -1, -1, -1, 238, -1, + -1, -1, -1, 73, 74, 75, 3, 4, -1, 6, + -1, 81, 82, 10, 11, 12, -1, -1, 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, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 53, 54, 55, 56, - -1, -1, -1, -1, 61, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 72, 73, 74, -1, -1, - -1, -1, -1, 80, 81, -1, -1, -1, -1, 86, - -1, -1, 89, -1, -1, 92, -1, 94, -1, -1, - -1, -1, -1, -1, 101, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, 113, -1, 115, -1, - -1, 118, -1, 120, -1, -1, -1, -1, -1, -1, - 127, 128, 129, 130, 131, -1, -1, 134, 135, 136, - 137, 138, -1, -1, -1, 142, -1, -1, 145, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, -1, - -1, -1, -1, -1, -1, -1, 235, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, 186, - -1, -1, -1, 190, 191, -1, -1, -1, 195, 196, - 197, 198, 199, -1, -1, -1, 203, -1, -1, -1, + 37, -1, -1, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, 54, 55, 56, + 57, 228, -1, -1, -1, 62, -1, -1, -1, -1, + -1, 238, -1, -1, -1, -1, 73, 74, 75, -1, + -1, -1, -1, -1, 81, 82, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 238, -1, -1, -1, 188, -1, + -1, -1, 192, -1, -1, -1, -1, 197, 198, 199, + 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 219, + 220, -1, -1, -1, 224, -1, -1, -1, -1, 229, + -1, -1, -1, 233, -1, -1, 236, -1, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + -1, 188, -1, -1, -1, 192, 238, -1, -1, -1, + 197, 198, 199, 200, 201, -1, -1, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 217, 218, -1, -1, -1, 222, 3, 4, 5, -1, - 227, -1, 9, 10, 11, 232, -1, 14, 15, 16, + -1, -1, 219, 220, -1, -1, -1, 224, 3, 4, + -1, 6, 229, -1, -1, 10, 11, 12, -1, 236, + 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, + 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, + 35, 36, 37, -1, -1, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 54, + 55, 56, 57, 228, -1, -1, -1, 62, -1, -1, + -1, -1, -1, 238, -1, -1, 3, 4, 73, 74, + 75, -1, -1, 10, 11, 12, 81, 82, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, - -1, -1, -1, -1, -1, -1, -1, 44, 45, 46, - 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, - 57, 58, 59, 60, 61, -1, -1, -1, 65, 66, - 67, -1, -1, 70, -1, 72, 73, 74, -1, -1, - -1, 3, 4, 80, 81, 82, 83, 9, 10, 11, - -1, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, -1, -1, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 53, 54, 55, 56, 226, -1, -1, -1, 61, - -1, -1, -1, -1, 235, -1, -1, -1, -1, -1, - 72, 73, 74, -1, -1, -1, -1, -1, 80, 81, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, -1, -1, 235, -1, 186, - 187, 188, 189, 190, -1, -1, -1, -1, 195, 196, - 197, 198, 199, 200, -1, 202, 203, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - 217, 218, -1, -1, -1, 222, -1, -1, -1, -1, - 227, -1, -1, -1, -1, 232, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, -1, -1, 235, 186, -1, -1, -1, 190, -1, - -1, -1, -1, 195, 196, 197, 198, 199, -1, -1, - -1, 203, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 217, 218, -1, -1, -1, - 222, 3, 4, -1, -1, 227, 228, 9, 10, 11, - 232, -1, 14, 15, 16, 17, 18, 19, 20, 21, - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, - 32, 33, 34, 35, 36, -1, -1, 208, 209, 210, - 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, 53, 54, 55, 56, 226, -1, -1, -1, 61, - -1, -1, -1, -1, 235, -1, -1, -1, -1, -1, - 72, 73, 74, -1, 3, 4, -1, -1, 80, 81, - 9, 10, 11, -1, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 53, 54, 55, 56, 226, -1, - -1, -1, 61, -1, -1, -1, -1, 235, -1, -1, - -1, -1, -1, 72, 73, 74, -1, -1, -1, -1, - -1, 80, 81, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, -1, -1, -1, -1, -1, -1, -1, - 235, -1, -1, -1, 186, -1, -1, -1, 190, -1, - -1, -1, -1, 195, 196, 197, 198, 199, -1, -1, - -1, 203, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, 217, 218, -1, -1, -1, - 222, -1, -1, -1, -1, 227, -1, -1, 230, -1, - 232, -1, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 186, 234, -1, - -1, 190, -1, -1, -1, -1, 195, 196, 197, 198, - 199, -1, -1, -1, 203, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 217, 218, - -1, -1, -1, 222, 3, 4, -1, -1, 227, 228, - 9, 10, 11, 232, -1, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, - 29, 30, 31, 32, 33, 34, 35, 36, -1, -1, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, 53, 54, 55, 56, 226, -1, - -1, -1, 61, -1, -1, -1, 234, -1, -1, -1, - -1, -1, -1, 72, 73, 74, -1, 3, 4, -1, - 6, 80, 81, 9, 10, 11, -1, -1, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, -1, -1, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 53, 54, 55, - 56, 226, -1, 228, -1, 61, -1, -1, 233, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - -1, -1, -1, -1, 80, 81, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, -1, 230, -1, - -1, 233, -1, -1, -1, -1, -1, 186, -1, -1, - -1, 190, -1, -1, -1, -1, 195, 196, 197, 198, - 199, -1, -1, -1, 203, -1, -1, -1, -1, -1, - -1, -1, -1, -1, -1, -1, -1, -1, 217, 218, - -1, -1, -1, 222, -1, -1, -1, -1, 227, -1, - -1, 230, -1, 232, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 186, -1, -1, -1, 190, -1, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + 37, -1, -1, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, 54, 55, 56, + 57, 228, -1, -1, -1, 62, -1, -1, -1, -1, + -1, 238, -1, -1, -1, -1, 73, 74, 75, -1, + -1, -1, -1, -1, 81, 82, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 238, -1, -1, -1, -1, -1, + -1, -1, -1, 188, -1, -1, -1, 192, -1, -1, + -1, -1, 197, 198, 199, 200, 201, -1, -1, -1, + 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 219, 220, -1, -1, -1, 224, + -1, -1, -1, -1, 229, 13, 14, -1, -1, -1, + -1, 236, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, 188, -1, -1, -1, 192, 234, -1, -1, -1, + 197, 198, 199, 200, 201, 13, 14, -1, 205, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, 3, 4, -1, - 6, 227, -1, 9, 10, 11, 232, -1, 14, 15, - 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, - 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, - 36, -1, -1, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, 53, 54, 55, - 56, 226, -1, -1, -1, 61, -1, -1, 233, -1, - -1, -1, -1, -1, -1, -1, 72, 73, 74, -1, - 3, 4, -1, -1, 80, 81, 9, 10, 11, -1, - -1, 14, 15, 16, 17, 18, 19, 20, 21, 22, - 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, - 33, 34, 35, 36, -1, -1, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - 53, 54, 55, 56, 226, -1, -1, -1, 61, -1, - -1, 233, -1, -1, -1, -1, -1, -1, -1, 72, - 73, 74, -1, -1, -1, -1, -1, 80, 81, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, -1, - -1, -1, -1, -1, 233, -1, -1, -1, -1, -1, - 186, -1, -1, -1, 190, -1, -1, -1, -1, 195, - 196, 197, 198, 199, -1, -1, -1, 203, -1, -1, + -1, -1, 219, 220, -1, -1, -1, 224, -1, -1, + -1, -1, 229, -1, -1, -1, -1, -1, -1, 236, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, -1, -1, -1, 104, 105, 106, 13, + 14, 109, -1, -1, -1, -1, -1, 115, 116, -1, + -1, 119, 120, -1, 122, 123, -1, -1, -1, -1, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, 141, -1, -1, 104, 105, 106, -1, + -1, 109, -1, -1, -1, -1, -1, 115, 116, -1, + -1, 119, 120, -1, 122, 123, -1, 165, 166, 167, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, 217, 218, -1, -1, -1, 222, -1, -1, -1, - -1, 227, -1, -1, -1, -1, 232, 12, 13, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, -1, - -1, -1, -1, 186, 233, -1, -1, 190, -1, -1, - -1, -1, 195, 196, 197, 198, 199, 12, 13, -1, - 203, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 217, 218, -1, -1, -1, 222, - -1, -1, -1, -1, 227, -1, -1, -1, -1, 232, - -1, 86, 87, 88, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, -1, -1, -1, 102, 103, 104, - -1, -1, 107, -1, -1, -1, -1, -1, 113, 114, - -1, -1, 117, 118, -1, 120, 121, -1, -1, -1, - -1, 86, 87, 88, 89, 90, 91, 92, 93, 94, - 95, 96, 97, 98, 139, -1, -1, 102, 103, 104, - -1, -1, 107, -1, -1, -1, -1, -1, 113, 114, - -1, -1, 117, 118, -1, 120, 121, -1, 163, 164, - 165, -1, -1, 12, 13, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 139, -1, -1, -1, 208, 209, + -1, -1, -1, 141, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, -1, -1, -1, + 104, 105, 106, 13, 14, 109, -1, 165, 166, 167, + -1, 115, 116, -1, -1, 119, 120, -1, 122, 123, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 163, 164, - 165, 12, 13, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 235, -1, -1, -1, -1, -1, -1, 86, 87, 88, - 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, - -1, -1, -1, 102, 103, 104, 12, 13, 107, -1, - -1, -1, -1, -1, 113, 114, -1, -1, 117, 118, - 235, 120, 121, -1, -1, 86, 87, 88, 89, 90, - 91, 92, 93, 94, 95, 96, 97, 98, -1, -1, - 139, 102, 103, 104, -1, -1, 107, -1, -1, -1, - -1, -1, 113, 114, -1, -1, 117, 118, -1, 120, - 121, -1, -1, -1, 163, 164, 165, -1, -1, -1, - 12, 13, -1, -1, -1, -1, -1, -1, 139, -1, - 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, - 96, 97, 98, -1, -1, -1, 102, 103, 104, -1, - -1, 107, 163, 164, 165, -1, -1, 113, 114, 12, - 13, 117, 118, -1, 120, 121, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, 234, 141, 228, -1, + -1, 13, 14, -1, -1, -1, -1, -1, 238, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 165, 166, 167, -1, -1, -1, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 234, -1, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, -1, -1, -1, 104, 105, 106, -1, -1, 109, + -1, -1, -1, -1, -1, 115, 116, -1, -1, 119, + 120, -1, 122, 123, -1, -1, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + 234, 141, 104, 105, 106, 13, 14, 109, -1, -1, + -1, -1, -1, 115, 116, -1, -1, 119, 120, -1, + 122, 123, -1, -1, -1, 165, 166, 167, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 141, + -1, -1, -1, 13, 14, -1, -1, -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, 139, 226, -1, 235, -1, -1, -1, - -1, 233, -1, -1, 86, 87, 88, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, 163, 164, 165, - 102, 103, 104, -1, -1, 107, -1, -1, -1, -1, - -1, 113, 114, -1, 235, 117, 118, -1, 120, 121, - -1, -1, -1, 86, 87, 88, 89, 90, 91, 92, - 93, 94, 95, 96, 97, 98, -1, 139, -1, 102, - 103, 104, -1, -1, 107, -1, -1, -1, -1, -1, - 113, 114, -1, -1, 117, 118, -1, 120, 121, -1, - -1, 163, 164, 165, -1, -1, 0, 1, -1, 235, - 4, -1, -1, -1, -1, -1, 139, -1, 12, 13, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 163, 164, 165, -1, -1, 233, -1, -1, 42, 43, - -1, -1, -1, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, 62, 63, - 64, 226, -1, 235, 68, 69, -1, 71, 233, -1, - -1, 75, 76, -1, 78, 79, -1, 81, -1, -1, - 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, - 94, 95, 96, 97, 98, -1, -1, 101, 102, 103, - 104, 105, 235, 107, -1, 109, 110, 111, 112, 113, - 114, 115, -1, 117, 118, 119, 120, 121, 122, -1, - 124, 125, 126, 127, 128, 129, 130, 131, 132, -1, - 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, - 144, 145, 146, 147, -1, -1, 4, 151, 152, 153, - -1, -1, -1, 157, 12, 13, -1, -1, 162, 163, - 164, 165, -1, -1, 168, -1, 170, -1, 172, 173, - 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, - 184, 185, -1, -1, 42, 43, -1, -1, 192, 193, - 194, -1, -1, -1, -1, -1, -1, 201, -1, 203, - -1, -1, -1, -1, 62, 63, 64, -1, -1, -1, - 68, 69, -1, 71, -1, -1, -1, 75, 76, -1, - 78, 79, -1, 81, -1, -1, 84, 85, 86, 87, + 222, 223, -1, 165, 166, 167, 228, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 238, -1, -1, -1, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, - 98, -1, -1, 101, 102, 103, 104, 105, -1, 107, - -1, 109, 110, 111, 112, 113, 114, 115, -1, 117, - 118, 119, 120, 121, 122, -1, 124, 125, 126, 127, - 128, 129, 130, 131, 132, -1, 134, 135, 136, 137, - 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, - 12, 13, -1, 151, 152, 153, -1, -1, -1, 157, - -1, -1, -1, -1, 162, 163, 164, 165, -1, -1, - 168, -1, 170, -1, 172, 173, 174, 175, 176, 177, - 178, 179, 180, 181, 182, 183, 184, 185, -1, -1, - -1, -1, -1, -1, 192, 193, 194, -1, -1, -1, - -1, -1, -1, 201, -1, 203, -1, -1, -1, -1, + 98, 99, 100, -1, 234, -1, 104, 105, 106, -1, + -1, 109, -1, -1, -1, -1, -1, 115, 116, -1, + -1, 119, 120, -1, 122, 123, -1, -1, 88, 89, + 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, + 100, -1, 234, 141, 104, 105, 106, 13, 14, 109, + -1, -1, -1, -1, -1, 115, 116, -1, -1, 119, + 120, -1, 122, 123, -1, -1, -1, 165, 166, 167, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, - -1, -1, -1, -1, 86, 87, 88, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, -1, -1, -1, - 102, 103, 104, -1, -1, 107, -1, -1, -1, -1, - -1, 113, 114, -1, -1, 117, 118, -1, 120, 121, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, 139, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, 163, 164, 165, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, - 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, + -1, 141, -1, -1, -1, 13, 14, -1, -1, -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, -1, -1, -1, 233, 208, 209, + 220, 221, 222, 223, -1, 165, 166, 167, 228, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 238, -1, + -1, -1, 88, 89, 90, 91, 92, 93, 94, 95, + 96, 97, 98, 99, 100, -1, 234, -1, 104, 105, + 106, -1, -1, 109, -1, -1, -1, -1, -1, 115, + 116, -1, -1, 119, 120, -1, 122, 123, -1, -1, + 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, + 98, 99, 100, -1, 234, 141, 104, 105, 106, -1, + -1, 109, -1, -1, -1, -1, -1, 115, 116, -1, + -1, 119, 120, -1, 122, 123, -1, -1, -1, 165, + 166, 167, -1, -1, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 141, -1, -1, -1, -1, -1, -1, + -1, 0, 1, -1, -1, 4, -1, -1, -1, -1, + -1, -1, -1, -1, 13, 14, -1, 165, 166, 167, + -1, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, 43, 44, -1, -1, 234, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - -1, -1, -1, 233, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, -1, -1, -1, 233, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, -1, -1, -1, 233, 208, 209, 210, 211, - 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, -1, -1, - -1, 233, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, -1, 230, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, -1, -1, 230, 208, 209, + 220, 221, 222, 223, 63, 64, 65, -1, 228, -1, + 69, 70, -1, 72, 234, -1, -1, 76, 77, -1, + 79, 80, -1, 82, -1, -1, 234, 86, 87, 88, + 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, + 99, 100, -1, -1, 103, 104, 105, 106, 107, -1, + 109, -1, 111, 112, 113, 114, 115, 116, 117, -1, + 119, 120, 121, 122, 123, 124, -1, 126, 127, 128, + 129, 130, 131, 132, 133, 134, -1, 136, 137, 138, + 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, + 149, -1, 4, -1, 153, 154, 155, -1, -1, -1, + 159, 13, 14, -1, -1, 164, 165, 166, 167, -1, + -1, 170, -1, 172, -1, 174, 175, 176, 177, 178, + 179, 180, 181, 182, 183, 184, 185, 186, 187, -1, + -1, 43, 44, -1, -1, 194, 195, 196, -1, -1, + -1, -1, -1, -1, 203, -1, 205, -1, -1, -1, + -1, 63, 64, 65, -1, -1, -1, 69, 70, -1, + 72, -1, -1, -1, 76, 77, -1, 79, 80, -1, + 82, -1, -1, -1, 86, 87, 88, 89, 90, 91, + 92, 93, 94, 95, 96, 97, 98, 99, 100, -1, + -1, 103, 104, 105, 106, 107, -1, 109, -1, 111, + 112, 113, 114, 115, 116, 117, -1, 119, 120, 121, + 122, 123, 124, -1, 126, 127, 128, 129, 130, 131, + 132, 133, 134, -1, 136, 137, 138, 139, 140, 141, + 142, 143, 144, 145, 146, 147, 148, 149, 13, 14, + -1, 153, 154, 155, -1, -1, -1, 159, -1, -1, + -1, -1, 164, 165, 166, 167, -1, -1, 170, -1, + 172, -1, 174, 175, 176, 177, 178, 179, 180, 181, + 182, 183, 184, 185, 186, 187, -1, -1, -1, -1, + -1, -1, 194, 195, 196, -1, -1, -1, -1, -1, + -1, 203, -1, 205, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, 88, 89, 90, 91, 92, 93, 94, + 95, 96, 97, 98, 99, 100, -1, -1, -1, 104, + 105, 106, -1, -1, 109, -1, -1, -1, -1, -1, + 115, 116, -1, -1, 119, 120, -1, 122, 123, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, -1, -1, 141, 228, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 238, -1, -1, + -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 165, 166, 167, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - 230, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, -1, -1, 230, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, 230, 208, 209, 210, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, -1, -1, 230, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, 230, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, -1, -1, 230, 208, 209, 210, 211, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, -1, -1, 230, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, -1, - -1, 230, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, -1, -1, 230, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, -1, -1, 230, 208, 209, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, -1, -1, - 230, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, -1, -1, 230, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, -1, -1, 230, 208, 209, 210, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + -1, -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, -1, -1, 230, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - -1, -1, 230, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, -1, -1, 230, 208, 209, 210, 211, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + -1, -1, -1, -1, -1, -1, 238, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, -1, + -1, -1, -1, -1, -1, 238, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + -1, -1, -1, -1, 238, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, -1, -1, -1, -1, -1, + -1, -1, -1, 238, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, -1, -1, -1, -1, + -1, -1, 238, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, -1, -1, -1, -1, -1, + -1, 238, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, -1, -1, -1, -1, -1, -1, + 238, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, -1, 234, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, -1, -1, + 234, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, -1, 233, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, -1, -1, -1, 233, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, -1, 233, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, -1, 232, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, 232, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, 232, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, 232, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, -1, -1, 232, 210, 211, + 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, + 222, 223, -1, -1, -1, -1, 228, -1, -1, -1, + 232, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, -1, -1, 232, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, -1, -1, 232, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, -1, -1, 232, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + -1, -1, 232, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, -1, -1, 232, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, -1, -1, 232, 210, + 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, + 221, 222, 223, -1, -1, -1, -1, 228, -1, -1, + -1, 232, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, -1, -1, 232, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226, -1, 228, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, -1, -1, -1, -1, 226, -1, 228, - 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, - 218, 219, 220, 221, -1, -1, -1, -1, 226, -1, - 228, 208, 209, 210, 211, 212, 213, 214, 215, 216, - 217, 218, 219, 220, 221, -1, -1, -1, -1, 226, - -1, 228, 208, 209, 210, 211, 212, 213, 214, 215, - 216, 217, 218, 219, 220, 221, -1, -1, -1, -1, - 226, -1, 228, 208, 209, 210, 211, 212, 213, 214, - 215, 216, 217, 218, 219, 220, 221, -1, -1, -1, - -1, 226, -1, 228, 208, 209, 210, 211, 212, 213, - 214, 215, 216, 217, 218, 219, 220, 221, -1, -1, - -1, -1, 226, -1, 228, 208, 209, 210, 211, 212, - 213, 214, 215, 216, 217, 218, 219, 220, 221, -1, - -1, -1, -1, 226, -1, 228, 208, 209, 210, 211, + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, + 216, 217, 218, 219, 220, 221, 222, 223, -1, -1, + -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, -1, + -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, + 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, + -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, + 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, + 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, - -1, -1, -1, -1, 226, -1, 228, 208, 209, 210, + 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, - 221, -1, -1, -1, -1, 226, -1, 228, 208, 209, + 221, 222, 223, -1, -1, -1, -1, 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, - 220, 221, -1, -1, -1, -1, 226 + 220, 221, 222, 223, -1, -1, -1, -1, 228, -1, + 230, 210, 211, 212, 213, 214, 215, 216, 217, 218, + 219, 220, 221, 222, 223, -1, -1, -1, -1, 228, + -1, 230, 210, 211, 212, 213, 214, 215, 216, 217, + 218, 219, 220, 221, 222, 223, -1, -1, -1, -1, + 228, -1, 230, 210, 211, 212, 213, 214, 215, 216, + 217, 218, 219, 220, 221, 222, 223, -1, -1, -1, + -1, 228, -1, 230 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { - 0, 1, 238, 239, 6, 0, 4, 12, 13, 42, - 43, 62, 63, 64, 68, 69, 71, 75, 76, 78, - 79, 81, 84, 85, 86, 87, 88, 89, 90, 91, - 92, 93, 94, 95, 96, 97, 98, 101, 102, 103, - 104, 105, 107, 109, 110, 111, 112, 113, 114, 115, - 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, - 128, 129, 130, 131, 132, 134, 135, 136, 137, 138, - 139, 140, 141, 142, 143, 144, 145, 146, 147, 151, - 152, 153, 157, 162, 163, 164, 165, 168, 170, 172, - 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, - 183, 184, 185, 192, 193, 194, 201, 203, 240, 242, - 243, 263, 282, 283, 286, 287, 288, 289, 290, 291, - 292, 293, 294, 301, 303, 304, 310, 311, 312, 313, - 317, 337, 338, 3, 4, 5, 9, 10, 11, 14, - 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, - 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, - 35, 36, 44, 45, 46, 47, 48, 49, 50, 51, - 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, - 65, 66, 67, 70, 72, 73, 74, 80, 82, 83, - 120, 179, 186, 187, 188, 189, 190, 195, 196, 197, - 198, 199, 200, 202, 217, 218, 222, 227, 229, 231, - 232, 234, 236, 261, 314, 315, 317, 332, 333, 337, - 338, 13, 92, 227, 227, 6, 234, 6, 6, 6, - 6, 227, 6, 6, 229, 229, 4, 319, 337, 338, - 227, 229, 261, 261, 227, 234, 227, 227, 4, 227, - 234, 227, 227, 4, 227, 234, 227, 227, 227, 227, - 227, 227, 227, 227, 227, 227, 106, 92, 6, 234, - 86, 89, 92, 227, 4, 37, 38, 39, 40, 41, - 86, 89, 92, 94, 113, 118, 120, 191, 218, 227, - 234, 283, 294, 301, 303, 314, 325, 327, 337, 338, - 227, 234, 92, 92, 113, 89, 92, 94, 86, 89, - 92, 94, 89, 92, 94, 89, 92, 227, 89, 168, - 184, 185, 234, 217, 218, 227, 234, 322, 323, 322, - 234, 234, 322, 4, 86, 90, 96, 97, 99, 100, - 117, 227, 92, 94, 92, 89, 4, 179, 234, 338, - 4, 6, 86, 89, 92, 89, 92, 4, 4, 4, - 5, 227, 325, 326, 4, 227, 227, 227, 4, 234, - 329, 338, 4, 227, 227, 227, 6, 6, 229, 333, - 338, 227, 4, 333, 5, 234, 5, 234, 4, 314, - 337, 229, 227, 234, 6, 227, 234, 6, 227, 229, - 236, 261, 7, 204, 205, 206, 207, 224, 225, 259, - 260, 4, 227, 229, 261, 261, 261, 261, 261, 261, - 261, 261, 261, 261, 261, 261, 261, 261, 261, 261, - 261, 261, 261, 261, 261, 261, 261, 261, 261, 227, - 227, 227, 261, 261, 261, 261, 227, 261, 261, 261, - 261, 261, 261, 227, 261, 261, 261, 261, 86, 89, - 92, 94, 7, 227, 227, 227, 261, 261, 227, 227, - 229, 314, 314, 314, 228, 314, 230, 314, 4, 168, - 169, 338, 4, 283, 284, 285, 234, 234, 6, 208, - 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, - 219, 220, 221, 226, 234, 6, 227, 229, 231, 260, - 6, 314, 4, 332, 333, 337, 338, 332, 314, 332, - 336, 265, 270, 318, 8, 333, 338, 314, 218, 314, - 327, 328, 314, 314, 227, 314, 328, 314, 314, 227, - 314, 328, 314, 314, 314, 314, 314, 314, 332, 314, - 314, 314, 325, 227, 328, 326, 326, 326, 332, 227, - 229, 261, 227, 229, 261, 261, 261, 261, 5, 171, - 234, 5, 171, 5, 171, 5, 171, 113, 86, 89, - 92, 94, 261, 234, 314, 327, 314, 235, 328, 8, - 219, 227, 229, 261, 231, 314, 328, 227, 227, 227, - 325, 326, 326, 326, 227, 227, 227, 227, 227, 325, - 227, 325, 227, 325, 234, 234, 314, 4, 325, 329, - 234, 234, 322, 322, 322, 314, 314, 217, 218, 234, - 234, 322, 217, 218, 227, 285, 322, 234, 227, 234, - 227, 227, 227, 227, 227, 227, 227, 314, 326, 326, - 326, 227, 4, 229, 229, 285, 6, 6, 234, 234, - 234, 326, 326, 229, 229, 229, 314, 6, 6, 314, - 314, 314, 231, 314, 234, 171, 314, 314, 314, 314, - 6, 6, 234, 6, 285, 6, 285, 227, 229, 234, - 227, 229, 332, 314, 285, 325, 325, 228, 314, 230, - 314, 234, 234, 333, 325, 6, 229, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 314, 314, - 314, 336, 332, 336, 332, 332, 332, 332, 332, 332, - 332, 325, 332, 332, 314, 332, 332, 332, 336, 332, - 314, 232, 335, 338, 333, 234, 234, 234, 234, 314, - 332, 332, 332, 332, 332, 338, 333, 338, 7, 207, - 259, 228, 7, 207, 259, 230, 7, 259, 260, 231, - 7, 261, 235, 86, 89, 92, 94, 113, 118, 121, - 282, 314, 328, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 314, 314, 314, 314, 314, 314, 244, 314, - 314, 4, 320, 6, 227, 229, 228, 233, 227, 229, - 231, 228, 233, 233, 228, 233, 230, 233, 264, 230, - 264, 234, 321, 8, 233, 233, 228, 219, 233, 235, - 228, 228, 314, 228, 235, 228, 228, 314, 228, 235, - 228, 228, 228, 228, 228, 228, 228, 228, 228, 228, - 7, 314, 235, 6, 6, 6, 228, 314, 314, 228, - 230, 234, 262, 234, 314, 327, 234, 327, 338, 314, - 314, 332, 314, 62, 314, 62, 62, 62, 326, 326, - 326, 326, 327, 328, 228, 235, 314, 234, 314, 327, - 314, 314, 234, 262, 320, 228, 235, 314, 314, 314, - 7, 7, 307, 307, 276, 314, 333, 277, 314, 333, - 278, 314, 333, 279, 314, 333, 314, 6, 314, 6, - 314, 6, 328, 328, 234, 228, 6, 234, 285, 285, - 233, 233, 233, 322, 322, 284, 284, 233, 314, 235, - 298, 233, 285, 314, 314, 314, 314, 314, 314, 314, - 314, 314, 228, 7, 308, 6, 7, 314, 6, 314, - 314, 235, 328, 328, 328, 6, 6, 314, 314, 314, - 228, 228, 228, 228, 168, 233, 285, 234, 8, 228, - 228, 230, 328, 235, 235, 285, 230, 228, 143, 302, - 228, 233, 235, 7, 207, 259, 228, 7, 207, 259, - 230, 314, 328, 6, 6, 314, 228, 230, 262, 262, - 262, 262, 262, 262, 262, 262, 262, 262, 262, 233, - 262, 262, 262, 262, 262, 262, 262, 233, 233, 233, - 262, 233, 262, 262, 228, 228, 233, 262, 262, 233, - 262, 233, 233, 233, 233, 262, 262, 262, 228, 262, - 316, 314, 262, 8, 334, 314, 314, 314, 314, 6, - 233, 233, 228, 233, 262, 233, 262, 228, 228, 230, - 44, 44, 325, 7, 259, 260, 44, 44, 325, 231, - 259, 260, 333, 314, 6, 4, 4, 234, 330, 262, - 234, 234, 234, 234, 227, 113, 89, 92, 94, 235, - 235, 8, 4, 158, 159, 160, 161, 235, 247, 251, - 254, 256, 257, 228, 230, 260, 314, 314, 6, 214, - 241, 328, 314, 314, 320, 6, 328, 314, 6, 332, - 6, 338, 6, 332, 338, 229, 338, 314, 333, 7, - 314, 327, 171, 7, 7, 228, 7, 171, 7, 7, - 228, 7, 171, 7, 7, 7, 7, 7, 7, 7, - 7, 7, 314, 228, 234, 6, 228, 230, 328, 328, - 228, 328, 230, 230, 233, 233, 262, 233, 234, 235, - 234, 234, 234, 262, 235, 7, 8, 328, 228, 230, - 328, 7, 234, 228, 228, 228, 314, 325, 4, 306, - 6, 228, 233, 228, 233, 228, 233, 228, 233, 228, - 228, 228, 235, 235, 328, 231, 285, 235, 235, 322, - 314, 314, 235, 235, 314, 322, 123, 123, 140, 148, - 149, 150, 154, 155, 299, 300, 322, 235, 295, 228, - 235, 228, 228, 228, 228, 228, 228, 228, 7, 314, - 6, 314, 228, 230, 230, 235, 235, 235, 230, 230, - 233, 7, 7, 7, 231, 314, 235, 314, 314, 7, - 231, 235, 235, 7, 6, 314, 235, 234, 325, 6, - 44, 44, 325, 259, 260, 44, 44, 325, 259, 260, - 235, 235, 230, 260, 231, 260, 332, 314, 314, 314, - 314, 328, 332, 314, 325, 332, 332, 332, 272, 8, - 274, 235, 235, 235, 235, 314, 332, 332, 314, 261, - 261, 6, 314, 6, 261, 261, 6, 4, 168, 169, - 314, 6, 6, 6, 7, 229, 329, 331, 6, 328, - 328, 328, 328, 314, 227, 227, 227, 227, 262, 314, - 248, 227, 227, 234, 258, 6, 260, 260, 228, 230, - 214, 332, 228, 228, 230, 228, 233, 7, 227, 229, - 235, 314, 262, 262, 322, 92, 94, 325, 325, 7, - 325, 92, 94, 325, 325, 7, 325, 94, 325, 325, - 325, 325, 325, 325, 325, 325, 325, 6, 7, 328, - 231, 235, 235, 235, 314, 314, 314, 314, 314, 314, - 314, 325, 314, 235, 235, 325, 328, 7, 7, 7, - 123, 305, 6, 259, 314, 259, 314, 259, 314, 259, - 314, 7, 7, 7, 7, 7, 235, 4, 235, 233, - 233, 233, 235, 235, 104, 4, 6, 314, 234, 6, - 227, 6, 156, 6, 156, 235, 300, 233, 299, 7, - 6, 7, 7, 7, 7, 7, 7, 7, 325, 6, - 234, 6, 6, 6, 92, 7, 6, 6, 314, 325, - 325, 325, 4, 233, 8, 8, 228, 4, 4, 233, - 234, 6, 234, 325, 235, 261, 261, 6, 314, 6, - 261, 261, 6, 314, 6, 262, 6, 4, 6, 262, - 262, 262, 262, 262, 233, 233, 262, 228, 262, 262, - 233, 233, 262, 273, 232, 233, 262, 275, 228, 228, - 262, 262, 262, 336, 336, 6, 262, 336, 336, 7, - 259, 260, 231, 7, 6, 329, 314, 233, 235, 235, - 235, 235, 235, 228, 314, 314, 314, 314, 259, 227, - 314, 314, 324, 325, 234, 231, 6, 6, 241, 6, - 314, 234, 314, 333, 228, 230, 272, 6, 6, 6, - 234, 234, 117, 281, 281, 325, 6, 234, 234, 6, - 6, 325, 171, 280, 234, 6, 6, 6, 6, 6, - 6, 6, 6, 6, 5, 235, 4, 262, 228, 230, - 233, 233, 233, 233, 233, 233, 233, 6, 262, 6, - 235, 325, 325, 325, 4, 6, 325, 325, 325, 325, - 325, 325, 325, 234, 234, 7, 6, 7, 314, 314, - 314, 234, 234, 234, 229, 6, 314, 325, 314, 6, - 6, 314, 322, 235, 5, 325, 234, 234, 234, 234, - 234, 234, 234, 325, 6, 328, 234, 314, 230, 6, - 6, 167, 314, 314, 314, 6, 6, 7, 333, 285, - 285, 233, 6, 262, 336, 336, 6, 262, 336, 336, - 6, 259, 260, 332, 314, 332, 4, 314, 4, 183, - 6, 262, 262, 6, 262, 262, 333, 314, 6, 4, - 330, 6, 230, 329, 6, 6, 6, 6, 228, 228, - 228, 228, 325, 245, 314, 233, 233, 233, 235, 246, - 314, 4, 332, 233, 325, 333, 7, 7, 230, 314, - 314, 322, 6, 6, 6, 314, 314, 6, 90, 6, - 314, 5, 234, 314, 314, 314, 314, 314, 314, 314, - 234, 6, 280, 6, 314, 6, 6, 6, 6, 6, - 4, 6, 6, 328, 328, 314, 314, 333, 235, 228, - 233, 235, 284, 284, 314, 314, 235, 233, 228, 235, - 233, 6, 6, 324, 322, 322, 322, 322, 322, 218, - 322, 6, 235, 314, 6, 6, 325, 233, 235, 8, - 235, 228, 234, 314, 333, 233, 302, 302, 325, 6, - 262, 262, 6, 262, 262, 325, 228, 262, 262, 234, - 325, 333, 234, 314, 333, 333, 6, 6, 6, 6, - 6, 6, 7, 6, 231, 6, 228, 233, 314, 314, - 325, 234, 233, 235, 6, 314, 266, 269, 234, 234, - 235, 235, 235, 235, 234, 235, 5, 324, 262, 262, - 233, 233, 233, 233, 233, 314, 6, 234, 235, 235, - 234, 6, 6, 234, 314, 235, 235, 235, 230, 6, - 325, 7, 234, 314, 235, 233, 233, 233, 233, 233, - 233, 6, 235, 166, 314, 314, 328, 6, 6, 333, - 235, 235, 235, 6, 6, 6, 6, 6, 271, 314, - 327, 336, 329, 169, 249, 314, 233, 233, 324, 314, - 6, 233, 272, 274, 325, 325, 6, 6, 6, 6, - 314, 6, 6, 235, 314, 314, 314, 314, 314, 235, - 324, 127, 128, 133, 309, 127, 128, 309, 328, 284, - 233, 235, 6, 235, 325, 285, 235, 6, 328, 322, - 322, 322, 322, 322, 314, 235, 235, 235, 228, 234, - 6, 233, 235, 7, 7, 235, 6, 234, 314, 314, - 235, 314, 235, 235, 268, 267, 235, 234, 233, 233, - 233, 233, 233, 235, 234, 322, 325, 6, 234, 322, - 6, 235, 235, 314, 6, 123, 235, 296, 234, 235, - 233, 233, 233, 233, 233, 6, 6, 6, 285, 314, - 333, 338, 246, 228, 233, 6, 234, 233, 272, 272, - 314, 314, 314, 314, 314, 314, 6, 322, 6, 322, - 6, 6, 235, 314, 299, 285, 6, 328, 328, 328, - 328, 322, 328, 302, 7, 227, 235, 252, 314, 324, - 314, 235, 235, 233, 233, 233, 233, 233, 233, 233, - 233, 6, 235, 235, 297, 235, 235, 235, 235, 233, - 235, 235, 333, 228, 6, 234, 228, 235, 235, 314, - 314, 314, 314, 314, 314, 322, 322, 299, 6, 6, - 6, 6, 328, 6, 6, 250, 332, 255, 234, 6, - 235, 262, 233, 233, 233, 233, 233, 233, 235, 235, - 233, 235, 234, 324, 6, 314, 314, 314, 314, 314, - 314, 6, 332, 6, 253, 332, 235, 235, 235, 235, - 235, 235, 235, 233, 235, 6, 6, 6, 332, 6 + 0, 1, 240, 241, 6, 0, 4, 13, 14, 43, + 44, 63, 64, 65, 69, 70, 72, 76, 77, 79, + 80, 82, 86, 87, 88, 89, 90, 91, 92, 93, + 94, 95, 96, 97, 98, 99, 100, 103, 104, 105, + 106, 107, 109, 111, 112, 113, 114, 115, 116, 117, + 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, + 130, 131, 132, 133, 134, 136, 137, 138, 139, 140, + 141, 142, 143, 144, 145, 146, 147, 148, 149, 153, + 154, 155, 159, 164, 165, 166, 167, 170, 172, 174, + 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, + 185, 186, 187, 194, 195, 196, 203, 205, 242, 244, + 245, 265, 283, 284, 287, 288, 289, 290, 291, 292, + 293, 294, 295, 302, 304, 305, 311, 312, 313, 314, + 318, 339, 340, 237, 14, 94, 229, 229, 6, 233, + 6, 6, 6, 6, 229, 6, 6, 231, 231, 320, + 340, 229, 231, 263, 263, 229, 233, 229, 229, 4, + 229, 233, 229, 229, 4, 229, 233, 229, 229, 229, + 229, 229, 229, 229, 229, 229, 229, 108, 94, 6, + 233, 88, 91, 94, 229, 3, 10, 11, 12, 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, 54, 55, 56, + 57, 62, 73, 74, 75, 81, 88, 91, 94, 96, + 115, 120, 122, 188, 192, 193, 197, 198, 199, 200, + 201, 219, 220, 224, 229, 233, 236, 284, 295, 302, + 304, 315, 316, 318, 320, 327, 329, 340, 229, 233, + 94, 94, 115, 91, 94, 96, 88, 91, 94, 96, + 91, 94, 96, 91, 94, 229, 91, 170, 186, 187, + 233, 219, 220, 229, 233, 324, 325, 324, 233, 233, + 324, 4, 88, 92, 98, 99, 101, 102, 119, 229, + 94, 96, 94, 91, 4, 181, 233, 340, 4, 6, + 88, 91, 94, 91, 94, 4, 4, 4, 5, 229, + 327, 328, 4, 229, 229, 229, 4, 233, 331, 340, + 4, 229, 229, 229, 6, 6, 231, 5, 45, 46, + 47, 48, 49, 50, 51, 52, 53, 58, 59, 60, + 61, 66, 67, 68, 71, 83, 85, 189, 190, 191, + 202, 204, 335, 340, 229, 4, 335, 5, 233, 5, + 233, 220, 315, 340, 231, 229, 233, 6, 229, 233, + 6, 237, 7, 122, 181, 206, 207, 208, 209, 226, + 227, 229, 231, 233, 235, 261, 262, 263, 315, 334, + 335, 340, 233, 6, 315, 334, 335, 340, 334, 315, + 334, 338, 267, 271, 229, 323, 9, 335, 340, 315, + 220, 315, 329, 330, 315, 315, 229, 315, 330, 315, + 315, 229, 315, 330, 315, 315, 315, 315, 315, 315, + 334, 315, 315, 315, 327, 229, 330, 328, 328, 328, + 334, 263, 263, 263, 263, 263, 263, 263, 263, 263, + 263, 263, 263, 263, 263, 263, 263, 263, 263, 263, + 263, 263, 263, 229, 231, 263, 263, 263, 263, 263, + 263, 229, 263, 263, 229, 263, 5, 173, 233, 5, + 173, 5, 173, 5, 173, 115, 88, 91, 94, 96, + 229, 263, 263, 229, 229, 315, 233, 315, 329, 315, + 315, 234, 330, 340, 8, 210, 211, 212, 213, 214, + 215, 216, 217, 218, 219, 220, 221, 222, 223, 228, + 9, 229, 231, 235, 262, 263, 315, 330, 229, 229, + 229, 327, 328, 328, 328, 229, 229, 229, 229, 229, + 327, 229, 327, 229, 327, 233, 233, 315, 4, 327, + 331, 233, 233, 324, 324, 324, 315, 315, 219, 220, + 233, 233, 324, 219, 220, 229, 286, 324, 233, 229, + 233, 229, 229, 229, 229, 229, 229, 229, 315, 328, + 328, 328, 229, 4, 231, 231, 286, 6, 6, 233, + 233, 233, 328, 328, 231, 231, 231, 315, 6, 6, + 315, 315, 315, 235, 315, 233, 173, 315, 315, 315, + 315, 263, 263, 263, 229, 229, 229, 263, 263, 263, + 263, 263, 263, 263, 263, 263, 263, 229, 229, 263, + 231, 6, 6, 233, 6, 286, 6, 286, 315, 221, + 233, 229, 231, 334, 315, 286, 327, 327, 233, 335, + 88, 91, 94, 96, 7, 315, 315, 284, 285, 286, + 340, 4, 170, 171, 327, 6, 230, 232, 233, 264, + 6, 233, 6, 9, 229, 231, 235, 340, 315, 6, + 230, 238, 9, 229, 231, 235, 230, 238, 238, 230, + 238, 232, 238, 266, 232, 266, 84, 322, 319, 340, + 238, 238, 230, 221, 234, 238, 230, 230, 315, 230, + 234, 230, 230, 315, 230, 234, 230, 230, 230, 230, + 230, 230, 230, 230, 230, 230, 7, 315, 234, 6, + 6, 6, 230, 315, 315, 315, 315, 315, 315, 315, + 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, + 315, 315, 315, 315, 315, 315, 329, 329, 340, 233, + 315, 315, 334, 315, 334, 327, 334, 334, 338, 315, + 63, 315, 63, 63, 63, 328, 328, 328, 328, 334, + 334, 329, 340, 335, 330, 230, 234, 263, 315, 315, + 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, + 233, 315, 329, 315, 315, 315, 340, 315, 315, 4, + 321, 233, 264, 230, 234, 315, 315, 315, 7, 7, + 308, 308, 277, 315, 335, 278, 315, 335, 279, 315, + 335, 280, 315, 335, 315, 6, 315, 6, 315, 6, + 330, 330, 233, 230, 6, 233, 286, 286, 238, 238, + 238, 324, 324, 285, 285, 238, 315, 88, 91, 94, + 96, 115, 120, 123, 234, 283, 299, 238, 286, 315, + 315, 315, 315, 315, 315, 315, 315, 315, 230, 7, + 309, 6, 7, 315, 6, 315, 315, 234, 330, 330, + 330, 6, 6, 315, 315, 315, 230, 230, 230, 230, + 170, 238, 286, 233, 8, 230, 230, 232, 338, 334, + 338, 334, 334, 334, 334, 334, 334, 315, 334, 334, + 334, 334, 236, 337, 340, 335, 334, 334, 334, 340, + 330, 234, 234, 315, 286, 232, 230, 145, 303, 230, + 234, 238, 315, 6, 233, 233, 233, 233, 315, 230, + 232, 234, 7, 261, 262, 235, 7, 6, 330, 7, + 209, 261, 246, 340, 315, 315, 321, 231, 234, 6, + 216, 243, 330, 340, 315, 315, 4, 321, 6, 330, + 315, 6, 334, 6, 340, 6, 334, 315, 230, 231, + 315, 335, 7, 173, 315, 329, 7, 7, 230, 7, + 173, 7, 7, 230, 7, 173, 7, 7, 7, 7, + 7, 7, 7, 7, 7, 315, 230, 233, 6, 264, + 264, 264, 264, 264, 264, 264, 264, 264, 264, 264, + 238, 264, 264, 264, 264, 264, 264, 264, 238, 238, + 238, 230, 232, 232, 330, 238, 238, 264, 238, 264, + 238, 238, 238, 230, 317, 233, 234, 233, 233, 233, + 238, 238, 264, 264, 230, 230, 234, 7, 264, 8, + 8, 330, 235, 230, 232, 262, 330, 7, 233, 230, + 230, 230, 315, 327, 4, 307, 6, 230, 238, 230, + 238, 230, 238, 230, 238, 230, 230, 230, 234, 234, + 330, 235, 286, 234, 234, 324, 315, 315, 234, 234, + 315, 324, 233, 233, 233, 233, 229, 115, 91, 94, + 96, 125, 125, 142, 150, 151, 152, 156, 157, 300, + 301, 324, 234, 296, 230, 234, 230, 230, 230, 230, + 230, 230, 230, 7, 315, 6, 315, 230, 232, 232, + 234, 234, 234, 232, 232, 238, 7, 7, 7, 235, + 315, 234, 315, 315, 7, 235, 264, 238, 264, 264, + 230, 230, 238, 264, 264, 238, 238, 264, 264, 264, + 264, 315, 264, 9, 336, 238, 230, 238, 264, 232, + 234, 234, 7, 6, 315, 234, 233, 6, 327, 234, + 315, 315, 315, 315, 6, 7, 261, 262, 235, 261, + 262, 335, 315, 6, 4, 233, 332, 340, 234, 45, + 45, 327, 4, 160, 161, 162, 163, 234, 249, 253, + 256, 258, 259, 235, 230, 232, 315, 216, 334, 230, + 235, 230, 232, 230, 238, 7, 263, 315, 264, 264, + 324, 94, 96, 327, 327, 7, 327, 94, 96, 327, + 327, 7, 327, 96, 327, 327, 327, 327, 327, 327, + 327, 327, 327, 6, 7, 330, 315, 315, 315, 315, + 234, 315, 315, 315, 327, 334, 334, 273, 315, 315, + 315, 315, 315, 315, 327, 315, 315, 234, 321, 262, + 235, 262, 234, 327, 330, 7, 7, 7, 125, 306, + 6, 261, 315, 261, 315, 261, 315, 261, 315, 7, + 7, 7, 7, 7, 234, 4, 234, 238, 238, 238, + 234, 234, 330, 330, 330, 330, 315, 229, 229, 229, + 229, 106, 4, 6, 315, 233, 6, 229, 6, 158, + 6, 158, 234, 301, 238, 300, 7, 6, 7, 7, + 7, 7, 7, 7, 7, 327, 6, 233, 6, 6, + 6, 94, 7, 6, 6, 315, 327, 327, 327, 4, + 238, 8, 8, 230, 4, 4, 330, 334, 315, 334, + 236, 275, 334, 334, 238, 233, 6, 233, 327, 234, + 234, 234, 234, 234, 315, 6, 4, 170, 171, 315, + 6, 6, 6, 7, 331, 333, 6, 231, 264, 263, + 263, 6, 250, 229, 229, 233, 260, 6, 321, 235, + 334, 232, 6, 6, 243, 321, 235, 6, 315, 233, + 315, 335, 264, 273, 6, 6, 6, 233, 233, 119, + 282, 282, 327, 6, 233, 233, 6, 6, 327, 173, + 281, 233, 6, 6, 6, 6, 6, 6, 6, 6, + 6, 5, 234, 264, 264, 264, 264, 264, 238, 238, + 238, 230, 264, 264, 238, 264, 274, 238, 238, 238, + 238, 230, 264, 6, 4, 264, 6, 234, 327, 327, + 327, 4, 6, 327, 327, 327, 327, 327, 327, 327, + 233, 233, 7, 6, 7, 315, 315, 315, 233, 233, + 234, 234, 234, 234, 230, 315, 315, 315, 315, 233, + 231, 6, 315, 327, 315, 6, 6, 315, 324, 234, + 5, 327, 233, 233, 233, 233, 233, 233, 233, 327, + 6, 330, 233, 315, 232, 6, 6, 169, 315, 315, + 315, 6, 6, 7, 264, 238, 238, 264, 238, 315, + 238, 264, 276, 230, 264, 335, 286, 286, 238, 6, + 6, 7, 261, 262, 235, 7, 6, 331, 234, 238, + 315, 261, 264, 338, 338, 229, 315, 315, 326, 327, + 233, 4, 6, 6, 334, 4, 238, 327, 335, 7, + 232, 315, 315, 324, 6, 6, 6, 315, 315, 6, + 92, 6, 315, 5, 233, 315, 315, 315, 4, 315, + 315, 315, 315, 262, 233, 6, 281, 6, 315, 6, + 6, 6, 6, 6, 4, 6, 6, 330, 330, 315, + 315, 335, 234, 230, 234, 238, 285, 285, 6, 6, + 6, 6, 230, 230, 230, 230, 315, 315, 234, 238, + 230, 234, 238, 6, 6, 326, 324, 324, 324, 324, + 324, 220, 324, 6, 234, 315, 6, 6, 327, 234, + 238, 8, 234, 230, 233, 315, 335, 334, 315, 334, + 4, 185, 238, 303, 303, 327, 335, 315, 6, 4, + 332, 6, 331, 232, 327, 6, 264, 264, 247, 315, + 238, 238, 234, 238, 248, 315, 6, 315, 268, 270, + 233, 234, 234, 234, 234, 233, 234, 5, 326, 264, + 264, 238, 233, 327, 335, 238, 238, 238, 238, 315, + 6, 233, 234, 234, 233, 6, 6, 233, 315, 234, + 234, 234, 232, 6, 327, 7, 233, 315, 234, 238, + 238, 238, 238, 238, 238, 6, 234, 168, 315, 315, + 330, 6, 6, 230, 264, 264, 233, 315, 335, 335, + 335, 234, 234, 234, 6, 6, 7, 6, 235, 6, + 6, 6, 230, 238, 315, 315, 233, 327, 234, 238, + 238, 273, 275, 327, 6, 6, 6, 6, 315, 6, + 6, 234, 315, 272, 315, 329, 315, 315, 315, 315, + 234, 326, 129, 130, 135, 310, 129, 130, 310, 330, + 285, 234, 238, 6, 234, 327, 286, 234, 6, 330, + 324, 324, 324, 324, 324, 315, 234, 234, 234, 338, + 230, 233, 6, 331, 171, 251, 315, 238, 238, 326, + 6, 315, 315, 234, 234, 269, 234, 233, 238, 234, + 238, 7, 7, 238, 238, 238, 238, 234, 233, 324, + 327, 6, 233, 324, 6, 234, 234, 315, 6, 125, + 234, 297, 233, 234, 238, 238, 238, 238, 238, 6, + 6, 234, 6, 286, 6, 233, 315, 315, 234, 238, + 273, 315, 315, 315, 335, 340, 315, 315, 315, 315, + 6, 324, 6, 324, 6, 6, 234, 315, 300, 286, + 6, 330, 330, 330, 330, 324, 330, 303, 248, 230, + 238, 6, 233, 315, 234, 238, 238, 7, 229, 238, + 238, 238, 238, 238, 238, 6, 234, 234, 298, 234, + 234, 234, 234, 238, 234, 234, 234, 254, 315, 326, + 234, 315, 315, 335, 230, 315, 315, 315, 315, 324, + 324, 300, 6, 6, 6, 6, 330, 6, 6, 6, + 233, 230, 234, 6, 234, 264, 238, 238, 238, 238, + 238, 238, 234, 234, 252, 334, 257, 233, 6, 315, + 315, 315, 315, 315, 315, 6, 234, 238, 233, 326, + 234, 234, 234, 234, 234, 234, 6, 334, 255, 334, + 234, 6, 6, 234, 238, 6, 6, 334 }; #define yyerrok (yyerrstatus = 0) @@ -6137,27 +5827,27 @@ yyreduce: switch (yyn) { case 3: -#line 230 "Gmsh.y" +#line 238 "Gmsh.y" { yyerrok; return 1; ;} break; case 6: -#line 241 "Gmsh.y" +#line 249 "Gmsh.y" { return 1; ;} break; case 7: -#line 242 "Gmsh.y" +#line 250 "Gmsh.y" { return 1; ;} break; case 8: -#line 243 "Gmsh.y" +#line 251 "Gmsh.y" { return 1; ;} break; case 9: -#line 245 "Gmsh.y" +#line 253 "Gmsh.y" { factory = (yyvsp[(3) - (5)].c); if(factory == "OpenCASCADE"){ @@ -6177,101 +5867,101 @@ yyreduce: break; case 10: -#line 261 "Gmsh.y" +#line 269 "Gmsh.y" { return 1; ;} break; case 11: -#line 262 "Gmsh.y" +#line 270 "Gmsh.y" { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;} break; case 12: -#line 263 "Gmsh.y" +#line 271 "Gmsh.y" { return 1; ;} break; case 13: -#line 264 "Gmsh.y" +#line 272 "Gmsh.y" { return 1; ;} break; case 14: -#line 265 "Gmsh.y" +#line 273 "Gmsh.y" { return 1; ;} break; case 15: -#line 266 "Gmsh.y" +#line 274 "Gmsh.y" { return 1; ;} break; case 16: -#line 267 "Gmsh.y" +#line 275 "Gmsh.y" { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;} break; case 17: -#line 268 "Gmsh.y" +#line 276 "Gmsh.y" { List_Delete((yyvsp[(1) - (1)].l)); return 1; ;} break; case 18: -#line 269 "Gmsh.y" +#line 277 "Gmsh.y" { return 1; ;} break; case 19: -#line 270 "Gmsh.y" +#line 278 "Gmsh.y" { return 1; ;} break; case 20: -#line 271 "Gmsh.y" +#line 279 "Gmsh.y" { return 1; ;} break; case 21: -#line 272 "Gmsh.y" +#line 280 "Gmsh.y" { return 1; ;} break; case 22: -#line 273 "Gmsh.y" +#line 281 "Gmsh.y" { return 1; ;} break; case 23: -#line 274 "Gmsh.y" +#line 282 "Gmsh.y" { return 1; ;} break; case 24: -#line 275 "Gmsh.y" +#line 283 "Gmsh.y" { return 1; ;} break; case 25: -#line 276 "Gmsh.y" +#line 284 "Gmsh.y" { return 1; ;} break; case 26: -#line 281 "Gmsh.y" +#line 289 "Gmsh.y" { (yyval.c) = (char*)"w"; ;} break; case 27: -#line 285 "Gmsh.y" +#line 293 "Gmsh.y" { (yyval.c) = (char*)"a"; ;} break; case 28: -#line 292 "Gmsh.y" +#line 300 "Gmsh.y" { Msg::Direct((yyvsp[(3) - (5)].c)); Free((yyvsp[(3) - (5)].c)); @@ -6279,7 +5969,7 @@ yyreduce: break; case 29: -#line 297 "Gmsh.y" +#line 305 "Gmsh.y" { Msg::Error((yyvsp[(3) - (5)].c)); Free((yyvsp[(3) - (5)].c)); @@ -6287,7 +5977,7 @@ yyreduce: break; case 30: -#line 302 "Gmsh.y" +#line 310 "Gmsh.y" { std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(6) - (7)].c)); FILE *fp = Fopen(tmp.c_str(), (yyvsp[(5) - (7)].c)); @@ -6304,7 +5994,7 @@ yyreduce: break; case 31: -#line 316 "Gmsh.y" +#line 324 "Gmsh.y" { char tmpstring[5000]; int i = printListOfDouble((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].l), tmpstring); @@ -6320,7 +6010,7 @@ yyreduce: break; case 32: -#line 329 "Gmsh.y" +#line 337 "Gmsh.y" { char tmpstring[5000]; int i = printListOfDouble((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].l), tmpstring); @@ -6336,7 +6026,7 @@ yyreduce: break; case 33: -#line 342 "Gmsh.y" +#line 350 "Gmsh.y" { char tmpstring[5000]; int i = printListOfDouble((yyvsp[(3) - (9)].c), (yyvsp[(5) - (9)].l), tmpstring); @@ -6362,7 +6052,7 @@ yyreduce: break; case 34: -#line 370 "Gmsh.y" +#line 378 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(1) - (6)].c), "View") && ViewData->finalize()){ @@ -6379,7 +6069,7 @@ yyreduce: break; case 35: -#line 384 "Gmsh.y" +#line 392 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (6)].c), "View")){ @@ -6395,7 +6085,7 @@ yyreduce: break; case 36: -#line 397 "Gmsh.y" +#line 405 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (6)].c), "View")){ @@ -6411,7 +6101,7 @@ yyreduce: break; case 37: -#line 410 "Gmsh.y" +#line 418 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (8)].c), "View")){ @@ -6429,7 +6119,7 @@ yyreduce: break; case 38: -#line 428 "Gmsh.y" +#line 436 "Gmsh.y" { #if defined(HAVE_POST) ViewData = new PViewDataList(); @@ -6438,27 +6128,27 @@ yyreduce: break; case 44: -#line 442 "Gmsh.y" +#line 450 "Gmsh.y" { ViewCoord.push_back((yyvsp[(1) - (1)].d)); ;} break; case 45: -#line 444 "Gmsh.y" +#line 452 "Gmsh.y" { ViewCoord.push_back((yyvsp[(3) - (3)].d)); ;} break; case 46: -#line 449 "Gmsh.y" +#line 457 "Gmsh.y" { if(ViewValueList) ViewValueList->push_back((yyvsp[(1) - (1)].d)); ;} break; case 47: -#line 451 "Gmsh.y" +#line 459 "Gmsh.y" { if(ViewValueList) ViewValueList->push_back((yyvsp[(3) - (3)].d)); ;} break; case 48: -#line 456 "Gmsh.y" +#line 464 "Gmsh.y" { #if defined(HAVE_POST) if(!strncmp((yyvsp[(1) - (1)].c), "SP", 2)){ @@ -6565,7 +6255,7 @@ yyreduce: break; case 49: -#line 560 "Gmsh.y" +#line 568 "Gmsh.y" { #if defined(HAVE_POST) if(ViewValueList){ @@ -6578,7 +6268,7 @@ yyreduce: break; case 50: -#line 570 "Gmsh.y" +#line 578 "Gmsh.y" { #if defined(HAVE_POST) if(ViewValueList) (*ViewNumList)++; @@ -6587,7 +6277,7 @@ yyreduce: break; case 51: -#line 579 "Gmsh.y" +#line 587 "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]); @@ -6597,7 +6287,7 @@ yyreduce: break; case 52: -#line 586 "Gmsh.y" +#line 594 "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]); @@ -6607,7 +6297,7 @@ yyreduce: break; case 53: -#line 596 "Gmsh.y" +#line 604 "Gmsh.y" { #if defined(HAVE_POST) ViewData->T2D.push_back((yyvsp[(3) - (8)].d)); @@ -6619,7 +6309,7 @@ yyreduce: break; case 54: -#line 605 "Gmsh.y" +#line 613 "Gmsh.y" { #if defined(HAVE_POST) ViewData->NbT2++; @@ -6628,7 +6318,7 @@ yyreduce: break; case 55: -#line 614 "Gmsh.y" +#line 622 "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]); @@ -6638,7 +6328,7 @@ yyreduce: break; case 56: -#line 621 "Gmsh.y" +#line 629 "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]); @@ -6648,7 +6338,7 @@ yyreduce: break; case 57: -#line 631 "Gmsh.y" +#line 639 "Gmsh.y" { #if defined(HAVE_POST) ViewData->T3D.push_back((yyvsp[(3) - (10)].d)); ViewData->T3D.push_back((yyvsp[(5) - (10)].d)); @@ -6659,7 +6349,7 @@ yyreduce: break; case 58: -#line 639 "Gmsh.y" +#line 647 "Gmsh.y" { #if defined(HAVE_POST) ViewData->NbT3++; @@ -6668,7 +6358,7 @@ yyreduce: break; case 59: -#line 649 "Gmsh.y" +#line 657 "Gmsh.y" { #if defined(HAVE_POST) int type = @@ -6687,7 +6377,7 @@ yyreduce: break; case 60: -#line 668 "Gmsh.y" +#line 676 "Gmsh.y" { #if defined(HAVE_POST) int type = @@ -6706,7 +6396,7 @@ yyreduce: break; case 61: -#line 687 "Gmsh.y" +#line 695 "Gmsh.y" { #if defined(HAVE_POST) ViewValueList = &ViewData->Time; @@ -6715,68 +6405,68 @@ yyreduce: break; case 62: -#line 693 "Gmsh.y" +#line 701 "Gmsh.y" { ;} break; case 63: -#line 700 "Gmsh.y" +#line 708 "Gmsh.y" { (yyval.i) = 0; ;} break; case 64: -#line 701 "Gmsh.y" +#line 709 "Gmsh.y" { (yyval.i) = 1; ;} break; case 65: -#line 702 "Gmsh.y" +#line 710 "Gmsh.y" { (yyval.i) = 2; ;} break; case 66: -#line 703 "Gmsh.y" +#line 711 "Gmsh.y" { (yyval.i) = 3; ;} break; case 67: -#line 704 "Gmsh.y" +#line 712 "Gmsh.y" { (yyval.i) = 4; ;} break; case 68: -#line 708 "Gmsh.y" +#line 716 "Gmsh.y" { (yyval.i) = 1; ;} break; case 69: -#line 709 "Gmsh.y" +#line 717 "Gmsh.y" { (yyval.i) = -1; ;} break; case 70: -#line 715 "Gmsh.y" +#line 723 "Gmsh.y" { (yyval.c) = (char*)"("; ;} break; case 71: -#line 715 "Gmsh.y" +#line 723 "Gmsh.y" { (yyval.c) = (char*)"["; ;} break; case 72: -#line 716 "Gmsh.y" +#line 724 "Gmsh.y" { (yyval.c) = (char*)")"; ;} break; case 73: -#line 716 "Gmsh.y" +#line 724 "Gmsh.y" { (yyval.c) = (char*)"]"; ;} break; case 77: -#line 726 "Gmsh.y" +#line 734 "Gmsh.y" { Msg::SetOnelabNumber((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].d)); Free((yyvsp[(3) - (7)].c)); @@ -6784,7 +6474,7 @@ yyreduce: break; case 78: -#line 731 "Gmsh.y" +#line 739 "Gmsh.y" { Msg::SetOnelabString((yyvsp[(3) - (7)].c), (yyvsp[(5) - (7)].c)); Free((yyvsp[(3) - (7)].c)); @@ -6793,7 +6483,7 @@ yyreduce: break; case 79: -#line 737 "Gmsh.y" +#line 745 "Gmsh.y" { if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c)) && (yyvsp[(2) - (4)].i) && List_Nbr((yyvsp[(3) - (4)].l)) == 1){ yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (4)].c)); @@ -6858,7 +6548,7 @@ yyreduce: break; case 80: -#line 799 "Gmsh.y" +#line 807 "Gmsh.y" { if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c))) yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (3)].c)); @@ -6876,7 +6566,7 @@ yyreduce: break; case 81: -#line 816 "Gmsh.y" +#line 823 "Gmsh.y" { gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); s.list = true; @@ -6908,39 +6598,17 @@ yyreduce: break; case 82: -#line 845 "Gmsh.y" +#line 853 "Gmsh.y" { - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); - s.list = true; - double d; - switch((yyvsp[(4) - (6)].i)){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); - } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; - } - Free((yyvsp[(1) - (6)].c)); - List_Delete((yyvsp[(5) - (6)].l)); + assignVariables((yyvsp[(1) - (9)].c), (yyvsp[(4) - (9)].l), (yyvsp[(7) - (9)].i), (yyvsp[(8) - (9)].l)); + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(4) - (9)].l)); + List_Delete((yyvsp[(8) - (9)].l)); ;} break; case 83: -#line 874 "Gmsh.y" +#line 863 "Gmsh.y" { assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); Free((yyvsp[(1) - (7)].c)); @@ -6948,23 +6616,23 @@ yyreduce: break; case 84: -#line 879 "Gmsh.y" +#line 868 "Gmsh.y" { - assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); - Free((yyvsp[(1) - (7)].c)); + incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); + Free((yyvsp[(1) - (6)].c)); ;} break; case 85: -#line 884 "Gmsh.y" +#line 876 "Gmsh.y" { - incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); - Free((yyvsp[(1) - (6)].c)); + assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); + Free((yyvsp[(1) - (7)].c)); ;} break; case 86: -#line 889 "Gmsh.y" +#line 881 "Gmsh.y" { incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); Free((yyvsp[(1) - (6)].c)); @@ -6972,415 +6640,179 @@ yyreduce: break; case 87: -#line 894 "Gmsh.y" +#line 889 "Gmsh.y" { - assignVariables((yyvsp[(1) - (9)].c), (yyvsp[(4) - (9)].l), (yyvsp[(7) - (9)].i), (yyvsp[(8) - (9)].l)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(4) - (9)].l)); - List_Delete((yyvsp[(8) - (9)].l)); + gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)] = std::vector<std::string>(1, (yyvsp[(3) - (4)].c)); + Free((yyvsp[(1) - (4)].c)); + Free((yyvsp[(3) - (4)].c)); ;} break; case 88: -#line 901 "Gmsh.y" +#line 898 "Gmsh.y" { - assignVariables((yyvsp[(1) - (9)].c), (yyvsp[(4) - (9)].l), (yyvsp[(7) - (9)].i), (yyvsp[(8) - (9)].l)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(4) - (9)].l)); - List_Delete((yyvsp[(8) - (9)].l)); + gmsh_yystringsymbols[(yyvsp[(1) - (8)].c)] = std::vector<std::string>(); + Free((yyvsp[(1) - (8)].c)); ;} break; case 89: -#line 911 "Gmsh.y" +#line 903 "Gmsh.y" { - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); - s.list = true; - double d; - switch((yyvsp[(4) - (6)].i)){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); - } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; + std::vector<std::string> s; + for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ + char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); + s.push_back(*c); + Free(*c); } - Free((yyvsp[(1) - (6)].c)); - List_Delete((yyvsp[(5) - (6)].l)); + gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)] = s; + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(7) - (9)].l)); ;} break; case 90: -#line 940 "Gmsh.y" +#line 915 "Gmsh.y" { - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); - s.list = true; - double d; - switch((yyvsp[(4) - (6)].i)){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr((yyvsp[(5) - (6)].l)); i++){ - List_Read((yyvsp[(5) - (6)].l), i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); + if(gmsh_yystringsymbols.count((yyvsp[(1) - (9)].c))){ + for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ + char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); + gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)].push_back(*c); + Free(*c); } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; } - Free((yyvsp[(1) - (6)].c)); - List_Delete((yyvsp[(5) - (6)].l)); + else + yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (9)].c)); + Free((yyvsp[(1) - (9)].c)); + List_Delete((yyvsp[(7) - (9)].l)); ;} break; case 91: -#line 969 "Gmsh.y" +#line 932 "Gmsh.y" { - assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); - Free((yyvsp[(1) - (7)].c)); + 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 92: -#line 974 "Gmsh.y" +#line 939 "Gmsh.y" { - assignVariable((yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(5) - (7)].i), (yyvsp[(6) - (7)].d)); - Free((yyvsp[(1) - (7)].c)); + 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 93: -#line 979 "Gmsh.y" +#line 948 "Gmsh.y" { - incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); - Free((yyvsp[(1) - (6)].c)); + 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 94: -#line 984 "Gmsh.y" +#line 967 "Gmsh.y" { - incrementVariable((yyvsp[(1) - (6)].c), (yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].i)); - Free((yyvsp[(1) - (6)].c)); + 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 95: -#line 992 "Gmsh.y" +#line 986 "Gmsh.y" { - gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)] = std::vector<std::string>(1, (yyvsp[(3) - (4)].c)); - Free((yyvsp[(1) - (4)].c)); - Free((yyvsp[(3) - (4)].c)); + 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 96: -#line 1001 "Gmsh.y" +#line 996 "Gmsh.y" { - gmsh_yystringsymbols[(yyvsp[(1) - (8)].c)] = std::vector<std::string>(); - Free((yyvsp[(1) - (8)].c)); + 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 97: -#line 1007 "Gmsh.y" +#line 1008 "Gmsh.y" { - gmsh_yystringsymbols[(yyvsp[(1) - (8)].c)] = std::vector<std::string>(); - Free((yyvsp[(1) - (8)].c)); + 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 98: -#line 1013 "Gmsh.y" +#line 1014 "Gmsh.y" { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)] = s; - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); + 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 99: -#line 1026 "Gmsh.y" +#line 1022 "Gmsh.y" { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - s.push_back(*c); - Free(*c); + 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]; + } } - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)] = s; - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); + Free((yyvsp[(1) - (6)].c)); + List_Delete((yyvsp[(5) - (6)].l)); ;} break; case 100: -#line 1039 "Gmsh.y" - { - if(gmsh_yystringsymbols.count((yyvsp[(1) - (9)].c))){ - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (9)].c)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 101: -#line 1054 "Gmsh.y" - { - if(gmsh_yystringsymbols.count((yyvsp[(1) - (9)].c))){ - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (9)].c)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 102: -#line 1071 "Gmsh.y" - { - gmsh_yystringsymbols[(yyvsp[(1) - (8)].c)] = std::vector<std::string>(); - Free((yyvsp[(1) - (8)].c)); - ;} - break; - - case 103: -#line 1077 "Gmsh.y" - { - gmsh_yystringsymbols[(yyvsp[(1) - (8)].c)] = std::vector<std::string>(); - Free((yyvsp[(1) - (8)].c)); - ;} - break; - - case 104: -#line 1083 "Gmsh.y" - { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)] = s; - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 105: -#line 1096 "Gmsh.y" - { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)] = s; - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 106: -#line 1109 "Gmsh.y" - { - if(gmsh_yystringsymbols.count((yyvsp[(1) - (9)].c))){ - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (9)].c)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 107: -#line 1124 "Gmsh.y" - { - if(gmsh_yystringsymbols.count((yyvsp[(1) - (9)].c))){ - for(int i = 0; i < List_Nbr((yyvsp[(7) - (9)].l)); i++){ - char **c = (char**)List_Pointer((yyvsp[(7) - (9)].l), i); - gmsh_yystringsymbols[(yyvsp[(1) - (9)].c)].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (9)].c)); - Free((yyvsp[(1) - (9)].c)); - List_Delete((yyvsp[(7) - (9)].l)); - ;} - break; - - case 108: -#line 1141 "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 109: -#line 1148 "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 110: -#line 1157 "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 111: -#line 1176 "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 112: -#line 1195 "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 113: -#line 1205 "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 114: -#line 1217 "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 115: -#line 1223 "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 116: -#line 1231 "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 117: -#line 1252 "Gmsh.y" +#line 1043 "Gmsh.y" { GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (9)].d)); if(!ct) @@ -7402,8 +6834,8 @@ yyreduce: ;} break; - case 118: -#line 1275 "Gmsh.y" + case 101: +#line 1066 "Gmsh.y" { #if defined(HAVE_MESH) if(!strcmp((yyvsp[(1) - (5)].c),"Background")) @@ -7416,8 +6848,8 @@ yyreduce: ;} break; - case 119: -#line 1286 "Gmsh.y" + case 102: +#line 1077 "Gmsh.y" { #if defined(HAVE_MESH) if(!GModel::current()->getFields()->newField((int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c))) @@ -7427,8 +6859,8 @@ yyreduce: ;} break; - case 120: -#line 1294 "Gmsh.y" + case 103: +#line 1085 "Gmsh.y" { #if defined(HAVE_MESH) Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d)); @@ -7452,8 +6884,8 @@ yyreduce: ;} break; - case 121: -#line 1316 "Gmsh.y" + case 104: +#line 1107 "Gmsh.y" { #if defined(HAVE_MESH) Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (9)].d)); @@ -7478,8 +6910,8 @@ yyreduce: ;} break; - case 122: -#line 1339 "Gmsh.y" + case 105: +#line 1130 "Gmsh.y" { #if defined(HAVE_MESH) Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (11)].d)); @@ -7519,8 +6951,8 @@ yyreduce: ;} break; - case 123: -#line 1377 "Gmsh.y" + case 106: +#line 1168 "Gmsh.y" { #if defined(HAVE_MESH) Field *field = GModel::current()->getFields()->get((int)(yyvsp[(3) - (7)].d)); @@ -7540,8 +6972,8 @@ yyreduce: ;} break; - case 124: -#line 1398 "Gmsh.y" + case 107: +#line 1189 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { @@ -7555,8 +6987,8 @@ yyreduce: ;} break; - case 125: -#line 1410 "Gmsh.y" + case 108: +#line 1201 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { @@ -7570,8 +7002,8 @@ yyreduce: ;} break; - case 129: -#line 1428 "Gmsh.y" + case 112: +#line 1219 "Gmsh.y" { std::string key((yyvsp[(3) - (3)].c)); std::vector<double> val(1, 0.); @@ -7582,8 +7014,8 @@ yyreduce: ;} break; - case 130: -#line 1437 "Gmsh.y" + case 113: +#line 1228 "Gmsh.y" { std::string key((yyvsp[(3) - (5)].c)); std::vector<double> val(1, (yyvsp[(5) - (5)].d)); @@ -7594,13 +7026,13 @@ yyreduce: ;} break; - case 131: -#line 1446 "Gmsh.y" + case 114: +#line 1237 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 132: -#line 1448 "Gmsh.y" + case 115: +#line 1239 "Gmsh.y" { if(List_Nbr((yyvsp[(6) - (9)].l)) != 1) yymsg(1, "List notation should be used to define list '%s[]'", (yyvsp[(3) - (9)].c)); @@ -7620,37 +7052,13 @@ yyreduce: ;} break; - case 133: -#line 1466 "Gmsh.y" - { floatOptions.clear(); charOptions.clear(); ;} - break; - - case 134: -#line 1468 "Gmsh.y" - { - std::string key((yyvsp[(3) - (11)].c)); - std::vector<double> val; - for(int i = 0; i < List_Nbr((yyvsp[(8) - (11)].l)); i++){ - double d; - List_Read((yyvsp[(8) - (11)].l), i, &d); - val.push_back(d); - } - if(!gmsh_yysymbols.count(key)){ - Msg::ExchangeOnelabParameter(key, val, floatOptions, charOptions); - gmsh_yysymbols[key].value = val; - } - Free((yyvsp[(3) - (11)].c)); - Free((yyvsp[(8) - (11)].l)); - ;} - break; - - case 135: -#line 1484 "Gmsh.y" + case 116: +#line 1257 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 136: -#line 1486 "Gmsh.y" + case 117: +#line 1259 "Gmsh.y" { std::string key((yyvsp[(3) - (11)].c)); std::vector<double> val; @@ -7668,8 +7076,8 @@ yyreduce: ;} break; - case 137: -#line 1502 "Gmsh.y" + case 118: +#line 1275 "Gmsh.y" { std::string key((yyvsp[(3) - (5)].c)), val((yyvsp[(5) - (5)].c)); if(!gmsh_yystringsymbols.count(key)){ @@ -7680,13 +7088,13 @@ yyreduce: ;} break; - case 138: -#line 1511 "Gmsh.y" + case 119: +#line 1284 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 139: -#line 1513 "Gmsh.y" + case 120: +#line 1286 "Gmsh.y" { std::string key((yyvsp[(3) - (9)].c)), val((yyvsp[(6) - (9)].c)); if(!gmsh_yysymbols.count(key)){ @@ -7698,8 +7106,8 @@ yyreduce: ;} break; - case 141: -#line 1527 "Gmsh.y" + case 122: +#line 1300 "Gmsh.y" { std::string name((yyvsp[(3) - (3)].c)); Msg::UndefineOnelabParameter(name); @@ -7707,8 +7115,8 @@ yyreduce: ;} break; - case 142: -#line 1535 "Gmsh.y" + case 123: +#line 1308 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(doubleXstring)); doubleXstring v = {(yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].c)}; @@ -7716,16 +7124,16 @@ yyreduce: ;} break; - case 143: -#line 1541 "Gmsh.y" + case 124: +#line 1314 "Gmsh.y" { doubleXstring v = {(yyvsp[(3) - (5)].d), (yyvsp[(5) - (5)].c)}; List_Add((yyval.l), &v); ;} break; - case 144: -#line 1546 "Gmsh.y" + case 125: +#line 1319 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(doubleXstring)); int n = List_Nbr((yyvsp[(1) - (5)].l)); @@ -7751,8 +7159,8 @@ yyreduce: ;} break; - case 147: -#line 1577 "Gmsh.y" + case 128: +#line 1350 "Gmsh.y" { std::string key((yyvsp[(2) - (3)].c)); for(int i = 0; i < List_Nbr((yyvsp[(3) - (3)].l)); i++){ @@ -7765,8 +7173,8 @@ yyreduce: ;} break; - case 148: -#line 1588 "Gmsh.y" + case 129: +#line 1361 "Gmsh.y" { std::string key((yyvsp[(2) - (5)].c)); for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ @@ -7782,8 +7190,8 @@ yyreduce: ;} break; - case 149: -#line 1603 "Gmsh.y" + case 130: +#line 1376 "Gmsh.y" { std::string key((yyvsp[(2) - (3)].c)); std::string val((yyvsp[(3) - (3)].c)); @@ -7793,8 +7201,8 @@ yyreduce: ;} break; - case 152: -#line 1619 "Gmsh.y" + case 133: +#line 1392 "Gmsh.y" { std::string key((yyvsp[(2) - (3)].c)); double val = (yyvsp[(3) - (3)].d); @@ -7803,8 +7211,8 @@ yyreduce: ;} break; - case 153: -#line 1627 "Gmsh.y" + case 134: +#line 1400 "Gmsh.y" { std::string key((yyvsp[(2) - (3)].c)); std::string val((yyvsp[(3) - (3)].c)); @@ -7814,8 +7222,8 @@ yyreduce: ;} break; - case 154: -#line 1636 "Gmsh.y" + case 135: +#line 1409 "Gmsh.y" { std::string key("Macro"); std::string val((yyvsp[(3) - (3)].c)); @@ -7824,8 +7232,8 @@ yyreduce: ;} break; - case 155: -#line 1644 "Gmsh.y" + case 136: +#line 1417 "Gmsh.y" { std::string key((yyvsp[(2) - (5)].c)); for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ @@ -7840,15 +7248,15 @@ yyreduce: ;} break; - case 156: -#line 1662 "Gmsh.y" + case 137: +#line 1435 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(1) - (1)].d); ;} break; - case 157: -#line 1666 "Gmsh.y" + case 138: +#line 1439 "Gmsh.y" { int t = GModel::current()->getGEOInternals()->getMaxPhysicalTag(); GModel::current()->getGEOInternals()->setMaxPhysicalTag(t + 1); @@ -7857,23 +7265,23 @@ yyreduce: ;} break; - case 158: -#line 1673 "Gmsh.y" + case 139: +#line 1446 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 0, (yyvsp[(3) - (3)].d)); Free((yyvsp[(1) - (3)].c)); ;} break; - case 159: -#line 1681 "Gmsh.y" + case 140: +#line 1454 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(1) - (1)].d); ;} break; - case 160: -#line 1685 "Gmsh.y" + case 141: +#line 1458 "Gmsh.y" { int t = GModel::current()->getGEOInternals()->getMaxPhysicalTag(); GModel::current()->getGEOInternals()->setMaxPhysicalTag(t + 1); @@ -7882,23 +7290,23 @@ yyreduce: ;} break; - case 161: -#line 1692 "Gmsh.y" + case 142: +#line 1465 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 1, (yyvsp[(3) - (3)].d)); Free((yyvsp[(1) - (3)].c)); ;} break; - case 162: -#line 1700 "Gmsh.y" + case 143: +#line 1473 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(1) - (1)].d); ;} break; - case 163: -#line 1704 "Gmsh.y" + case 144: +#line 1477 "Gmsh.y" { int t = GModel::current()->getGEOInternals()->getMaxPhysicalTag(); GModel::current()->getGEOInternals()->setMaxPhysicalTag(t + 1); @@ -7907,23 +7315,23 @@ yyreduce: ;} break; - case 164: -#line 1711 "Gmsh.y" + case 145: +#line 1484 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 2, (yyvsp[(3) - (3)].d)); Free((yyvsp[(1) - (3)].c)); ;} break; - case 165: -#line 1719 "Gmsh.y" + case 146: +#line 1492 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(1) - (1)].d); ;} break; - case 166: -#line 1723 "Gmsh.y" + case 147: +#line 1496 "Gmsh.y" { int t = GModel::current()->getGEOInternals()->getMaxPhysicalTag(); GModel::current()->getGEOInternals()->setMaxPhysicalTag(t + 1); @@ -7932,44 +7340,44 @@ yyreduce: ;} break; - case 167: -#line 1730 "Gmsh.y" + case 148: +#line 1503 "Gmsh.y" { (yyval.i) = GModel::current()->setPhysicalName(std::string((yyvsp[(1) - (3)].c)), 3, (yyvsp[(3) - (3)].d)); Free((yyvsp[(1) - (3)].c)); ;} break; - case 168: -#line 1738 "Gmsh.y" + case 149: +#line 1511 "Gmsh.y" { (yyval.i) = -1; ;} break; - case 169: -#line 1742 "Gmsh.y" + case 150: +#line 1515 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(4) - (5)].d); ;} break; - case 170: -#line 1748 "Gmsh.y" + case 151: +#line 1521 "Gmsh.y" { for(int i = 0; i < 4; i++) (yyval.v)[i] = 0.; ;} break; - case 171: -#line 1752 "Gmsh.y" + case 152: +#line 1525 "Gmsh.y" { for(int i = 0; i < 4; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i]; ;} break; - case 172: -#line 1759 "Gmsh.y" + case 153: +#line 1532 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); double x = CTX::instance()->geom.scalingFactor * (yyvsp[(6) - (7)].v)[0]; @@ -7992,8 +7400,8 @@ yyreduce: ;} break; - case 173: -#line 1780 "Gmsh.y" + case 154: +#line 1553 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8009,8 +7417,8 @@ yyreduce: ;} break; - case 174: -#line 1794 "Gmsh.y" + case 155: +#line 1567 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8026,8 +7434,8 @@ yyreduce: ;} break; - case 175: -#line 1808 "Gmsh.y" + case 156: +#line 1581 "Gmsh.y" { int num = (int)(yyvsp[(3) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (8)].l), tags); @@ -8064,8 +7472,8 @@ yyreduce: ;} break; - case 176: -#line 1843 "Gmsh.y" + case 157: +#line 1616 "Gmsh.y" { int num = (int)(yyvsp[(3) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (8)].l), tags); @@ -8105,8 +7513,8 @@ yyreduce: ;} break; - case 177: -#line 1881 "Gmsh.y" + case 158: +#line 1654 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8122,8 +7530,8 @@ yyreduce: ;} break; - case 178: -#line 1895 "Gmsh.y" + case 159: +#line 1668 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8139,8 +7547,8 @@ yyreduce: ;} break; - case 179: -#line 1910 "Gmsh.y" + case 160: +#line 1683 "Gmsh.y" { int num = (int)(yyvsp[(3) - (11)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (11)].l), tags); @@ -8161,8 +7569,8 @@ yyreduce: ;} break; - case 180: -#line 1929 "Gmsh.y" + case 161: +#line 1702 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8173,8 +7581,8 @@ yyreduce: ;} break; - case 181: -#line 1938 "Gmsh.y" + case 162: +#line 1711 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8190,8 +7598,8 @@ yyreduce: ;} break; - case 182: -#line 1952 "Gmsh.y" + case 163: +#line 1725 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8208,8 +7616,8 @@ yyreduce: ;} break; - case 183: -#line 1967 "Gmsh.y" + case 164: +#line 1740 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8225,8 +7633,8 @@ yyreduce: ;} break; - case 184: -#line 1981 "Gmsh.y" + case 165: +#line 1754 "Gmsh.y" { int num = (int)(yyvsp[(3) - (8)].d); std::vector<int> wires; ListOfDouble2Vector((yyvsp[(6) - (8)].l), wires); @@ -8247,8 +7655,8 @@ yyreduce: ;} break; - case 185: -#line 2000 "Gmsh.y" + case 166: +#line 1773 "Gmsh.y" { yymsg(2, "'Ruled Surface' command is deprecated: use 'Surface' instead"); int num = (int)(yyvsp[(4) - (9)].d); @@ -8260,8 +7668,8 @@ yyreduce: ;} break; - case 186: -#line 2010 "Gmsh.y" + case 167: +#line 1783 "Gmsh.y" { myGmshSurface = 0; (yyval.s).Type = 0; @@ -8269,8 +7677,8 @@ yyreduce: ;} break; - case 187: -#line 2016 "Gmsh.y" + case 168: +#line 1789 "Gmsh.y" { myGmshSurface = gmshSurface::getSurface((int)(yyvsp[(3) - (4)].d)); (yyval.s).Type = 0; @@ -8278,8 +7686,8 @@ yyreduce: ;} break; - case 188: -#line 2022 "Gmsh.y" + case 169: +#line 1795 "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)); @@ -8288,8 +7696,8 @@ yyreduce: ;} break; - case 189: -#line 2029 "Gmsh.y" + case 170: +#line 1802 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8320,8 +7728,8 @@ yyreduce: ;} break; - case 190: -#line 2058 "Gmsh.y" + case 171: +#line 1831 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8338,8 +7746,8 @@ yyreduce: ;} break; - case 191: -#line 2073 "Gmsh.y" + case 172: +#line 1846 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8361,8 +7769,8 @@ yyreduce: ;} break; - case 192: -#line 2093 "Gmsh.y" + case 173: +#line 1866 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8385,8 +7793,8 @@ yyreduce: ;} break; - case 193: -#line 2114 "Gmsh.y" + case 174: +#line 1887 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8409,8 +7817,8 @@ yyreduce: ;} break; - case 194: -#line 2135 "Gmsh.y" + case 175: +#line 1908 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8433,8 +7841,8 @@ yyreduce: ;} break; - case 195: -#line 2156 "Gmsh.y" + case 176: +#line 1929 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8458,8 +7866,8 @@ yyreduce: ;} break; - case 196: -#line 2178 "Gmsh.y" + case 177: +#line 1951 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8483,8 +7891,8 @@ yyreduce: ;} break; - case 197: -#line 2200 "Gmsh.y" + case 178: +#line 1973 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8507,8 +7915,8 @@ yyreduce: ;} break; - case 198: -#line 2221 "Gmsh.y" + case 179: +#line 1994 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<double> param; ListOfDouble2Vector((yyvsp[(6) - (7)].l), param); @@ -8533,8 +7941,8 @@ yyreduce: ;} break; - case 199: -#line 2244 "Gmsh.y" + case 180: +#line 2017 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8545,8 +7953,8 @@ yyreduce: ;} break; - case 200: -#line 2254 "Gmsh.y" + case 181: +#line 2027 "Gmsh.y" { int num = (int)(yyvsp[(4) - (12)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (12)].l), tags); @@ -8568,8 +7976,8 @@ yyreduce: ;} break; - case 201: -#line 2274 "Gmsh.y" + case 182: +#line 2047 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8586,8 +7994,8 @@ yyreduce: ;} break; - case 202: -#line 2289 "Gmsh.y" + case 183: +#line 2062 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (7)].l), tags); @@ -8603,8 +8011,8 @@ yyreduce: ;} break; - case 203: -#line 2303 "Gmsh.y" + case 184: +#line 2076 "Gmsh.y" { int num = (int)(yyvsp[(3) - (7)].d); std::vector<int> wires, out[4]; ListOfDouble2Vector((yyvsp[(6) - (7)].l), wires); @@ -8621,8 +8029,8 @@ yyreduce: ;} break; - case 204: -#line 2318 "Gmsh.y" + case 185: +#line 2091 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> wires, out[4]; ListOfDouble2Vector((yyvsp[(7) - (8)].l), wires); @@ -8639,8 +8047,8 @@ yyreduce: ;} break; - case 205: -#line 2333 "Gmsh.y" + case 186: +#line 2106 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].d); std::vector<int> tags; ListOfDouble2Vector((yyvsp[(7) - (8)].l), tags); @@ -8651,8 +8059,8 @@ yyreduce: ;} break; - case 206: -#line 2342 "Gmsh.y" + case 187: +#line 2115 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].i); int op = (yyvsp[(6) - (8)].i); @@ -8664,8 +8072,8 @@ yyreduce: ;} break; - case 207: -#line 2352 "Gmsh.y" + case 188: +#line 2125 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].i); int op = (yyvsp[(6) - (8)].i); @@ -8677,8 +8085,8 @@ yyreduce: ;} break; - case 208: -#line 2362 "Gmsh.y" + case 189: +#line 2135 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].i); int op = (yyvsp[(6) - (8)].i); @@ -8690,8 +8098,8 @@ yyreduce: ;} break; - case 209: -#line 2372 "Gmsh.y" + case 190: +#line 2145 "Gmsh.y" { int num = (int)(yyvsp[(4) - (8)].i); int op = (yyvsp[(6) - (8)].i); @@ -8703,8 +8111,8 @@ yyreduce: ;} break; - case 210: -#line 2387 "Gmsh.y" + case 191: +#line 2160 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(4) - (5)].l), tags); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -8717,8 +8125,8 @@ yyreduce: ;} break; - case 211: -#line 2398 "Gmsh.y" + case 192: +#line 2171 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(10) - (11)].l), tags); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -8733,8 +8141,8 @@ yyreduce: ;} break; - case 212: -#line 2411 "Gmsh.y" + case 193: +#line 2184 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(4) - (5)].l), tags); if(factory == "OpenCASCADE"){ @@ -8748,8 +8156,8 @@ yyreduce: ;} break; - case 213: -#line 2423 "Gmsh.y" + case 194: +#line 2196 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(8) - (9)].l), tags); if(factory == "OpenCASCADE"){ @@ -8763,8 +8171,8 @@ yyreduce: ;} break; - case 214: -#line 2435 "Gmsh.y" + case 195: +#line 2208 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(8) - (9)].l), tags); if(factory == "OpenCASCADE"){ @@ -8778,8 +8186,8 @@ yyreduce: ;} break; - case 215: -#line 2447 "Gmsh.y" + case 196: +#line 2220 "Gmsh.y" { (yyval.l) = List_Create(3, 3, sizeof(Shape)); std::string action((yyvsp[(1) - (4)].c)); @@ -8818,8 +8226,8 @@ yyreduce: ;} break; - case 216: -#line 2484 "Gmsh.y" + case 197: +#line 2257 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE"){ @@ -8832,8 +8240,8 @@ yyreduce: ;} break; - case 217: -#line 2495 "Gmsh.y" + case 198: +#line 2268 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape*)); if(factory == "OpenCASCADE"){ @@ -8848,32 +8256,32 @@ yyreduce: ;} break; - case 218: -#line 2510 "Gmsh.y" + case 199: +#line 2283 "Gmsh.y" { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; - case 219: -#line 2511 "Gmsh.y" + case 200: +#line 2284 "Gmsh.y" { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; - case 220: -#line 2516 "Gmsh.y" + case 201: +#line 2289 "Gmsh.y" { (yyval.l) = List_Create(3, 3, sizeof(Shape)); ;} break; - case 221: -#line 2520 "Gmsh.y" + case 202: +#line 2293 "Gmsh.y" { List_Add((yyval.l), &(yyvsp[(2) - (2)].s)); ;} break; - case 222: -#line 2524 "Gmsh.y" + case 203: +#line 2297 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; @@ -8886,8 +8294,8 @@ yyreduce: ;} break; - case 223: -#line 2535 "Gmsh.y" + case 204: +#line 2308 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; @@ -8900,8 +8308,8 @@ yyreduce: ;} break; - case 224: -#line 2546 "Gmsh.y" + case 205: +#line 2319 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; @@ -8914,8 +8322,8 @@ yyreduce: ;} break; - case 225: -#line 2557 "Gmsh.y" + case 206: +#line 2330 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ double d; @@ -8928,8 +8336,8 @@ yyreduce: ;} break; - case 226: -#line 2573 "Gmsh.y" + case 207: +#line 2346 "Gmsh.y" { if(List_Nbr((yyvsp[(7) - (8)].l)) == 4){ int t = (int)(yyvsp[(4) - (8)].d); @@ -8950,8 +8358,8 @@ yyreduce: ;} break; - case 227: -#line 2592 "Gmsh.y" + case 208: +#line 2365 "Gmsh.y" { int t = (int)(yyvsp[(4) - (10)].d); if(gLevelset::find(t)){ @@ -8974,8 +8382,8 @@ yyreduce: ;} break; - case 228: -#line 2614 "Gmsh.y" + case 209: +#line 2387 "Gmsh.y" { int t = (int)(yyvsp[(4) - (14)].d); if(gLevelset::find(t)){ @@ -8991,8 +8399,8 @@ yyreduce: ;} break; - case 229: -#line 2629 "Gmsh.y" + case 210: +#line 2402 "Gmsh.y" { int t = (int)(yyvsp[(4) - (16)].d); if(gLevelset::find(t)){ @@ -9009,8 +8417,8 @@ yyreduce: ;} break; - case 230: -#line 2644 "Gmsh.y" + case 211: +#line 2417 "Gmsh.y" { if(List_Nbr((yyvsp[(10) - (12)].l)) == 1){ int t = (int)(yyvsp[(4) - (12)].d); @@ -9030,8 +8438,8 @@ yyreduce: ;} break; - case 231: -#line 2663 "Gmsh.y" + case 212: +#line 2436 "Gmsh.y" { if(List_Nbr((yyvsp[(12) - (14)].l)) == 1){ int t = (int)(yyvsp[(4) - (14)].d); @@ -9083,8 +8491,8 @@ yyreduce: ;} break; - case 232: -#line 2714 "Gmsh.y" + case 213: +#line 2487 "Gmsh.y" { if(List_Nbr((yyvsp[(12) - (14)].l)) == 1){ int t = (int)(yyvsp[(4) - (14)].d); @@ -9106,8 +8514,8 @@ yyreduce: ;} break; - case 233: -#line 2735 "Gmsh.y" + case 214: +#line 2508 "Gmsh.y" { if(List_Nbr((yyvsp[(12) - (14)].l)) == 3){ int t = (int)(yyvsp[(4) - (14)].d); @@ -9130,8 +8538,8 @@ yyreduce: ;} break; - case 234: -#line 2757 "Gmsh.y" + case 215: +#line 2530 "Gmsh.y" { if(List_Nbr((yyvsp[(12) - (14)].l)) == 5){ int t = (int)(yyvsp[(4) - (14)].d); @@ -9155,8 +8563,8 @@ yyreduce: ;} break; - case 235: -#line 2779 "Gmsh.y" + case 216: +#line 2552 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (8)].c), "Union")){ int t = (int)(yyvsp[(4) - (8)].d); @@ -9263,8 +8671,8 @@ yyreduce: ;} break; - case 236: -#line 2884 "Gmsh.y" + case 217: +#line 2657 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (8)].c), "MathEval")){ int t = (int)(yyvsp[(4) - (8)].d); @@ -9282,8 +8690,8 @@ yyreduce: ;} break; - case 237: -#line 2900 "Gmsh.y" + case 218: +#line 2673 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (6)].c), "CutMesh")){ int t = (int)(yyvsp[(4) - (6)].d); @@ -9315,8 +8723,8 @@ yyreduce: ;} break; - case 238: -#line 2935 "Gmsh.y" + case 219: +#line 2708 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(3) - (4)].l), tags); for(int dim = 0; dim < 4; dim++){ @@ -9332,8 +8740,8 @@ yyreduce: ;} break; - case 239: -#line 2949 "Gmsh.y" + case 220: +#line 2722 "Gmsh.y" { #if defined(HAVE_MESH) GModel::current()->getFields()->deleteField((int)(yyvsp[(4) - (6)].d)); @@ -9341,8 +8749,8 @@ yyreduce: ;} break; - case 240: -#line 2955 "Gmsh.y" + case 221: +#line 2728 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (6)].c), "View")){ @@ -9359,8 +8767,8 @@ yyreduce: ;} break; - case 241: -#line 2970 "Gmsh.y" + case 222: +#line 2743 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (3)].c), "Meshes") || !strcmp((yyvsp[(2) - (3)].c), "All")){ ClearProject(); @@ -9390,8 +8798,8 @@ yyreduce: ;} break; - case 242: -#line 2998 "Gmsh.y" + case 223: +#line 2771 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (4)].c), "Empty") && !strcmp((yyvsp[(3) - (4)].c), "Views")){ @@ -9405,8 +8813,8 @@ yyreduce: ;} break; - case 243: -#line 3015 "Gmsh.y" + case 224: +#line 2788 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(4) - (5)].l), tags); setColor(tags, (yyvsp[(2) - (5)].u), false); @@ -9414,8 +8822,8 @@ yyreduce: ;} break; - case 244: -#line 3021 "Gmsh.y" + case 225: +#line 2794 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(5) - (6)].l), tags); setColor(tags, (yyvsp[(3) - (6)].u), true); @@ -9423,8 +8831,8 @@ yyreduce: ;} break; - case 245: -#line 3032 "Gmsh.y" + case 226: +#line 2805 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (5)].l)); i++){ Shape TheShape; @@ -9435,8 +8843,8 @@ yyreduce: ;} break; - case 246: -#line 3046 "Gmsh.y" + case 227: +#line 2819 "Gmsh.y" { std::string what = (yyvsp[(2) - (3)].c); setVisibility(-1, 1, false); @@ -9444,8 +8852,8 @@ yyreduce: ;} break; - case 247: -#line 3052 "Gmsh.y" + case 228: +#line 2825 "Gmsh.y" { std::string what = (yyvsp[(2) - (3)].c); setVisibility(-1, 0, false); @@ -9453,8 +8861,8 @@ yyreduce: ;} break; - case 248: -#line 3058 "Gmsh.y" + case 229: +#line 2831 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(3) - (4)].l), tags); setVisibility(tags, 1, false); @@ -9462,8 +8870,8 @@ yyreduce: ;} break; - case 249: -#line 3064 "Gmsh.y" + case 230: +#line 2837 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(4) - (5)].l), tags); setVisibility(tags, 1, true); @@ -9471,8 +8879,8 @@ yyreduce: ;} break; - case 250: -#line 3070 "Gmsh.y" + case 231: +#line 2843 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(3) - (4)].l), tags); setVisibility(tags, 0, false); @@ -9480,8 +8888,8 @@ yyreduce: ;} break; - case 251: -#line 3076 "Gmsh.y" + case 232: +#line 2849 "Gmsh.y" { std::vector<int> tags[4]; ListOfShapes2Vectors((yyvsp[(4) - (5)].l), tags); setVisibility(tags, 0, true); @@ -9489,8 +8897,8 @@ yyreduce: ;} break; - case 252: -#line 3087 "Gmsh.y" + case 233: +#line 2860 "Gmsh.y" { if(!strcmp((yyvsp[(1) - (3)].c), "Include")){ std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(2) - (3)].c)); @@ -9565,8 +8973,8 @@ yyreduce: ;} break; - case 253: -#line 3160 "Gmsh.y" + case 234: +#line 2933 "Gmsh.y" { int n = List_Nbr((yyvsp[(3) - (5)].l)); if(n == 1){ @@ -9586,8 +8994,8 @@ yyreduce: ;} break; - case 254: -#line 3178 "Gmsh.y" + case 235: +#line 2951 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(1) - (7)].c), "Save") && !strcmp((yyvsp[(2) - (7)].c), "View")){ @@ -9606,8 +9014,8 @@ yyreduce: ;} break; - case 255: -#line 3195 "Gmsh.y" + case 236: +#line 2968 "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")){ @@ -9624,8 +9032,8 @@ yyreduce: ;} break; - case 256: -#line 3210 "Gmsh.y" + case 237: +#line 2983 "Gmsh.y" { if(!strcmp((yyvsp[(1) - (3)].c), "Sleep")){ SleepInSeconds((yyvsp[(2) - (3)].d)); @@ -9660,8 +9068,8 @@ yyreduce: ;} break; - case 257: -#line 3243 "Gmsh.y" + case 238: +#line 3016 "Gmsh.y" { #if defined(HAVE_PLUGINS) try { @@ -9675,8 +9083,8 @@ yyreduce: ;} break; - case 258: -#line 3255 "Gmsh.y" + case 239: +#line 3028 "Gmsh.y" { #if defined(HAVE_POST) if(!strcmp((yyvsp[(2) - (3)].c), "ElementsFromAllViews")) @@ -9702,23 +9110,23 @@ yyreduce: ;} break; - case 259: -#line 3279 "Gmsh.y" + case 240: +#line 3052 "Gmsh.y" { Msg::Exit(0); ;} break; - case 260: -#line 3283 "Gmsh.y" + case 241: +#line 3056 "Gmsh.y" { gmsh_yyerrorstate = 999; // this will be checked when yyparse returns YYABORT; ;} break; - case 261: -#line 3288 "Gmsh.y" + case 242: +#line 3061 "Gmsh.y" { // force sync if(GModel::current()->getOCCInternals()) @@ -9727,16 +9135,16 @@ yyreduce: ;} break; - case 262: -#line 3295 "Gmsh.y" + case 243: +#line 3068 "Gmsh.y" { new GModel(); GModel::current(GModel::list.size() - 1); ;} break; - case 263: -#line 3300 "Gmsh.y" + case 244: +#line 3073 "Gmsh.y" { CTX::instance()->forcedBBox = 0; if(GModel::current()->getOCCInternals() && @@ -9748,16 +9156,16 @@ yyreduce: ;} break; - case 264: -#line 3310 "Gmsh.y" + case 245: +#line 3083 "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 265: -#line 3315 "Gmsh.y" + case 246: +#line 3088 "Gmsh.y" { #if defined(HAVE_OPENGL) drawContext::global()->draw(); @@ -9765,8 +9173,8 @@ yyreduce: ;} break; - case 266: -#line 3321 "Gmsh.y" + case 247: +#line 3094 "Gmsh.y" { #if defined(HAVE_OPENGL) CTX::instance()->mesh.changed = ENT_ALL; @@ -9776,22 +9184,22 @@ yyreduce: ;} break; - case 267: -#line 3329 "Gmsh.y" + case 248: +#line 3102 "Gmsh.y" { GModel::current()->createTopologyFromMesh(); ;} break; - case 268: -#line 3333 "Gmsh.y" + case 249: +#line 3106 "Gmsh.y" { GModel::current()->createTopologyFromMesh(1); ;} break; - case 269: -#line 3337 "Gmsh.y" + case 250: +#line 3110 "Gmsh.y" { if(GModel::current()->getOCCInternals() && GModel::current()->getOCCInternals()->getChanged()) @@ -9802,8 +9210,8 @@ yyreduce: ;} break; - case 270: -#line 3347 "Gmsh.y" + case 251: +#line 3120 "Gmsh.y" { int lock = CTX::instance()->lock; CTX::instance()->lock = 0; @@ -9863,8 +9271,8 @@ yyreduce: ;} break; - case 271: -#line 3410 "Gmsh.y" + case 252: +#line 3183 "Gmsh.y" { #if defined(HAVE_POPPLER) std::vector<int> is; @@ -9878,8 +9286,8 @@ yyreduce: ;} break; - case 272: -#line 3426 "Gmsh.y" + case 253: +#line 3199 "Gmsh.y" { LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (6)].d); LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (6)].d); @@ -9898,8 +9306,8 @@ yyreduce: ;} break; - case 273: -#line 3443 "Gmsh.y" + case 254: +#line 3216 "Gmsh.y" { LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(3) - (8)].d); LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(5) - (8)].d); @@ -9918,8 +9326,8 @@ yyreduce: ;} break; - case 274: -#line 3460 "Gmsh.y" + case 255: +#line 3233 "Gmsh.y" { LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(5) - (8)].d); LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(7) - (8)].d); @@ -9943,8 +9351,8 @@ yyreduce: ;} break; - case 275: -#line 3482 "Gmsh.y" + case 256: +#line 3255 "Gmsh.y" { LoopControlVariablesTab[ImbricatedLoop][0] = (yyvsp[(5) - (10)].d); LoopControlVariablesTab[ImbricatedLoop][1] = (yyvsp[(7) - (10)].d); @@ -9968,8 +9376,8 @@ yyreduce: ;} break; - case 276: -#line 3504 "Gmsh.y" + case 257: +#line 3277 "Gmsh.y" { if(ImbricatedLoop <= 0){ yymsg(0, "Invalid For/EndFor loop"); @@ -10006,8 +9414,8 @@ yyreduce: ;} break; - case 277: -#line 3539 "Gmsh.y" + case 258: +#line 3312 "Gmsh.y" { if(!FunctionManager::Instance()->createFunction (std::string((yyvsp[(2) - (2)].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) @@ -10017,8 +9425,8 @@ yyreduce: ;} break; - case 278: -#line 3547 "Gmsh.y" + case 259: +#line 3320 "Gmsh.y" { if(!FunctionManager::Instance()->createFunction (std::string((yyvsp[(2) - (2)].c)), gmsh_yyin, gmsh_yyname, gmsh_yylineno)) @@ -10028,8 +9436,8 @@ yyreduce: ;} break; - case 279: -#line 3555 "Gmsh.y" + case 260: +#line 3328 "Gmsh.y" { if(!FunctionManager::Instance()->leaveFunction (&gmsh_yyin, gmsh_yyname, gmsh_yylineno)) @@ -10037,8 +9445,8 @@ yyreduce: ;} break; - case 280: -#line 3561 "Gmsh.y" + case 261: +#line 3334 "Gmsh.y" { if(!FunctionManager::Instance()->enterFunction (std::string((yyvsp[(2) - (3)].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) @@ -10047,8 +9455,8 @@ yyreduce: ;} break; - case 281: -#line 3568 "Gmsh.y" + case 262: +#line 3341 "Gmsh.y" { if(!FunctionManager::Instance()->enterFunction (std::string((yyvsp[(2) - (3)].c)), &gmsh_yyin, gmsh_yyname, gmsh_yylineno)) @@ -10057,8 +9465,8 @@ yyreduce: ;} break; - case 282: -#line 3575 "Gmsh.y" + case 263: +#line 3348 "Gmsh.y" { ImbricatedTest++; if(ImbricatedTest > MAX_RECUR_TESTS-1){ @@ -10080,8 +9488,8 @@ yyreduce: ;} break; - case 283: -#line 3595 "Gmsh.y" + case 264: +#line 3368 "Gmsh.y" { if(ImbricatedTest > 0){ if (statusImbricatedTests[ImbricatedTest]){ @@ -10109,8 +9517,8 @@ yyreduce: ;} break; - case 284: -#line 3621 "Gmsh.y" + case 265: +#line 3394 "Gmsh.y" { if(ImbricatedTest > 0){ if(statusImbricatedTests[ImbricatedTest]){ @@ -10124,8 +9532,8 @@ yyreduce: ;} break; - case 285: -#line 3633 "Gmsh.y" + case 266: +#line 3406 "Gmsh.y" { ImbricatedTest--; if(ImbricatedTest < 0) @@ -10133,8 +9541,8 @@ yyreduce: ;} break; - case 286: -#line 3645 "Gmsh.y" + case 267: +#line 3418 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10152,8 +9560,8 @@ yyreduce: ;} break; - case 287: -#line 3661 "Gmsh.y" + case 268: +#line 3434 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10171,8 +9579,8 @@ yyreduce: ;} break; - case 288: -#line 3677 "Gmsh.y" + case 269: +#line 3450 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[(12) - (13)].l), @@ -10182,8 +9590,8 @@ yyreduce: ;} break; - case 289: -#line 3685 "Gmsh.y" + case 270: +#line 3458 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; @@ -10191,8 +9599,8 @@ yyreduce: ;} break; - case 290: -#line 3691 "Gmsh.y" + case 271: +#line 3464 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); ExtrudeShapes(TRANSLATE, (yyvsp[(4) - (7)].l), @@ -10202,8 +9610,8 @@ yyreduce: ;} break; - case 291: -#line 3699 "Gmsh.y" + case 272: +#line 3472 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; @@ -10211,8 +9619,8 @@ yyreduce: ;} break; - case 292: -#line 3705 "Gmsh.y" + case 273: +#line 3478 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); ExtrudeShapes(ROTATE, (yyvsp[(10) - (13)].l), @@ -10222,8 +9630,8 @@ yyreduce: ;} break; - case 293: -#line 3713 "Gmsh.y" + case 274: +#line 3486 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; @@ -10231,8 +9639,8 @@ yyreduce: ;} break; - case 294: -#line 3719 "Gmsh.y" + case 275: +#line 3492 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); ExtrudeShapes(TRANSLATE_ROTATE, (yyvsp[(12) - (15)].l), @@ -10242,8 +9650,8 @@ yyreduce: ;} break; - case 295: -#line 3727 "Gmsh.y" + case 276: +#line 3500 "Gmsh.y" { extr.mesh.ExtrudeMesh = extr.mesh.Recombine = false; extr.mesh.QuadToTri = NO_QUADTRI; @@ -10251,8 +9659,8 @@ yyreduce: ;} break; - case 296: -#line 3733 "Gmsh.y" + case 277: +#line 3506 "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., @@ -10261,8 +9669,8 @@ yyreduce: ;} break; - case 297: -#line 3740 "Gmsh.y" + case 278: +#line 3513 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10277,8 +9685,8 @@ yyreduce: ;} break; - case 298: -#line 3753 "Gmsh.y" + case 279: +#line 3526 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10294,8 +9702,8 @@ yyreduce: ;} break; - case 299: -#line 3767 "Gmsh.y" + case 280: +#line 3540 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10311,8 +9719,8 @@ yyreduce: ;} break; - case 300: -#line 3781 "Gmsh.y" + case 281: +#line 3554 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10330,20 +9738,20 @@ yyreduce: ;} break; - case 301: -#line 3800 "Gmsh.y" + case 282: +#line 3573 "Gmsh.y" { ;} break; - case 302: -#line 3803 "Gmsh.y" + case 283: +#line 3576 "Gmsh.y" { ;} break; - case 303: -#line 3809 "Gmsh.y" + case 284: +#line 3582 "Gmsh.y" { int n = (int)fabs((yyvsp[(3) - (5)].d)); if(n){ // we accept n==0 to easily disable layers @@ -10357,8 +9765,8 @@ yyreduce: ;} break; - case 304: -#line 3821 "Gmsh.y" + case 285: +#line 3594 "Gmsh.y" { extr.mesh.ExtrudeMesh = true; extr.mesh.NbLayer = List_Nbr((yyvsp[(3) - (7)].l)); @@ -10380,57 +9788,57 @@ yyreduce: ;} break; - case 305: -#line 3841 "Gmsh.y" + case 286: +#line 3614 "Gmsh.y" { extr.mesh.ScaleLast = true; ;} break; - case 306: -#line 3845 "Gmsh.y" + case 287: +#line 3618 "Gmsh.y" { extr.mesh.Recombine = true; ;} break; - case 307: -#line 3849 "Gmsh.y" + case 288: +#line 3622 "Gmsh.y" { extr.mesh.Recombine = (yyvsp[(2) - (3)].d) ? true : false; ;} break; - case 308: -#line 3853 "Gmsh.y" + case 289: +#line 3626 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_ADDVERTS_1; ;} break; - case 309: -#line 3857 "Gmsh.y" + case 290: +#line 3630 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_ADDVERTS_1_RECOMB; ;} break; - case 310: -#line 3861 "Gmsh.y" + case 291: +#line 3634 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_NOVERTS_1; ;} break; - case 311: -#line 3865 "Gmsh.y" + case 292: +#line 3638 "Gmsh.y" { extr.mesh.QuadToTri = QUADTRI_NOVERTS_1_RECOMB; ;} break; - case 312: -#line 3869 "Gmsh.y" + case 293: +#line 3642 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(6) - (9)].l), tags); int num = (int)(yyvsp[(3) - (9)].d); @@ -10441,8 +9849,8 @@ yyreduce: ;} break; - case 313: -#line 3878 "Gmsh.y" + case 294: +#line 3651 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (6)].c), "Index")) extr.mesh.BoundaryLayerIndex = (yyvsp[(4) - (6)].d); @@ -10452,48 +9860,48 @@ yyreduce: ;} break; - case 314: -#line 3890 "Gmsh.y" + case 295: +#line 3663 "Gmsh.y" { (yyval.i) = OCC_Internals::Union; ;} break; - case 315: -#line 3891 "Gmsh.y" + case 296: +#line 3664 "Gmsh.y" { (yyval.i) = OCC_Internals::Intersection; ;} break; - case 316: -#line 3892 "Gmsh.y" + case 297: +#line 3665 "Gmsh.y" { (yyval.i) = OCC_Internals::Difference; ;} break; - case 317: -#line 3893 "Gmsh.y" + case 298: +#line 3666 "Gmsh.y" { (yyval.i) = OCC_Internals::Section; ;} break; - case 318: -#line 3894 "Gmsh.y" + case 299: +#line 3667 "Gmsh.y" { (yyval.i) = OCC_Internals::Fragments; ;} break; - case 319: -#line 3898 "Gmsh.y" + case 300: +#line 3671 "Gmsh.y" { (yyval.i) = 0; ;} break; - case 320: -#line 3899 "Gmsh.y" + case 301: +#line 3672 "Gmsh.y" { (yyval.i) = 1; ;} break; - case 321: -#line 3900 "Gmsh.y" + case 302: +#line 3673 "Gmsh.y" { (yyval.i) = (yyvsp[(2) - (3)].d); ;} break; - case 322: -#line 3905 "Gmsh.y" + case 303: +#line 3678 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10512,8 +9920,8 @@ yyreduce: ;} break; - case 323: -#line 3922 "Gmsh.y" + case 304: +#line 3695 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(Shape)); if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ @@ -10529,8 +9937,8 @@ yyreduce: ;} break; - case 324: -#line 3940 "Gmsh.y" + case 305: +#line 3713 "Gmsh.y" { if(factory == "OpenCASCADE" && GModel::current()->getOCCInternals()){ std::vector<int> shape[4], tool[4], out[4]; @@ -10544,15 +9952,15 @@ yyreduce: ;} break; - case 325: -#line 3955 "Gmsh.y" + case 306: +#line 3728 "Gmsh.y" { (yyval.v)[0] = (yyval.v)[1] = 1.; ;} break; - case 326: -#line 3959 "Gmsh.y" + case 307: +#line 3732 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (3)].c), "Progression") || !strcmp((yyvsp[(2) - (3)].c), "Power")) (yyval.v)[0] = 1.; @@ -10567,15 +9975,15 @@ yyreduce: ;} break; - case 327: -#line 3974 "Gmsh.y" + case 308: +#line 3747 "Gmsh.y" { (yyval.i) = -1; // left ;} break; - case 328: -#line 3978 "Gmsh.y" + case 309: +#line 3751 "Gmsh.y" { if(!strcmp((yyvsp[(1) - (1)].c), "Right")) (yyval.i) = 1; @@ -10591,50 +9999,50 @@ yyreduce: ;} break; - case 329: -#line 3994 "Gmsh.y" + case 310: +#line 3767 "Gmsh.y" { (yyval.l) = List_Create(1, 1, sizeof(double)); ;} break; - case 330: -#line 3998 "Gmsh.y" + case 311: +#line 3771 "Gmsh.y" { (yyval.l) = (yyvsp[(2) - (2)].l); ;} break; - case 331: -#line 4003 "Gmsh.y" + case 312: +#line 3776 "Gmsh.y" { (yyval.i) = 45; ;} break; - case 332: -#line 4007 "Gmsh.y" + case 313: +#line 3780 "Gmsh.y" { (yyval.i) = (int)(yyvsp[(2) - (2)].d); ;} break; - case 333: -#line 4013 "Gmsh.y" + case 314: +#line 3786 "Gmsh.y" { (yyval.l) = List_Create(1, 1, sizeof(double)); ;} break; - case 334: -#line 4017 "Gmsh.y" + case 315: +#line 3790 "Gmsh.y" { (yyval.l) = (yyvsp[(2) - (2)].l); ;} break; - case 335: -#line 4024 "Gmsh.y" + case 316: +#line 3797 "Gmsh.y" { // mesh sizes at vertices are stored in internal CAD data, as they can be // specified during vertex creation and copied around during CAD @@ -10653,8 +10061,8 @@ yyreduce: ;} break; - case 336: -#line 4041 "Gmsh.y" + case 317: +#line 3814 "Gmsh.y" { // transfinite constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10697,8 +10105,8 @@ yyreduce: ;} break; - case 337: -#line 4082 "Gmsh.y" + case 318: +#line 3855 "Gmsh.y" { // transfinite constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10744,8 +10152,8 @@ yyreduce: ;} break; - case 338: -#line 4126 "Gmsh.y" + case 319: +#line 3899 "Gmsh.y" { // transfinite constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10786,8 +10194,8 @@ yyreduce: ;} break; - case 339: -#line 4165 "Gmsh.y" + case 320: +#line 3938 "Gmsh.y" { // transfinite constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10814,8 +10222,8 @@ yyreduce: ;} break; - case 340: -#line 4190 "Gmsh.y" + case 321: +#line 3963 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(4) - (8)].l)); i++){ double d; @@ -10826,8 +10234,8 @@ yyreduce: ;} break; - case 341: -#line 4199 "Gmsh.y" + case 322: +#line 3972 "Gmsh.y" { // recombine constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10859,8 +10267,8 @@ yyreduce: ;} break; - case 342: -#line 4229 "Gmsh.y" + case 323: +#line 4002 "Gmsh.y" { // recombine constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10888,8 +10296,8 @@ yyreduce: ;} break; - case 343: -#line 4255 "Gmsh.y" + case 324: +#line 4028 "Gmsh.y" { // smoothing constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -10917,8 +10325,8 @@ yyreduce: ;} break; - case 344: -#line 4282 "Gmsh.y" + case 325: +#line 4055 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (11)].l)) != List_Nbr((yyvsp[(8) - (11)].l))){ yymsg(0, "Number of master lines (%d) different from number of " @@ -10951,8 +10359,8 @@ yyreduce: ;} break; - case 345: -#line 4314 "Gmsh.y" + case 326: +#line 4087 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (11)].l)) != List_Nbr((yyvsp[(8) - (11)].l))){ yymsg(0, "Number of master faces (%d) different from number of " @@ -10980,8 +10388,8 @@ yyreduce: ;} break; - case 346: -#line 4341 "Gmsh.y" + case 327: +#line 4114 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (18)].l)) != List_Nbr((yyvsp[(8) - (18)].l))){ yymsg(0, "Number of master edges (%d) different from number of " @@ -11008,8 +10416,8 @@ yyreduce: ;} break; - case 347: -#line 4367 "Gmsh.y" + case 328: +#line 4140 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (18)].l)) != List_Nbr((yyvsp[(8) - (18)].l))){ yymsg(0, "Number of master faces (%d) different from number of " @@ -11036,8 +10444,8 @@ yyreduce: ;} break; - case 348: -#line 4393 "Gmsh.y" + case 329: +#line 4166 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (12)].l)) != List_Nbr((yyvsp[(8) - (12)].l))){ yymsg(0, "Number of master edges (%d) different from number of " @@ -11064,8 +10472,8 @@ yyreduce: ;} break; - case 349: -#line 4419 "Gmsh.y" + case 330: +#line 4192 "Gmsh.y" { if (List_Nbr((yyvsp[(4) - (12)].l)) != List_Nbr((yyvsp[(8) - (12)].l))){ yymsg(0, "Number of master faces (%d) different from number of " @@ -11092,8 +10500,8 @@ yyreduce: ;} break; - case 350: -#line 4445 "Gmsh.y" + case 331: +#line 4218 "Gmsh.y" { if (List_Nbr((yyvsp[(5) - (12)].l)) != List_Nbr((yyvsp[(10) - (12)].l))){ yymsg(0, "Number of master surface edges (%d) different from number of " @@ -11116,8 +10524,8 @@ yyreduce: ;} break; - case 351: -#line 4466 "Gmsh.y" + case 332: +#line 4239 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (10)].l), tags); addEmbedded(0, tags, 2, (int)(yyvsp[(8) - (10)].d)); @@ -11125,8 +10533,8 @@ yyreduce: ;} break; - case 352: -#line 4472 "Gmsh.y" + case 333: +#line 4245 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (10)].l), tags); addEmbedded(1, tags, 2, (int)(yyvsp[(8) - (10)].d)); @@ -11134,8 +10542,8 @@ yyreduce: ;} break; - case 353: -#line 4478 "Gmsh.y" + case 334: +#line 4251 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (10)].l), tags); addEmbedded(0, tags, 3, (int)(yyvsp[(8) - (10)].d)); @@ -11143,8 +10551,8 @@ yyreduce: ;} break; - case 354: -#line 4484 "Gmsh.y" + case 335: +#line 4257 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (10)].l), tags); addEmbedded(1, tags, 3, (int)(yyvsp[(8) - (10)].d)); @@ -11152,8 +10560,8 @@ yyreduce: ;} break; - case 355: -#line 4490 "Gmsh.y" + case 336: +#line 4263 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (10)].l), tags); addEmbedded(2, tags, 3, (int)(yyvsp[(8) - (10)].d)); @@ -11161,8 +10569,8 @@ yyreduce: ;} break; - case 356: -#line 4496 "Gmsh.y" + case 337: +#line 4269 "Gmsh.y" { // reverse mesh constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -11190,8 +10598,8 @@ yyreduce: ;} break; - case 357: -#line 4522 "Gmsh.y" + case 338: +#line 4295 "Gmsh.y" { // reverse mesh constraints are stored in GEO internals in addition to // GModel, as they can be copied around during GEO operations @@ -11219,8 +10627,8 @@ yyreduce: ;} break; - case 358: -#line 4548 "Gmsh.y" + case 339: +#line 4321 "Gmsh.y" { if(!(yyvsp[(3) - (4)].l)){ for(GModel::viter it = GModel::current()->firstVertex(); @@ -11239,8 +10647,8 @@ yyreduce: ;} break; - case 359: -#line 4565 "Gmsh.y" + case 340: +#line 4338 "Gmsh.y" { if(!(yyvsp[(3) - (4)].l)){ for(GModel::eiter it = GModel::current()->firstEdge(); @@ -11259,8 +10667,8 @@ yyreduce: ;} break; - case 360: -#line 4582 "Gmsh.y" + case 341: +#line 4355 "Gmsh.y" { if(!(yyvsp[(3) - (4)].l)){ for(GModel::fiter it = GModel::current()->firstFace(); @@ -11279,8 +10687,8 @@ yyreduce: ;} break; - case 361: -#line 4599 "Gmsh.y" + case 342: +#line 4372 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ double dnum; @@ -11294,8 +10702,8 @@ yyreduce: ;} break; - case 362: -#line 4611 "Gmsh.y" + case 343: +#line 4384 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (4)].l), tags); GModel::current()->getGEOInternals()->setCompoundMesh(1, tags); @@ -11303,8 +10711,8 @@ yyreduce: ;} break; - case 363: -#line 4617 "Gmsh.y" + case 344: +#line 4390 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (4)].l), tags); GModel::current()->getGEOInternals()->setCompoundMesh(2, tags); @@ -11312,8 +10720,8 @@ yyreduce: ;} break; - case 364: -#line 4623 "Gmsh.y" + case 345: +#line 4396 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(3) - (4)].l), tags); GModel::current()->getGEOInternals()->setCompoundMesh(3, tags); @@ -11321,15 +10729,15 @@ yyreduce: ;} break; - case 365: -#line 4635 "Gmsh.y" + case 346: +#line 4408 "Gmsh.y" { GModel::current()->getGEOInternals()->removeAllDuplicates(); ;} break; - case 366: -#line 4639 "Gmsh.y" + case 347: +#line 4412 "Gmsh.y" { if(!strcmp((yyvsp[(2) - (3)].c), "Geometry")) GModel::current()->getGEOInternals()->removeAllDuplicates(); @@ -11341,8 +10749,8 @@ yyreduce: ;} break; - case 367: -#line 4649 "Gmsh.y" + case 348: +#line 4422 "Gmsh.y" { std::vector<int> tags; ListOfDouble2Vector((yyvsp[(4) - (6)].l), tags); GModel::current()->getGEOInternals()->mergeVertices(tags); @@ -11350,23 +10758,23 @@ yyreduce: ;} break; - case 368: -#line 4659 "Gmsh.y" + case 349: +#line 4432 "Gmsh.y" { (yyval.c) = (char*)"Homology"; ;} break; - case 369: -#line 4660 "Gmsh.y" + case 350: +#line 4433 "Gmsh.y" { (yyval.c) = (char*)"Cohomology"; ;} break; - case 370: -#line 4661 "Gmsh.y" + case 351: +#line 4434 "Gmsh.y" { (yyval.c) = (char*)"Betti"; ;} break; - case 371: -#line 4666 "Gmsh.y" + case 352: +#line 4439 "Gmsh.y" { std::vector<int> domain, subdomain, dim; for(int i = 0; i < 4; i++) dim.push_back(i); @@ -11374,8 +10782,8 @@ yyreduce: ;} break; - case 372: -#line 4672 "Gmsh.y" + case 353: +#line 4445 "Gmsh.y" { std::vector<int> domain, subdomain, dim; for(int i = 0; i < List_Nbr((yyvsp[(3) - (5)].l)); i++){ @@ -11389,8 +10797,8 @@ yyreduce: ;} break; - case 373: -#line 4684 "Gmsh.y" + case 354: +#line 4457 "Gmsh.y" { std::vector<int> domain, subdomain, dim; for(int i = 0; i < List_Nbr((yyvsp[(3) - (7)].l)); i++){ @@ -11410,8 +10818,8 @@ yyreduce: ;} break; - case 374: -#line 4702 "Gmsh.y" + case 355: +#line 4475 "Gmsh.y" { std::vector<int> domain, subdomain, dim; for(int i = 0; i < List_Nbr((yyvsp[(6) - (10)].l)); i++){ @@ -11436,48 +10844,48 @@ yyreduce: ;} break; - case 375: -#line 4729 "Gmsh.y" + case 356: +#line 4502 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (1)].d); ;} break; - case 376: -#line 4730 "Gmsh.y" + case 357: +#line 4503 "Gmsh.y" { (yyval.d) = (yyvsp[(2) - (3)].d); ;} break; - case 377: -#line 4731 "Gmsh.y" + case 358: +#line 4504 "Gmsh.y" { (yyval.d) = -(yyvsp[(2) - (2)].d); ;} break; - case 378: -#line 4732 "Gmsh.y" + case 359: +#line 4505 "Gmsh.y" { (yyval.d) = (yyvsp[(2) - (2)].d); ;} break; - case 379: -#line 4733 "Gmsh.y" + case 360: +#line 4506 "Gmsh.y" { (yyval.d) = !(yyvsp[(2) - (2)].d); ;} break; - case 380: -#line 4734 "Gmsh.y" + case 361: +#line 4507 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) - (yyvsp[(3) - (3)].d); ;} break; - case 381: -#line 4735 "Gmsh.y" + case 362: +#line 4508 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) + (yyvsp[(3) - (3)].d); ;} break; - case 382: -#line 4736 "Gmsh.y" + case 363: +#line 4509 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) * (yyvsp[(3) - (3)].d); ;} break; - case 383: -#line 4738 "Gmsh.y" + case 364: +#line 4511 "Gmsh.y" { if(!(yyvsp[(3) - (3)].d)) yymsg(0, "Division by zero in '%g / %g'", (yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].d)); @@ -11486,233 +10894,233 @@ yyreduce: ;} break; - case 384: -#line 4744 "Gmsh.y" + case 365: +#line 4517 "Gmsh.y" { (yyval.d) = (int)(yyvsp[(1) - (3)].d) % (int)(yyvsp[(3) - (3)].d); ;} break; - case 385: -#line 4745 "Gmsh.y" + case 366: +#line 4518 "Gmsh.y" { (yyval.d) = pow((yyvsp[(1) - (3)].d), (yyvsp[(3) - (3)].d)); ;} break; - case 386: -#line 4746 "Gmsh.y" + case 367: +#line 4519 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) < (yyvsp[(3) - (3)].d); ;} break; - case 387: -#line 4747 "Gmsh.y" + case 368: +#line 4520 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) > (yyvsp[(3) - (3)].d); ;} break; - case 388: -#line 4748 "Gmsh.y" + case 369: +#line 4521 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) <= (yyvsp[(3) - (3)].d); ;} break; - case 389: -#line 4749 "Gmsh.y" + case 370: +#line 4522 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) >= (yyvsp[(3) - (3)].d); ;} break; - case 390: -#line 4750 "Gmsh.y" + case 371: +#line 4523 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) == (yyvsp[(3) - (3)].d); ;} break; - case 391: -#line 4751 "Gmsh.y" + case 372: +#line 4524 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) != (yyvsp[(3) - (3)].d); ;} break; - case 392: -#line 4752 "Gmsh.y" + case 373: +#line 4525 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) && (yyvsp[(3) - (3)].d); ;} break; - case 393: -#line 4753 "Gmsh.y" + case 374: +#line 4526 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (3)].d) || (yyvsp[(3) - (3)].d); ;} break; - case 394: -#line 4754 "Gmsh.y" + case 375: +#line 4527 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (5)].d) ? (yyvsp[(3) - (5)].d) : (yyvsp[(5) - (5)].d); ;} break; - case 395: -#line 4755 "Gmsh.y" + case 376: +#line 4528 "Gmsh.y" { (yyval.d) = exp((yyvsp[(3) - (4)].d)); ;} break; - case 396: -#line 4756 "Gmsh.y" + case 377: +#line 4529 "Gmsh.y" { (yyval.d) = log((yyvsp[(3) - (4)].d)); ;} break; - case 397: -#line 4757 "Gmsh.y" + case 378: +#line 4530 "Gmsh.y" { (yyval.d) = log10((yyvsp[(3) - (4)].d)); ;} break; - case 398: -#line 4758 "Gmsh.y" + case 379: +#line 4531 "Gmsh.y" { (yyval.d) = sqrt((yyvsp[(3) - (4)].d)); ;} break; - case 399: -#line 4759 "Gmsh.y" + case 380: +#line 4532 "Gmsh.y" { (yyval.d) = sin((yyvsp[(3) - (4)].d)); ;} break; - case 400: -#line 4760 "Gmsh.y" + case 381: +#line 4533 "Gmsh.y" { (yyval.d) = asin((yyvsp[(3) - (4)].d)); ;} break; - case 401: -#line 4761 "Gmsh.y" + case 382: +#line 4534 "Gmsh.y" { (yyval.d) = cos((yyvsp[(3) - (4)].d)); ;} break; - case 402: -#line 4762 "Gmsh.y" + case 383: +#line 4535 "Gmsh.y" { (yyval.d) = acos((yyvsp[(3) - (4)].d)); ;} break; - case 403: -#line 4763 "Gmsh.y" + case 384: +#line 4536 "Gmsh.y" { (yyval.d) = tan((yyvsp[(3) - (4)].d)); ;} break; - case 404: -#line 4764 "Gmsh.y" + case 385: +#line 4537 "Gmsh.y" { (yyval.d) = atan((yyvsp[(3) - (4)].d)); ;} break; - case 405: -#line 4765 "Gmsh.y" + case 386: +#line 4538 "Gmsh.y" { (yyval.d) = atan2((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d));;} break; - case 406: -#line 4766 "Gmsh.y" + case 387: +#line 4539 "Gmsh.y" { (yyval.d) = sinh((yyvsp[(3) - (4)].d)); ;} break; - case 407: -#line 4767 "Gmsh.y" + case 388: +#line 4540 "Gmsh.y" { (yyval.d) = cosh((yyvsp[(3) - (4)].d)); ;} break; - case 408: -#line 4768 "Gmsh.y" + case 389: +#line 4541 "Gmsh.y" { (yyval.d) = tanh((yyvsp[(3) - (4)].d)); ;} break; - case 409: -#line 4769 "Gmsh.y" + case 390: +#line 4542 "Gmsh.y" { (yyval.d) = fabs((yyvsp[(3) - (4)].d)); ;} break; - case 410: -#line 4770 "Gmsh.y" + case 391: +#line 4543 "Gmsh.y" { (yyval.d) = floor((yyvsp[(3) - (4)].d)); ;} break; - case 411: -#line 4771 "Gmsh.y" + case 392: +#line 4544 "Gmsh.y" { (yyval.d) = ceil((yyvsp[(3) - (4)].d)); ;} break; - case 412: -#line 4772 "Gmsh.y" + case 393: +#line 4545 "Gmsh.y" { (yyval.d) = floor((yyvsp[(3) - (4)].d) + 0.5); ;} break; - case 413: -#line 4773 "Gmsh.y" + case 394: +#line 4546 "Gmsh.y" { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;} break; - case 414: -#line 4774 "Gmsh.y" + case 395: +#line 4547 "Gmsh.y" { (yyval.d) = fmod((yyvsp[(3) - (6)].d), (yyvsp[(5) - (6)].d)); ;} break; - case 415: -#line 4775 "Gmsh.y" + case 396: +#line 4548 "Gmsh.y" { (yyval.d) = sqrt((yyvsp[(3) - (6)].d) * (yyvsp[(3) - (6)].d) + (yyvsp[(5) - (6)].d) * (yyvsp[(5) - (6)].d)); ;} break; - case 416: -#line 4776 "Gmsh.y" + case 397: +#line 4549 "Gmsh.y" { (yyval.d) = (yyvsp[(3) - (4)].d) * (double)rand() / (double)RAND_MAX; ;} break; - case 417: -#line 4785 "Gmsh.y" + case 398: +#line 4558 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (1)].d); ;} break; - case 418: -#line 4786 "Gmsh.y" + case 399: +#line 4559 "Gmsh.y" { (yyval.d) = 3.141592653589793; ;} break; - case 419: -#line 4787 "Gmsh.y" + case 400: +#line 4560 "Gmsh.y" { (yyval.d) = (double)ImbricatedTest; ;} break; - case 420: -#line 4788 "Gmsh.y" + case 401: +#line 4561 "Gmsh.y" { (yyval.d) = Msg::GetCommRank(); ;} break; - case 421: -#line 4789 "Gmsh.y" + case 402: +#line 4562 "Gmsh.y" { (yyval.d) = Msg::GetCommSize(); ;} break; - case 422: -#line 4790 "Gmsh.y" + case 403: +#line 4563 "Gmsh.y" { (yyval.d) = GetGmshMajorVersion(); ;} break; - case 423: -#line 4791 "Gmsh.y" + case 404: +#line 4564 "Gmsh.y" { (yyval.d) = GetGmshMinorVersion(); ;} break; - case 424: -#line 4792 "Gmsh.y" + case 405: +#line 4565 "Gmsh.y" { (yyval.d) = GetGmshPatchVersion(); ;} break; - case 425: -#line 4793 "Gmsh.y" + case 406: +#line 4566 "Gmsh.y" { (yyval.d) = Cpu(); ;} break; - case 426: -#line 4794 "Gmsh.y" + case 407: +#line 4567 "Gmsh.y" { (yyval.d) = GetMemoryUsage()/1024./1024.; ;} break; - case 427: -#line 4795 "Gmsh.y" + case 408: +#line 4568 "Gmsh.y" { (yyval.d) = TotalRam(); ;} break; - case 428: -#line 4800 "Gmsh.y" + case 409: +#line 4573 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 429: -#line 4802 "Gmsh.y" + case 410: +#line 4575 "Gmsh.y" { std::vector<double> val(1, (yyvsp[(3) - (6)].d)); Msg::ExchangeOnelabParameter("", val, floatOptions, charOptions); @@ -11720,97 +11128,56 @@ yyreduce: ;} break; - case 430: -#line 4808 "Gmsh.y" + case 411: +#line 4581 "Gmsh.y" { (yyval.d) = (yyvsp[(1) - (1)].d); ;} break; - case 431: -#line 4810 "Gmsh.y" + case 412: +#line 4583 "Gmsh.y" { (yyval.d) = Msg::GetOnelabNumber((yyvsp[(3) - (4)].c)); Free((yyvsp[(3) - (4)].c)); ;} break; - case 432: -#line 4815 "Gmsh.y" + case 413: +#line 4588 "Gmsh.y" { (yyval.d) = Msg::GetOnelabNumber((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].d)); Free((yyvsp[(3) - (6)].c)); ;} break; - case 433: -#line 4820 "Gmsh.y" + case 414: +#line 4594 "Gmsh.y" { - if(gmsh_yysymbols.count((yyvsp[(1) - (1)].c))){ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (1)].c)]); + if(gmsh_yysymbols.count((yyvsp[(1) - (1)].c2).char2)){ + gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (1)].c2).char2]); if(s.value.empty()){ - yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (1)].c)); + yymsg(0, "Uninitialized variable '%s'", (yyvsp[(1) - (1)].c2).char2); (yyval.d) = 0.; } else (yyval.d) = s.value[0]; } else{ - std::string key((yyvsp[(1) - (1)].c)); - if(StructTable_M.count(key)) { - (yyval.d) = (double)StructTable_M[key]._value; + std::string struct_namespace((yyvsp[(1) - (1)].c2).char1? (yyvsp[(1) - (1)].c2).char1 : std::string("")), + struct_name((yyvsp[(1) - (1)].c2).char2); + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + (yyval.d) = (double)nameSpaces[struct_namespace][struct_name]._index; } else { - yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (1)].c)); - (yyval.d) = 0.; - } - } - Free((yyvsp[(1) - (1)].c)); - ;} - break; - - case 434: -#line 4843 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); - (yyval.d) = 0.; - } - else - (yyval.d) = s.value[index]; - } - Free((yyvsp[(1) - (4)].c)); - ;} - break; - - case 435: -#line 4861 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (4)].c)]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (4)].c), index); - (yyval.d) = 0.; + yymsg(0, "Unknown variable: %s", struct_name.c_str()); (yyval.d) = 0.; } - else - (yyval.d) = s.value[index]; } - Free((yyvsp[(1) - (4)].c)); + Free((yyvsp[(1) - (1)].c2).char1); Free((yyvsp[(1) - (1)].c2).char2); ;} break; - case 436: -#line 4879 "Gmsh.y" + case 415: +#line 4618 "Gmsh.y" { int index = (int)(yyvsp[(3) - (4)].d); if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ @@ -11830,8 +11197,8 @@ yyreduce: ;} break; - case 437: -#line 4897 "Gmsh.y" + case 416: +#line 4636 "Gmsh.y" { int index = (int)(yyvsp[(3) - (4)].d); if(!gmsh_yysymbols.count((yyvsp[(1) - (4)].c))){ @@ -11851,16 +11218,16 @@ yyreduce: ;} break; - case 438: -#line 4915 "Gmsh.y" + case 417: +#line 4654 "Gmsh.y" { (yyval.d) = gmsh_yysymbols.count((yyvsp[(3) - (4)].c)); Free((yyvsp[(3) - (4)].c)); ;} break; - case 439: -#line 4920 "Gmsh.y" + case 418: +#line 4659 "Gmsh.y" { std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(3) - (4)].c)); (yyval.d) = !StatFile(tmp); @@ -11868,8 +11235,8 @@ yyreduce: ;} break; - case 440: -#line 4926 "Gmsh.y" + case 419: +#line 4665 "Gmsh.y" { if(gmsh_yysymbols.count((yyvsp[(2) - (4)].c))){ gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(2) - (4)].c)]); @@ -11886,8 +11253,8 @@ yyreduce: ;} break; - case 441: -#line 4941 "Gmsh.y" + case 420: +#line 4680 "Gmsh.y" { if(!gmsh_yysymbols.count((yyvsp[(1) - (2)].c))){ yymsg(0, "Unknown variable '%s'", (yyvsp[(1) - (2)].c)); @@ -11908,54 +11275,8 @@ yyreduce: ;} break; - case 442: -#line 4960 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); - (yyval.d) = 0.; - } - else{ - (yyval.d) = s.value[index]; - s.value[index] += (yyvsp[(5) - (5)].i); - } - } - Free((yyvsp[(1) - (5)].c)); - ;} - break; - - case 443: -#line 4980 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (5)].c)]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (5)].c), index); - (yyval.d) = 0.; - } - else{ - (yyval.d) = s.value[index]; - s.value[index] += (yyvsp[(5) - (5)].i); - } - } - Free((yyvsp[(1) - (5)].c)); - ;} - break; - - case 444: -#line 5000 "Gmsh.y" + case 421: +#line 4699 "Gmsh.y" { int index = (int)(yyvsp[(3) - (5)].d); if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ @@ -11977,8 +11298,8 @@ yyreduce: ;} break; - case 445: -#line 5020 "Gmsh.y" + case 422: +#line 4720 "Gmsh.y" { int index = (int)(yyvsp[(3) - (5)].d); if(!gmsh_yysymbols.count((yyvsp[(1) - (5)].c))){ @@ -12000,37 +11321,48 @@ yyreduce: ;} break; - case 446: -#line 5050 "Gmsh.y" + case 423: +#line 4753 "Gmsh.y" { - std::string key((yyvsp[(1) - (3)].c)); - if(StructTable_M.count(key)) { - std::string key2((yyvsp[(3) - (3)].c)); - if(StructTable_M[key]._fopt.count(key2)) { - (yyval.d) = StructTable_M[key]._fopt[key2][0]; + (yyval.d) = treat_Struct_FullName_dot_tSTRING_Float(NULL, (yyvsp[(1) - (3)].c), (yyvsp[(3) - (3)].c)); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + if (nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2($3); + if (nameSpaces[struct_namespace][struct_name]._fopt.count(key2)) { + $$ = nameSpaces[struct_namespace][struct_name]._fopt[key2][0]; } else { - yymsg(0, "Unknown member '%s' of Struct %s", (yyvsp[(3) - (3)].c), (yyvsp[(1) - (3)].c)); (yyval.d) = 0.; + yymsg(0, "Unknown member '%s' of Struct %s", $3, struct_name.c_str()); + $$ = 0.; } } else { - NumberOption(GMSH_GET, (yyvsp[(1) - (3)].c), 0, (yyvsp[(3) - (3)].c), (yyval.d)); + NumberOption(GMSH_GET, $1.char2, 0, $3, $$); } - Free((yyvsp[(1) - (3)].c)); - if (flag_tSTRING_alloc) Free((yyvsp[(3) - (3)].c)); + Free($1.char1); Free($1.char2); + if (flag_tSTRING_alloc) Free($3); + */ ;} break; - case 447: -#line 5068 "Gmsh.y" + case 424: +#line 4777 "Gmsh.y" + { (yyval.d) = treat_Struct_FullName_dot_tSTRING_Float((yyvsp[(1) - (5)].c), (yyvsp[(3) - (5)].c), (yyvsp[(5) - (5)].c)); ;} + break; + + case 425: +#line 4780 "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 448: -#line 5073 "Gmsh.y" + case 426: +#line 4786 "Gmsh.y" { double d = 0.; if(NumberOption(GMSH_GET, (yyvsp[(1) - (4)].c), 0, (yyvsp[(3) - (4)].c), d)){ @@ -12042,8 +11374,8 @@ yyreduce: ;} break; - case 449: -#line 5083 "Gmsh.y" + case 427: +#line 4797 "Gmsh.y" { double d = 0.; if(NumberOption(GMSH_GET, (yyvsp[(1) - (7)].c), (int)(yyvsp[(3) - (7)].d), (yyvsp[(6) - (7)].c), d)){ @@ -12055,16 +11387,16 @@ yyreduce: ;} break; - case 450: -#line 5093 "Gmsh.y" + case 428: +#line 4807 "Gmsh.y" { (yyval.d) = Msg::GetValue((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].d)); Free((yyvsp[(3) - (6)].c)); ;} break; - case 451: -#line 5098 "Gmsh.y" + case 429: +#line 4812 "Gmsh.y" { int matches = 0; for(int i = 0; i < List_Nbr((yyvsp[(3) - (6)].l)); i++){ @@ -12077,8 +11409,8 @@ yyreduce: ;} break; - case 452: -#line 5109 "Gmsh.y" + case 430: +#line 4823 "Gmsh.y" { std::string s((yyvsp[(3) - (6)].c)), substr((yyvsp[(5) - (6)].c)); if(s.find(substr) != std::string::npos) @@ -12089,24 +11421,24 @@ yyreduce: ;} break; - case 453: -#line 5118 "Gmsh.y" + case 431: +#line 4832 "Gmsh.y" { (yyval.d) = strlen((yyvsp[(3) - (4)].c)); Free((yyvsp[(3) - (4)].c)); ;} break; - case 454: -#line 5123 "Gmsh.y" + case 432: +#line 4837 "Gmsh.y" { (yyval.d) = strcmp((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].c)); Free((yyvsp[(3) - (6)].c)); Free((yyvsp[(5) - (6)].c)); ;} break; - case 455: -#line 5128 "Gmsh.y" + case 433: +#line 4842 "Gmsh.y" { int align = 0, font = 0, fontsize = CTX::instance()->glFontSize; if(List_Nbr((yyvsp[(3) - (4)].l)) % 2){ @@ -12132,155 +11464,184 @@ yyreduce: ;} break; - case 456: -#line 5156 "Gmsh.y" + case 434: +#line 4870 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 457: -#line 5159 "Gmsh.y" - { - std::string key(Struct_Name); - StructTable_M[key] = Struct((int)(yyvsp[(6) - (8)].d), 1, floatOptions, charOptions); - (yyval.d) = (yyvsp[(6) - (8)].d); - Free(Struct_Name); + case 435: +#line 4872 "Gmsh.y" + { + std::string struct_namespace((yyvsp[(2) - (8)].c2).char1? (yyvsp[(2) - (8)].c2).char1 : std::string("")), + struct_name((yyvsp[(2) - (8)].c2).char2); + Free((yyvsp[(2) - (8)].c2).char1); Free((yyvsp[(2) - (8)].c2).char2); + if (!(yyvsp[(3) - (8)].i)) + if (!nameSpaces[struct_namespace].count(struct_name)) { + int index = (int)(yyvsp[(6) - (8)].d); + if (index < 0) + index = nameSpaces[struct_namespace].get().size()+1; + nameSpaces[struct_namespace][struct_name] = + Struct(index, floatOptions, charOptions); + (yyval.d) = (double)index; + } + else { + yymsg(0, "Redefinition of Struct '%s::%s'", + struct_namespace.c_str(), struct_name.c_str()); + (yyval.d) = (yyvsp[(6) - (8)].d); + } + else { + nameSpaces[struct_namespace][struct_name]. + append(floatOptions, charOptions); + (yyval.d) = (double)nameSpaces[struct_namespace][struct_name]._index; + } ;} break; - case 458: -#line 5169 "Gmsh.y" - { Struct_NameSpace = NULL; Struct_Name = (yyvsp[(1) - (1)].c); ;} + case 436: +#line 4900 "Gmsh.y" + { (yyval.c2).char1 = NULL; (yyval.c2).char2 = (yyvsp[(1) - (1)].c); ;} break; - case 459: -#line 5171 "Gmsh.y" - { Struct_NameSpace = (yyvsp[(1) - (4)].c); Struct_Name = (yyvsp[(4) - (4)].c); ;} + case 437: +#line 4902 "Gmsh.y" + { (yyval.c2).char1 = (yyvsp[(1) - (3)].c); (yyval.c2).char2 = (yyvsp[(3) - (3)].c); ;} break; - case 460: -#line 5176 "Gmsh.y" + case 438: +#line 4907 "Gmsh.y" { (yyval.c) = (yyvsp[(1) - (1)].c); flag_tSTRING_alloc = 1; ;} break; - case 462: -#line 5187 "Gmsh.y" - { - std::string key((yyvsp[(2) - (3)].c)), val(Struct_Name); - gmsh_yystringsymbols[key] = std::vector<std::string>(1, val); - Free((yyvsp[(2) - (3)].c)); - ;} + case 439: +#line 4916 "Gmsh.y" + { (yyval.i) = 99; ;} break; - case 463: -#line 5196 "Gmsh.y" + case 440: +#line 4918 "Gmsh.y" + { (yyval.i) = (int)(yyvsp[(2) - (2)].d); ;} + break; + + case 441: +#line 4923 "Gmsh.y" + { (yyval.i) = 0; ;} + break; + + case 442: +#line 4925 "Gmsh.y" + { (yyval.i) = (yyvsp[(2) - (3)].i); ;} + break; + + case 443: +#line 4931 "Gmsh.y" { memcpy((yyval.v), (yyvsp[(1) - (1)].v), 5*sizeof(double)); ;} break; - case 464: -#line 5200 "Gmsh.y" + case 444: +#line 4935 "Gmsh.y" { for(int i = 0; i < 5; i++) (yyval.v)[i] = -(yyvsp[(2) - (2)].v)[i]; ;} break; - case 465: -#line 5204 "Gmsh.y" + case 445: +#line 4939 "Gmsh.y" { for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(2) - (2)].v)[i]; ;} break; - case 466: -#line 5208 "Gmsh.y" + case 446: +#line 4943 "Gmsh.y" { for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] - (yyvsp[(3) - (3)].v)[i]; ;} break; - case 467: -#line 5212 "Gmsh.y" + case 447: +#line 4947 "Gmsh.y" { for(int i = 0; i < 5; i++) (yyval.v)[i] = (yyvsp[(1) - (3)].v)[i] + (yyvsp[(3) - (3)].v)[i]; ;} break; - case 468: -#line 5219 "Gmsh.y" + case 448: +#line 4954 "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 469: -#line 5223 "Gmsh.y" + case 449: +#line 4958 "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 470: -#line 5227 "Gmsh.y" + case 450: +#line 4962 "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 471: -#line 5231 "Gmsh.y" + case 451: +#line 4966 "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 472: -#line 5238 "Gmsh.y" + case 452: +#line 4973 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(List_T*)); List_Add((yyval.l), &((yyvsp[(1) - (1)].l))); ;} break; - case 473: -#line 5243 "Gmsh.y" + case 453: +#line 4978 "Gmsh.y" { List_Add((yyval.l), &((yyvsp[(3) - (3)].l))); ;} break; - case 474: -#line 5250 "Gmsh.y" + case 454: +#line 4985 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); List_Add((yyval.l), &((yyvsp[(1) - (1)].d))); ;} break; - case 475: -#line 5255 "Gmsh.y" + case 455: +#line 4990 "Gmsh.y" { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; - case 476: -#line 5259 "Gmsh.y" + case 456: +#line 4994 "Gmsh.y" { // creates an empty list (yyval.l) = List_Create(2, 1, sizeof(double)); ;} break; - case 477: -#line 5264 "Gmsh.y" + case 457: +#line 4999 "Gmsh.y" { (yyval.l) = (yyvsp[(2) - (3)].l); ;} break; - case 478: -#line 5268 "Gmsh.y" + case 458: +#line 5003 "Gmsh.y" { (yyval.l) = (yyvsp[(3) - (4)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ @@ -12290,8 +11651,8 @@ yyreduce: ;} break; - case 479: -#line 5276 "Gmsh.y" + case 459: +#line 5011 "Gmsh.y" { (yyval.l) = (yyvsp[(4) - (5)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ @@ -12301,15 +11662,15 @@ yyreduce: ;} break; - case 480: -#line 5287 "Gmsh.y" + case 460: +#line 5022 "Gmsh.y" { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; - case 481: -#line 5291 "Gmsh.y" + case 461: +#line 5026 "Gmsh.y" { if(!strcmp((yyvsp[(1) - (1)].c), "*") || !strcmp((yyvsp[(1) - (1)].c), "all")) (yyval.l) = 0; @@ -12320,8 +11681,8 @@ yyreduce: ;} break; - case 482: -#line 5303 "Gmsh.y" + case 462: +#line 5038 "Gmsh.y" { (yyval.l) = (yyvsp[(2) - (2)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ @@ -12331,8 +11692,8 @@ yyreduce: ;} break; - case 483: -#line 5311 "Gmsh.y" + case 463: +#line 5046 "Gmsh.y" { (yyval.l) = (yyvsp[(3) - (3)].l); for(int i = 0; i < List_Nbr((yyval.l)); i++){ @@ -12342,8 +11703,8 @@ yyreduce: ;} break; - case 484: -#line 5319 "Gmsh.y" + case 464: +#line 5054 "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)); @@ -12352,8 +11713,8 @@ yyreduce: ;} break; - case 485: -#line 5326 "Gmsh.y" + case 465: +#line 5061 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); if(!(yyvsp[(5) - (5)].d)){ //|| ($1 < $3 && $5 < 0) || ($1 > $3 && $5 > 0) @@ -12365,8 +11726,8 @@ yyreduce: ;} break; - case 486: -#line 5336 "Gmsh.y" + case 466: +#line 5071 "Gmsh.y" { (yyval.l) = List_Create(3, 1, sizeof(double)); int tag = (int)(yyvsp[(3) - (4)].d); @@ -12391,8 +11752,8 @@ yyreduce: ;} break; - case 487: -#line 5359 "Gmsh.y" + case 467: +#line 5094 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getAllElementaryTags(0, (yyval.l)); @@ -12400,8 +11761,8 @@ yyreduce: ;} break; - case 488: -#line 5365 "Gmsh.y" + case 468: +#line 5100 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getAllElementaryTags(1, (yyval.l)); @@ -12409,8 +11770,8 @@ yyreduce: ;} break; - case 489: -#line 5371 "Gmsh.y" + case 469: +#line 5106 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getAllElementaryTags(2, (yyval.l)); @@ -12418,8 +11779,8 @@ yyreduce: ;} break; - case 490: -#line 5377 "Gmsh.y" + case 470: +#line 5112 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getAllElementaryTags(3, (yyval.l)); @@ -12427,8 +11788,8 @@ yyreduce: ;} break; - case 491: -#line 5383 "Gmsh.y" + case 471: +#line 5118 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); if(!(yyvsp[(3) - (3)].l)){ @@ -12441,8 +11802,8 @@ yyreduce: ;} break; - case 492: -#line 5394 "Gmsh.y" + case 472: +#line 5129 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); if(!(yyvsp[(3) - (3)].l)){ @@ -12455,8 +11816,8 @@ yyreduce: ;} break; - case 493: -#line 5405 "Gmsh.y" + case 473: +#line 5140 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); if(!(yyvsp[(3) - (3)].l)){ @@ -12469,8 +11830,8 @@ yyreduce: ;} break; - case 494: -#line 5416 "Gmsh.y" + case 474: +#line 5151 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); if(!(yyvsp[(3) - (3)].l)){ @@ -12483,40 +11844,40 @@ yyreduce: ;} break; - case 495: -#line 5428 "Gmsh.y" + case 475: +#line 5163 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getElementaryTagsInBoundingBox(0, (yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d), (yyval.l)); ;} break; - case 496: -#line 5434 "Gmsh.y" + case 476: +#line 5169 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getElementaryTagsInBoundingBox(1, (yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d), (yyval.l)); ;} break; - case 497: -#line 5440 "Gmsh.y" + case 477: +#line 5175 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getElementaryTagsInBoundingBox(2, (yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d), (yyval.l)); ;} break; - case 498: -#line 5446 "Gmsh.y" + case 478: +#line 5181 "Gmsh.y" { (yyval.l) = List_Create(10, 10, sizeof(double)); getElementaryTagsInBoundingBox(3, (yyvsp[(5) - (16)].d), (yyvsp[(7) - (16)].d), (yyvsp[(9) - (16)].d), (yyvsp[(11) - (16)].d), (yyvsp[(13) - (16)].d), (yyvsp[(15) - (16)].d), (yyval.l)); ;} break; - case 499: -#line 5451 "Gmsh.y" + case 479: +#line 5186 "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++){ @@ -12528,8 +11889,8 @@ yyreduce: ;} break; - case 500: -#line 5461 "Gmsh.y" + case 480: +#line 5196 "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++){ @@ -12541,8 +11902,8 @@ yyreduce: ;} break; - case 501: -#line 5471 "Gmsh.y" + case 481: +#line 5206 "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++){ @@ -12554,23 +11915,8 @@ yyreduce: ;} break; - case 502: -#line 5481 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (3)].c)]); - for(unsigned int i = 0; i < s.value.size(); i++) - List_Add((yyval.l), &s.value[i]); - } - Free((yyvsp[(1) - (3)].c)); - ;} - break; - - case 503: -#line 5493 "Gmsh.y" + case 482: +#line 5216 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); if(!gmsh_yysymbols.count((yyvsp[(1) - (3)].c))) @@ -12584,8 +11930,8 @@ yyreduce: ;} break; - case 504: -#line 5506 "Gmsh.y" + case 483: +#line 5229 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); if(!gmsh_yysymbols.count((yyvsp[(3) - (4)].c))) @@ -12599,57 +11945,29 @@ yyreduce: ;} break; - case 505: -#line 5518 "Gmsh.y" + case 484: +#line 5241 "Gmsh.y" { (yyval.l) = (yyvsp[(3) - (4)].l); ;} break; - case 506: -#line 5522 "Gmsh.y" + case 485: +#line 5245 "Gmsh.y" { (yyval.l) = (yyvsp[(3) - (4)].l); ;} break; - case 507: -#line 5526 "Gmsh.y" - { - (yyval.l) = (yyvsp[(4) - (6)].l); - ;} - break; - - case 508: -#line 5530 "Gmsh.y" + case 486: +#line 5249 "Gmsh.y" { (yyval.l) = (yyvsp[(4) - (6)].l); ;} break; - case 509: -#line 5534 "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{ - gmsh_yysymbol &s(gmsh_yysymbols[(yyvsp[(1) - (6)].c)]); - for(int i = 0; i < List_Nbr((yyvsp[(4) - (6)].l)); i++){ - int index = (int)(*(double*)List_Pointer_Fast((yyvsp[(4) - (6)].l), i)); - if((int)s.value.size() < index + 1) - yymsg(0, "Uninitialized variable '%s[%d]'", (yyvsp[(1) - (6)].c), index); - else - List_Add((yyval.l), &s.value[index]); - } - } - Free((yyvsp[(1) - (6)].c)); - List_Delete((yyvsp[(4) - (6)].l)); - ;} - break; - - case 510: -#line 5552 "Gmsh.y" + case 487: +#line 5253 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); if(!gmsh_yysymbols.count((yyvsp[(1) - (6)].c))) @@ -12669,8 +11987,8 @@ yyreduce: ;} break; - case 511: -#line 5570 "Gmsh.y" + case 488: +#line 5271 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(double)); for(int i = 0; i < (int)(yyvsp[(7) - (8)].d); i++) { @@ -12680,8 +11998,8 @@ yyreduce: ;} break; - case 512: -#line 5578 "Gmsh.y" + case 489: +#line 5279 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(double)); for(int i = 0; i < (int)(yyvsp[(7) - (8)].d); i++) { @@ -12691,8 +12009,8 @@ yyreduce: ;} break; - case 513: -#line 5586 "Gmsh.y" + case 490: +#line 5287 "Gmsh.y" { Msg::Barrier(); FILE *File; @@ -12723,8 +12041,8 @@ yyreduce: ;} break; - case 514: -#line 5615 "Gmsh.y" + case 491: +#line 5316 "Gmsh.y" { double x0 = (yyvsp[(3) - (14)].d), x1 = (yyvsp[(5) - (14)].d), y0 = (yyvsp[(7) - (14)].d), y1 = (yyvsp[(9) - (14)].d), ys = (yyvsp[(11) - (14)].d); int N = (int)(yyvsp[(13) - (14)].d); @@ -12736,8 +12054,8 @@ yyreduce: ;} break; - case 515: -#line 5625 "Gmsh.y" + case 492: +#line 5326 "Gmsh.y" { std::vector<double> tmp; for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++){ @@ -12755,30 +12073,30 @@ yyreduce: ;} break; - case 516: -#line 5644 "Gmsh.y" + case 493: +#line 5345 "Gmsh.y" { (yyval.l) = List_Create(2, 1, sizeof(double)); List_Add((yyval.l), &((yyvsp[(1) - (1)].d))); ;} break; - case 517: -#line 5649 "Gmsh.y" + case 494: +#line 5350 "Gmsh.y" { (yyval.l) = (yyvsp[(1) - (1)].l); ;} break; - case 518: -#line 5653 "Gmsh.y" + case 495: +#line 5354 "Gmsh.y" { List_Add((yyval.l), &((yyvsp[(3) - (3)].d))); ;} break; - case 519: -#line 5657 "Gmsh.y" + case 496: +#line 5358 "Gmsh.y" { for(int i = 0; i < List_Nbr((yyvsp[(3) - (3)].l)); i++){ double d; @@ -12789,22 +12107,22 @@ yyreduce: ;} break; - case 520: -#line 5669 "Gmsh.y" + case 497: +#line 5370 "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 521: -#line 5673 "Gmsh.y" + case 498: +#line 5374 "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 522: -#line 5685 "Gmsh.y" + case 499: +#line 5386 "Gmsh.y" { int flag = 0; if(gmsh_yystringsymbols.count((yyvsp[(1) - (1)].c))){ @@ -12823,8 +12141,8 @@ yyreduce: ;} break; - case 523: -#line 5702 "Gmsh.y" + case 500: +#line 5403 "Gmsh.y" { unsigned int val = 0; ColorOption(GMSH_GET, (yyvsp[(1) - (5)].c), 0, (yyvsp[(5) - (5)].c), val); @@ -12833,15 +12151,15 @@ yyreduce: ;} break; - case 524: -#line 5712 "Gmsh.y" + case 501: +#line 5413 "Gmsh.y" { (yyval.l) = (yyvsp[(2) - (3)].l); ;} break; - case 525: -#line 5716 "Gmsh.y" + case 502: +#line 5417 "Gmsh.y" { (yyval.l) = List_Create(256, 10, sizeof(unsigned int)); GmshColorTable *ct = GetColorTable((int)(yyvsp[(3) - (6)].d)); @@ -12855,30 +12173,30 @@ yyreduce: ;} break; - case 526: -#line 5731 "Gmsh.y" + case 503: +#line 5432 "Gmsh.y" { (yyval.l) = List_Create(256, 10, sizeof(unsigned int)); List_Add((yyval.l), &((yyvsp[(1) - (1)].u))); ;} break; - case 527: -#line 5736 "Gmsh.y" + case 504: +#line 5437 "Gmsh.y" { List_Add((yyval.l), &((yyvsp[(3) - (3)].u))); ;} break; - case 528: -#line 5743 "Gmsh.y" + case 505: +#line 5444 "Gmsh.y" { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 529: -#line 5747 "Gmsh.y" + case 506: +#line 5448 "Gmsh.y" { std::string val; if(!gmsh_yystringsymbols.count((yyvsp[(1) - (1)].c))) @@ -12893,42 +12211,8 @@ yyreduce: ;} break; - case 530: -#line 5760 "Gmsh.y" - { - std::string val; - int j = (int)(yyvsp[(3) - (4)].d); - if(!gmsh_yystringsymbols.count((yyvsp[(1) - (4)].c))) - yymsg(0, "Unknown string variable '%s'", (yyvsp[(1) - (4)].c)); - else if(j >= 0 && j < (int)gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)].size()) - val = gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)][j]; - else - yymsg(0, "Index %d out of range", j); - (yyval.c) = (char *)Malloc((val.size() + 1) * sizeof(char)); - strcpy((yyval.c), val.c_str()); - Free((yyvsp[(1) - (4)].c)); - ;} - break; - - case 531: -#line 5774 "Gmsh.y" - { - std::string val; - int j = (int)(yyvsp[(3) - (4)].d); - if(!gmsh_yystringsymbols.count((yyvsp[(1) - (4)].c))) - yymsg(0, "Unknown string variable '%s'", (yyvsp[(1) - (4)].c)); - else if(j >= 0 && j < (int)gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)].size()) - val = gmsh_yystringsymbols[(yyvsp[(1) - (4)].c)][j]; - else - yymsg(0, "Index %d out of range", j); - (yyval.c) = (char *)Malloc((val.size() + 1) * sizeof(char)); - strcpy((yyval.c), val.c_str()); - Free((yyvsp[(1) - (4)].c)); - ;} - break; - - case 532: -#line 5788 "Gmsh.y" + case 507: +#line 5461 "Gmsh.y" { std::string val; int j = (int)(yyvsp[(3) - (4)].d); @@ -12944,8 +12228,8 @@ yyreduce: ;} break; - case 533: -#line 5802 "Gmsh.y" + case 508: +#line 5475 "Gmsh.y" { std::string val; int j = (int)(yyvsp[(3) - (4)].d); @@ -12961,32 +12245,42 @@ yyreduce: ;} break; - case 534: -#line 5816 "Gmsh.y" + case 509: +#line 5492 "Gmsh.y" { + (yyval.c) = treat_Struct_FullName_dot_tSTRING_String(NULL, (yyvsp[(1) - (3)].c), (yyvsp[(3) - (3)].c)); + /* std::string out; - std::string key((yyvsp[(1) - (3)].c)); - if(StructTable_M.count(key)) { - std::string key2((yyvsp[(3) - (3)].c)); - if(StructTable_M[key]._copt.count(key2)) { - out = StructTable_M[key]._copt[key2][0]; + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2($3); + if(nameSpaces[struct_namespace][struct_name]._copt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._copt[key2][0]; } else { - yymsg(0, "Unknown member '%s' of Struct %s", (yyvsp[(3) - (3)].c), (yyvsp[(1) - (3)].c)); + yymsg(0, "Unknown member '%s' of Struct %s", $3, struct_name.c_str()); } } else { - StringOption(GMSH_GET, (yyvsp[(1) - (3)].c), 0, (yyvsp[(3) - (3)].c), out); + StringOption(GMSH_GET, $1, 0, $3, out); } - (yyval.c) = (char*)Malloc((out.size() + 1) * sizeof(char)); - strcpy((yyval.c), out.c_str()); - Free((yyvsp[(1) - (3)].c)); - if (flag_tSTRING_alloc) Free((yyvsp[(3) - (3)].c)); + $$ = (char*)Malloc((out.size() + 1) * sizeof(char)); + strcpy($$, out.c_str()); + Free($1.char1); Free($1.char2); + if (flag_tSTRING_alloc) Free($3); + */ ;} break; - case 535: -#line 5837 "Gmsh.y" + case 510: +#line 5518 "Gmsh.y" + { (yyval.c) = treat_Struct_FullName_dot_tSTRING_String((yyvsp[(1) - (5)].c), (yyvsp[(3) - (5)].c), (yyvsp[(5) - (5)].c)); ;} + break; + + case 511: +#line 5522 "Gmsh.y" { std::string out; StringOption(GMSH_GET, (yyvsp[(1) - (6)].c), (int)(yyvsp[(3) - (6)].d), (yyvsp[(6) - (6)].c), out); @@ -12996,8 +12290,8 @@ yyreduce: ;} break; - case 536: -#line 5845 "Gmsh.y" + case 512: +#line 5530 "Gmsh.y" { std::string name = GModel::current()->getPhysicalName(0, (int)(yyvsp[(4) - (5)].d)); (yyval.c) = (char*)Malloc((name.size() + 1) * sizeof(char)); @@ -13005,8 +12299,8 @@ yyreduce: ;} break; - case 537: -#line 5851 "Gmsh.y" + case 513: +#line 5536 "Gmsh.y" { std::string name = GModel::current()->getPhysicalName(1, (int)(yyvsp[(4) - (5)].d)); (yyval.c) = (char*)Malloc((name.size() + 1) * sizeof(char)); @@ -13014,8 +12308,8 @@ yyreduce: ;} break; - case 538: -#line 5857 "Gmsh.y" + case 514: +#line 5542 "Gmsh.y" { std::string name = GModel::current()->getPhysicalName(2, (int)(yyvsp[(4) - (5)].d)); (yyval.c) = (char*)Malloc((name.size() + 1) * sizeof(char)); @@ -13023,8 +12317,8 @@ yyreduce: ;} break; - case 539: -#line 5863 "Gmsh.y" + case 515: +#line 5548 "Gmsh.y" { std::string name = GModel::current()->getPhysicalName(3, (int)(yyvsp[(4) - (5)].d)); (yyval.c) = (char*)Malloc((name.size() + 1) * sizeof(char)); @@ -13032,22 +12326,22 @@ yyreduce: ;} break; - case 540: -#line 5872 "Gmsh.y" + case 516: +#line 5557 "Gmsh.y" { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 541: -#line 5876 "Gmsh.y" + case 517: +#line 5561 "Gmsh.y" { (yyval.c) = (yyvsp[(3) - (4)].c); ;} break; - case 542: -#line 5880 "Gmsh.y" + case 518: +#line 5565 "Gmsh.y" { (yyval.c) = (char *)Malloc(32 * sizeof(char)); time_t now; @@ -13057,8 +12351,8 @@ yyreduce: ;} break; - case 543: -#line 5888 "Gmsh.y" + case 519: +#line 5573 "Gmsh.y" { std::string exe = Msg::GetExecutableName(); (yyval.c) = (char *)Malloc(exe.size() + 1); @@ -13066,8 +12360,8 @@ yyreduce: ;} break; - case 544: -#line 5894 "Gmsh.y" + case 520: +#line 5579 "Gmsh.y" { std::string action = Msg::GetOnelabAction(); (yyval.c) = (char *)Malloc(action.size() + 1); @@ -13075,8 +12369,8 @@ yyreduce: ;} break; - case 545: -#line 5900 "Gmsh.y" + case 521: +#line 5585 "Gmsh.y" { const char *env = GetEnvironmentVar((yyvsp[(3) - (4)].c)); if(!env) env = ""; @@ -13086,8 +12380,8 @@ yyreduce: ;} break; - case 546: -#line 5908 "Gmsh.y" + case 522: +#line 5593 "Gmsh.y" { std::string s = Msg::GetString((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].c)); (yyval.c) = (char *)Malloc((s.size() + 1) * sizeof(char)); @@ -13097,8 +12391,8 @@ yyreduce: ;} break; - case 547: -#line 5916 "Gmsh.y" + case 523: +#line 5601 "Gmsh.y" { std::string s = Msg::GetOnelabString((yyvsp[(3) - (4)].c)); (yyval.c) = (char *)Malloc((s.size() + 1) * sizeof(char)); @@ -13107,8 +12401,8 @@ yyreduce: ;} break; - case 548: -#line 5923 "Gmsh.y" + case 524: +#line 5608 "Gmsh.y" { std::string s = Msg::GetOnelabString((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].c)); (yyval.c) = (char *)Malloc((s.size() + 1) * sizeof(char)); @@ -13118,8 +12412,8 @@ yyreduce: ;} break; - case 549: -#line 5931 "Gmsh.y" + case 525: +#line 5616 "Gmsh.y" { int size = 1; for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++) @@ -13136,8 +12430,8 @@ yyreduce: ;} break; - case 550: -#line 5946 "Gmsh.y" + case 526: +#line 5631 "Gmsh.y" { (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char)); int i; @@ -13153,8 +12447,8 @@ yyreduce: ;} break; - case 551: -#line 5960 "Gmsh.y" + case 527: +#line 5645 "Gmsh.y" { (yyval.c) = (char *)Malloc((strlen((yyvsp[(3) - (4)].c)) + 1) * sizeof(char)); int i; @@ -13170,8 +12464,8 @@ yyreduce: ;} break; - case 552: -#line 5974 "Gmsh.y" + case 528: +#line 5659 "Gmsh.y" { std::string input = (yyvsp[(3) - (8)].c); std::string substr_old = (yyvsp[(5) - (8)].c); @@ -13185,8 +12479,8 @@ yyreduce: ;} break; - case 553: -#line 5986 "Gmsh.y" + case 529: +#line 5671 "Gmsh.y" { int size = 1; for(int i = 0; i < List_Nbr((yyvsp[(3) - (4)].l)); i++) @@ -13204,8 +12498,8 @@ yyreduce: ;} break; - case 554: -#line 6002 "Gmsh.y" + case 530: +#line 5687 "Gmsh.y" { int i = 0; while ((yyvsp[(3) - (4)].c)[i]) { @@ -13216,8 +12510,8 @@ yyreduce: ;} break; - case 555: -#line 6011 "Gmsh.y" + case 531: +#line 5696 "Gmsh.y" { int i = 0; while ((yyvsp[(3) - (4)].c)[i]) { @@ -13228,8 +12522,8 @@ yyreduce: ;} break; - case 556: -#line 6020 "Gmsh.y" + case 532: +#line 5705 "Gmsh.y" { int i = 0; while ((yyvsp[(3) - (4)].c)[i]) { @@ -13241,8 +12535,8 @@ yyreduce: ;} break; - case 557: -#line 6030 "Gmsh.y" + case 533: +#line 5715 "Gmsh.y" { if((yyvsp[(3) - (8)].d)){ (yyval.c) = (yyvsp[(5) - (8)].c); @@ -13255,8 +12549,8 @@ yyreduce: ;} break; - case 558: -#line 6041 "Gmsh.y" + case 534: +#line 5726 "Gmsh.y" { std::string in = (yyvsp[(3) - (8)].c); std::string out = in.substr((int)(yyvsp[(5) - (8)].d), (int)(yyvsp[(7) - (8)].d)); @@ -13266,8 +12560,8 @@ yyreduce: ;} break; - case 559: -#line 6049 "Gmsh.y" + case 535: +#line 5734 "Gmsh.y" { std::string in = (yyvsp[(3) - (6)].c); std::string out = in.substr((int)(yyvsp[(5) - (6)].d), std::string::npos); @@ -13277,15 +12571,15 @@ yyreduce: ;} break; - case 560: -#line 6057 "Gmsh.y" + case 536: +#line 5742 "Gmsh.y" { (yyval.c) = (yyvsp[(3) - (4)].c); ;} break; - case 561: -#line 6061 "Gmsh.y" + case 537: +#line 5746 "Gmsh.y" { char tmpstring[5000]; int i = printListOfDouble((yyvsp[(3) - (6)].c), (yyvsp[(5) - (6)].l), tmpstring); @@ -13306,8 +12600,8 @@ yyreduce: ;} break; - case 562: -#line 6080 "Gmsh.y" + case 538: +#line 5765 "Gmsh.y" { std::string tmp = FixRelativePath(gmsh_yyname, (yyvsp[(3) - (4)].c)); (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); @@ -13316,8 +12610,8 @@ yyreduce: ;} break; - case 563: -#line 6087 "Gmsh.y" + case 539: +#line 5772 "Gmsh.y" { std::string tmp = SplitFileName(GetAbsolutePath(gmsh_yyname))[0]; (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); @@ -13325,8 +12619,8 @@ yyreduce: ;} break; - case 564: -#line 6093 "Gmsh.y" + case 540: +#line 5778 "Gmsh.y" { std::string tmp = SplitFileName((yyvsp[(3) - (4)].c))[0]; (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); @@ -13335,8 +12629,8 @@ yyreduce: ;} break; - case 565: -#line 6100 "Gmsh.y" + case 541: +#line 5785 "Gmsh.y" { std::string tmp = GetAbsolutePath((yyvsp[(3) - (4)].c)); (yyval.c) = (char*)Malloc((tmp.size() + 1) * sizeof(char)); @@ -13345,13 +12639,13 @@ yyreduce: ;} break; - case 566: -#line 6107 "Gmsh.y" + case 542: +#line 5792 "Gmsh.y" { floatOptions.clear(); charOptions.clear(); ;} break; - case 567: -#line 6109 "Gmsh.y" + case 543: +#line 5794 "Gmsh.y" { std::string val((yyvsp[(3) - (6)].c)); Msg::ExchangeOnelabParameter("", val, floatOptions, charOptions); @@ -13361,46 +12655,57 @@ yyreduce: ;} break; - case 568: -#line 6117 "Gmsh.y" + case 544: +#line 5802 "Gmsh.y" { std::string out; - int val = (int)(yyvsp[(3) - (4)].d); - std::map<std::string, Struct>::iterator it; - for (it = StructTable_M.begin(); it != StructTable_M.end(); ++it ) - if (it->second._value == val) out = it->first; + const std::string * key_struct = NULL; + switch (nameSpaces.get_key_struct_from_index((int)(yyvsp[(3) - (4)].d), key_struct, + struct_namespace)) { + case 0: + out = *key_struct; + break; + case 1: + yymsg(1, "Unknown NameSpace '%s' of Struct", struct_namespace.c_str()); + break; + case 2: + yymsg(1, "Unknown Struct of index %d", (int)(yyvsp[(3) - (4)].d)); + break; + default: + break; + } (yyval.c) = (char*)Malloc((out.size() + 1) * sizeof(char)); strcpy((yyval.c), out.c_str()); ;} break; - case 569: -#line 6131 "Gmsh.y" - { Struct_NameSpace = NULL; (yyval.d) = (yyvsp[(2) - (2)].d); ;} + case 545: +#line 5826 "Gmsh.y" + { struct_namespace = std::string(""); (yyval.d) = (yyvsp[(2) - (2)].d); ;} break; - case 570: -#line 6133 "Gmsh.y" - { Struct_NameSpace = (yyvsp[(1) - (5)].c); (yyval.d) = (yyvsp[(5) - (5)].d); ;} + case 546: +#line 5828 "Gmsh.y" + { struct_namespace = (yyvsp[(1) - (4)].c); Free((yyvsp[(1) - (4)].c)); (yyval.d) = (yyvsp[(4) - (4)].d); ;} break; - case 571: -#line 6138 "Gmsh.y" + case 547: +#line 5834 "Gmsh.y" { (yyval.l) = List_Create(20,20,sizeof(char*)); List_Add((yyval.l), &((yyvsp[(1) - (1)].c))); ;} break; - case 572: -#line 6143 "Gmsh.y" + case 548: +#line 5839 "Gmsh.y" { List_Add((yyval.l), &((yyvsp[(3) - (3)].c))); ;} break; - case 573: -#line 6151 "Gmsh.y" + case 549: +#line 5847 "Gmsh.y" { char tmpstr[256]; sprintf(tmpstr, "_%d", (int)(yyvsp[(4) - (5)].d)); @@ -13410,8 +12715,8 @@ yyreduce: ;} break; - case 574: -#line 6160 "Gmsh.y" + case 550: +#line 5856 "Gmsh.y" { char tmpstr[256]; sprintf(tmpstr, "_%d", (int)(yyvsp[(4) - (5)].d)); @@ -13421,24 +12726,24 @@ yyreduce: ;} break; - case 575: -#line 6173 "Gmsh.y" + case 551: +#line 5869 "Gmsh.y" { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 576: -#line 6176 "Gmsh.y" + case 552: +#line 5872 "Gmsh.y" { (yyval.c) = (yyvsp[(1) - (1)].c); ;} break; - case 577: -#line 6180 "Gmsh.y" + case 553: +#line 5876 "Gmsh.y" { (yyval.c) = (yyvsp[(3) - (4)].c); ;} break; /* Line 1267 of yacc.c. */ -#line 13442 "Gmsh.tab.cpp" +#line 12747 "Gmsh.tab.cpp" default: break; } YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); @@ -13652,7 +12957,7 @@ yyreturn: } -#line 6183 "Gmsh.y" +#line 5879 "Gmsh.y" void assignVariable(const std::string &name, int index, int assignType, @@ -14330,3 +13635,60 @@ int NEWPHYSICAL() return (GModel::current()->getGEOInternals()->getMaxPhysicalTag() + 1); } + +double treat_Struct_FullName_dot_tSTRING_Float(char* c1, char* c2, char* c3) { + double out; + std::string struct_namespace(c1? c1 : std::string("")), + struct_name(c2); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + */ + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2(c3); + if(nameSpaces[struct_namespace][struct_name]._fopt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._fopt[key2][0]; + } + else { + yymsg(0, "Unknown member '%s' of Struct %s", c3, struct_name.c_str()); + out = 0.; + } + } + else { + NumberOption(GMSH_GET, c2, 0, c3, out); + } + Free(c1); Free(c2); + if (flag_tSTRING_alloc) Free(c3); + return out; +} + + +char* treat_Struct_FullName_dot_tSTRING_String(char* c1, char* c2, char* c3) { + std::string out; + std::string struct_namespace(c1? c1 : std::string("")), + struct_name(c2); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + */ + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2(c3); + if(nameSpaces[struct_namespace][struct_name]._copt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._copt[key2][0]; + } + else { + yymsg(0, "Unknown member '%s' of Struct %s", c3, struct_name.c_str()); + } + } + else { + StringOption(GMSH_GET, c2, 0, c3, out); + } + char* out_c = (char*)Malloc((out.size() + 1) * sizeof(char)); + strcpy(out_c, out.c_str()); + Free(c1); Free(c2); + if (flag_tSTRING_alloc) Free(c3); + return out_c; +} + diff --git a/Parser/Gmsh.tab.hpp b/Parser/Gmsh.tab.hpp index fc8e55620e..e50074bda1 100644 --- a/Parser/Gmsh.tab.hpp +++ b/Parser/Gmsh.tab.hpp @@ -45,214 +45,216 @@ tEND = 261, tAFFECT = 262, tDOTS = 263, - tPi = 264, - tMPI_Rank = 265, - tMPI_Size = 266, - tEuclidian = 267, - tCoordinates = 268, - tTestLevel = 269, - tExp = 270, - tLog = 271, - tLog10 = 272, - tSqrt = 273, - tSin = 274, - tAsin = 275, - tCos = 276, - tAcos = 277, - tTan = 278, - tRand = 279, - tAtan = 280, - tAtan2 = 281, - tSinh = 282, - tCosh = 283, - tTanh = 284, - tFabs = 285, - tFloor = 286, - tCeil = 287, - tRound = 288, - tFmod = 289, - tModulo = 290, - tHypot = 291, - tList = 292, - tLinSpace = 293, - tLogSpace = 294, - tListFromFile = 295, - tCatenary = 296, - tPrintf = 297, - tError = 298, - tStr = 299, - tSprintf = 300, - tStrCat = 301, - tStrPrefix = 302, - tStrRelative = 303, - tStrReplace = 304, - tAbsolutePath = 305, - tDirName = 306, - tStrSub = 307, - tStrLen = 308, - tFind = 309, - tStrFind = 310, - tStrCmp = 311, - tStrChoice = 312, - tUpperCase = 313, - tLowerCase = 314, - tLowerCaseIn = 315, - tTextAttributes = 316, - tBoundingBox = 317, - tDraw = 318, - tSetChanged = 319, - tToday = 320, - tFixRelativePath = 321, - tCurrentDirectory = 322, - tSyncModel = 323, - tNewModel = 324, - tOnelabAction = 325, - tOnelabRun = 326, - tCpu = 327, - tMemory = 328, - tTotalMemory = 329, - tCreateTopology = 330, - tCreateTopologyNoHoles = 331, - tDistanceFunction = 332, - tDefineConstant = 333, - tUndefineConstant = 334, - tDefineNumber = 335, - tDefineStruct = 336, - tNameStruct = 337, - tDefineString = 338, - tSetNumber = 339, - tSetString = 340, - tPoint = 341, - tCircle = 342, - tEllipse = 343, - tLine = 344, - tSphere = 345, - tPolarSphere = 346, - tSurface = 347, - tSpline = 348, - tVolume = 349, - tBlock = 350, - tCylinder = 351, - tCone = 352, - tTorus = 353, - tEllipsoid = 354, - tQuadric = 355, - tShapeFromFile = 356, - tRectangle = 357, - tDisk = 358, - tWire = 359, - tCharacteristic = 360, - tLength = 361, - tParametric = 362, - tElliptic = 363, - tRefineMesh = 364, - tAdaptMesh = 365, - tRelocateMesh = 366, - tSetFactory = 367, - tThruSections = 368, - tWedge = 369, - tFillet = 370, - tChamfer = 371, - tPlane = 372, - tRuled = 373, - tTransfinite = 374, - tPhysical = 375, - tCompound = 376, - tPeriodic = 377, - tUsing = 378, - tPlugin = 379, - tDegenerated = 380, - tRecursive = 381, - tRotate = 382, - tTranslate = 383, - tSymmetry = 384, - tDilate = 385, - tExtrude = 386, - tLevelset = 387, - tAffine = 388, - tBooleanUnion = 389, - tBooleanIntersection = 390, - tBooleanDifference = 391, - tBooleanSection = 392, - tBooleanFragments = 393, - tThickSolid = 394, - tRecombine = 395, - tSmoother = 396, - tSplit = 397, - tDelete = 398, - tCoherence = 399, - tIntersect = 400, - tMeshAlgorithm = 401, - tReverse = 402, - tLayers = 403, - tScaleLast = 404, - tHole = 405, - tAlias = 406, - tAliasWithOptions = 407, - tCopyOptions = 408, - tQuadTriAddVerts = 409, - tQuadTriNoNewVerts = 410, - tRecombLaterals = 411, - tTransfQuadTri = 412, - tText2D = 413, - tText3D = 414, - tInterpolationScheme = 415, - tTime = 416, - tCombine = 417, - tBSpline = 418, - tBezier = 419, - tNurbs = 420, - tNurbsOrder = 421, - tNurbsKnots = 422, - tColor = 423, - tColorTable = 424, - tFor = 425, - tIn = 426, - tEndFor = 427, - tIf = 428, - tElseIf = 429, - tElse = 430, - tEndIf = 431, - tExit = 432, - tAbort = 433, - tField = 434, - tReturn = 435, - tCall = 436, - tSlide = 437, - tMacro = 438, - tShow = 439, - tHide = 440, - tGetValue = 441, - tGetStringValue = 442, - tGetEnv = 443, - tGetString = 444, - tGetNumber = 445, - tUnique = 446, - tHomology = 447, - tCohomology = 448, - tBetti = 449, - tExists = 450, - tFileExists = 451, - tGMSH_MAJOR_VERSION = 452, - tGMSH_MINOR_VERSION = 453, - tGMSH_PATCH_VERSION = 454, - tGmshExecutableName = 455, - tSetPartition = 456, - tNameToString = 457, - tStringToName = 458, - tAFFECTDIVIDE = 459, - tAFFECTTIMES = 460, - tAFFECTMINUS = 461, - tAFFECTPLUS = 462, - tOR = 463, - tAND = 464, - tNOTEQUAL = 465, - tEQUAL = 466, - tGREATEROREQUAL = 467, - tLESSOREQUAL = 468, - UNARYPREC = 469, - tMINUSMINUS = 470, - tPLUSPLUS = 471 + tSCOPE = 264, + tPi = 265, + tMPI_Rank = 266, + tMPI_Size = 267, + tEuclidian = 268, + tCoordinates = 269, + tTestLevel = 270, + tExp = 271, + tLog = 272, + tLog10 = 273, + tSqrt = 274, + tSin = 275, + tAsin = 276, + tCos = 277, + tAcos = 278, + tTan = 279, + tRand = 280, + tAtan = 281, + tAtan2 = 282, + tSinh = 283, + tCosh = 284, + tTanh = 285, + tFabs = 286, + tFloor = 287, + tCeil = 288, + tRound = 289, + tFmod = 290, + tModulo = 291, + tHypot = 292, + tList = 293, + tLinSpace = 294, + tLogSpace = 295, + tListFromFile = 296, + tCatenary = 297, + tPrintf = 298, + tError = 299, + tStr = 300, + tSprintf = 301, + tStrCat = 302, + tStrPrefix = 303, + tStrRelative = 304, + tStrReplace = 305, + tAbsolutePath = 306, + tDirName = 307, + tStrSub = 308, + tStrLen = 309, + tFind = 310, + tStrFind = 311, + tStrCmp = 312, + tStrChoice = 313, + tUpperCase = 314, + tLowerCase = 315, + tLowerCaseIn = 316, + tTextAttributes = 317, + tBoundingBox = 318, + tDraw = 319, + tSetChanged = 320, + tToday = 321, + tFixRelativePath = 322, + tCurrentDirectory = 323, + tSyncModel = 324, + tNewModel = 325, + tOnelabAction = 326, + tOnelabRun = 327, + tCpu = 328, + tMemory = 329, + tTotalMemory = 330, + tCreateTopology = 331, + tCreateTopologyNoHoles = 332, + tDistanceFunction = 333, + tDefineConstant = 334, + tUndefineConstant = 335, + tDefineNumber = 336, + tDefineStruct = 337, + tNameStruct = 338, + tAppend = 339, + tDefineString = 340, + tSetNumber = 341, + tSetString = 342, + tPoint = 343, + tCircle = 344, + tEllipse = 345, + tLine = 346, + tSphere = 347, + tPolarSphere = 348, + tSurface = 349, + tSpline = 350, + tVolume = 351, + tBlock = 352, + tCylinder = 353, + tCone = 354, + tTorus = 355, + tEllipsoid = 356, + tQuadric = 357, + tShapeFromFile = 358, + tRectangle = 359, + tDisk = 360, + tWire = 361, + tCharacteristic = 362, + tLength = 363, + tParametric = 364, + tElliptic = 365, + tRefineMesh = 366, + tAdaptMesh = 367, + tRelocateMesh = 368, + tSetFactory = 369, + tThruSections = 370, + tWedge = 371, + tFillet = 372, + tChamfer = 373, + tPlane = 374, + tRuled = 375, + tTransfinite = 376, + tPhysical = 377, + tCompound = 378, + tPeriodic = 379, + tUsing = 380, + tPlugin = 381, + tDegenerated = 382, + tRecursive = 383, + tRotate = 384, + tTranslate = 385, + tSymmetry = 386, + tDilate = 387, + tExtrude = 388, + tLevelset = 389, + tAffine = 390, + tBooleanUnion = 391, + tBooleanIntersection = 392, + tBooleanDifference = 393, + tBooleanSection = 394, + tBooleanFragments = 395, + tThickSolid = 396, + tRecombine = 397, + tSmoother = 398, + tSplit = 399, + tDelete = 400, + tCoherence = 401, + tIntersect = 402, + tMeshAlgorithm = 403, + tReverse = 404, + tLayers = 405, + tScaleLast = 406, + tHole = 407, + tAlias = 408, + tAliasWithOptions = 409, + tCopyOptions = 410, + tQuadTriAddVerts = 411, + tQuadTriNoNewVerts = 412, + tRecombLaterals = 413, + tTransfQuadTri = 414, + tText2D = 415, + tText3D = 416, + tInterpolationScheme = 417, + tTime = 418, + tCombine = 419, + tBSpline = 420, + tBezier = 421, + tNurbs = 422, + tNurbsOrder = 423, + tNurbsKnots = 424, + tColor = 425, + tColorTable = 426, + tFor = 427, + tIn = 428, + tEndFor = 429, + tIf = 430, + tElseIf = 431, + tElse = 432, + tEndIf = 433, + tExit = 434, + tAbort = 435, + tField = 436, + tReturn = 437, + tCall = 438, + tSlide = 439, + tMacro = 440, + tShow = 441, + tHide = 442, + tGetValue = 443, + tGetStringValue = 444, + tGetEnv = 445, + tGetString = 446, + tGetNumber = 447, + tUnique = 448, + tHomology = 449, + tCohomology = 450, + tBetti = 451, + tExists = 452, + tFileExists = 453, + tGMSH_MAJOR_VERSION = 454, + tGMSH_MINOR_VERSION = 455, + tGMSH_PATCH_VERSION = 456, + tGmshExecutableName = 457, + tSetPartition = 458, + tNameToString = 459, + tStringToName = 460, + tAFFECTDIVIDE = 461, + tAFFECTTIMES = 462, + tAFFECTMINUS = 463, + tAFFECTPLUS = 464, + tOR = 465, + tAND = 466, + tNOTEQUAL = 467, + tEQUAL = 468, + tGREATEROREQUAL = 469, + tLESSOREQUAL = 470, + UNARYPREC = 471, + tMINUSMINUS = 472, + tPLUSPLUS = 473 }; #endif /* Tokens. */ @@ -262,221 +264,223 @@ #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 tTestLevel 269 -#define tExp 270 -#define tLog 271 -#define tLog10 272 -#define tSqrt 273 -#define tSin 274 -#define tAsin 275 -#define tCos 276 -#define tAcos 277 -#define tTan 278 -#define tRand 279 -#define tAtan 280 -#define tAtan2 281 -#define tSinh 282 -#define tCosh 283 -#define tTanh 284 -#define tFabs 285 -#define tFloor 286 -#define tCeil 287 -#define tRound 288 -#define tFmod 289 -#define tModulo 290 -#define tHypot 291 -#define tList 292 -#define tLinSpace 293 -#define tLogSpace 294 -#define tListFromFile 295 -#define tCatenary 296 -#define tPrintf 297 -#define tError 298 -#define tStr 299 -#define tSprintf 300 -#define tStrCat 301 -#define tStrPrefix 302 -#define tStrRelative 303 -#define tStrReplace 304 -#define tAbsolutePath 305 -#define tDirName 306 -#define tStrSub 307 -#define tStrLen 308 -#define tFind 309 -#define tStrFind 310 -#define tStrCmp 311 -#define tStrChoice 312 -#define tUpperCase 313 -#define tLowerCase 314 -#define tLowerCaseIn 315 -#define tTextAttributes 316 -#define tBoundingBox 317 -#define tDraw 318 -#define tSetChanged 319 -#define tToday 320 -#define tFixRelativePath 321 -#define tCurrentDirectory 322 -#define tSyncModel 323 -#define tNewModel 324 -#define tOnelabAction 325 -#define tOnelabRun 326 -#define tCpu 327 -#define tMemory 328 -#define tTotalMemory 329 -#define tCreateTopology 330 -#define tCreateTopologyNoHoles 331 -#define tDistanceFunction 332 -#define tDefineConstant 333 -#define tUndefineConstant 334 -#define tDefineNumber 335 -#define tDefineStruct 336 -#define tNameStruct 337 -#define tDefineString 338 -#define tSetNumber 339 -#define tSetString 340 -#define tPoint 341 -#define tCircle 342 -#define tEllipse 343 -#define tLine 344 -#define tSphere 345 -#define tPolarSphere 346 -#define tSurface 347 -#define tSpline 348 -#define tVolume 349 -#define tBlock 350 -#define tCylinder 351 -#define tCone 352 -#define tTorus 353 -#define tEllipsoid 354 -#define tQuadric 355 -#define tShapeFromFile 356 -#define tRectangle 357 -#define tDisk 358 -#define tWire 359 -#define tCharacteristic 360 -#define tLength 361 -#define tParametric 362 -#define tElliptic 363 -#define tRefineMesh 364 -#define tAdaptMesh 365 -#define tRelocateMesh 366 -#define tSetFactory 367 -#define tThruSections 368 -#define tWedge 369 -#define tFillet 370 -#define tChamfer 371 -#define tPlane 372 -#define tRuled 373 -#define tTransfinite 374 -#define tPhysical 375 -#define tCompound 376 -#define tPeriodic 377 -#define tUsing 378 -#define tPlugin 379 -#define tDegenerated 380 -#define tRecursive 381 -#define tRotate 382 -#define tTranslate 383 -#define tSymmetry 384 -#define tDilate 385 -#define tExtrude 386 -#define tLevelset 387 -#define tAffine 388 -#define tBooleanUnion 389 -#define tBooleanIntersection 390 -#define tBooleanDifference 391 -#define tBooleanSection 392 -#define tBooleanFragments 393 -#define tThickSolid 394 -#define tRecombine 395 -#define tSmoother 396 -#define tSplit 397 -#define tDelete 398 -#define tCoherence 399 -#define tIntersect 400 -#define tMeshAlgorithm 401 -#define tReverse 402 -#define tLayers 403 -#define tScaleLast 404 -#define tHole 405 -#define tAlias 406 -#define tAliasWithOptions 407 -#define tCopyOptions 408 -#define tQuadTriAddVerts 409 -#define tQuadTriNoNewVerts 410 -#define tRecombLaterals 411 -#define tTransfQuadTri 412 -#define tText2D 413 -#define tText3D 414 -#define tInterpolationScheme 415 -#define tTime 416 -#define tCombine 417 -#define tBSpline 418 -#define tBezier 419 -#define tNurbs 420 -#define tNurbsOrder 421 -#define tNurbsKnots 422 -#define tColor 423 -#define tColorTable 424 -#define tFor 425 -#define tIn 426 -#define tEndFor 427 -#define tIf 428 -#define tElseIf 429 -#define tElse 430 -#define tEndIf 431 -#define tExit 432 -#define tAbort 433 -#define tField 434 -#define tReturn 435 -#define tCall 436 -#define tSlide 437 -#define tMacro 438 -#define tShow 439 -#define tHide 440 -#define tGetValue 441 -#define tGetStringValue 442 -#define tGetEnv 443 -#define tGetString 444 -#define tGetNumber 445 -#define tUnique 446 -#define tHomology 447 -#define tCohomology 448 -#define tBetti 449 -#define tExists 450 -#define tFileExists 451 -#define tGMSH_MAJOR_VERSION 452 -#define tGMSH_MINOR_VERSION 453 -#define tGMSH_PATCH_VERSION 454 -#define tGmshExecutableName 455 -#define tSetPartition 456 -#define tNameToString 457 -#define tStringToName 458 -#define tAFFECTDIVIDE 459 -#define tAFFECTTIMES 460 -#define tAFFECTMINUS 461 -#define tAFFECTPLUS 462 -#define tOR 463 -#define tAND 464 -#define tNOTEQUAL 465 -#define tEQUAL 466 -#define tGREATEROREQUAL 467 -#define tLESSOREQUAL 468 -#define UNARYPREC 469 -#define tMINUSMINUS 470 -#define tPLUSPLUS 471 +#define tSCOPE 264 +#define tPi 265 +#define tMPI_Rank 266 +#define tMPI_Size 267 +#define tEuclidian 268 +#define tCoordinates 269 +#define tTestLevel 270 +#define tExp 271 +#define tLog 272 +#define tLog10 273 +#define tSqrt 274 +#define tSin 275 +#define tAsin 276 +#define tCos 277 +#define tAcos 278 +#define tTan 279 +#define tRand 280 +#define tAtan 281 +#define tAtan2 282 +#define tSinh 283 +#define tCosh 284 +#define tTanh 285 +#define tFabs 286 +#define tFloor 287 +#define tCeil 288 +#define tRound 289 +#define tFmod 290 +#define tModulo 291 +#define tHypot 292 +#define tList 293 +#define tLinSpace 294 +#define tLogSpace 295 +#define tListFromFile 296 +#define tCatenary 297 +#define tPrintf 298 +#define tError 299 +#define tStr 300 +#define tSprintf 301 +#define tStrCat 302 +#define tStrPrefix 303 +#define tStrRelative 304 +#define tStrReplace 305 +#define tAbsolutePath 306 +#define tDirName 307 +#define tStrSub 308 +#define tStrLen 309 +#define tFind 310 +#define tStrFind 311 +#define tStrCmp 312 +#define tStrChoice 313 +#define tUpperCase 314 +#define tLowerCase 315 +#define tLowerCaseIn 316 +#define tTextAttributes 317 +#define tBoundingBox 318 +#define tDraw 319 +#define tSetChanged 320 +#define tToday 321 +#define tFixRelativePath 322 +#define tCurrentDirectory 323 +#define tSyncModel 324 +#define tNewModel 325 +#define tOnelabAction 326 +#define tOnelabRun 327 +#define tCpu 328 +#define tMemory 329 +#define tTotalMemory 330 +#define tCreateTopology 331 +#define tCreateTopologyNoHoles 332 +#define tDistanceFunction 333 +#define tDefineConstant 334 +#define tUndefineConstant 335 +#define tDefineNumber 336 +#define tDefineStruct 337 +#define tNameStruct 338 +#define tAppend 339 +#define tDefineString 340 +#define tSetNumber 341 +#define tSetString 342 +#define tPoint 343 +#define tCircle 344 +#define tEllipse 345 +#define tLine 346 +#define tSphere 347 +#define tPolarSphere 348 +#define tSurface 349 +#define tSpline 350 +#define tVolume 351 +#define tBlock 352 +#define tCylinder 353 +#define tCone 354 +#define tTorus 355 +#define tEllipsoid 356 +#define tQuadric 357 +#define tShapeFromFile 358 +#define tRectangle 359 +#define tDisk 360 +#define tWire 361 +#define tCharacteristic 362 +#define tLength 363 +#define tParametric 364 +#define tElliptic 365 +#define tRefineMesh 366 +#define tAdaptMesh 367 +#define tRelocateMesh 368 +#define tSetFactory 369 +#define tThruSections 370 +#define tWedge 371 +#define tFillet 372 +#define tChamfer 373 +#define tPlane 374 +#define tRuled 375 +#define tTransfinite 376 +#define tPhysical 377 +#define tCompound 378 +#define tPeriodic 379 +#define tUsing 380 +#define tPlugin 381 +#define tDegenerated 382 +#define tRecursive 383 +#define tRotate 384 +#define tTranslate 385 +#define tSymmetry 386 +#define tDilate 387 +#define tExtrude 388 +#define tLevelset 389 +#define tAffine 390 +#define tBooleanUnion 391 +#define tBooleanIntersection 392 +#define tBooleanDifference 393 +#define tBooleanSection 394 +#define tBooleanFragments 395 +#define tThickSolid 396 +#define tRecombine 397 +#define tSmoother 398 +#define tSplit 399 +#define tDelete 400 +#define tCoherence 401 +#define tIntersect 402 +#define tMeshAlgorithm 403 +#define tReverse 404 +#define tLayers 405 +#define tScaleLast 406 +#define tHole 407 +#define tAlias 408 +#define tAliasWithOptions 409 +#define tCopyOptions 410 +#define tQuadTriAddVerts 411 +#define tQuadTriNoNewVerts 412 +#define tRecombLaterals 413 +#define tTransfQuadTri 414 +#define tText2D 415 +#define tText3D 416 +#define tInterpolationScheme 417 +#define tTime 418 +#define tCombine 419 +#define tBSpline 420 +#define tBezier 421 +#define tNurbs 422 +#define tNurbsOrder 423 +#define tNurbsKnots 424 +#define tColor 425 +#define tColorTable 426 +#define tFor 427 +#define tIn 428 +#define tEndFor 429 +#define tIf 430 +#define tElseIf 431 +#define tElse 432 +#define tEndIf 433 +#define tExit 434 +#define tAbort 435 +#define tField 436 +#define tReturn 437 +#define tCall 438 +#define tSlide 439 +#define tMacro 440 +#define tShow 441 +#define tHide 442 +#define tGetValue 443 +#define tGetStringValue 444 +#define tGetEnv 445 +#define tGetString 446 +#define tGetNumber 447 +#define tUnique 448 +#define tHomology 449 +#define tCohomology 450 +#define tBetti 451 +#define tExists 452 +#define tFileExists 453 +#define tGMSH_MAJOR_VERSION 454 +#define tGMSH_MINOR_VERSION 455 +#define tGMSH_PATCH_VERSION 456 +#define tGmshExecutableName 457 +#define tSetPartition 458 +#define tNameToString 459 +#define tStringToName 460 +#define tAFFECTDIVIDE 461 +#define tAFFECTTIMES 462 +#define tAFFECTMINUS 463 +#define tAFFECTPLUS 464 +#define tOR 465 +#define tAND 466 +#define tNOTEQUAL 467 +#define tEQUAL 468 +#define tGREATEROREQUAL 469 +#define tLESSOREQUAL 470 +#define UNARYPREC 471 +#define tMINUSMINUS 472 +#define tPLUSPLUS 473 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 135 "Gmsh.y" +#line 138 "Gmsh.y" { char *c; int i; @@ -485,9 +489,10 @@ typedef union YYSTYPE double v[5]; Shape s; List_T *l; + struct TwoChar c2; } /* Line 1529 of yacc.c. */ -#line 491 "Gmsh.tab.hpp" +#line 496 "Gmsh.tab.hpp" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index 2c79b010f0..adf00c88f4 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -88,8 +88,8 @@ static std::string LoopControlVariablesNameTab[MAX_RECUR_LOOPS]; static std::map<std::string, std::vector<double> > floatOptions; static std::map<std::string, std::vector<std::string> > charOptions; static std::string factory; -static std::map<std::string, Struct> StructTable_M; -static char *Struct_Name = 0, *Struct_NameSpace = 0; +static NameSpaces nameSpaces; +static std::string struct_name, struct_namespace; static int flag_tSTRING_alloc = 0; // parser functions defined at the end of this file @@ -125,6 +125,9 @@ void setVisibility(int dim, int visible, bool recursive); void setVisibility(std::vector<int> tags[4], int visible, bool recursive); void setColor(std::vector<int> tags[4], unsigned int val, bool recursive); +double treat_Struct_FullName_dot_tSTRING_Float(char* c1, char* c2, char* c3); +char* treat_Struct_FullName_dot_tSTRING_String(char* c1, char* c2, char* c3); + struct doubleXstring{ double d; char *s; @@ -140,12 +143,13 @@ struct doubleXstring{ double v[5]; Shape s; List_T *l; + struct TwoChar c2; } %token <d> tDOUBLE %token <c> tSTRING tBIGSTR -%token tEND tAFFECT tDOTS tPi tMPI_Rank tMPI_Size tEuclidian tCoordinates tTestLevel +%token tEND tAFFECT tDOTS tSCOPE tPi tMPI_Rank tMPI_Size tEuclidian tCoordinates tTestLevel %token tExp tLog tLog10 tSqrt tSin tAsin tCos tAcos tTan tRand %token tAtan tAtan2 tSinh tCosh tTanh tFabs tFloor tCeil tRound %token tFmod tModulo tHypot tList tLinSpace tLogSpace tListFromFile tCatenary @@ -159,7 +163,7 @@ struct doubleXstring{ %token tCpu tMemory tTotalMemory %token tCreateTopology tCreateTopologyNoHoles %token tDistanceFunction tDefineConstant tUndefineConstant -%token tDefineNumber tDefineStruct tNameStruct +%token tDefineNumber tDefineStruct tNameStruct tAppend %token tDefineString tSetNumber tSetString %token tPoint tCircle tEllipse tLine tSphere tPolarSphere tSurface tSpline tVolume %token tBlock tCylinder tCone tTorus tEllipsoid tQuadric tShapeFromFile @@ -191,6 +195,7 @@ struct doubleXstring{ %type <i> NumericAffectation NumericIncrement BooleanOperator BooleanOption %type <i> PhysicalId0 PhysicalId1 PhysicalId2 PhysicalId3 %type <i> TransfiniteArrangement RecombineAngle InSphereCenter +%type <i> Append AppendOrNot %type <u> ColorExpr %type <c> StringExpr StringExprVar SendToFile tSTRING_Member_Float HomologyCommand %type <c> LP RP @@ -202,6 +207,7 @@ struct doubleXstring{ %type <l> ListOfShapes Transform Extrude MultipleShape Boolean %type <l> TransfiniteCorners PeriodicTransform %type <s> Shape +%type <c2> Struct_FullName // Operators (with ascending priority): cf. C language // @@ -219,7 +225,9 @@ struct doubleXstring{ %left '*' '/' '%' %right '!' tPLUSPLUS tMINUSMINUS UNARYPREC %right '^' -%left '(' ')' '[' ']' '.' '#' +%left '(' ')' '[' ']' '{' '}' '.' '#' +%left '~' +%left tSCOPE %start All @@ -366,7 +374,7 @@ Printf : // V I E W View : - tSTRING StringExprVar '{' Views '}' tEND + String__Index StringExprVar '{' Views '}' tEND { #if defined(HAVE_POST) if(!strcmp($1, "View") && ViewData->finalize()){ @@ -811,37 +819,7 @@ Affectation : Free($1); } - // lists of numbers with bracket notation - | tSTRING '[' ']' NumericAffectation ListOfDouble tEND - { - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - s.list = true; - double d; - switch($4){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); - } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; - } - Free($1); - List_Delete($5); - } - | StringIndex '[' ']' NumericAffectation ListOfDouble tEND + | String__Index LP RP NumericAffectation ListOfDouble tEND { gmsh_yysymbol &s(gmsh_yysymbols[$1]); s.list = true; @@ -870,117 +848,36 @@ Affectation : Free($1); List_Delete($5); } - | tSTRING '[' FExpr ']' NumericAffectation FExpr tEND + + | String__Index LP '{' RecursiveListOfDouble '}' RP NumericAffectation ListOfDouble tEND { - assignVariable($1, (int)$3, $5, $6); + assignVariables($1, $4, $7, $8); Free($1); + List_Delete($4); + List_Delete($8); } - | StringIndex '[' FExpr ']' NumericAffectation FExpr tEND + + //+++ TO FIX + // lists of numbers with bracket notation + | String__Index '[' FExpr ']' NumericAffectation FExpr tEND { assignVariable($1, (int)$3, $5, $6); Free($1); } - | tSTRING '[' FExpr ']' NumericIncrement tEND - { - incrementVariable($1, $3, $5); - Free($1); - } - | StringIndex '[' FExpr ']' NumericIncrement tEND + | String__Index '[' FExpr ']' NumericIncrement tEND { incrementVariable($1, $3, $5); Free($1); } - | tSTRING LP '{' RecursiveListOfDouble '}' RP NumericAffectation ListOfDouble tEND - { - assignVariables($1, $4, $7, $8); - Free($1); - List_Delete($4); - List_Delete($8); - } - | StringIndex LP '{' RecursiveListOfDouble '}' RP NumericAffectation ListOfDouble tEND - { - assignVariables($1, $4, $7, $8); - Free($1); - List_Delete($4); - List_Delete($8); - } // lists of numbers with parentheses notation - | tSTRING '(' ')' NumericAffectation ListOfDouble tEND - { - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - s.list = true; - double d; - switch($4){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); - } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; - } - Free($1); - List_Delete($5); - } - | StringIndex '(' ')' NumericAffectation ListOfDouble tEND - { - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - s.list = true; - double d; - switch($4){ - case 0: // affect - s.value.clear(); // fall-through - case 1: // append - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - s.value.push_back(d); - } - break; - case 2: // remove - for(int i = 0; i < List_Nbr($5); i++){ - List_Read($5, i, &d); - std::vector<double>::iterator it = std::find(s.value.begin(), - s.value.end(), d); - if(it != s.value.end()) s.value.erase(it); - } - break; - default: - yymsg(0, "Operators *= and /= not available for lists"); - break; - } - Free($1); - List_Delete($5); - } - | tSTRING '(' FExpr ')' NumericAffectation FExpr tEND + | String__Index '(' FExpr ')' NumericAffectation FExpr tEND { assignVariable($1, (int)$3, $5, $6); Free($1); } - | StringIndex '(' FExpr ')' NumericAffectation FExpr tEND - { - assignVariable($1, (int)$3, $5, $6); - Free($1); - } - | tSTRING '(' FExpr ')' NumericIncrement tEND - { - incrementVariable($1, $3, $5); - Free($1); - } - | StringIndex '(' FExpr ')' NumericIncrement tEND + | String__Index '(' FExpr ')' NumericIncrement tEND { incrementVariable($1, $3, $5); Free($1); @@ -996,90 +893,13 @@ Affectation : } // lists of strings with bracket notation - - | tSTRING '[' ']' tAFFECT tStr LP RP tEND - { - gmsh_yystringsymbols[$1] = std::vector<std::string>(); - Free($1); - } - - | StringIndex '[' ']' tAFFECT tStr LP RP tEND - { - gmsh_yystringsymbols[$1] = std::vector<std::string>(); - Free($1); - } - - | tSTRING '[' ']' tAFFECT tStr LP RecursiveListOfStringExprVar RP tEND - { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[$1] = s; - Free($1); - List_Delete($7); - } - - | StringIndex '[' ']' tAFFECT tStr LP RecursiveListOfStringExprVar RP tEND - { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[$1] = s; - Free($1); - List_Delete($7); - } - - | tSTRING '[' ']' tAFFECTPLUS tStr LP RecursiveListOfStringExprVar RP tEND - { - if(gmsh_yystringsymbols.count($1)){ - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - gmsh_yystringsymbols[$1].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", $1); - Free($1); - List_Delete($7); - } - - | StringIndex '[' ']' tAFFECTPLUS tStr LP RecursiveListOfStringExprVar RP tEND - { - if(gmsh_yystringsymbols.count($1)){ - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - gmsh_yystringsymbols[$1].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", $1); - Free($1); - List_Delete($7); - } - // lists of strings with parentheses notation - - | tSTRING '(' ')' tAFFECT tStr LP RP tEND + | String__Index LP RP tAFFECT tStr LP RP tEND { gmsh_yystringsymbols[$1] = std::vector<std::string>(); Free($1); } - - | StringIndex '(' ')' tAFFECT tStr LP RP tEND - { - gmsh_yystringsymbols[$1] = std::vector<std::string>(); - Free($1); - } - - | tSTRING '(' ')' tAFFECT tStr LP RecursiveListOfStringExprVar RP tEND + | String__Index LP RP tAFFECT tStr LP RecursiveListOfStringExprVar RP tEND { std::vector<std::string> s; for(int i = 0; i < List_Nbr($7); i++){ @@ -1091,36 +911,7 @@ Affectation : Free($1); List_Delete($7); } - - | StringIndex '(' ')' tAFFECT tStr LP RecursiveListOfStringExprVar RP tEND - { - std::vector<std::string> s; - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - s.push_back(*c); - Free(*c); - } - gmsh_yystringsymbols[$1] = s; - Free($1); - List_Delete($7); - } - - | tSTRING '(' ')' tAFFECTPLUS tStr LP RecursiveListOfStringExprVar RP tEND - { - if(gmsh_yystringsymbols.count($1)){ - for(int i = 0; i < List_Nbr($7); i++){ - char **c = (char**)List_Pointer($7, i); - gmsh_yystringsymbols[$1].push_back(*c); - Free(*c); - } - } - else - yymsg(0, "Uninitialized variable '%s'", $1); - Free($1); - List_Delete($7); - } - - | StringIndex '(' ')' tAFFECTPLUS tStr LP RecursiveListOfStringExprVar RP tEND + | String__Index LP RP tAFFECTPLUS tStr LP RecursiveListOfStringExprVar RP tEND { if(gmsh_yystringsymbols.count($1)){ for(int i = 0; i < List_Nbr($7); i++){ @@ -1137,14 +928,14 @@ Affectation : // Option Strings - | tSTRING '.' tSTRING tAFFECT StringExpr tEND + | String__Index '.' tSTRING tAFFECT StringExpr tEND { std::string tmp($5); StringOption(GMSH_SET|GMSH_GUI, $1, 0, $3, tmp); Free($1); Free($3); Free($5); } - | tSTRING '[' FExpr ']' '.' tSTRING tAFFECT StringExpr tEND + | String__Index '[' FExpr ']' '.' tSTRING tAFFECT StringExpr tEND { std::string tmp($8); StringOption(GMSH_SET|GMSH_GUI, $1, (int)$3, $6, tmp); @@ -1153,7 +944,7 @@ Affectation : // Option Numbers - | tSTRING '.' tSTRING NumericAffectation FExpr tEND + | String__Index '.' tSTRING NumericAffectation FExpr tEND { double d = 0.; if(NumberOption(GMSH_GET, $1, 0, $3, d)){ @@ -1172,7 +963,7 @@ Affectation : Free($1); Free($3); } - | tSTRING '[' FExpr ']' '.' tSTRING NumericAffectation FExpr tEND + | String__Index '[' FExpr ']' '.' tSTRING NumericAffectation FExpr tEND { double d = 0.; if(NumberOption(GMSH_GET, $1, (int)$3, $6, d)){ @@ -1191,7 +982,7 @@ Affectation : Free($1); Free($6); } - | tSTRING '.' tSTRING NumericIncrement tEND + | String__Index '.' tSTRING NumericIncrement tEND { double d = 0.; if(NumberOption(GMSH_GET, $1, 0, $3, d)){ @@ -1201,7 +992,7 @@ Affectation : Free($1); Free($3); } - | tSTRING '[' FExpr ']' '.' tSTRING NumericIncrement tEND + | String__Index '[' FExpr ']' '.' tSTRING NumericIncrement tEND { double d = 0.; if(NumberOption(GMSH_GET, $1, (int)$3, $6, d)){ @@ -1213,13 +1004,13 @@ Affectation : // Option Colors - | tSTRING '.' tColor '.' tSTRING tAFFECT ColorExpr tEND + | String__Index '.' tColor '.' tSTRING tAFFECT ColorExpr tEND { ColorOption(GMSH_SET|GMSH_GUI, $1, 0, $5, $7); Free($1); Free($5); } - | tSTRING '[' FExpr ']' '.' tColor '.' tSTRING tAFFECT ColorExpr tEND + | String__Index '[' FExpr ']' '.' tColor '.' tSTRING tAFFECT ColorExpr tEND { ColorOption(GMSH_SET|GMSH_GUI, $1, (int)$3, $8, $10); Free($1); Free($8); @@ -1227,7 +1018,7 @@ Affectation : // ColorTable - | tSTRING '.' tColorTable tAFFECT ListOfColor tEND + | String__Index '.' tColorTable tAFFECT ListOfColor tEND { GmshColorTable *ct = GetColorTable(0); if(!ct) @@ -1248,7 +1039,7 @@ Affectation : List_Delete($5); } - | tSTRING '[' FExpr ']' '.' tColorTable tAFFECT ListOfColor tEND + | String__Index '[' FExpr ']' '.' tColorTable tAFFECT ListOfColor tEND { GmshColorTable *ct = GetColorTable((int)$3); if(!ct) @@ -1271,7 +1062,7 @@ Affectation : // Fields - | tSTRING tField tAFFECT FExpr tEND + | String__Index tField tAFFECT FExpr tEND { #if defined(HAVE_MESH) if(!strcmp($1,"Background")) @@ -1462,25 +1253,7 @@ DefineConstants : Free($3); Free($6); } - | DefineConstants Comma String__Index '[' ']' tAFFECT '{' ListOfDouble - { floatOptions.clear(); charOptions.clear(); } - FloatParameterOptions '}' - { - std::string key($3); - std::vector<double> val; - for(int i = 0; i < List_Nbr($8); i++){ - double d; - List_Read($8, i, &d); - val.push_back(d); - } - if(!gmsh_yysymbols.count(key)){ - Msg::ExchangeOnelabParameter(key, val, floatOptions, charOptions); - gmsh_yysymbols[key].value = val; - } - Free($3); - Free($8); - } - | DefineConstants Comma String__Index '(' ')' tAFFECT '{' ListOfDouble + | DefineConstants Comma String__Index LP RP tAFFECT '{' ListOfDouble { floatOptions.clear(); charOptions.clear(); } FloatParameterOptions '}' { @@ -2443,7 +2216,7 @@ Transform : } $$ = $8; } - | tSTRING '{' MultipleShape '}' + | String__Index '{' MultipleShape '}' { $$ = List_Create(3, 3, sizeof(Shape)); std::string action($1); @@ -3083,7 +2856,7 @@ Visibility : // C O M M A N D Command : - tSTRING StringExpr tEND + String__Index StringExpr tEND { if(!strcmp($1, "Include")){ std::string tmp = FixRelativePath(gmsh_yyname, $2); @@ -3174,7 +2947,7 @@ Command : } List_Delete($3); } - | tSTRING tSTRING '[' FExpr ']' StringExprVar tEND + | String__Index String__Index '[' FExpr ']' StringExprVar tEND { #if defined(HAVE_POST) if(!strcmp($1, "Save") && !strcmp($2, "View")){ @@ -3191,7 +2964,7 @@ Command : #endif Free($1); Free($2); Free($6); } - | tSTRING tSTRING tSTRING '[' FExpr ']' tEND + | String__Index String__Index String__Index '[' FExpr ']' tEND { #if defined(HAVE_POST) && defined(HAVE_MESH) if(!strcmp($1, "Background") && !strcmp($2, "Mesh") && !strcmp($3, "View")){ @@ -3206,7 +2979,7 @@ Command : #endif Free($1); Free($2); Free($3); } - | tSTRING FExpr tEND + | String__Index FExpr tEND { if(!strcmp($1, "Sleep")){ SleepInSeconds($2); @@ -4816,66 +4589,32 @@ FExpr_Single : $$ = Msg::GetOnelabNumber($3, $5); Free($3); } - | String__Index +//+++ + | Struct_FullName { - if(gmsh_yysymbols.count($1)){ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); + if(gmsh_yysymbols.count($1.char2)){ + gmsh_yysymbol &s(gmsh_yysymbols[$1.char2]); if(s.value.empty()){ - yymsg(0, "Uninitialized variable '%s'", $1); + yymsg(0, "Uninitialized variable '%s'", $1.char2); $$ = 0.; } else $$ = s.value[0]; } else{ - std::string key($1); - if(StructTable_M.count(key)) { - $$ = (double)StructTable_M[key]._value; + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + $$ = (double)nameSpaces[struct_namespace][struct_name]._index; } else { - yymsg(0, "Unknown variable '%s'", $1); - $$ = 0.; - } - } - Free($1); - } - | tSTRING '[' FExpr ']' - { - int index = (int)$3; - if(!gmsh_yysymbols.count($1)){ - yymsg(0, "Unknown variable '%s'", $1); - $$ = 0.; - } - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", $1, index); - $$ = 0.; - } - else - $$ = s.value[index]; - } - Free($1); - } - | tSTRING '(' FExpr ')' - { - int index = (int)$3; - if(!gmsh_yysymbols.count($1)){ - yymsg(0, "Unknown variable '%s'", $1); - $$ = 0.; - } - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", $1, index); - $$ = 0.; + yymsg(0, "Unknown variable: %s", struct_name.c_str()); $$ = 0.; } - else - $$ = s.value[index]; } - Free($1); + Free($1.char1); Free($1.char2); } - | StringIndex '[' FExpr ']' + | String__Index '[' FExpr ']' { int index = (int)$3; if(!gmsh_yysymbols.count($1)){ @@ -4893,7 +4632,7 @@ FExpr_Single : } Free($1); } - | StringIndex '(' FExpr ')' + | String__Index '(' FExpr ')' { int index = (int)$3; if(!gmsh_yysymbols.count($1)){ @@ -4956,47 +4695,7 @@ FExpr_Single : } Free($1); } - | tSTRING '[' FExpr ']' NumericIncrement - { - int index = (int)$3; - if(!gmsh_yysymbols.count($1)){ - yymsg(0, "Unknown variable '%s'", $1); - $$ = 0.; - } - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", $1, index); - $$ = 0.; - } - else{ - $$ = s.value[index]; - s.value[index] += $5; - } - } - Free($1); - } - | tSTRING '(' FExpr ')' NumericIncrement - { - int index = (int)$3; - if(!gmsh_yysymbols.count($1)){ - yymsg(0, "Unknown variable '%s'", $1); - $$ = 0.; - } - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - if((int)s.value.size() < index + 1){ - yymsg(0, "Uninitialized variable '%s[%d]'", $1, index); - $$ = 0.; - } - else{ - $$ = s.value[index]; - s.value[index] += $5; - } - } - Free($1); - } - | StringIndex '[' FExpr ']' NumericIncrement + | String__Index '[' FExpr ']' NumericIncrement { int index = (int)$3; if(!gmsh_yysymbols.count($1)){ @@ -5016,7 +4715,8 @@ FExpr_Single : } Free($1); } - | StringIndex '(' FExpr ')' NumericIncrement + + | String__Index '(' FExpr ')' NumericIncrement { int index = (int)$3; if(!gmsh_yysymbols.count($1)){ @@ -5038,38 +4738,51 @@ FExpr_Single : } // Option Strings -/* +/* not any more ... | tSTRING '.' tSTRING { NumberOption(GMSH_GET, $1, 0, $3, $$); Free($1); Free($3); } */ - //+++extention to structures + +//+++ ... extention to structures +// PD: TO FIX (to avoid shift/reduce conflict) +// | Struct_FullName '.' tSTRING//_Member_Float | String__Index '.' tSTRING_Member_Float { - std::string key($1); - if(StructTable_M.count(key)) { + $$ = treat_Struct_FullName_dot_tSTRING_Float(NULL, $1, $3); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + if (nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { std::string key2($3); - if(StructTable_M[key]._fopt.count(key2)) { - $$ = StructTable_M[key]._fopt[key2][0]; + if (nameSpaces[struct_namespace][struct_name]._fopt.count(key2)) { + $$ = nameSpaces[struct_namespace][struct_name]._fopt[key2][0]; } else { - yymsg(0, "Unknown member '%s' of Struct %s", $3, $1); $$ = 0.; + yymsg(0, "Unknown member '%s' of Struct %s", $3, struct_name.c_str()); + $$ = 0.; } } else { - NumberOption(GMSH_GET, $1, 0, $3, $$); + NumberOption(GMSH_GET, $1.char2, 0, $3, $$); } - Free($1); + Free($1.char1); Free($1.char2); if (flag_tSTRING_alloc) Free($3); + */ } - | tSTRING '[' FExpr ']' '.' tSTRING + | String__Index tSCOPE String__Index '.' tSTRING_Member_Float + { $$ = treat_Struct_FullName_dot_tSTRING_Float($1, $3, $5); } + + | String__Index '[' FExpr ']' '.' tSTRING { NumberOption(GMSH_GET, $1, (int)$3, $6, $$); Free($1); Free($6); } - | String__Index '.' tSTRING_Member_Float NumericIncrement + + | String__Index '.' tSTRING NumericIncrement { double d = 0.; if(NumberOption(GMSH_GET, $1, 0, $3, d)){ @@ -5079,7 +4792,8 @@ FExpr_Single : } Free($1); Free($3); } - | tSTRING '[' FExpr ']' '.' tSTRING NumericIncrement + + | String__Index '[' FExpr ']' '.' tSTRING NumericIncrement { double d = 0.; if(NumberOption(GMSH_GET, $1, (int)$3, $6, d)){ @@ -5150,25 +4864,42 @@ FExpr_Single : } ; -//+++ + DefineStruct : - tDefineStruct Struct_FullName + tDefineStruct Struct_FullName AppendOrNot { floatOptions.clear(); charOptions.clear(); } - Option_SaveStructNameInConstant '[' FExpr FloatParameterOptions ']' { - std::string key(Struct_Name); - StructTable_M[key] = Struct((int)$6, 1, floatOptions, charOptions); - $$ = $6; - Free(Struct_Name); + std::string struct_namespace($2.char1? $2.char1 : std::string("")), + struct_name($2.char2); + Free($2.char1); Free($2.char2); + if (!$3) + if (!nameSpaces[struct_namespace].count(struct_name)) { + int index = (int)$6; + if (index < 0) + index = nameSpaces[struct_namespace].get().size()+1; + nameSpaces[struct_namespace][struct_name] = + Struct(index, floatOptions, charOptions); + $$ = (double)index; + } + else { + yymsg(0, "Redefinition of Struct '%s::%s'", + struct_namespace.c_str(), struct_name.c_str()); + $$ = $6; + } + else { + nameSpaces[struct_namespace][struct_name]. + append(floatOptions, charOptions); + $$ = (double)nameSpaces[struct_namespace][struct_name]._index; + } } ; Struct_FullName : String__Index - { Struct_NameSpace = NULL; Struct_Name = $1; } - | String__Index tDOTS tDOTS String__Index - { Struct_NameSpace = $1; Struct_Name = $4; } + { $$.char1 = NULL; $$.char2 = $1; } + | String__Index tSCOPE String__Index + { $$.char1 = $1; $$.char2 = $3; } ; tSTRING_Member_Float : @@ -5180,16 +4911,20 @@ tSTRING_Member_Float : */ ; +Append : + tAppend + { $$ = 99; } // Default: max level + | tAppend FExpr + { $$ = (int)$2; } + ; + +AppendOrNot : + /* none */ + { $$ = 0; } + | '(' Append ')' + { $$ = $2; } + ; -Option_SaveStructNameInConstant : - // None - | '{' String__Index '}' - { - std::string key($2), val(Struct_Name); - gmsh_yystringsymbols[key] = std::vector<std::string>(1, val); - Free($2); - } -; VExpr : VExpr_Single @@ -5477,19 +5212,7 @@ FExpr_Multi : } List_Delete($1); } - | tSTRING LP RP - { - $$ = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count($1)) - yymsg(0, "Unknown variable '%s'", $1); - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - for(unsigned int i = 0; i < s.value.size(); i++) - List_Add($$, &s.value[i]); - } - Free($1); - } - | StringIndex LP RP + | String__Index LP RP { $$ = List_Create(2, 1, sizeof(double)); if(!gmsh_yysymbols.count($1)) @@ -5522,33 +5245,11 @@ FExpr_Multi : { $$ = $3; } - | tList '[' '{' RecursiveListOfDouble '}' ']' + | tList LP '{' RecursiveListOfDouble '}' RP { $$ = $4; } - | tList '(' '{' RecursiveListOfDouble '}' ')' - { - $$ = $4; - } - | tSTRING LP '{' RecursiveListOfDouble '}' RP - { - $$ = List_Create(2, 1, sizeof(double)); - if(!gmsh_yysymbols.count($1)) - yymsg(0, "Unknown variable '%s'", $1); - else{ - gmsh_yysymbol &s(gmsh_yysymbols[$1]); - for(int i = 0; i < List_Nbr($4); i++){ - int index = (int)(*(double*)List_Pointer_Fast($4, i)); - if((int)s.value.size() < index + 1) - yymsg(0, "Uninitialized variable '%s[%d]'", $1, index); - else - List_Add($$, &s.value[index]); - } - } - Free($1); - List_Delete($4); - } - | StringIndex LP '{' RecursiveListOfDouble '}' RP + | String__Index LP '{' RecursiveListOfDouble '}' RP { $$ = List_Create(2, 1, sizeof(double)); if(!gmsh_yysymbols.count($1)) @@ -5712,7 +5413,7 @@ ListOfColor : { $$ = $2; } - | tSTRING '[' FExpr ']' '.' tColorTable + | String__Index '[' FExpr ']' '.' tColorTable { $$ = List_Create(256, 10, sizeof(unsigned int)); GmshColorTable *ct = GetColorTable((int)$3); @@ -5756,7 +5457,7 @@ StringExprVar : strcpy($$, val.c_str()); Free($1); } - | tSTRING '[' FExpr ']' + | String__Index '[' FExpr ']' { std::string val; int j = (int)$3; @@ -5770,35 +5471,7 @@ StringExprVar : strcpy($$, val.c_str()); Free($1); } - | StringIndex '[' FExpr ']' - { - std::string val; - int j = (int)$3; - if(!gmsh_yystringsymbols.count($1)) - yymsg(0, "Unknown string variable '%s'", $1); - else if(j >= 0 && j < (int)gmsh_yystringsymbols[$1].size()) - val = gmsh_yystringsymbols[$1][j]; - else - yymsg(0, "Index %d out of range", j); - $$ = (char *)Malloc((val.size() + 1) * sizeof(char)); - strcpy($$, val.c_str()); - Free($1); - } - | tSTRING '(' FExpr ')' - { - std::string val; - int j = (int)$3; - if(!gmsh_yystringsymbols.count($1)) - yymsg(0, "Unknown string variable '%s'", $1); - else if(j >= 0 && j < (int)gmsh_yystringsymbols[$1].size()) - val = gmsh_yystringsymbols[$1][j]; - else - yymsg(0, "Index %d out of range", j); - $$ = (char *)Malloc((val.size() + 1) * sizeof(char)); - strcpy($$, val.c_str()); - Free($1); - } - | StringIndex '(' FExpr ')' + | String__Index '(' FExpr ')' { std::string val; int j = (int)$3; @@ -5812,17 +5485,24 @@ StringExprVar : strcpy($$, val.c_str()); Free($1); } + +// PD: TO FIX (to avoid shift/reduce conflict) +// | Struct_FullName '.' String__Index //tSTRING//_Member_Float | String__Index '.' tSTRING_Member_Float { + $$ = treat_Struct_FullName_dot_tSTRING_String(NULL, $1, $3); + /* std::string out; - std::string key($1); - if(StructTable_M.count(key)) { + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { std::string key2($3); - if(StructTable_M[key]._copt.count(key2)) { - out = StructTable_M[key]._copt[key2][0]; + if(nameSpaces[struct_namespace][struct_name]._copt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._copt[key2][0]; } else { - yymsg(0, "Unknown member '%s' of Struct %s", $3, $1); + yymsg(0, "Unknown member '%s' of Struct %s", $3, struct_name.c_str()); } } else { @@ -5830,10 +5510,15 @@ StringExprVar : } $$ = (char*)Malloc((out.size() + 1) * sizeof(char)); strcpy($$, out.c_str()); - Free($1); + Free($1.char1); Free($1.char2); if (flag_tSTRING_alloc) Free($3); + */ } - | tSTRING '[' FExpr ']' '.' tSTRING + | String__Index tSCOPE String__Index '.' tSTRING_Member_Float + { $$ = treat_Struct_FullName_dot_tSTRING_String($1, $3, $5); } + + + | String__Index '[' FExpr ']' '.' tSTRING { std::string out; StringOption(GMSH_GET, $1, (int)$3, $6, out); @@ -6116,23 +5801,34 @@ StringExpr : | tNameStruct LP NameStruct_Arg RP { std::string out; - int val = (int)$3; - std::map<std::string, Struct>::iterator it; - for (it = StructTable_M.begin(); it != StructTable_M.end(); ++it ) - if (it->second._value == val) out = it->first; + const std::string * key_struct = NULL; + switch (nameSpaces.get_key_struct_from_index((int)$3, key_struct, + struct_namespace)) { + case 0: + out = *key_struct; + break; + case 1: + yymsg(1, "Unknown NameSpace '%s' of Struct", struct_namespace.c_str()); + break; + case 2: + yymsg(1, "Unknown Struct of index %d", (int)$3); + break; + default: + break; + } $$ = (char*)Malloc((out.size() + 1) * sizeof(char)); strcpy($$, out.c_str()); } ; - NameStruct_Arg : '#' FExpr - { Struct_NameSpace = NULL; $$ = $2; } - | String__Index tDOTS tDOTS '#' FExpr - { Struct_NameSpace = $1; $$ = $5; } + { struct_namespace = std::string(""); $$ = $2; } + | String__Index tSCOPE '#' FExpr + { struct_namespace = $1; Free($1); $$ = $4; } ; + RecursiveListOfStringExprVar : StringExprVar { @@ -6856,3 +6552,60 @@ int NEWPHYSICAL() else return (GModel::current()->getGEOInternals()->getMaxPhysicalTag() + 1); } + + +double treat_Struct_FullName_dot_tSTRING_Float(char* c1, char* c2, char* c3) { + double out; + std::string struct_namespace(c1? c1 : std::string("")), + struct_name(c2); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + */ + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2(c3); + if(nameSpaces[struct_namespace][struct_name]._fopt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._fopt[key2][0]; + } + else { + yymsg(0, "Unknown member '%s' of Struct %s", c3, struct_name.c_str()); + out = 0.; + } + } + else { + NumberOption(GMSH_GET, c2, 0, c3, out); + } + Free(c1); Free(c2); + if (flag_tSTRING_alloc) Free(c3); + return out; +} + + +char* treat_Struct_FullName_dot_tSTRING_String(char* c1, char* c2, char* c3) { + std::string out; + std::string struct_namespace(c1? c1 : std::string("")), + struct_name(c2); + /* + std::string struct_namespace($1.char1? $1.char1 : std::string("")), + struct_name($1.char2); + */ + if(nameSpaces.count(struct_namespace) && + nameSpaces[struct_namespace].count(struct_name)) { + std::string key2(c3); + if(nameSpaces[struct_namespace][struct_name]._copt.count(key2)) { + out = nameSpaces[struct_namespace][struct_name]._copt[key2][0]; + } + else { + yymsg(0, "Unknown member '%s' of Struct %s", c3, struct_name.c_str()); + } + } + else { + StringOption(GMSH_GET, c2, 0, c3, out); + } + char* out_c = (char*)Malloc((out.size() + 1) * sizeof(char)); + strcpy(out_c, out.c_str()); + Free(c1); Free(c2); + if (flag_tSTRING_alloc) Free(c3); + return out_c; +} diff --git a/Parser/Parser.h b/Parser/Parser.h index fe33de760b..c1bb1b293b 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -28,22 +28,108 @@ class Shape{ int Num; }; +struct TwoChar { char *char1, *char2; }; + +// classes for Struct class Struct { public: Struct() {} - Struct(int value, int type, + Struct(int index, std::map<std::string, std::vector<double> > fopt, std::map<std::string, std::vector<std::string> > copt) : - _value(value), _type(type), _fopt(fopt), _copt(copt) {} + _index(index), _fopt(fopt), _copt(copt) {} ~Struct() {} + void append(std::map<std::string, std::vector<double> > fopt, + std::map<std::string, std::vector<std::string> > copt) { + this->_fopt.insert(fopt.begin(), fopt.end()); + this->_copt.insert(copt.begin(), copt.end()); + } + + void print(const std::string & struct_name, const std::string & struct_namespace) + { + //... + } + public: - int _value; - int _type; + int _index; std::map<std::string, std::vector<double> > _fopt; std::map<std::string, std::vector<std::string> > _copt; }; + +template <class K, class T> +class Map { +public: + Map() {} + ~Map() {} + + T * Find(K key) { + typename std::map<K, T>::iterator it; + if ( (it = _map.find(key)) != _map.end() ) return &it->second; + else return NULL; + } + + inline T & operator[] (K key) { return _map[key]; } + inline std::map<K, T> & get() { return _map; } + inline int count (std::string key) { return _map.count(key); } + +public: + std::map<K, T> _map; +}; + + +typedef std::map<std::string, Struct> Map_string_Struct; + +class Structs : public Map<std::string, Struct> { +public: + Structs() { _new_index = 1; } + ~Structs() {} + + int get_key_struct_from_index(int index, const std::string * & key_struct) { + Map_string_Struct::iterator it_st; + for (it_st = this->get().begin(); it_st != this->get().end(); ++it_st ) + if (it_st->second._index == index) break; + if (it_st != this->get().end()) { + key_struct = &it_st->first; + return 0; + } + else return 2; + } + + void print(const std::string & struct_namespace) { + for (Map_string_Struct::iterator it_st = this->get().begin(); + it_st != this->get().end(); ++it_st ) + it_st->second.print(it_st->first, struct_namespace); + } + +public: + int _new_index; +}; + + +typedef std::map<std::string, Structs> Map_string_Structs; + +class NameSpaces : public Map<std::string, Structs> { +public: + NameSpaces() {} + ~NameSpaces() {} + + int get_key_struct_from_index(int index, const std::string * & key_struct, + std::string & key_namespace) { + if (this->count(key_namespace)) + return (*this)[key_namespace].get_key_struct_from_index(index, key_struct); + else return 1; + } + + void print() { + for (Map_string_Structs::iterator it_ns = this->get().begin(); + it_ns != this->get().end(); ++it_ns ) + it_ns->second.print(it_ns->first); + } +}; + + // global parser variables that need to be exported extern gmshFILE gmsh_yyin; extern int gmsh_yylineno; -- GitLab