Skip to content

Commit dfd6fd0

Browse files
committed
allow alias_tstops kwarg
1 parent ae36752 commit dfd6fd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ const allowedkeywords = (:dense,
9797
:trace_level,
9898
:store_trace,
9999
# Termination condition for solvers
100-
:termination_condition)
100+
:termination_condition,
101+
# whether to alias the user tstops array (JumpProcesses.SSAStepper only at this time)
102+
:alias_tstops)
101103

102104
const KWARGWARN_MESSAGE = """
103105
Unrecognized keyword arguments found.

0 commit comments

Comments
 (0)