Skip to content

Commit

Permalink
Smoother curves
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 24, 2018
1 parent 7d67157 commit 37892e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/continuations/euler_newton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ContinuationCache(prob::AbstractContinuationProblem, args...) =
max_misc_steps::Int = 100 # TODO: remove
nominal_contraction::Float64 = 0.8
nominal_distance::Float64 = 0.1
nominal_angle_rad::Float64 = 2π * (30 / 360)
nominal_angle_rad::Float64 = 2π * (10 / 360)
end


Expand Down

0 comments on commit 37892e2

Please sign in to comment.