Skip to content

Commit d9464fe

Browse files
committed
added export
1 parent 7cb73fc commit d9464fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DiffEqProblemLibrary.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ export prob_dde_1delay, prob_dde_1delay_notinplace, prob_dde_1delay_scalar_notin
4949
# Jump Example Problems
5050
export prob_jump_dnarepressor, prob_jump_constproduct, prob_jump_nonlinrxs,
5151
# examples mixing mass action and constant rate jumps
52-
prob_jump_osc_mixed_jumptypes
52+
prob_jump_osc_mixed_jumptypes,
53+
# examples used in public benchmarks / comparisions
54+
prob_jump_multistate
5355

5456
end # module

0 commit comments

Comments
 (0)