#[no_mangle]
pub unsafe extern "C" fn pineappl_grid_order_params(
    grid: *const Grid,
    order_params: *mut u32
)
Expand description

Write the order parameters of grid into order_params.

§Safety

If grid does not point to a valid Grid object, for example when grid is the null pointer, this function is not safe to call. The pointer order_params must point to an array as large as four times the number of orders in grid.