aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/delayed_logistic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/delayed_logistic.hpp')
-rw-r--r--chaos/src/delayed_logistic.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/chaos/src/delayed_logistic.hpp b/chaos/src/delayed_logistic.hpp
index c78785f..47360e7 100644
--- a/chaos/src/delayed_logistic.hpp
+++ b/chaos/src/delayed_logistic.hpp
@@ -29,16 +29,12 @@ class delayed_logistic:
public map_base
{
public:
- delayed_logistic()
+ delayed_logistic():
+ map_base(1)
{
- CHAOS_PRECONSTRUCTOR;
-
CHAOS_SYS_INIT(x, 0.5, 0);
-
CHAOS_PAR_INIT(alpha, 3.8);
- CHAOS_POSTCONSTRUCTOR;
-
m_delayed = get_x(); /* the initial state of the delay */
}