mlund / faunus

A Framework for Metropolis Monte Carlo Simulation of Molecular Systems
https://faunus.readthedocs.io
MIT License
65 stars 34 forks source link

Rename variables and functions in Space #391

Closed mlund closed 3 years ago

mlund commented 3 years ago

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.