Skip to content
Snippets Groups Projects
Commit 5d0d2706 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove tPoints token -- it conflicts with options ; use tPoint instead

parent 319cc991
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,6 @@ Physical return tPhysical; ...@@ -176,7 +176,6 @@ Physical return tPhysical;
Pi return tPi; Pi return tPi;
Plane return tPlane; Plane return tPlane;
Point return tPoint; Point return tPoint;
Points return tPoints;
Parametric return tParametric; Parametric return tParametric;
PolarSphere return tPolarSphere; PolarSphere return tPolarSphere;
Printf return tPrintf; Printf return tPrintf;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -112,69 +112,68 @@ ...@@ -112,69 +112,68 @@
tDilate = 329, tDilate = 329,
tExtrude = 330, tExtrude = 330,
tLevelset = 331, tLevelset = 331,
tPoints = 332, tLoop = 332,
tLoop = 333, tRecombine = 333,
tRecombine = 334, tSmoother = 334,
tSmoother = 335, tSplit = 335,
tSplit = 336, tDelete = 336,
tDelete = 337, tCoherence = 337,
tCoherence = 338, tIntersect = 338,
tIntersect = 339, tLayers = 339,
tLayers = 340, tHole = 340,
tHole = 341, tAlias = 341,
tAlias = 342, tAliasWithOptions = 342,
tAliasWithOptions = 343, tQuadTriDbl = 343,
tQuadTriDbl = 344, tQuadTriSngl = 344,
tQuadTriSngl = 345, tRecombLaterals = 345,
tRecombLaterals = 346, tTransfQuadTri = 346,
tTransfQuadTri = 347, tText2D = 347,
tText2D = 348, tText3D = 348,
tText3D = 349, tInterpolationScheme = 349,
tInterpolationScheme = 350, tTime = 350,
tTime = 351, tCombine = 351,
tCombine = 352, tBSpline = 352,
tBSpline = 353, tBezier = 353,
tBezier = 354, tNurbs = 354,
tNurbs = 355, tNurbsOrder = 355,
tNurbsOrder = 356, tNurbsKnots = 356,
tNurbsKnots = 357, tColor = 357,
tColor = 358, tColorTable = 358,
tColorTable = 359, tFor = 359,
tFor = 360, tIn = 360,
tIn = 361, tEndFor = 361,
tEndFor = 362, tIf = 362,
tIf = 363, tEndIf = 363,
tEndIf = 364, tExit = 364,
tExit = 365, tField = 365,
tField = 366, tReturn = 366,
tReturn = 367, tCall = 367,
tCall = 368, tFunction = 368,
tFunction = 369, tShow = 369,
tShow = 370, tHide = 370,
tHide = 371, tGetValue = 371,
tGetValue = 372, tGetEnv = 372,
tGetEnv = 373, tGetString = 373,
tGetString = 374, tGMSH_MAJOR_VERSION = 374,
tGMSH_MAJOR_VERSION = 375, tGMSH_MINOR_VERSION = 375,
tGMSH_MINOR_VERSION = 376, tGMSH_PATCH_VERSION = 376,
tGMSH_PATCH_VERSION = 377, tHomRank = 377,
tHomRank = 378, tHomGen = 378,
tHomGen = 379, tHomCut = 379,
tHomCut = 380, tHomSeq = 380,
tHomSeq = 381, tAFFECTDIVIDE = 381,
tAFFECTDIVIDE = 382, tAFFECTTIMES = 382,
tAFFECTTIMES = 383, tAFFECTMINUS = 383,
tAFFECTMINUS = 384, tAFFECTPLUS = 384,
tAFFECTPLUS = 385, tOR = 385,
tOR = 386, tAND = 386,
tAND = 387, tNOTEQUAL = 387,
tNOTEQUAL = 388, tEQUAL = 388,
tEQUAL = 389, tGREATEROREQUAL = 389,
tGREATEROREQUAL = 390, tLESSOREQUAL = 390,
tLESSOREQUAL = 391, UNARYPREC = 391,
UNARYPREC = 392, tMINUSMINUS = 392,
tMINUSMINUS = 393, tPLUSPLUS = 393
tPLUSPLUS = 394
}; };
#endif #endif
...@@ -198,7 +197,7 @@ typedef union YYSTYPE ...@@ -198,7 +197,7 @@ typedef union YYSTYPE
/* Line 1685 of yacc.c */ /* Line 1685 of yacc.c */
#line 202 "Gmsh.tab.hpp" #line 201 "Gmsh.tab.hpp"
} YYSTYPE; } YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define yystype YYSTYPE /* obsolescent; will be withdrawn */
......
...@@ -110,7 +110,7 @@ fullMatrix<double> ListOfListOfDouble2Matrix(List_T *list); ...@@ -110,7 +110,7 @@ fullMatrix<double> ListOfListOfDouble2Matrix(List_T *list);
%token tCharacteristic tLength tParametric tElliptic tRefineMesh %token tCharacteristic tLength tParametric tElliptic tRefineMesh
%token tPlane tRuled tTransfinite tComplex tPhysical tCompound tPeriodic %token tPlane tRuled tTransfinite tComplex tPhysical tCompound tPeriodic
%token tUsing tPlugin tDegenerated %token tUsing tPlugin tDegenerated
%token tRotate tTranslate tSymmetry tDilate tExtrude tLevelset tPoints %token tRotate tTranslate tSymmetry tDilate tExtrude tLevelset
%token tLoop tRecombine tSmoother tSplit tDelete tCoherence tIntersect %token tLoop tRecombine tSmoother tSplit tDelete tCoherence tIntersect
%token tLayers tHole tAlias tAliasWithOptions %token tLayers tHole tAlias tAliasWithOptions
%token tQuadTriDbl tQuadTriSngl tRecombLaterals tTransfQuadTri %token tQuadTriDbl tQuadTriSngl tRecombLaterals tTransfQuadTri
...@@ -1817,7 +1817,7 @@ LevelSet : ...@@ -1817,7 +1817,7 @@ LevelSet :
yymsg(0, "Wrong levelset definition (%d)", $4); yymsg(0, "Wrong levelset definition (%d)", $4);
#endif #endif
} }
| tLevelset tPoints '(' FExpr ')' tAFFECT '{' RecursiveListOfListOfDouble '}' tEND | tLevelset tPoint '(' FExpr ')' tAFFECT '{' RecursiveListOfListOfDouble '}' tEND
{ {
#if defined(HAVE_DINTEGRATION) #if defined(HAVE_DINTEGRATION)
int t = (int)$4; int t = (int)$4;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment