Skip to content

Commit

Permalink
Include step size in debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Nov 15, 2019
1 parent 02543d3 commit a2f2b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/continuations/euler_newton.jl
Expand Up @@ -233,6 +233,7 @@ function predictor_corrector_step!(cache::ContinuationCache,
@debug(
"Step adaptation",
# Print some useful statistics:
h,
n2 / n1,
n1,
angle,
Expand Down

0 comments on commit a2f2b83

Please sign in to comment.