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
3fd6d6f1
Commit
3fd6d6f1
authored
12 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
101a3790
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
+4
-1
4 additions, 1 deletion
doc/texinfo/gmsh.texi
with
4 additions
and
1 deletion
doc/texinfo/gmsh.texi
+
4
−
1
View file @
3fd6d6f1
...
@@ -1896,7 +1896,7 @@ Divides and affects @var{expression} to a real option.
...
@@ -1896,7 +1896,7 @@ Divides and affects @var{expression} to a real option.
@item Exit;
@item Exit;
Aborts the current script.
Aborts the current script.
@item Printf ( @var
{
char-expression
}
, @var
{
expression-list
}
);
@item Printf ( @var
{
char-expression
}
<
, @var
{
expression-list
}
>
);
Prints a character expression in the information window and/or on the
Prints a character expression in the information window and/or on the
terminal. @code
{
Printf
}
is equivalent to the @code
{
printf
}
C function:
terminal. @code
{
Printf
}
is equivalent to the @code
{
printf
}
C function:
@var
{
char-expression
}
is a format string that can contain formatting
@var
{
char-expression
}
is a format string that can contain formatting
...
@@ -1913,6 +1913,9 @@ Same as @code{Printf} above, but output the expression in a file.
...
@@ -1913,6 +1913,9 @@ Same as @code{Printf} above, but output the expression in a file.
Same as @code
{
Printf
}
above, but appends the expression at the end of
Same as @code
{
Printf
}
above, but appends the expression at the end of
the file.
the file.
@item Error ( @var
{
char-expression
}
<, @var
{
expression-list
}
> );
Same as @code
{
Printf
}
, but raises an error.
@item Merge @var
{
char-expression
}
;
@item Merge @var
{
char-expression
}
;
Merges a file named @var
{
char-expression
}
. This command is equivalent to
Merges a file named @var
{
char-expression
}
. This command is equivalent to
the `File->Merge' menu in the GUI. If the path in @var
{
char-expression
}
the `File->Merge' menu in the GUI. If the path in @var
{
char-expression
}
...
...
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