aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/main.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-01-01 11:06:58 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:58 +0200
commit2a0d532e5965402f19f74f70dfdcc7efd1055b15 (patch)
tree65cf38a9d098e9867287b7a274220da401cb6b57 /chaos/src/main.cpp
parent2f98df88850ab893c7acf8ea2b9000c03c2e17da (diff)
speedup using function pointers
svn path=/trunk/externals/tb/; revision=2439
Diffstat (limited to 'chaos/src/main.cpp')
-rw-r--r--chaos/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chaos/src/main.cpp b/chaos/src/main.cpp
index eabb8d4..dcb7ea8 100644
--- a/chaos/src/main.cpp
+++ b/chaos/src/main.cpp
@@ -29,6 +29,7 @@ void chaos_library_setup()
CHAOS_ADD(bungalow_tent);
CHAOS_ADD(circle_map);
CHAOS_ADD(coupled_logistic);
+ CHAOS_ADD(chua);
CHAOS_ADD(driven_anharmonic);
CHAOS_ADD(driven_van_der_pol);
CHAOS_ADD(duffing_map);