Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
0c10367b
Commit
0c10367b
authored
Apr 03, 2012
by
Uwe Schulzweida
Browse files
cgribexlib update
parent
4446de01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
0c10367b
...
...
@@ -9271,7 +9271,7 @@ int gribZip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbufs
else
if
(
status
==
SZ_MEM_ERROR
)
Warning
(
"SZ_MEM_ERROR code %3d level %3d"
,
PDS_Parameter
,
PDS_Level2
);
else
if
(
status
==
SZ_OUTBUFF_FULL
)
Warning
(
"SZ_OUTBUFF_FULL code %3d level %3d"
,
PDS_Parameter
,
PDS_Level2
);
/*
Warning("SZ_OUTBUFF_FULL code %3d level %3d", PDS_Parameter, PDS_Level2)
*/
;
else
Warning
(
"SZ ERROR: %d code %3d level %3d"
,
status
,
PDS_Parameter
,
PDS_Level2
);
}
...
...
@@ -9642,7 +9642,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
}
static
const
char
grb_libvers
[]
=
"1.5.2"
" of ""Apr 3 2012"" ""11:
30:07
"
;
static
const
char
grb_libvers
[]
=
"1.5.2"
" of ""Apr 3 2012"" ""11:
54:11
"
;
const
char
*
cgribexLibraryVersion
(
void
)
{
...
...
Write
Preview
Supports
Markdown
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