Fix an undefined behaviour problem
Compare changes
+ 3
− 16
@@ -140,26 +140,13 @@ void engine_split_gas_particles(struct engine *e) {
Fix an undefined behaviour problem in engine_split_particles() by using the more expensive (but correct) functions to relink the gpart to other particles.
Fix #646 (closed).