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

Move position of acceleration in particle struct.

parent f082cf80
Branches
Tags
1 merge request!480Dopair subset vec
......@@ -62,15 +62,15 @@ struct part {
/* Pointer to corresponding gravity part. */
struct gpart* gpart;
/* Particle acceleration. */
float a_hydro[3];
/* Particle position. */
double x[3];
/* Particle predicted velocity. */
float v[3];
/* Particle acceleration. */
float a_hydro[3];
/* Particle cutoff radius. */
float h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment