Unofficial mirror for code from "Fundamental of Astrodynamics" by David Vallado.
Changes were made to the code to fix compatibility with non-Microsoft compilers, and to enable the use of CMake.
- CMake
- g++
The project can be configured by:
cmake -S . -B build
and compiled by:
cmake --build build
- David Vallado
- Max Hallgarten La Casta (m.hallgarten-la-casta21@imperial.ac.uk)
This project is licensed under the MIT License - see the LICENSE
file for more details.