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
3f1599b9
Commit
3f1599b9
authored
Jul 25, 2016
by
Uwe Schulzweida
Browse files
gribapiDefStepUnits: set indicatorOfUnitOfTimeRange in elseif branch.
parent
9c57b031
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
3f1599b9
...
...
@@ -1663,7 +1663,7 @@ void gribapiDefStepUnits(int editionNumber, grib_handle *gh, int timeunit, int p
else
if
(
grib2ProDefTempHasStatisticalDef
(
proDefTempNum
)
)
{
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnitForTimeRange"
,
unitsOfTime
),
0
);
//
GRIB_CHECK(my_grib_set_long(gh, "indicatorOfUnitOfTimeRange", unitsOfTime), 0);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnitOfTimeRange"
,
unitsOfTime
),
0
);
}
else
{
...
...
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