|
GraviDy
1.0
Gravitational Dynamics N-body integrator
|
Structure to handle the distance of the particles, to be able to identify them while sorted. More...
#include <common.hpp>
Public Member Functions | |
| bool | operator< (const Distance &a) const |
Public Attributes | |
| int | index |
| Member 'index' identification of the particle. More... | |
| double | value |
| Member 'value' distance of the particle respect to a reference. More... | |
Structure to handle the distance of the particles, to be able to identify them while sorted.
|
inline |
| Distance::index |
Member 'index' identification of the particle.
| Distance::value |
Member 'value' distance of the particle respect to a reference.
1.8.12