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
b1b5c7ca
Commit
b1b5c7ca
authored
Mar 05, 2007
by
Uwe Schulzweida
Browse files
Version 1.0.6 released
parent
2b3f6193
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b1b5c7ca
2007-0
2-??
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
2007-0
3-05
Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using GRIB library version 1.0.5
* use GRIB ltype to define GENERIC zaxis
...
...
prog/cdi.c
View file @
b1b5c7ca
...
...
@@ -473,7 +473,7 @@ static void printShortinfo(int streamID, int vlistID, int vardis)
ltype
=
zaxisInqLtype
(
zaxisID
);
levelsize
=
zaxisInqSize
(
zaxisID
);
/* zaxisInqLongname(zaxisID, longname); */
zaxisName
(
zaxis
InqType
(
zaxisID
)
,
longname
);
zaxisName
(
zaxis
type
,
longname
);
longname
[
16
]
=
0
;
zaxisInqUnits
(
zaxisID
,
units
);
units
[
12
]
=
0
;
...
...
src/griblib.c
View file @
b1b5c7ca
/* Generated automatically from m214003 on
Fr Jan 19 21:46:12
CET 2007 */
/* Generated automatically from m214003 on
Mon Mar 5 09:59:41
CET 2007 */
#if defined (HAVE_CONFIG_H)
# include "config.h"
...
...
@@ -8039,7 +8039,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
}
static
const
char
grb_libvers
[]
=
"1.0.
3
"
" of ""
Jan 19
2007"" ""
21:46:13
"
;
static
const
char
grb_libvers
[]
=
"1.0.
5
"
" of ""
Mar 5
2007"" ""
09:59:41
"
;
...
...
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