aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/bungalow_tent_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/bungalow_tent_map.hpp')
-rw-r--r--chaos/src/bungalow_tent_map.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/chaos/src/bungalow_tent_map.hpp b/chaos/src/bungalow_tent_map.hpp
index 5da431d..4d4836b 100644
--- a/chaos/src/bungalow_tent_map.hpp
+++ b/chaos/src/bungalow_tent_map.hpp
@@ -36,14 +36,11 @@ class bungalow_tent:
public map_base
{
public:
- bungalow_tent()
+ bungalow_tent():
+ map_base(1)
{
- CHAOS_PRECONSTRUCTOR;
-
CHAOS_SYS_INIT(x, 0.6,0);
CHAOS_PAR_INIT(r, 0.5);
-
- CHAOS_POSTCONSTRUCTOR;
}
~bungalow_tent()