aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/logistic_map.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-12-24 15:31:14 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:57 +0200
commit45932d6b4b33ecd4f4dc2e7eab9f210dfa46cc34 (patch)
tree9acb013aa42ca3c766d57ba2c7fa96dbe0a28d75 /chaos/src/logistic_map.hpp
parent404bfef9e23dfc3166cb2005367e7e8a41863914 (diff)
xmas's changes
svn path=/trunk/externals/tb/; revision=2427
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)
{