Skip to content

Commit be39cdd

Browse files
TorkelEisaacsas
andcommitted
Update src/spatial_reaction_systems/spatial_ODE_systems.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 5397007 commit be39cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spatial_reaction_systems/spatial_ODE_systems.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ end
9999
function build_odefunction(lrs::LatticeReactionSystem, vert_ps::Vector{Vector{T}},
100100
edge_ps::Vector{Vector{T}}, jac::Bool, sparse::Bool,
101101
name, include_zero_odes, combinatoric_ratelaws, remove_conserved, checks) where {T}
102-
println()
103102
remove_conserved && error("Removal of conserved quantities is currently not supported for `LatticeReactionSystem`s")
104103

105104
# Creates a map, taking (the index in species(lrs) each species (with transportation) to its transportation rate (uniform or one value for each edge).

0 commit comments

Comments
 (0)