Skip to content

Commit 44e51b1

Browse files
committed
add alias to kwargs
1 parent 69257ab commit 44e51b1

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+
# For AbstractAliasSpecifier
102+
:alias)
101103

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

0 commit comments

Comments
 (0)