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
c75a8d51
Commit
c75a8d51
authored
Nov 26, 2014
by
Thomas Jahns
🤸
Browse files
Merge initialization and declaration in cdfDefGlobalAtts.
parent
d4f05e4e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
c75a8d51
...
...
@@ -8093,13 +8093,12 @@ static void cdfDefSource(stream_t *streamptr)
static
void
cdfDefGlobalAtts
(
stream_t
*
streamptr
)
{
int
fileID
,
vlistID
;
int
natts
;
if
(
streamptr
->
globalatts
)
return
;
vlistID
=
streamptr
->
vlistID
;
fileID
=
streamptr
->
fileID
;
int
vlistID
=
streamptr
->
vlistID
;
int
fileID
=
streamptr
->
fileID
;
cdfDefSource
(
streamptr
);
cdfDefInstitut
(
streamptr
);
...
...
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