Skip to content

Commit 26a6dff

Browse files
committed
src: add AbstractBifurcationPointCodim2
1 parent b91115e commit 26a6dff

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/BifurcationPoints.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ abstract type AbstractBifurcationPoint end
22
abstract type AbstractBranchPoint <: AbstractBifurcationPoint end
33
abstract type AbstractSimpleBranchPoint <: AbstractBranchPoint end
44
abstract type AbstractSimpleBranchPointForMaps <: AbstractSimpleBranchPoint end
5+
abstract type AbstractBifurcationPointCodim2 <: AbstractBifurcationPoint end
56

67
istranscritical(::AbstractBranchPoint) = false
78
####################################################################################################

src/codim2/BifurcationPoints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for op in (:Cusp, :Bautin, :ZeroHopf, :HopfHopf)
77
$(TYPEDFIELDS)
88
99
"""
10-
mutable struct $op{Tv, Tpar, Tlens, Tevr, Tevl, Tnf} <: AbstractBifurcationPoint
10+
mutable struct $op{Tv, Tpar, Tlens, Tevr, Tevl, Tnf} <: AbstractBifurcationPointCodim2
1111
"Bifurcation point"
1212
x0::Tv
1313

0 commit comments

Comments
 (0)