Issue with spin-jet model
Configuration:
./configure --with-subgrid=SPIN_JET_EAGLE
Error:
In file included from black_holes.h:31,
from space.c:45:
./black_holes/SPIN_JET/black_holes.h: In function ‘black_holes_create_from_gas’:
./black_holes/SPIN_JET/black_holes.h:1520:9: error: ‘struct bpart’ has no member named ‘accreted_masses_by_mode’; did you mean ‘accreted_mass_by_mode’?
1520 | bp->accreted_masses_by_mode[i] = 0.f;
| ^~~~~~~~~~~~~~~~~~~~~~~
| accreted_mass_by_mode
make[3]: *** [Makefile:2268: libswiftsim_la-space.lo] Error 1