Skip to content

Commit

Permalink
move back to macro
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Sep 14, 2023
1 parent fb66ff2 commit 732c3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/pde/pdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct PDESystem <: ModelingToolkit.AbstractMultivariateSystem
p = ps isa SciMLBase.NullParameters ? [] : map(a -> a.first, ps)
args = vcat(DestructuredArgs(p), args)
ex = Func(args, [], eq.rhs) |> toexpr
eq.lhs => drop_expr(RuntimeGeneratedFunction(@__MODULE__, @__MODULE__, ex))
eq.lhs => drop_expr(@RuntimeGeneratedFunction(@__MODULE__, ex))

Check warning on line 117 in src/systems/pde/pdesystem.jl

View check run for this annotation

Codecov / codecov/patch

src/systems/pde/pdesystem.jl#L111-L117

Added lines #L111 - L117 were not covered by tests
end
end
end
Expand Down

0 comments on commit 732c3ee

Please sign in to comment.