Skip to content

Commit 26994f5

Browse files
committed
Add kwargs... to find_eq_solvables! signature
1 parent da7880b commit 26994f5

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)