From 4eec2ad6605a940b21bbea9c1fedd10da23a2de3 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 24 Nov 2000 10:21:24 +0000 Subject: [PATCH] typo --- Geo/CAD.cpp | 6 +++--- Geo/CAD.h | 6 +++--- Parser/Gmsh.tab.cpp | 8 ++++---- Parser/Gmsh.tab.cpp.h | 2 +- Parser/Gmsh.y | 8 ++++---- Parser/Gmsh.yy.cpp | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Geo/CAD.cpp b/Geo/CAD.cpp index 309ad951d6..1a683fc131 100644 --- a/Geo/CAD.cpp +++ b/Geo/CAD.cpp @@ -1,4 +1,4 @@ -/* $Id: CAD.cpp,v 1.5 2000-11-24 08:04:14 geuzaine Exp $ */ +/* $Id: CAD.cpp,v 1.6 2000-11-24 10:21:21 geuzaine Exp $ */ #include "Gmsh.h" #include "Geo.h" @@ -1419,8 +1419,8 @@ void RotateShapes (double Ax,double Ay,double Az, ReplaceAllDuplicates ( THEM ); } -void SymetryShapes (double A,double B,double C, - double D, List_T *ListShapes, int x){ +void SymmetryShapes (double A,double B,double C, + double D, List_T *ListShapes, int x){ double matrix[4][4]; SetSymmetryMatrix(matrix,A,B,C,D); ApplicationOnShapes(matrix,ListShapes); diff --git a/Geo/CAD.h b/Geo/CAD.h index 1c382b7323..1102d6df06 100644 --- a/Geo/CAD.h +++ b/Geo/CAD.h @@ -1,4 +1,4 @@ -/* $Id: CAD.h,v 1.2 2000-11-23 14:11:30 geuzaine Exp $ */ +/* $Id: CAD.h,v 1.3 2000-11-24 10:21:21 geuzaine Exp $ */ #ifndef _CAD_H_ #define _CAD_H_ @@ -42,8 +42,8 @@ void DilatShapes(double X,double Y,double Z, double A, void RotateShapes (double Ax,double Ay,double Az, double Px,double Py, double Pz, double alpha, List_T *ListShapes); -void SymetryShapes (double A,double B,double C, - double D, List_T *ListShapes, int x); +void SymmetryShapes (double A,double B,double C, + double D, List_T *ListShapes, int x); void CopyShape(int Type, int Num, int *New); void DeletePoint(int ip); diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp index 85fb743388..2d93f05fce 100644 --- a/Parser/Gmsh.tab.cpp +++ b/Parser/Gmsh.tab.cpp @@ -55,7 +55,7 @@ #define tAssociation 305 #define tRotate 306 #define tTranslate 307 -#define tSymetry 308 +#define tSymmetry 308 #define tDilate 309 #define tExtrude 310 #define tDuplicata 311 @@ -146,7 +146,7 @@ #define UMINUS 396 #line 1 "Gmsh.y" - /* $Id: Gmsh.tab.cpp,v 1.5 2000-11-24 09:44:00 geuzaine Exp $ */ + /* $Id: Gmsh.tab.cpp,v 1.6 2000-11-24 10:21:24 geuzaine Exp $ */ #include <stdarg.h> @@ -504,7 +504,7 @@ static const char * const yytname[] = { "$","error","$undefined.","tDOUBLE", "tFabs","tFloor","tCeil","tFmod","tModulo","tHypot","tPoint","tCircle","tEllipsis", "tLine","tSurface","tSpline","tVolume","tCharacteristic","tLength","tParametric", "tElliptic","tPlane","tRuled","tTransfinite","tComplex","tPhysical","tUsing", -"tPower","tBump","tProgression","tAssociation","tRotate","tTranslate","tSymetry", +"tPower","tBump","tProgression","tAssociation","tRotate","tTranslate","tSymmetry", "tDilate","tExtrude","tDuplicata","tLoop","tInclude","tRecombine","tDelete", "tCoherence","tView","tOffset","tAttractor","tLayers","tScalarSimplex","tVectorSimplex", "tTensorSimplex","tScalarTriangle","tVectorTriangle","tTensorTriangle","tScalarLine", @@ -2645,7 +2645,7 @@ case 122: case 123: #line 791 "Gmsh.y" { - SymetryShapes(yyvsp[-4].v[0],yyvsp[-4].v[1],yyvsp[-4].v[2],yyvsp[-4].v[3],yyvsp[-1].l,1); + SymmetryShapes(yyvsp[-4].v[0],yyvsp[-4].v[1],yyvsp[-4].v[2],yyvsp[-4].v[3],yyvsp[-1].l,1); yyval.l = yyvsp[-1].l; ; break;} diff --git a/Parser/Gmsh.tab.cpp.h b/Parser/Gmsh.tab.cpp.h index 6e6866a338..180d686def 100644 --- a/Parser/Gmsh.tab.cpp.h +++ b/Parser/Gmsh.tab.cpp.h @@ -56,7 +56,7 @@ typedef union { #define tAssociation 305 #define tRotate 306 #define tTranslate 307 -#define tSymetry 308 +#define tSymmetry 308 #define tDilate 309 #define tExtrude 310 #define tDuplicata 311 diff --git a/Parser/Gmsh.y b/Parser/Gmsh.y index d5b2f1549b..47b0e6b6b1 100644 --- a/Parser/Gmsh.y +++ b/Parser/Gmsh.y @@ -1,4 +1,4 @@ -%{ /* $Id: Gmsh.y,v 1.5 2000-11-24 09:44:00 geuzaine Exp $ */ +%{ /* $Id: Gmsh.y,v 1.6 2000-11-24 10:21:24 geuzaine Exp $ */ #include <stdarg.h> @@ -67,7 +67,7 @@ void Get_ColorPointerForString(StringXPointer SXP[], char * string, %token tCharacteristic tLength tParametric tElliptic %token tPlane tRuled tTransfinite tComplex tPhysical %token tUsing tPower tBump tProgression tAssociation -%token tRotate tTranslate tSymetry tDilate tExtrude tDuplicata +%token tRotate tTranslate tSymmetry tDilate tExtrude tDuplicata %token tLoop tInclude tRecombine tDelete tCoherence %token tView tOffset tAttractor tLayers %token tScalarSimplex tVectorSimplex tTensorSimplex @@ -787,9 +787,9 @@ Transform : RotateShapes($3[0],$3[1],$3[2],$5[0],$5[1],$5[2],$7,$10); $$ = $10; } - | tSymetry '(' VExpr ')' '{' MultipleShape '}' + | tSymmetry '(' VExpr ')' '{' MultipleShape '}' { - SymetryShapes($3[0],$3[1],$3[2],$3[3],$6,1); + SymmetryShapes($3[0],$3[1],$3[2],$3[3],$6,1); $$ = $6; } | tDilate '(' VExpr ',' FExpr ')' '{' MultipleShape '}' diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp index ad96c98e60..764b6a858f 100644 --- a/Parser/Gmsh.yy.cpp +++ b/Parser/Gmsh.yy.cpp @@ -2,7 +2,7 @@ /* A lexical scanner generated by flex */ /* Scanner skeleton version: - * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.5 2000-11-24 09:44:00 geuzaine Exp $ + * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.6 2000-11-24 10:21:24 geuzaine Exp $ */ #define FLEX_SCANNER -- GitLab