Skip to content

Cleanup particleIndex, uint64_t and ints all over the library #5

@sirpalee

Description

@sirpalee

The type usage for storing particle count, particle indices is inconsistent across the library, most of the particle count queries are returning integers, while the particle index is defined as uint64_t. Internally it's stored using ints.

Simply get rid of the custom definitions and rely on size_t, which is always the biggest size type on any platform. No need for any custom types.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions