[][src]Function pineappl_capi::pineappl_grid_read

#[no_mangle]
#[must_use]pub unsafe extern "C" fn pineappl_grid_read(
    filename: *const c_char
) -> *mut Grid

Read a PineAPPL grid from a file with name filename.

Safety

The parameter filename must be a C string pointing to an existing grid file.