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
SWIFT
SWIFTsim
Commits
497e2fd1
Commit
497e2fd1
authored
Sep 22, 2017
by
James Willis
Browse files
Removed shadowed variable.
parent
a386b4b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
497e2fd1
...
@@ -1718,7 +1718,7 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
...
@@ -1718,7 +1718,7 @@ void runner_dopair2_force_vec(struct runner *r, struct cell *ci,
}
}
#endif
#endif
vector
v_dx
,
v_dy
,
v_dz
,
v_r2
;
vector
v_dx
,
v_dy
,
v_dz
;
/* Load 2 sets of vectors from the particle cache. */
/* Load 2 sets of vectors from the particle cache. */
pix
.
v
=
vec_load
(
&
ci_cache
->
x
[
ci_cache_idx
]);
pix
.
v
=
vec_load
(
&
ci_cache
->
x
[
ci_cache_idx
]);
...
...
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