aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/logistic_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/logistic_map.hpp')
-rw-r--r--chaos/src/logistic_map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/logistic_map.hpp b/chaos/src/logistic_map.hpp
index e0111f7..94b38d0 100644
--- a/chaos/src/logistic_map.hpp
+++ b/chaos/src/logistic_map.hpp
@@ -54,7 +54,7 @@ public:
return (f > 0) && (f < 4);
}
- CHAOS_SYSVAR_FUNCS_PRED(x, m_pred_x);
+ CHAOS_SYSVAR_FUNCS_PRED(x, 0, m_pred_x);
bool m_pred_x(t_float f)
{