|  | PK_DEBUG_BODY_compare_r_t |  | 
struct PK_DEBUG_BODY_compare_r_s
    {
    PK_DEBUG_global_res_t           global_result;
    int                             n_global_diffs;
    PK_DEBUG_global_diffs_r_t      *global_diffs;
    PK_DEBUG_local_res_t            local_result;
    int                             n_face_pairs;
    PK_DEBUG_face_pair_r_t         *face_pairs;
    };
typedef struct PK_DEBUG_BODY_compare_r_s PK_DEBUG_BODY_compare_r_t;
This structure contains the results of the body comparison.
Used in:
  
    PK_DEBUG_BODY_compare
    PK_DEBUG_BODY_compare_r_f
  
Description of fields:
'global_result'     Whether the global comparison tests detected a difference.
'n_global_diffs'    Number of global difference structures returned
'global_diffs'      Array of global difference structures
'local_result'      Whether the specified local comparison tests detected a
                    difference.
'n_face_pairs'      Number of matched face pairs found <= max_diffs
'face_pairs'        Array of face difference structures containing matched
                    face pairs and the differences found between them.