Skip to content

Commit a964dd7

Browse files
committed
up
1 parent 4475a5a commit a964dd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/structural_transformation/symbolics_tearing.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ function check_diff_graph(var_to_diff, fullvars)
237237
end
238238
=#
239239

240+
function substitute_lower_order!(state::TearingState)
241+
242+
end
243+
240244
function tearing_reassemble(state::TearingState, var_eq_matching,
241245
full_var_eq_matching = nothing; simplify = false, mm = nothing, cse_hack = true, array_hack = true)
242246
@unpack fullvars, sys, structure = state

0 commit comments

Comments
 (0)