Skip to content

Commit

Permalink
fix ReverseDiff warning (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 authored Mar 25, 2020
1 parent f2b9788 commit 20333a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compat/reversediff.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const RTR = ReverseDiff.TrackedReal
const RTV = ReverseDiff.TrackedVector
const RTM = ReverseDiff.TrackedMatrix
using ReverseDiff: record_mul
using ReverseDiff: SpecialInstruction
using .ReverseDiff: record_mul
using .ReverseDiff: SpecialInstruction

_eps(::Type{<:RTR{T}}) where {T} = _eps(T)

Expand Down

0 comments on commit 20333a2

Please sign in to comment.