Skip to content
GitLab
Menu
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
48f98b07
Commit
48f98b07
authored
Feb 12, 2015
by
Uwe Schulzweida
Browse files
vertint: abort if parameter is wrong
parent
aae75309
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vertstat.c
View file @
48f98b07
...
...
@@ -209,6 +209,7 @@ void *Vertstat(void *argument)
cdoPrint
(
"key %d = %s"
,
i
+
1
,
parnames
[
i
]);
if
(
strcmp
(
parnames
[
0
],
"genbounds"
)
==
0
)
genbounds
=
TRUE
;
else
cdoAbort
(
"Parameter >%s< unsupported!"
,
parnames
[
0
]);
}
for
(
int
index
=
0
;
index
<
nzaxis
;
++
index
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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