aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/latoomutalpha.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2006-05-21 18:34:34 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:02 +0200
commit13cba7a7997e318fbba01a36912219355e387d52 (patch)
tree77ec90e15c3a912a480d21958bdf1b57a7d7f14f /chaos/src/latoomutalpha.hpp
parentcceea140611ff282d1513937f615abe2b8081ebc (diff)
rewrote most stuff using templates
svn path=/trunk/externals/tb/; revision=5105
Diffstat (limited to 'chaos/src/latoomutalpha.hpp')
-rw-r--r--chaos/src/latoomutalpha.hpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/chaos/src/latoomutalpha.hpp b/chaos/src/latoomutalpha.hpp
index ac4f28d..255829a 100644
--- a/chaos/src/latoomutalpha.hpp
+++ b/chaos/src/latoomutalpha.hpp
@@ -27,11 +27,10 @@
// taken from Pickover: Chaos In Wonderland
class latoomutalpha
- : public map_base
+ : public map_base<2>
{
public:
- latoomutalpha():
- map_base(2)
+ latoomutalpha()
{
CHAOS_SYS_INIT(x1,0.5,0);
CHAOS_SYS_INIT(x2,0.2,1);
@@ -41,10 +40,6 @@ public:
CHAOS_PAR_INIT(c,0.765145);
}
- ~latoomutalpha()
- {
-
- }
virtual void m_step()
{