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
Currently all numeric fields for Particle have to be of same type in the constructor.
Add a convenience constructor that uses T = promote_type(args..) on all numerics arguments to create a Particle{T}