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
2a3c0180
Commit
2a3c0180
authored
Jan 11, 2018
by
Uwe Schulzweida
Browse files
Check number of arguments.
parent
9b0de809
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Runstat.cc
View file @
2a3c0180
...
...
@@ -76,6 +76,7 @@ void *Runstat(void *argument)
// clang-format on
operatorInputArg
(
"number of timesteps"
);
operatorCheckArgc
(
1
);
int
ndates
=
parameter2int
(
operatorArgv
()[
0
]);
int
streamID1
=
pstreamOpenRead
(
cdoStreamName
(
0
));
...
...
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