aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/latoocarfian.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/latoocarfian.hpp')
-rw-r--r--chaos/src/latoocarfian.hpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/chaos/src/latoocarfian.hpp b/chaos/src/latoocarfian.hpp
index eec6116..47abc33 100644
--- a/chaos/src/latoocarfian.hpp
+++ b/chaos/src/latoocarfian.hpp
@@ -28,11 +28,10 @@
// taken from Pickover: Chaos In Wonderland
class latoocarfian
- : public map_base
+ : public map_base<2>
{
public:
- latoocarfian():
- map_base(2)
+ latoocarfian()
{
CHAOS_SYS_INIT(x1,0.5,0);
CHAOS_SYS_INIT(x2,0,1);
@@ -42,10 +41,6 @@ public:
CHAOS_PAR_INIT(c,0.765145);
CHAOS_PAR_INIT(d,0.744728);
}
-
- ~latoocarfian()
- {
- }
virtual void m_step()
{