Skip to content

Commit

Permalink
minor fix (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKoziorek authored Jun 17, 2024
1 parent 9c476c1 commit 8735b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_systems/discrete_time_map.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DeterministicIteratedMap, DiscreteDynamicalSystem
# Type
###########################################################################################
"""
DeterministicIteratedMap <: DynamicalSystem
DeterministicIteratedMap <: DiscreteTimeDynamicalSystem
DeterministicIteratedMap(f, u0, p = nothing; t0 = 0)
A deterministic discrete time dynamical system defined by an iterated map as follows:
Expand Down

0 comments on commit 8735b71

Please sign in to comment.