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
90dc2222
Commit
90dc2222
authored
Aug 09, 2020
by
Uwe Schulzweida
Browse files
grib_set_long: switch of status check for indicatorOfUnitForTimeRange.
parent
0e48859b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
90dc2222
...
...
@@ -1707,7 +1707,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_set_long
(
gh
,
"indicatorOfUnitForTimeRange"
,
unitsOfTime
);
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