skip particle timestep data collection in space_split.c when running without RT
requested to merge rt_skip_particle_timestep_data_collection_in_space_split_when_running_without_RT into master
Issue reported by Yolan in !1749 .
For new progeny cells, when running without RT, particle time bins are zero. Then those time bins get collected to determine the time step vars for the progeny cell, leading to wrong results.
This oughtta fix it, but I haven't had time to test it yet.
ToDo's Mladen:
-
Testing this fix -
Check that there aren't other places where this could be an issue -
run the bloody formatter
Edited by Mladen Ivkovic