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
e2224384
Commit
e2224384
authored
Mar 29, 2017
by
Thomas Jahns
🤸
Browse files
Fix needlessly global symbol.
parent
7bfba4d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
e2224384
...
...
@@ -2668,7 +2668,8 @@ void gribapiSetUvRelativeToGrid(grib_handle *gh, int mode)
# ^ full domain data
*/
void
verticallyFlipGridDefinitionWhenScanningModeChanged
(
grib_handle
*
gh
,
double
yfirst
,
double
ylast
,
double
yinc
)
static
void
verticallyFlipGridDefinitionWhenScanningModeChanged
(
grib_handle
*
gh
,
double
yfirst
,
double
ylast
,
double
yinc
)
{
/*
Nj = 550;
...
...
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