PK_LOOP_ask_body   

PK_ERROR_code_t  PK_LOOP_ask_body
(
--- received arguments ---
PK_LOOP_t        loop,              --- a loop

--- returned arguments ---
PK_BODY_t *const body               --- owning body
)


This function returns the body containing the given loop.

If the loop is contained within a compound body ( see PK_BODY_ask_config ) then
the child body to which the loop belongs is returned.