Skip to content

Commit

Permalink
correct mistake with _getvectoreltype
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Apr 15, 2024
1 parent 74a71d7 commit 03a3c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bifdiagram/BranchSwitching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Automatic branch switching at branch points based on a computation of the normal
"""
function multicontinuation(br::AbstractBranchResult, ind_bif::Int, options_cont::ContinuationPar = br.contparams;
δp = nothing,
ampfactor::Real = getvectoreltype(br)(1),
ampfactor::Real = _getvectoreltype(br)(1),
nev::Int = options_cont.nev,
Teigvec = _getvectortype(br),
ζs = nothing,
Expand Down

0 comments on commit 03a3c75

Please sign in to comment.