Skip to content
GitLab
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
64576a30
Commit
64576a30
authored
Dec 08, 2014
by
Thomas Jahns
🤸
Browse files
Remove unused member.
parent
41737082
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cdi_int.h
View file @
64576a30
...
...
@@ -201,7 +201,6 @@ typedef struct {
Record
*
record
;
int
nrecs
;
/* number of records */
int
nvars
;
/* number of variables */
int
varlocked
;
/* variables locked */
svarinfo_t
*
vars
;
int
varsAllocated
;
int
curTsID
;
/* current timestep ID */
...
...
src/stream.c
View file @
64576a30
...
...
@@ -2290,7 +2290,6 @@ void streamPrintP ( void * streamptr, FILE * fp )
fprintf
(
fp
,
"//Record *record;
\n
"
);
fprintf
(
fp
,
"nrecs = %d
\n
"
,
sp
->
nrecs
);
fprintf
(
fp
,
"nvars = %d
\n
"
,
sp
->
nvars
);
fprintf
(
fp
,
"varlocked = %d
\n
"
,
sp
->
varlocked
);
fprintf
(
fp
,
"//svarinfo_t *vars;
\n
"
);
fprintf
(
fp
,
"varsAllocated = %d
\n
"
,
sp
->
varsAllocated
);
fprintf
(
fp
,
"curTsID = %d
\n
"
,
sp
->
curTsID
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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