Skip to content

Commit e353d45

Browse files
committed
Udpate
1 parent eb6186c commit e353d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nonlinear/ReverseAD/forward_over_reverse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function _generate_hessian_slice_inner()
112112
exprs = map(1:MAX_CHUNK) do id
113113
return :(_hessian_slice_inner(d, ex, ForwardDiff.Partials{$id,Float64}))
114114
end
115-
return _create_binary_switch(1:MAX_CHUNK, exprs)
115+
return MOI.Nonlinear._create_binary_switch(1:MAX_CHUNK, exprs)
116116
end
117117

118118
@eval function _hessian_slice_inner(d, ex, id::Int)

0 commit comments

Comments
 (0)