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
665650e4
Commit
665650e4
authored
Mar 29, 2017
by
Thomas Jahns
🤸
Browse files
Add missing static declaration.
parent
48788038
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_gribapi.c
View file @
665650e4
...
...
@@ -2617,7 +2617,7 @@ void gribapiSetScanningMode(grib_handle *gh, int scanningMode)
}
void
gribapiSetUvRelativeToGrid
(
grib_handle
*
gh
,
int
mode
)
static
void
gribapiSetUvRelativeToGrid
(
grib_handle
*
gh
,
int
mode
)
{
long
uvRelativeToGridMode
=
mode
;
long
uvRelativeToGridModeOld
;
...
...
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