Skip to content

Commit

Permalink
Add source comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asterycs committed Jan 7, 2024
1 parent ab7e805 commit e8ddd3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/SymbolicsForwardDiffExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ using ForwardDiff.DiffRules
using ForwardDiff: value, Dual, partials
using Symbolics

# The method generation in this file have been adapted from
# https://github.com/JuliaDiff/ForwardDiff.jl/blob/v0.10.36/src/dual.jl

const AMBIGUOUS_TYPES = (Num,)

####################################
Expand Down

0 comments on commit e8ddd3e

Please sign in to comment.