Disabled GIZMO particle steering for vacuum particles
Compare changes
+ 33
− 30
@@ -105,42 +105,45 @@ __attribute__((always_inline)) INLINE static void hydro_velocities_set(
I disabled particle steering for particles with zero density, as they have weird sound speeds that mess up the steering algorithm. This fixes #271 (closed).