Skip to content

Commit 452e124

Browse files
committed
fix import
1 parent 9b35dcf commit 452e124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projector/proj_nls.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ end
9292
for meth in [:cons!, :jth_congrad!, :jth_sparse_congrad, :jac_structure!, :jac_coord!, :jprod!, :jtprod!, :jth_hess_coord!, :jth_hprod!, :ghjvprod!, :hess_structure!, :hess_coord!, :hprod!]
9393
premeth = Symbol("NLPModels.", meth)
9494
@eval begin
95-
$meth(model::NLSProjector, args...; kwargs...) = $meth(model.model, args...; kwargs...)
95+
$premeth(model::NLSProjector, args...; kwargs...) = $meth(model.model, args...; kwargs...)
9696
end
9797
end

0 commit comments

Comments
 (0)