Skip to content

Commit

Permalink
Remove unused type S in NLPAtX
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Jul 21, 2023
1 parent 48e7f40 commit 5cd9827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/State/NLPAtXmod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mutable struct NLPAtX{Score, S, T <: AbstractVector} <: AbstractState{S, T}
d::T = _init_field(T),
res::T = _init_field(T),
current_time::Float64 = NaN,
) where {Score, S, T <: AbstractVector}
) where {Score, T <: AbstractVector}
_size_check(x, lambda, fx, gx, Hx, mu, cx, Jx)

return new{Score, eltype(T), T}(
Expand Down

0 comments on commit 5cd9827

Please sign in to comment.