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
4a7df732
Commit
4a7df732
authored
Apr 02, 2014
by
Thomas Jahns
🤸
Browse files
Fix unused variable.
parent
9d1fc459
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/deco2d_model.c
View file @
4a7df732
...
...
@@ -321,7 +321,6 @@ modelRun(struct model_config setup, MPI_Comm comm)
varslice
,
var
);
size_t
layerSize
=
(
size_t
)(
chunk
[
0
]
*
chunk
[
1
]);
size_t
nblk
=
(
layerSize
+
nproma
-
1
)
/
nproma
-
1
;
size_t
npromz
=
layerSize
-
nblk
*
nproma
;
for
(
size_t
k
=
0
;
k
<
varLevs
;
++
k
)
{
blk_displ
[
k
]
=
k
*
(
nblk
+
1
)
*
nproma
;
...
...
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