Skip to content

Commit

Permalink
correct continuation option in fold PO continuation (shooting)
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Dec 17, 2023
1 parent f65e091 commit 3d373dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/periodicorbit/codim2/StandardShooting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function continuation_sh_fold(br::AbstractResult{Tkind, Tprob},
# perform continuation
br_fold_po = continuation_fold(probshFold,
br, ind_bif, lens2,
options_cont;
options_foldpo;
start_with_eigen = start_with_eigen,
bdlinsolver = FloquetWrapperBLS(bdlinsolver),
kind = FoldPeriodicOrbitCont(),
Expand Down

0 comments on commit 3d373dc

Please sign in to comment.