Skip to content

Commit 90d610b

Browse files
authored
Merge pull request #1868 from bowenszhu/find_eq_solvables!-kwargs
Allow `find_eq_solvables!` to take extra unsed keyword arguments
2 parents da7880b + 26994f5 commit 90d610b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ end
161161
###
162162

163163
function find_eq_solvables!(state::TearingState, ieq; may_be_zero = false,
164-
allow_symbolic = false, allow_parameter = true)
164+
allow_symbolic = false, allow_parameter = true, kwargs...)
165165
fullvars = state.fullvars
166166
@unpack graph, solvable_graph = state.structure
167167
eq = equations(state)[ieq]

0 commit comments

Comments
 (0)