Skip to content

Commit

Permalink
fixing another bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilin97 committed Feb 10, 2022
1 parent da9669b commit 8150047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEqJump.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import RecursiveArrayTools: recursivecopy!
using StaticArrays, Base.Threads

abstract type AbstractJump end
abstract type AbstractMassActionJump end
abstract type AbstractMassActionJump <: AbstractJump end
abstract type AbstractAggregatorAlgorithm end
abstract type AbstractJumpAggregator end

Expand Down

0 comments on commit 8150047

Please sign in to comment.