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
f153e870
Commit
f153e870
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Comment variable storing unused bit-field value.
parent
10968d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
f153e870
...
...
@@ -8512,7 +8512,7 @@ void repair1(unsigned char *gbuf, long gbufsize)
int
recLen
;
unsigned
char
*
source
;
size_t
sourceLen
;
int
bds_len
,
bds_nbits
,
bds_flag
,
lspherc
,
lcomplex
,
lcompress
;
int
bds_len
,
bds_nbits
,
bds_flag
,
lspherc
,
lcomplex
/*
, lcompress
*/
;
int
bds_head
=
11
;
int
bds_ext
=
0
,
bds_ubits
;
int
datstart
=
0
;
...
...
@@ -8533,7 +8533,7 @@ void repair1(unsigned char *gbuf, long gbufsize)
bds_ubits
=
bds_flag
&
15
;
lspherc
=
bds_flag
>>
7
;
lcomplex
=
(
bds_flag
>>
6
)
&
1
;
lcompress
=
(
bds_flag
>>
4
)
&
1
;
/*
lcompress = (bds_flag >> 4)&1;
*/
if
(
lspherc
)
{
...
...
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