Function neighbor_sensing_single_empty

Source
pub fn neighbor_sensing_single_empty<Pos, Inf, A, C>(
    _aux_storage: &mut A,
    _cell: &C,
    _p1: &Pos,
    _p2: &Pos,
    _i2: &Inf,
) -> Result<(), CalcError>
Available on crate feature chili only.
Expand description

Empty function which is used when no neighbor sensing is activated. This function is called by the cellular_raza_core_proc_macro::run_simulation macro.