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
71206bca
Commit
71206bca
authored
Feb 03, 2015
by
Uwe Schulzweida
Browse files
renamed tsID1 to tsID
parent
5e129266
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
71206bca
...
...
@@ -620,10 +620,10 @@ void cdfCopyRecord(stream_t *streamptr2, stream_t *streamptr1)
{
int
memtype
=
MEMTYPE_DOUBLE
;
int
vlistID1
=
streamptr1
->
vlistID
;
int
tsID
1
=
streamptr1
->
curTsID
;
int
vrecID
=
streamptr1
->
tsteps
[
tsID
1
].
curRecID
;
int
recID
1
=
streamptr1
->
tsteps
[
tsID
1
].
recIDs
[
vrecID
];
int
ivarID
=
streamptr1
->
tsteps
[
tsID
1
].
records
[
recID
1
].
varID
;
int
tsID
=
streamptr1
->
curTsID
;
int
vrecID
=
streamptr1
->
tsteps
[
tsID
].
curRecID
;
int
recID
=
streamptr1
->
tsteps
[
tsID
].
recIDs
[
vrecID
];
int
ivarID
=
streamptr1
->
tsteps
[
tsID
].
records
[
recID
].
varID
;
int
gridID
=
vlistInqVarGrid
(
vlistID1
,
ivarID
);
int
datasize
=
gridInqSize
(
gridID
);
...
...
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