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

remove tMesh
parent f23d1831
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -121,77 +121,76 @@ typedef union {
#define tReturn 368
#define tCall 369
#define tFunction 370
#define tMesh 371
#define tTrimmed 372
#define tShow 373
#define tHide 374
#define tB_SPLINE_SURFACE_WITH_KNOTS 375
#define tB_SPLINE_CURVE_WITH_KNOTS 376
#define tCARTESIAN_POINT 377
#define tTRUE 378
#define tFALSE 379
#define tUNSPECIFIED 380
#define tU 381
#define tV 382
#define tEDGE_CURVE 383
#define tVERTEX_POINT 384
#define tORIENTED_EDGE 385
#define tPLANE 386
#define tFACE_OUTER_BOUND 387
#define tEDGE_LOOP 388
#define tADVANCED_FACE 389
#define tVECTOR 390
#define tDIRECTION 391
#define tAXIS2_PLACEMENT_3D 392
#define tISO 393
#define tENDISO 394
#define tENDSEC 395
#define tDATA 396
#define tHEADER 397
#define tFILE_DESCRIPTION 398
#define tFILE_SCHEMA 399
#define tFILE_NAME 400
#define tMANIFOLD_SOLID_BREP 401
#define tCLOSED_SHELL 402
#define tADVANCED_BREP_SHAPE_REPRESENTATION 403
#define tFACE_BOUND 404
#define tCYLINDRICAL_SURFACE 405
#define tCONICAL_SURFACE 406
#define tCIRCLE 407
#define tTRIMMED_CURVE 408
#define tGEOMETRIC_SET 409
#define tCOMPOSITE_CURVE_SEGMENT 410
#define tCONTINUOUS 411
#define tCOMPOSITE_CURVE 412
#define tTOROIDAL_SURFACE 413
#define tPRODUCT_DEFINITION 414
#define tPRODUCT_DEFINITION_SHAPE 415
#define tSHAPE_DEFINITION_REPRESENTATION 416
#define tELLIPSE 417
#define tSolid 418
#define tEndSolid 419
#define tVertex 420
#define tFacet 421
#define tNormal 422
#define tOuter 423
#define tLoopSTL 424
#define tEndLoop 425
#define tEndFacet 426
#define tAFFECTPLUS 427
#define tAFFECTMINUS 428
#define tAFFECTTIMES 429
#define tAFFECTDIVIDE 430
#define tOR 431
#define tAND 432
#define tEQUAL 433
#define tNOTEQUAL 434
#define tAPPROXEQUAL 435
#define tLESSOREQUAL 436
#define tGREATEROREQUAL 437
#define tCROSSPRODUCT 438
#define tPLUSPLUS 439
#define tMINUSMINUS 440
#define UNARYPREC 441
#define tTrimmed 371
#define tShow 372
#define tHide 373
#define tB_SPLINE_SURFACE_WITH_KNOTS 374
#define tB_SPLINE_CURVE_WITH_KNOTS 375
#define tCARTESIAN_POINT 376
#define tTRUE 377
#define tFALSE 378
#define tUNSPECIFIED 379
#define tU 380
#define tV 381
#define tEDGE_CURVE 382
#define tVERTEX_POINT 383
#define tORIENTED_EDGE 384
#define tPLANE 385
#define tFACE_OUTER_BOUND 386
#define tEDGE_LOOP 387
#define tADVANCED_FACE 388
#define tVECTOR 389
#define tDIRECTION 390
#define tAXIS2_PLACEMENT_3D 391
#define tISO 392
#define tENDISO 393
#define tENDSEC 394
#define tDATA 395
#define tHEADER 396
#define tFILE_DESCRIPTION 397
#define tFILE_SCHEMA 398
#define tFILE_NAME 399
#define tMANIFOLD_SOLID_BREP 400
#define tCLOSED_SHELL 401
#define tADVANCED_BREP_SHAPE_REPRESENTATION 402
#define tFACE_BOUND 403
#define tCYLINDRICAL_SURFACE 404
#define tCONICAL_SURFACE 405
#define tCIRCLE 406
#define tTRIMMED_CURVE 407
#define tGEOMETRIC_SET 408
#define tCOMPOSITE_CURVE_SEGMENT 409
#define tCONTINUOUS 410
#define tCOMPOSITE_CURVE 411
#define tTOROIDAL_SURFACE 412
#define tPRODUCT_DEFINITION 413
#define tPRODUCT_DEFINITION_SHAPE 414
#define tSHAPE_DEFINITION_REPRESENTATION 415
#define tELLIPSE 416
#define tSolid 417
#define tEndSolid 418
#define tVertex 419
#define tFacet 420
#define tNormal 421
#define tOuter 422
#define tLoopSTL 423
#define tEndLoop 424
#define tEndFacet 425
#define tAFFECTPLUS 426
#define tAFFECTMINUS 427
#define tAFFECTTIMES 428
#define tAFFECTDIVIDE 429
#define tOR 430
#define tAND 431
#define tEQUAL 432
#define tNOTEQUAL 433
#define tAPPROXEQUAL 434
#define tLESSOREQUAL 435
#define tGREATEROREQUAL 436
#define tCROSSPRODUCT 437
#define tPLUSPLUS 438
#define tMINUSMINUS 439
#define UNARYPREC 440
extern YYSTYPE yylval;
%{
// $Id: Gmsh.y,v 1.153 2003-12-11 17:15:39 geuzaine Exp $
// $Id: Gmsh.y,v 1.154 2003-12-11 18:37:53 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......@@ -115,7 +115,7 @@ void FixRelativePath(char *in, char *out);
%token tText2D tText3D tCombine
%token tBSpline tBezier tNurbs tOrder tWith tBounds tKnots
%token tColor tColorTable tFor tIn tEndFor tIf tEndIf tExit
%token tReturn tCall tFunction tMesh tTrimmed tShow tHide
%token tReturn tCall tFunction tTrimmed tShow tHide
%token tB_SPLINE_SURFACE_WITH_KNOTS
%token tB_SPLINE_CURVE_WITH_KNOTS
......
......@@ -2,7 +2,7 @@
/* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.173 2003-12-11 17:15:39 geuzaine Exp $
* $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.174 2003-12-11 18:37:53 geuzaine Exp $
*/
#define FLEX_SCANNER
......@@ -1015,7 +1015,7 @@ char *yytext;
#define INITIAL 0
#line 2 "Gmsh.l"
// $Id: Gmsh.yy.cpp,v 1.173 2003-12-11 17:15:39 geuzaine Exp $
// $Id: Gmsh.yy.cpp,v 1.174 2003-12-11 18:37:53 geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment