[][src]Function bigbang::from_data_file

#[no_mangle]
pub unsafe extern "C" fn from_data_file(
    file_path_buff: *const c_char,
    time_step: c_double
) -> *mut c_void

Loads a [GravTree] from a data file. The data file does not encode the time_step value, so that must be provided.