Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use numpy.intc for indexes, not int32
We use 'int' internally for particle indexes, not int32_t, so use numpy.intc in Python. This *should* fix usage of ParticleIndex in Windows builds.
- Loading branch information