Modified from the AREPO public version for the SOLAS project.
Details of the physical models implemented can be found in this high level description and in these technical details.
- Fork from or create a
new branchat the official repository. - Make your changes in a new, appropriately named branch (e.g.
starformationorbh_feedback).- All git commit messages should loosely follow the standard format outlined here.
- Ensure your new code is commented enough so that others can understand what it's doing. If possible, update the wiki as well.
- Issue a pull request to the official repository.
- Direct pushes to the
mainhave been disabled; one has to merge through a PR. Code review is not enforced but having a PR will help you check whether you had inadvertently changed something. - Delete stale branches after merging.