Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Sep 3, 2024
1 parent 9a43432 commit a46df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ function recursive_expand_functions!(expr::ExprValues)
end

# Recursively expand the right-hand-side of an equation written using user-defined functions and special function calls like "hill(...)" with the actual corresponding expression.
function expand_equation_RHS!(eq::Expr)
function expand_equation_RHS!(eq::Expr)
rhs = recursive_expand_functions!(eq.args[3])
eq.args[3] = rhs
eq
Expand Down

0 comments on commit a46df6d

Please sign in to comment.