Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpim-sw
cdo
Commits
a3edfe8a
Commit
a3edfe8a
authored
Jul 18, 2017
by
Uwe Schulzweida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge declaration and initialization.
parent
026ef7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/Remap.cc
src/Remap.cc
+1
-2
No files found.
src/Remap.cc
View file @
a3edfe8a
...
...
@@ -741,7 +741,6 @@ void *Remap(void *argument)
{
int
streamID2
=
-
1
;
int
nrecs
;
int
index
;
int
varID
,
levelID
;
int
gridsize
,
gridsize2
;
int
gridID1
=
-
1
,
gridID2
;
...
...
@@ -842,7 +841,7 @@ void *Remap(void *argument)
int
ngrids
=
vlistNgrids
(
vlistID1
);
bool
remapgrids
[
ngrids
];
index
=
set_remapgrids
(
filetype
,
vlistID1
,
ngrids
,
remapgrids
);
int
index
=
set_remapgrids
(
filetype
,
vlistID1
,
ngrids
,
remapgrids
);
gridID1
=
vlistGrid
(
vlistID1
,
index
);
for
(
index
=
0
;
index
<
ngrids
;
index
++
)
...
...
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