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
cd7f9a45
Commit
cd7f9a45
authored
Jun 13, 2013
by
Thomas Jahns
🤸
Browse files
Conditionalize function for conditional functionality.
parent
dbad638c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.c
View file @
cd7f9a45
...
...
@@ -693,7 +693,9 @@ cdiStreamSetupVlist(stream_t *streamptr, int vlistID, int vlistIDorig)
||
((
rank
=
commInqRankColl
())
==
(
rankOpen
=
cdiPioSerialOpenFileMap
(
streamptr
->
self
))))
#endif
#ifdef HAVE_LIBNETCDF
cdfDefVars
(
streamptr
);
#endif
}
else
if
(
streamptr
->
filetype
==
FILETYPE_GRB
||
streamptr
->
filetype
==
FILETYPE_GRB2
)
...
...
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