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}
The text was updated successfully, but these errors were encountered:
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 aParticle{T}
The text was updated successfully, but these errors were encountered: