Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Nov 6, 2023
1 parent 876bc5f commit 479045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/norecompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function wrapfun_iip(ff,
Tuple{dualT1, T2, T3, dualT4}, # tgrad
)

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

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

0 comments on commit 479045e

Please sign in to comment.