Skip to content
GitLab
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
25945609
Commit
25945609
authored
Apr 09, 2010
by
Uwe Schulzweida
Browse files
cgribexlib update
parent
c0499d42
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cgribex.h
View file @
25945609
...
...
@@ -50,6 +50,9 @@
#define ISEC1_TABLE4_MINUTE 0
#define ISEC1_TABLE4_HOUR 1
#define ISEC1_TABLE4_DAY 2
#define ISEC1_TABLE4_3HOURS 10
#define ISEC1_TABLE4_6HOURS 11
#define ISEC1_TABLE4_12HOURS 12
#define ISEC1_TABLE4_QUARTER 13
...
...
src/cgribexlib.c
View file @
25945609
/* Automatically generated by m214003 at 2010-0
3-31
, do not edit */
/* Automatically generated by m214003 at 2010-0
4-09
, do not edit */
/* CGRIBEXLIB_VERSION="1.4.4" */
...
...
@@ -1122,6 +1122,9 @@ void gribDateTime(int *isec1, int *date, int *time)
case
ISEC1_TABLE4_MINUTE
:
addsec
=
60
*
time_period
;
break
;
case
ISEC1_TABLE4_QUARTER
:
addsec
=
900
*
time_period
;
break
;
case
ISEC1_TABLE4_HOUR
:
addsec
=
3600
*
time_period
;
break
;
case
ISEC1_TABLE4_3HOURS
:
addsec
=
10800
*
time_period
;
break
;
case
ISEC1_TABLE4_6HOURS
:
addsec
=
21600
*
time_period
;
break
;
case
ISEC1_TABLE4_12HOURS
:
addsec
=
43200
*
time_period
;
break
;
case
ISEC1_TABLE4_DAY
:
addsec
=
86400
*
time_period
;
break
;
default:
if
(
lprint
)
...
...
@@ -8843,7 +8846,7 @@ int gribUnzip(unsigned char *dbuf, long dbufsize, unsigned char *sbuf, long sbu
return
(
gribLen
);
}
static
const
char
grb_libvers
[]
=
"1.4.4"
" of ""
Mar 31
2010"" ""
09:1
2:0
3
"
;
static
const
char
grb_libvers
[]
=
"1.4.4"
" of ""
Apr 9
2010"" ""
10:3
2:0
5
"
;
const
char
*
cgribexLibraryVersion
(
void
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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