Re-allocating particle arrays in engine_split()
In the function engine_split(), right after engine_makeproxies() is called [engine.c:6368], the particle arrays s->parts
and s->xparts
are being re-allocated. Can anybody tell me why that is done?
In the function engine_split(), right after engine_makeproxies() is called [engine.c:6368], the particle arrays s->parts
and s->xparts
are being re-allocated. Can anybody tell me why that is done?