This is a refactor commit that renames public members in Space. This includes p to particles; geo to geometry etc. and thus affects multiple source files. Function arguments for atomic or group index now use the integer typedefs from the corresponding data classes instead of being hard-coded.
This is a refactor commit that renames public members in Space. This includes
p
toparticles
;geo
togeometry
etc. and thus affects multiple source files. Function arguments for atomic or group index now use the integer typedefs from the corresponding data classes instead of being hard-coded.