~ubuntu-branches/debian/sid/gmsh/sid

« back to all changes in this revision

Viewing changes to Parser/Gmsh.l

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-08-26 22:45:27 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20150826224527-wiqnz3dwz6ap8tty
Tags: 2.10.1+dfsg1-1
* [4c450d1] Update d/watch.
* [90ca918] Imported Upstream version 2.10.1+dfsg1. (Closes: #793245)
* [af26665] Use any-arch instead of list of archs.
* [e94c6d2] Refresh patches.
* [6ab417f] Update d/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
Abort                   return tAbort;
106
106
Acos                    return tAcos;
107
107
AdaptMesh               return tAdaptMesh;
 
108
Affine                  return tAffine;
108
109
ArcCos                  return tAcos;
109
110
Alias                   return tAlias;
110
111
AliasWithOptions        return tAliasWithOptions;
139
140
CreateTopology          return tCreateTopology;
140
141
CreateTopologyNoHoles   return tCreateTopologyNoHoles;
141
142
Cpu                     return tCpu;
 
143
CurrentDirectory        return tCurrentDirectory;
 
144
CurrentDir              return tCurrentDirectory;
142
145
 
143
146
DefineConstant          return tDefineConstant;
144
147
DefineNumber            return tDefineNumber;
169
172
Floor                   return tFloor;
170
173
Fmod                    return tFmod;
171
174
For                     return tFor;
172
 
Function                return tFunction;
 
175
Function                return tMacro;
173
176
 
174
177
GetEnv                  return tGetEnv;
175
178
GetString               return tGetString;
 
179
GetNumber               return tGetNumber;
176
180
GetValue                return tGetValue;
177
181
GMSH_MAJOR_VERSION      return tGMSH_MAJOR_VERSION;
178
182
GMSH_MINOR_VERSION      return tGMSH_MINOR_VERSION;
179
183
GMSH_PATCH_VERSION      return tGMSH_PATCH_VERSION;
 
184
GmshExecutableName      return tGmshExecutableName;
180
185
 
181
186
Hide                    return tHide;
182
187
Hole                    return tHole;
198
203
Layers                  return tLayers;
199
204
Levelset                return tLevelset;
200
205
 
 
206
Macro                   return tMacro;
201
207
MeshAlgorithm           return tMeshAlgorithm;
202
208
Modulo                  return tModulo;
203
209
MPI_Rank                return tMPI_Rank;
204
210
MPI_Size                return tMPI_Size;
205
211
Memory                  return tMemory;
206
212
 
 
213
NewModel                return tNewModel;
207
214
Nurbs                   return tNurbs;
208
215
 
209
216
OnelabAction            return tOnelabAction;
241
248
ScaleLastLayer          return tScaleLast;
242
249
Smoother                return tSmoother;
243
250
SetOrder                return tSetOrder;
 
251
SetNumber               return tSetNumber;
 
252
SetString               return tSetString;
 
253
SetPartition            return tSetPartition;
244
254
Sqrt                    return tSqrt;
245
255
Sin                     return tSin;
246
256
Sinh                    return tSinh;