Skip to content

Commit 7262cab

Browse files
committed
Add error_control keyword
1 parent df0944f commit 7262cab

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
@@ -99,7 +99,9 @@ const allowedkeywords = (:dense,
9999
# Termination condition for solvers
100100
:termination_condition,
101101
# For AbstractAliasSpecifier
102-
:alias)
102+
:alias,
103+
# Fine grained error control adaptivity
104+
:error_control)
103105

104106
const KWARGWARN_MESSAGE = """
105107
Unrecognized keyword arguments found.

0 commit comments

Comments
 (0)