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
3403628f
Commit
3403628f
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Eliminate unneeded variable.
parent
7a04957e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cgribexlib.c
View file @
3403628f
...
...
@@ -3810,7 +3810,7 @@ void gribEncode(int *isec0, int *isec1, int *isec2, double *fsec2, int *isec3,
int
bmsIncluded
;
size_t
len
;
GRIBPACK
*
lGrib
;
long
datstart
,
datsize
,
bdsstart
,
bdsend
;
long
datstart
,
datsize
,
bdsstart
;
int
status
=
0
;
grsdef
();
...
...
@@ -3882,7 +3882,6 @@ void gribEncode(int *isec0, int *isec1, int *isec2, double *fsec2, int *isec3,
return
;
}
bdsend
=
gribLen
;
encodeES
(
lGrib
,
&
gribLen
,
bdsstart
);
if
(
(
size_t
)
gribLen
>
kleng
*
sizeof
(
int
)
)
...
...
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