Skip to content
Snippets Groups Projects
Commit dbe0ac66 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'mass_ij_typo' into 'master'

Fix typo: used j's mass both times

Per title.

See merge request !100
parents 3c4fd37b 4328bdb5
No related branches found
No related tags found
1 merge request!136Master
...@@ -51,7 +51,7 @@ __attribute__((always_inline)) INLINE static void runner_iact_density( ...@@ -51,7 +51,7 @@ __attribute__((always_inline)) INLINE static void runner_iact_density(
float dv[3], curlvr[3]; float dv[3], curlvr[3];
/* Get the masses. */ /* Get the masses. */
const float mi = pj->mass; const float mi = pi->mass;
const float mj = pj->mass; const float mj = pj->mass;
/* Get r and r inverse. */ /* Get r and r inverse. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment