aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/henon_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/henon_map.hpp')
-rw-r--r--chaos/src/henon_map.hpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/chaos/src/henon_map.hpp b/chaos/src/henon_map.hpp
index bb1c6c7..014fa68 100644
--- a/chaos/src/henon_map.hpp
+++ b/chaos/src/henon_map.hpp
@@ -26,11 +26,10 @@
// taken from Willi-Hans Steeb: Chaos and Fractals
class henon:
- public map_base
+ public map_base<2>
{
public:
- henon():
- map_base(2)
+ henon()
{
CHAOS_SYS_INIT(x,0,0);
CHAOS_SYS_INIT(y,0,1);
@@ -39,10 +38,6 @@ public:
CHAOS_PAR_INIT(b,0.3);
}
- ~henon()
- {
-
- }
virtual void m_step()
{