Skip to content

Commit

Permalink
fix renaming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoey committed May 16, 2021
1 parent 886b853 commit 0434f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solvers/steppers/predorcent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

function load(stepper::PredOrCentStepper{T}, solver::Solver{T}) where {T <: Real}
model = solver.model
if stepper.use_adjustment && !any(Cones.use_adjustment, model.cones)
if stepper.use_adjustment && !any(Cones.use_dder3, model.cones)
# model has no cones that use third order deriv
stepper.use_adjustment = false
end
Expand Down

0 comments on commit 0434f59

Please sign in to comment.