Skip to content

Commit 373ad77

Browse files
namespace
1 parent f0fd61e commit 373ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/forwarddiff_dual_detection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ end
383383
# totallength
384384
val = rand(10)
385385
par = rand(10)
386-
u = Dual.(val, par)
386+
u = ForwardDiff.Dual.(val, par)
387387
@test DiffEqBase.totallength(val[1]) == 1
388388
@test DiffEqBase.totallength(val) == length(val)
389389
@test DiffEqBase.totallength(par) == length(par)

0 commit comments

Comments
 (0)