 |
PK_LATTICE_make_bodies_r_t |
|
struct PK_LATTICE_make_bodies_r_s
{
int r_t_version; --- version number of return structure
int n_bodies;
PK_BODY_t *bodies;
};
typedef struct PK_LATTICE_make_bodies_r_s PK_LATTICE_make_bodies_r_t;
A structure packaging the result from PK_LATTICE_make_bodies
Used in:
PK_LATTICE_make_bodies
PK_LATTICE_make_bodies_r_f
The structure has the following fields:
'n_bodies' The number of the bodies returned.
'bodies' The array contains the bodies created from the lattice.
The function PK_LATTICE_make_bodies_r_f may be used to free associated memory.