Skip to content

Commit f926626

Browse files
authored
Update solve.jl
1 parent c270268 commit f926626

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/solve.jl

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

104102
const KWARGWARN_MESSAGE = """
105103
Unrecognized keyword arguments found.

0 commit comments

Comments
 (0)