Skip to content

Commit

Permalink
fixup backward
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Feb 18, 2016
1 parent 953106f commit 060cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nativeops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ type NDArrayOpInfo
# The return value of the callbacks is stored in _FB and the first element is the
# libuv handle.
r_forward = Ref(_FB(cb_f.handle))
r_backward = Ref(_FB(cb_f.handle))
r_backward = Ref(_FB(cb_b.handle))

p_f = Base.unsafe_convert(Ptr{Void}, r_forward)
p_b = Base.unsafe_convert(Ptr{Void}, r_backward)
Expand Down

0 comments on commit 060cbf0

Please sign in to comment.