Skip to content

Commit

Permalink
Fix #40 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod authored Apr 21, 2018
1 parent d8eb4de commit 96f07c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective_types/nondifferentiable.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Used for objectives and solvers where no gradient is available/exists
mutable struct NonDifferentiable{TF,TX} <: AbstractObjective where {TF, TX}
mutable struct NonDifferentiable{TF,TX} <: AbstractObjective
f
F::TF
x_f::TX
Expand Down

0 comments on commit 96f07c4

Please sign in to comment.