Fix restart when using extra particles
Fix #761 (closed)
The parameters for the extra parts are among the parameters that you can read when restarting, therefore we need to have the same logic in engine_config.c
and space.c
. In order to avoid this kind of bug in the future, I have added a comment about the need to change the two files.
By the way, in the example, we are calling the script getCoolingTable.sh
that was renamed into getGrackleCoolingTable.sh
. I have done the modification.