Function neighbor_sensing_single
pub fn neighbor_sensing_single<Pos, Acc, Inf, A, C>(
aux_storage: &mut A,
cell: &C,
p1: &Pos,
p2: &Pos,
i2: &Inf,
) -> Result<(), CalcError>where
A: UpdateNeighborSensing<Acc>,
C: NeighborSensing<Pos, Acc, Inf>,Available on crate feature
chili only.Expand description
Uses cellular_raza_concepts::NeighborSensing trait to sense neighbors This function is called by the cellular_raza_core_proc_macro::run_simulation macro.