Skip to content
Snippets Groups Projects

x_old is now a x_diff since the last tree build. It is also implemented for the gparts.

Merged Matthieu Schaller requested to merge x_old into master
+ 47
23
Compare changes
  • Side-by-side
  • Inline
Files
@@ -25,6 +25,9 @@ struct gpart {
/* Particle position. */
double x[3];
/* Offset between current position and position at last tree rebuild. */
float x_diff[3];
/* Particle velocity. */
float v_full[3];
Loading