Skip to content
GitLab
Menu
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
58a7e4d4
Commit
58a7e4d4
authored
Jan 11, 2017
by
Thomas Jahns
🤸
Browse files
Annotate unmodified table pointer.
parent
6e09bbba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf_i.c
View file @
58a7e4d4
...
...
@@ -3018,7 +3018,7 @@ void cdf_define_all_vars(stream_t *streamptr, int vlistID, int instID, int model
if
(
ncvars
[
ncvarid
].
tsteptype
!=
TSTEP_CONSTANT
)
iodim
++
;
int
*
dimids
=
ncvars
[
ncvarid
].
dimids
;
const
int
*
dimids
=
ncvars
[
ncvarid
].
dimids
;
if
(
gridInqType
(
gridID
)
==
GRID_UNSTRUCTURED
&&
ndims
-
iodim
<=
2
&&
ydimid
==
xdimid
)
{
...
...
Write
Preview
Supports
Markdown
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