ericagol / NbodyGradient.jl

N-body integrator computes derivatives with respect to initial conditions for TTVs, RV, Photodynamics & more
MIT License
20 stars 9 forks source link

`initialize!` should also update the time #99

Open langfzac opened 1 year ago

langfzac commented 1 year ago

The function initialize! resets the given State with respect to an InitialConditions. However, the State.t is not updated, which needs to be fixed.