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

Merge branch 'gizmo-small-bugfix' into 'master'

small particle index bugfix

See merge request !1042
parents 1d3dc690 fa9d8993
No related branches found
No related tags found
1 merge request!1042small particle index bugfix
...@@ -85,7 +85,7 @@ __attribute__((always_inline)) INLINE static void runner_iact_density( ...@@ -85,7 +85,7 @@ __attribute__((always_inline)) INLINE static void runner_iact_density(
for (int l = 0; l < 3; l++) for (int l = 0; l < 3; l++)
pj->geometry.matrix_E[k][l] += dx[k] * dx[l] * wj; pj->geometry.matrix_E[k][l] += dx[k] * dx[l] * wj;
hydro_velocities_update_centroid_right(pi, dx, wi); hydro_velocities_update_centroid_right(pj, dx, wj);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment