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
97839498
Commit
97839498
authored
Jan 15, 2010
by
Uwe Schulzweida
Browse files
cgribexlib update
parent
63e2309e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
97839498
...
...
@@ -4872,12 +4872,13 @@ void gribDecode(int *isec0, int *isec1, int *isec2, double *fsec2, int *isec3,
grsdef
();
if
(
DBL_IS_NAN
(
FSEC3_MissVal
)
&&
lmissvalinfo
)
{
lmissvalinfo
=
0
;
FSEC3_MissVal
=
GRIB_MISSVAL
;
Message
(
func
,
"Missing value = NaN is unsupported, set to %g!"
,
GRIB_MISSVAL
);
}
if
(
dfunc
!=
'L'
&&
dfunc
!=
'J'
)
if
(
DBL_IS_NAN
(
FSEC3_MissVal
)
&&
lmissvalinfo
)
{
lmissvalinfo
=
0
;
FSEC3_MissVal
=
GRIB_MISSVAL
;
Message
(
func
,
"Missing value = NaN is unsupported, set to %g!"
,
GRIB_MISSVAL
);
}
ISEC2_Reduced
=
FALSE
;
...
...
@@ -9136,7 +9137,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
}
static
const
char
grb_libvers
[]
=
"1.4.2"
" of ""Jan 15 2010"" ""1
2
:1
4:2
6"
;
static
const
char
grb_libvers
[]
=
"1.4.2"
" of ""Jan 15 2010"" ""1
3
:1
0:3
6"
;
const
char
*
cgribexLibraryVersion
(
void
)
{
...
...
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