The FARGO_THORIN code developer's guide
|
Set of two reals. More...
#include <types.h>
Data Fields | |
real | x |
real | y |
Set of two reals.
It is used whenever a set of two reals is needed, and it usually represents a vector in the (x,y) plane (e.g., a force), but not only: it is for instance used to store the mass inside and outside the orbit in MassInOut().
real pair::x |
Definition at line 27 of file types.h.
Referenced by AdvanceSystemFromDisk(), and FillForcesArrays().
real pair::y |
Definition at line 28 of file types.h.
Referenced by AdvanceSystemFromDisk(), and FillForcesArrays().