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
2514ceea
Commit
2514ceea
authored
Sep 29, 2017
by
Uwe Schulzweida
Browse files
Fix typo.
parent
5535db49
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf_read.c
View file @
2514ceea
...
...
@@ -420,7 +420,7 @@ void cdfGetSliceSlapDescription(stream_t *streamptr, int varId, int levelId, boo
int
ncvarid
=
streamptr
->
vars
[
varId
].
ncvarid
;
int
gridId
=
vlistInqVarGrid
(
vlistId
,
varId
);
int
timetype
=
vlistInqVarTime
p
type
(
vlistId
,
varId
);
int
timetype
=
vlistInqVarTimetype
(
vlistId
,
varId
);
int
gridsize
=
gridInqSize
(
gridId
);
streamptr
->
numvals
+=
gridsize
;
...
...
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