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
7a2c0dab
Commit
7a2c0dab
authored
Jun 14, 2017
by
Uwe Schulzweida
Browse files
Fix typo.
parent
0652c6fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Timstat3.cc
View file @
7a2c0dab
...
...
@@ -51,7 +51,6 @@ void *Timstat3(void *argument)
int
reached_eof
[
NIN
];
int
n_in
=
NIN
;
cdoInitialize
(
argument
);
// clang-format off
...
...
@@ -66,7 +65,7 @@ void *Timstat3(void *argument)
double
rconst
=
parameter2double
(
operatorArgv
()[
0
]);
double
risk
=
parameter2double
(
operatorArgv
()[
1
]);
if
(
operatorID
==
VARQUOT2TEST
)
1
if
(
operatorID
==
VARQUOT2TEST
)
{
if
(
rconst
<=
0
)
cdoAbort
(
"Constant must be positive!"
);
...
...
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