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
5f8f2c1a
Commit
5f8f2c1a
authored
May 31, 2017
by
Uwe Schulzweida
Browse files
Change data type of zsize to size_t.
parent
1386c731
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
5f8f2c1a
...
...
@@ -2881,7 +2881,7 @@ int cdf_define_all_zaxes(stream_t *streamptr, int vlistID, ncdim_t *ncdims, int
if
(
ncvars
[
zvarid
].
ndims
==
2
)
{
zprec
=
CDI_DATATYPE_UINT8
;
zclength
=
(
size_t
)
ncdims
[
ncvars
[
zvarid
].
dimids
[
1
]].
len
;
zclength
=
ncdims
[
ncvars
[
zvarid
].
dimids
[
1
]].
len
;
cdf_load_cvals
(
zsize
*
zclength
,
zvarid
,
ncvar
,
&
zcvals
,
zsize
);
}
}
...
...
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