Function local_reactions_use_increment

Source
pub fn local_reactions_use_increment<C, A, Ri, F>(
    cell: &mut C,
    aux_storage: &mut A,
    dt: F,
    _rng: &mut ChaCha8Rng,
) -> Result<(), SimulationError>
where C: Intracellular<Ri>, A: UpdateReactions<Ri>, Ri: Xapy<F>, F: Zero + Debug,
Available on crate feature chili only.
Expand description

Ensures that intracellular increments have been cleared before the next update step.