PK_LATTICE_ask_n_lrods_r_t   

struct PK_LATTICE_ask_n_lrods_r_s
    {
    int     r_t_version;    --- version number of return structure
    int     n_lrods;        --- number of lrods
    };
typedef struct PK_LATTICE_ask_n_lrods_r_s PK_LATTICE_ask_n_lrods_r_t;


A structure packaging the number of lrods in the lattice.

Used in:

PK_LATTICE_ask_n_lrods
PK_LATTICE_ask_n_lrods_r_f


The structure has the following field:

'n_lrods'   The number of lrods in the lattice.

The function PK_LATTICE_ask_n_lrods_r_f may be used to free associated memory.