We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04327a commit 0c1d71dCopy full SHA for 0c1d71d
cellular_raza-concepts/src/reactions.rs
@@ -24,8 +24,6 @@ pub trait Reactions<Ri/*, Float = f64*/>: Intracellular<Ri> {
24
25
/// This trait models extracellular reactions which interact with agents.
26
pub trait ReactionsExtra<Ri, Re> {
27
- // TODO do we need this associated type?
28
- // type IncrementExtracellular;
29
/// TODO add description
30
fn calculate_combined_increment(
31
&self,
0 commit comments