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

Elements matrix are different sizes for different construction methods #93

Closed langfzac closed 1 year ago

langfzac commented 1 year ago

ElementsIC constructor does not force the size of elements matrix to match the number of bodies.

langfzac commented 1 year ago

Fixed with #94