Function local_interaction_react_to_neighbors

pub fn local_interaction_react_to_neighbors<C, A, Pos, Acc, Inf, Float>(
    cell: &mut C,
    aux_storage: &mut A,
    _dt: Float,
    _rng: &mut ChaCha8Rng,
) -> Result<(), CalcError>
where C: NeighborSensing<Pos, Acc, Inf> + Position<Pos>, A: UpdateNeighborSensing<Acc>,
Available on crate feature chili only.
Expand description

Perform the [Interaction::react_to_neighbors] function and clear current neighbors.