Skip to content
Snippets Groups Projects

Added missing x_diff_sorts variable in xpart for all hydro schemes other than Gadget2.

Closed Bert Vandenbroucke requested to merge hydro_scheme_fix into master
+ 15
0
Compare changes
  • Side-by-side
  • Inline
Files
@@ -27,6 +27,9 @@ struct xpart {
/* Offset between current position and position at last tree rebuild. */
float x_diff[3];
/* Offset between the current position and position at the last sort. */
float x_diff_sort[3];
/* Velocity at the last full step. */
float v_full[3];
Loading