hamers / mse

Multiple Stellar Evolution -- A Population Synthesis Code for Multiple-Star Systems
GNU General Public License v3.0
9 stars 4 forks source link

run_system.py doesn't accept quadruple systems #2

Closed pavanvyn closed 4 years ago

pavanvyn commented 4 years ago

The module run_system.py has the stellar_types variable set to [1,1,1]. It has to vary depending on N-bodies, or needs to be added in the argument parser.

hamers commented 4 years ago

Thanks, this has been fixed now.

The stellar types are currently forced to 1 in run_system.py since there are still some issues in the code when starting with stellar type > 1 (I am working on it).