Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
fbb6dfe3
Commit
fbb6dfe3
authored
Dec 11, 2019
by
thomas.forbriger
Browse files
grepg [WP]: provide usage information for new options
parent
33c43cc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/green/grepg/grepg.f
View file @
fbb6dfe3
...
...
@@ -247,6 +247,8 @@ c give basic information
print *,'
',
&'
[
-
E
]
[
-
p
p
]
[
-
L
]
[
-
e
limit
]
[
-
m
limit
]
'
print *,'
',
&'
[
-
Xb
l
,
u
]
[
-
Yb
l
,
u
]
'
print *,'
',
&'
[
-
s
]
[
-
f
n
]
[
-
st
]
[
-
N
c
,
w
]
[
-
n
value
]
[
-
M
limit
]
'
print *,'
',
&'
[
-
S
]
[
-
t
n
,
m
]
[
-
Q
]
[
-
K
o
,
t
]
'
...
...
@@ -346,6 +348,23 @@ c give basic information
& '
that
ist
used
to
evaluate
the
normalizing
'
print *,'
factor
for
the
whole
dataset
'
print *,'
(
default
is
',optarg(16)(1:3),'
)
.
'
print *,'
'
print *,'
set
scale
ranges
'
print *,'
'
print *,'
-
Xb
l
,
u
',
& '
set
lower
and
upper
boundary
value
for
abscissa
'
print *,'
',
& '
l
:
lower
boundary
value
;
smallest
value
on
axis
'
print *,'
',
& '
will
not
be
smaller
than
''
l
''
'
print *,'
',
& '
u
:
upper
boundary
value
;
largest
value
on
axis
'
print *,'
',
& '
will
not
be
larger
than
''
u
''
'
print *,'
-
Yb
l
,
u
',
& '
set
lower
and
upper
boundary
value
for
ordinate
'
print *,'
',
& '
see
-
Xb
for
a
definition
of
parameters
l
and
u
'
print *,'
'
print *,'
normalize
data
'
print *,'
'
...
...
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