Skip to content

Commit

Permalink
Remove another duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Dec 3, 2024
1 parent eede80f commit 3fc7739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ljl_expressions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const ljl_expr_allowed_heads = (:call, :macrocall, :||, :&&, :comparison)
const ljl_expr_allowed_funcs = Set([
:!,
:(==), :<, :>, :>=, :<=, :!=,
:isapprox, :, :,
:isapprox, :,
:in, :, :..,
:+, :-, :*, :/,
:^, :sqrt,
Expand Down

0 comments on commit 3fc7739

Please sign in to comment.