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
8e94f5eb
Commit
8e94f5eb
authored
Oct 28, 2015
by
Thomas Jahns
🤸
Browse files
Merge declaration and initialization.
parent
451e8375
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_grb.c
View file @
8e94f5eb
...
...
@@ -756,10 +756,8 @@ void grbCopyRecord(stream_t * streamptr2, stream_t * streamptr1)
void
grb_write_record
(
stream_t
*
streamptr
,
int
memtype
,
const
void
*
data
,
int
nmiss
)
{
int
varID
,
levelID
;
varID
=
streamptr
->
record
->
varID
;
levelID
=
streamptr
->
record
->
levelID
;
int
varID
=
streamptr
->
record
->
varID
;
int
levelID
=
streamptr
->
record
->
levelID
;
grb_write_var_slice
(
streamptr
,
varID
,
levelID
,
memtype
,
data
,
nmiss
);
}
...
...
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