Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
b7b521a5
Commit
b7b521a5
authored
Jul 04, 2011
by
Thomas Jahns
🤸
Browse files
Remove unused variable.
parent
d9581da1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_ieg.c
View file @
b7b521a5
...
...
@@ -1470,7 +1470,6 @@ void iegWriteVarDP(int streamID, int varID, const double *data)
int
fileID
;
int
levID
,
nlevs
,
gridID
,
gridsize
;
int
zaxisID
;
double
level
;
int
datatype
;
int
tsID
;
int
vlistID
;
...
...
@@ -1526,7 +1525,6 @@ void iegWriteVarDP(int streamID, int varID, const double *data)
iegp
->
refval
=
refval
;
/* header[1] = (int) level; */
iegDefDataDP
(
iegp
,
&
data
[
levID
*
gridsize
]);
iegWrite
(
fileID
,
iegp
);
}
...
...
Write
Preview
Markdown
is supported
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