Skip to content

Commit

Permalink
Add codim2/display.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jun 23, 2018
1 parent 3299161 commit 3962b37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/codim2/codim2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ include("diffeq.jl")
include("solver.jl")
include("analysis.jl")
include("api.jl")
include("display.jl")
include("diagnosis.jl")

end # module
5 changes: 5 additions & 0 deletions src/codim2/display.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import ..BifurcationsBase

BifurcationsBase.aliasof(::Codim2Sweep) = "Codim2Sweep"
BifurcationsBase.aliasof(::Codim2Solution) = "Codim2Solution"
BifurcationsBase.aliasof(::Codim2Solver) = "Codim2Solver"

0 comments on commit 3962b37

Please sign in to comment.