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
cd282772
Commit
cd282772
authored
Aug 25, 2015
by
Thomas Jahns
🤸
Browse files
Add const specifier.
parent
ea10a547
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
cd282772
...
...
@@ -5151,7 +5151,7 @@ void scan_hybrid_formula(int ncid, int ncfvarid, int *apvarid, int *bvarid, int
}
static
int
isHybridSigmaPressureCoordinate
(
int
ncid
,
int
ncvarid
,
ncvar_t
*
ncvars
,
ncdim_t
*
ncdims
)
int
isHybridSigmaPressureCoordinate
(
int
ncid
,
int
ncvarid
,
ncvar_t
*
ncvars
,
const
ncdim_t
*
ncdims
)
{
int
status
=
FALSE
;
int
ncfvarid
=
ncvarid
;
...
...
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