aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/map_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/map_base.hpp')
-rw-r--r--chaos/src/map_base.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chaos/src/map_base.hpp b/chaos/src/map_base.hpp
index e71fe61..1395bb8 100644
--- a/chaos/src/map_base.hpp
+++ b/chaos/src/map_base.hpp
@@ -27,6 +27,11 @@ class map_base
: public chaos_base
{
protected:
+ map_base(int n):
+ chaos_base(n)
+ {
+ }
+
virtual void m_step()
{
}