Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
99c3760f
Commit
99c3760f
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Correct For syntax
parent
aa5bd3df
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/texinfo/gmsh.texi
+7
-7
7 additions, 7 deletions
doc/texinfo/gmsh.texi
with
7 additions
and
7 deletions
doc/texinfo/gmsh.texi
+
7
−
7
View file @
99c3760f
\input
texinfo.tex @c -*-texinfo-*-
\input
texinfo.tex @c -*-texinfo-*-
@c
$
Id: gmsh.texi,v
1
.
59
2003
-
05
-
17
18
:
37
:
41
geuzaine Exp
$
@c
$
Id: gmsh.texi,v
1
.
60
2003
-
05
-
22
16
:
13
:
32
geuzaine Exp
$
@c
@c
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
@c
@c
...
@@ -1091,21 +1091,21 @@ equal to the third @var{expression}. At each iteration, the commands
...
@@ -1091,21 +1091,21 @@ equal to the third @var{expression}. At each iteration, the commands
comprised between `@code
{
For ( @var
{
expression
}
: @var
{
expression
}
:
comprised between `@code
{
For ( @var
{
expression
}
: @var
{
expression
}
:
@var
{
expression
}
)
}
' and the matching @code
{
EndFor
}
are executed.
@var
{
expression
}
)
}
' and the matching @code
{
EndFor
}
are executed.
@item For @var
{
string
}
In
(
@var
{
expression
}
: @var
{
expression
}
)
@item For @var
{
string
}
In
@
{
@var
{
expression
}
: @var
{
expression
}
@
}
Iterates from the value of the first @var
{
expression
}
to the value of the
Iterates from the value of the first @var
{
expression
}
to the value of the
second @var
{
expression
}
, with a unit incrementation step. At each iteration,
second @var
{
expression
}
, with a unit incrementation step. At each iteration,
the value of the iterate is affected to an expression named @var
{
string
}
,
the value of the iterate is affected to an expression named @var
{
string
}
,
and the commands comprised between `@code
{
For @var
{
string
}
In
(
and the commands comprised between `@code
{
For @var
{
string
}
In
@
{
@var
{
expression
}
: @var
{
expression
}
)
}
' and the matching @code
{
EndFor
}
are
@var
{
expression
}
: @var
{
expression
}
@
}
}
' and the matching @code
{
EndFor
}
are
executed.
executed.
@item For @var
{
string
}
In
(
@var
{
expression
}
: @var
{
expression
}
: @var
{
expression
}
)
@item For @var
{
string
}
In
@
{
@var
{
expression
}
: @var
{
expression
}
: @var
{
expression
}
@
}
Iterates from the value of the first @var
{
expression
}
to the value of the
Iterates from the value of the first @var
{
expression
}
to the value of the
second @var
{
expression
}
, with a positive or negative incrementation step
second @var
{
expression
}
, with a positive or negative incrementation step
equal to the third @var
{
expression
}
. At each iteration, the value of the
equal to the third @var
{
expression
}
. At each iteration, the value of the
iterate is affected to an expression named @var
{
string
}
, and the commands
iterate is affected to an expression named @var
{
string
}
, and the commands
comprised between `@code
{
For @var
{
string
}
In
(
@var
{
expression
}
:
comprised between `@code
{
For @var
{
string
}
In
@
{
@var
{
expression
}
:
@var
{
expression
}
: @var
{
expression
}
)
}
' and the matching @code
{
EndFor
}
are
@var
{
expression
}
: @var
{
expression
}
@
}
}
' and the matching @code
{
EndFor
}
are
executed.
executed.
@item EndFor
@item EndFor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment