Skip to content

Commit 82b2915

Browse files
Merge branch 'JuliaDynamics:main' into jacobian
2 parents 4d0f95e + 8735b71 commit 82b2915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_systems/discrete_time_map.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export DeterministicIteratedMap, DiscreteDynamicalSystem
55
# Type
66
###########################################################################################
77
"""
8-
DeterministicIteratedMap <: DynamicalSystem
8+
DeterministicIteratedMap <: DiscreteTimeDynamicalSystem
99
DeterministicIteratedMap(f, u0, p = nothing; t0 = 0)
1010
1111
A deterministic discrete time dynamical system defined by an iterated map as follows:

0 commit comments

Comments
 (0)