aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/ode_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/ode_base.hpp')
-rw-r--r--chaos/src/ode_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/ode_base.hpp b/chaos/src/ode_base.hpp
index b198dc5..f46332c 100644
--- a/chaos/src/ode_base.hpp
+++ b/chaos/src/ode_base.hpp
@@ -62,7 +62,7 @@ public:
return (f >= 0);
}
- virtual void m_step()
+ void m_step()
{
(this->*m_routine)();
}