langfzac / Photodynamics.jl

Photodynamics for multi-body systems.
MIT License
2 stars 0 forks source link

Fix tol type in `compute_lightcurve!` #41

Open langfzac opened 2 months ago

langfzac commented 2 months ago

compute_lightcurve! has tol::T=1e-6 as keyword argument. Should be something like tol=T(1e-6) so that it matches the other argument types.