aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/ode_base.hpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2006-05-21 19:17:04 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:02 +0200
commit2c157bd8aa1f5387169cc0c0910d36c8068c4068 (patch)
treeb1df4715f4299671f17b14f30ca55b79170a3d95 /chaos/src/ode_base.hpp
parent13cba7a7997e318fbba01a36912219355e387d52 (diff)
improved inlining for maps
svn path=/trunk/externals/tb/; revision=5106
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)();
}