rodluger / planetplanet

A general photodynamical code for exoplanet light curves
https://rodluger.github.io/planetplanet
GNU General Public License v3.0
45 stars 1 forks source link

Clean up the C code w/ more structs #58

Open rodluger opened 7 years ago

rodluger commented 7 years ago

Currently I am passing tons of arguments to functions such as NBody and OccultedFlux. These should be folded into structs to make the code friendlier and easier to modify.