Skip to content

Commit f4eb1af

Browse files
committed
typo
1 parent 876bc5f commit f4eb1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/norecompile.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function wrapfun_iip(ff,
6464
Tuple{dualT1, T2, T3, dualT4}, # tgrad
6565
)
6666

67-
iip_returnlists = ntuple(x -> Nothing, 4)
67+
iip_returnlists = ntuple(x -> Nothing, length(iip_arglists))
6868

6969
fwt = map(iip_arglists, iip_returnlists) do A, R
7070
FunctionWrappersWrappers.FunctionWrappers.FunctionWrapper{R, A}(Void(ff))

0 commit comments

Comments
 (0)