Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
35461161
Commit
35461161
authored
Jan 11, 2018
by
Uwe Schulzweida
Browse files
Removed debug outout.
parent
4b86c289
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Runpctl.cc
View file @
35461161
...
...
@@ -119,7 +119,7 @@ void *Runpctl(void *argument)
double
val
=
vars1
[
inp
][
varID
][
levelID
].
ptr
[
i
];
if
(
!
DBL_IS_EQUAL
(
val
,
missval
)
)
array
[
j
++
]
=
val
;
}
printf
(
"j = %d ndates = %d
\n
"
,
j
,
ndates
);
if
(
j
>
0
)
{
vars1
[
0
][
varID
][
levelID
].
ptr
[
i
]
=
percentile
(
array
,
j
,
pn
);
...
...
Write
Preview
Markdown
is supported
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