You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An incorrect calculation is in CanonicalOrbit(::CartesianOrbit): true anomoly's conditional is incorrect. The condition should check if dot(r_vec, v_vec) > 0.
The text was updated successfully, but these errors were encountered:
An incorrect calculation is in
CanonicalOrbit(::CartesianOrbit)
: true anomoly's conditional is incorrect. The condition should check ifdot(r_vec, v_vec) > 0
.The text was updated successfully, but these errors were encountered: