Skip to content

Commit 0c1d71d

Browse files
committed
cleanup
1 parent d04327a commit 0c1d71d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cellular_raza-concepts/src/reactions.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ pub trait Reactions<Ri/*, Float = f64*/>: Intracellular<Ri> {
2424

2525
/// This trait models extracellular reactions which interact with agents.
2626
pub trait ReactionsExtra<Ri, Re> {
27-
// TODO do we need this associated type?
28-
// type IncrementExtracellular;
2927
/// TODO add description
3028
fn calculate_combined_increment(
3129
&self,

0 commit comments

Comments
 (0)