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
ea10a547
Commit
ea10a547
authored
Aug 25, 2015
by
Thomas Jahns
🤸
Browse files
Add const specifier.
parent
b49dc760
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
ea10a547
...
...
@@ -5216,7 +5216,7 @@ int isHybridSigmaPressureCoordinate(int ncid, int ncvarid, ncvar_t *ncvars, ncdi
static
int
isGaussGrid
(
size_t
ysize
,
double
yinc
,
double
*
yvals
)
int
isGaussGrid
(
size_t
ysize
,
double
yinc
,
const
double
*
yvals
)
{
int
lgauss
=
FALSE
;
double
*
yv
,
*
yw
;
...
...
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