Skip to content

Commit a48766a

Browse files
committed
move PureLeaping def earlier
1 parent 4fd172d commit a48766a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/JumpProcesses.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ export ExtendedJumpArray
110110
include("variable_rate.jl")
111111
export VariableRateAggregator, VR_FRM, VR_Direct, VR_DirectFW
112112

113+
"""
114+
Aggregator to indicate that individual jumps should also be handled via the leaping
115+
algorithm that is passed to solve.
116+
"""
117+
struct PureLeaping <: AbstractAggregatorAlgorithm end
118+
export PureLeaping
119+
113120
# core problem and timestepping
114121
include("problem.jl")
115122
export JumpProblem, SplitCoupledJumpProblem
@@ -121,13 +128,6 @@ include("SSA_stepper.jl")
121128
export SSAStepper
122129

123130
# leaping:
124-
"""
125-
Aggregator to indicate that individual jumps should also be handled via the leaping
126-
algorithm that is passed to solve.
127-
"""
128-
struct PureLeaping <: AbstractAggregatorAlgorithm end
129-
export PureLeaping
130-
131131
include("simple_regular_solve.jl")
132132
export SimpleTauLeaping, EnsembleGPUKernel
133133

0 commit comments

Comments
 (0)