Skip to content

Commit

Permalink
Remove empty SpatialMassActionJump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilin97 committed Sep 4, 2023
1 parent 122a224 commit 443a266
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/spatial/spatial_massaction_jump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ function SpatialMassActionJump(ma_jumps::MassActionJump{T, S, U, V}; scale_rates
scale_rates = scale_rates, useiszero = useiszero, nocopy = nocopy)
end

function SpatialMassActionJump(nothing)
SpatialMassActionJump([], [], [])
end
##############################################

function get_num_majumps(smaj::SpatialMassActionJump{Nothing, Nothing, S, U, V}) where
Expand Down

0 comments on commit 443a266

Please sign in to comment.