Skip to content

Change particle grid extents from int type to double type

Josh McConnell requested to merge particle-grid-double-extents into master

Currently, the bounds if a particle grid are of type int which puts unreasonable restrictions on the size of a particle grid. This merge particle grid extents (i.e. bounds) from int type to double type, removing the current size restriction.

Merge request reports