Skip to content
Snippets Groups Projects
Commit 497e2fd1 authored by James Willis's avatar James Willis
Browse files

Removed shadowed variable.

parent a386b4b6
No related branches found
No related tags found
1 merge request!440Dopair2 vectorisation
...@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment