Skip to content

Commit

Permalink
Some fghv fixes. (#131)
Browse files Browse the repository at this point in the history
* Fix only_fghv! and add some aliases.

* Adjust inplaceobjective aliases.
  • Loading branch information
pkofod authored Aug 17, 2020
1 parent 45f0306 commit 770fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective_types/incomplete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
InplaceObjective(;df=nothing, fdf=nothing, fgh=nothing, hv=nothing, fghv=nothing) = InplaceObjective(df, fdf, fgh, hv, fghv)
const InPlaceObjectiveFGH = InplaceObjective{<:Nothing, <:Nothing, <:Any, <:Nothing, <: Nothing}
const InPlaceObjectiveFG_Hv = InplaceObjective{<:Nothing, <:Any, <:Nothing, <:Any, <:Nothing}
const InPlaceObjectiveFGHv = InplaceObjective{<:Nothing, <:Nothing, <:Nothing, <:Any, <:Any}
const InPlaceObjectiveFGHv = InplaceObjective{<:Nothing, <:Nothing, <:Nothing, <:Nothing, <:Any}
struct NotInplaceObjective{DF, FDF, FGH}
df::DF
fdf::FDF
Expand Down

0 comments on commit 770fb0b

Please sign in to comment.