Function local_reactions_use_increment

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 F: Debug + Zero, C: Intracellular<Ri>, A: UpdateReactions<Ri>, Ri: Xapy<F>,
Available on crate feature chili only.
Expand description

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