[][src]Function bigbang::time_step

#[no_mangle]
pub unsafe extern "C" fn time_step(gravtree_buf: *mut c_void) -> *mut c_void

The exported FFI version of [GravTree]'s time_step() method. Instead of being a method, it is a function which takes in a [GravTree] (rather, a void pointer to the space where the [GravTree] is).