Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
9d2fb4f1
Commit
9d2fb4f1
authored
Oct 09, 2015
by
Uwe Schulzweida
Browse files
gribapiDefStepUnits: fix typo
parent
140b5d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
9d2fb4f1
...
...
@@ -1671,7 +1671,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
For
TimeRange"
,
unitsOfTime
),
0
);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnit
Of
TimeRange"
,
unitsOfTime
),
0
);
GRIB_CHECK
(
my_grib_set_long
(
gh
,
"indicatorOfUnitOfTimeRange"
,
unitsOfTime
),
0
);
}
}
...
...
Write
Preview
Markdown
is supported
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