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
It should probably be made clear by the syntax of
system.part[]
that ranges refer to particle ids, not indicies in a (probably sorted ascending) list of existing particle ids.
E.g.,
system.part[min_id=0, max_id=20]
system.part[min_id=5]
The text was updated successfully, but these errors were encountered:
It should probably be made clear by the syntax of
system.part[]
that ranges refer to particle ids, not indicies in a (probably sorted ascending) list of existing particle ids.
E.g.,
system.part[min_id=0, max_id=20]
system.part[min_id=5]
The text was updated successfully, but these errors were encountered: