aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/duffing_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/duffing_map.hpp')
-rw-r--r--chaos/src/duffing_map.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/duffing_map.hpp b/chaos/src/duffing_map.hpp
index 46fecbf..2670b7d 100644
--- a/chaos/src/duffing_map.hpp
+++ b/chaos/src/duffing_map.hpp
@@ -39,7 +39,7 @@ public:
- virtual void m_step()
+ void m_step()
{
data_t x1 = m_data[0], x2 = m_data[1];