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
aef9a356
Commit
aef9a356
authored
Sep 30, 2011
by
Uwe Schulzweida
Browse files
stream_cgribex: cleanup
parent
e0ec5c5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cgribex.c
View file @
aef9a356
...
...
@@ -1587,13 +1587,13 @@ void cgribexDefTime(int *isec1, int vdate, int vtime, int tsteptype, int numavg,
int
rdate
,
rtime
;
int
ip1
=
0
,
ip2
=
0
;
int
calendar
;
calendar
=
taxisInqCalendar
(
taxisID
);
rdate
=
taxisInqRdate
(
taxisID
);
rtime
=
taxisInqRtime
(
taxisID
);
factor
=
cgribexDefDateTime
(
isec1
,
timeunit
,
rdate
,
rtime
);
timerange
=
cgribexDefTimerange
(
tsteptype
,
factor
,
calendar
,
rdate
,
rtime
,
vdate
,
vtime
,
&
ip1
,
&
ip2
);
...
...
@@ -1613,7 +1613,7 @@ void cgribexDefTime(int *isec1, int vdate, int vtime, int tsteptype, int numavg,
if
(
ip1
<
0
||
ip1
>
0xFF
)
timetype
=
TAXIS_ABSOLUTE
;
if
(
ip2
<
0
||
ip2
>
0xFF
)
timetype
=
TAXIS_ABSOLUTE
;
}
ISEC1_TimeRange
=
timerange
;
ISEC1_TimePeriod1
=
ip1
;
ISEC1_TimePeriod2
=
ip2
;
...
...
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