PK_LBALL_ask_lrods_o_t   

struct PK_LBALL_ask_lrods_o_s
    {
    int                 o_t_version;    --- version number of options structure
    PK_LOGICAL_t        want_lrods;     --- whether to return the lrods
                                        --- (PK_LOGICAL_false)
    };

typedef struct PK_LBALL_ask_lrods_o_s PK_LBALL_ask_lrods_o_t;



Holds optional controls for querying the lrods of an lball in a lattice.

Used in:

PK_LBALL_ask_lrods


Description of fields:

'want_lrods'        Whether to return the lrods which have the lball as one of
                    their lballs.
                    The default value is PK_LOGICAL_false.