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
307d4929
Commit
307d4929
authored
Aug 25, 2015
by
Thomas Jahns
🤸
Browse files
Add const specifier.
parent
cd282772
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
307d4929
...
...
@@ -5254,7 +5254,7 @@ int isGaussGrid(size_t ysize, double yinc, const double *yvals)
}
static
void
printNCvars
(
ncvar_t
*
ncvars
,
int
nvars
,
const
char
*
oname
)
void
printNCvars
(
const
ncvar_t
*
ncvars
,
int
nvars
,
const
char
*
oname
)
{
char
axis
[
7
];
int
ncvarid
,
i
;
...
...
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