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
ac5a1e3c
Commit
ac5a1e3c
authored
Jan 28, 2016
by
Uwe Schulzweida
Browse files
revert changes in r3854
parent
e78ec18b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
ac5a1e3c
...
...
@@ -1626,7 +1626,7 @@ void gribapiDefStepUnits(grib_handle *gh, int timeunit, int proDefTempNum, int g
{
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"stepUnits"
,
unitsOfTime
),
0
);
if
(
proDefTempNum
==
8
||
proDefTempNum
==
11
)
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnit
Of
TimeRange"
,
unitsOfTime
),
0
);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnit
For
TimeRange"
,
unitsOfTime
),
0
);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnitOfTimeRange"
,
unitsOfTime
),
0
);
}
}
...
...
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