SF split: update s->mass_*_min and small fixes
Compare changes
part
. Therefore s->min_part_mass
needs to be updated.s->min_*_mass
. Therefore after the exchange, we need to recompute it.star_formation_copy_properties
, I forgot to inverse spawn_part
when providing the argument (due to the API change).part
.For s->min_*mass
, I think we are using it only for debugging checks. Should I put all the new code between #ifdef SWIFT_DEBUG_CHECKS
?
I am still running the SmallCosmoVolume
example with the full physics (4 ranks and currently at z=5.5) but I think it should be fine for the end of the simulation.