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
libcdi
Commits
d9d04554
Commit
d9d04554
authored
Feb 02, 2010
by
Uwe Schulzweida
Browse files
set startvalue of arrmin to 1.e300
parent
0e6b215a
Changes
1
Show whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
d9d04554
...
...
@@ -152,8 +152,8 @@ void printInfo(int gridtype, int vdate, int vtime, char *varname, double level,
if
(
nmiss
>
0
)
{
arrmean
=
0
;
arrmin
=
1
e5
0
;
arrmax
=
-
1
e5
0
;
arrmin
=
1
.e30
0
;
arrmax
=
-
1
.e30
0
;
for
(
i
=
0
;
i
<
datasize
;
i
++
)
{
if
(
!
DBL_IS_EQUAL
(
data
[
i
],
missval
)
)
...
...
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