PK_MFIN_array_t   

typedef struct   PK_MFIN_array_s
    {
    PK_MFIN_t   *array;
    int          length;
    }
    PK_MFIN_array_t;



This structure contains an array of PK_MFIN_t.

Used in:

PK_MESH_find_laminar_mfins_r_t
PK_MFACET_find_perimeters_r_t


It has the fields:

'array'   array of elements of type PK_MFIN_t

'length'  the number of elements in 'array'