Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
3db13c15
Commit
3db13c15
authored
Jun 02, 2016
by
Uwe Schulzweida
Browse files
Docu update.
parent
1424a524
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Input
View file @
3db13c15
...
...
@@ -16,7 +16,7 @@ input depends on the chosen operator.
@BeginOperator_input
@Title = ASCII input
@Parameter = grid
@Parameter = grid
[zaxis]
@BeginDescription
Reads fields with ASCII numbers from standard input and stores them
...
...
@@ -53,6 +53,8 @@ the @mod{outputext} operator.
@BeginParameter
@Item = grid
STRING Grid description file or name
@Item = zaxis
STRING Z-axis description file
@EndParameter
...
...
src/operator_help.h
View file @
3db13c15
...
...
@@ -4235,7 +4235,7 @@ static const char *InputHelp[] = {
" input, inputsrv, inputext - Formatted input"
,
""
,
"SYNOPSIS"
,
" input,grid ofile"
,
" input,grid
[,zaxis]
ofile"
,
" inputsrv ofile"
,
" inputext ofile"
,
""
,
...
...
@@ -4261,7 +4261,8 @@ static const char *InputHelp[] = {
" the outputext operator."
,
""
,
"PARAMETER"
,
" grid STRING Grid description file or name"
,
" grid STRING Grid description file or name"
,
" zaxis STRING Z-axis description file"
,
NULL
};
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment