Skip to content

Commit 770fb0b

Browse files
authored
Some fghv fixes. (#131)
* Fix only_fghv! and add some aliases. * Adjust inplaceobjective aliases.
1 parent 45f0306 commit 770fb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objective_types/incomplete.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616
InplaceObjective(;df=nothing, fdf=nothing, fgh=nothing, hv=nothing, fghv=nothing) = InplaceObjective(df, fdf, fgh, hv, fghv)
1717
const InPlaceObjectiveFGH = InplaceObjective{<:Nothing, <:Nothing, <:Any, <:Nothing, <: Nothing}
1818
const InPlaceObjectiveFG_Hv = InplaceObjective{<:Nothing, <:Any, <:Nothing, <:Any, <:Nothing}
19-
const InPlaceObjectiveFGHv = InplaceObjective{<:Nothing, <:Nothing, <:Nothing, <:Any, <:Any}
19+
const InPlaceObjectiveFGHv = InplaceObjective{<:Nothing, <:Nothing, <:Nothing, <:Nothing, <:Any}
2020
struct NotInplaceObjective{DF, FDF, FGH}
2121
df::DF
2222
fdf::FDF

0 commit comments

Comments
 (0)