Skip to content

Commit

Permalink
fixed small namespace bug in binary_dual_definition (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Jan 5, 2021
1 parent ec28978 commit 56efb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function binary_dual_definition(M, f)
dvy = $dvy
end)
expr = quote
@define_binary_dual_op(
$FD.@define_binary_dual_op(
$M.$f,
begin
vx, vy = $FD.value(x), $FD.value(y)
Expand Down

0 comments on commit 56efb9f

Please sign in to comment.