aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/henon_map_msg.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-01-01 11:06:58 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:58 +0200
commit2a0d532e5965402f19f74f70dfdcc7efd1055b15 (patch)
tree65cf38a9d098e9867287b7a274220da401cb6b57 /chaos/src/henon_map_msg.cpp
parent2f98df88850ab893c7acf8ea2b9000c03c2e17da (diff)
speedup using function pointers
svn path=/trunk/externals/tb/; revision=2439
Diffstat (limited to 'chaos/src/henon_map_msg.cpp')
-rw-r--r--chaos/src/henon_map_msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chaos/src/henon_map_msg.cpp b/chaos/src/henon_map_msg.cpp
index 22cddde..e70624f 100644
--- a/chaos/src/henon_map_msg.cpp
+++ b/chaos/src/henon_map_msg.cpp
@@ -21,4 +21,4 @@
#include "henon_map.hpp"
#include "chaos_msg.hpp"
-CHAOS_MSG_CLASS_NAME(henon, HENON, "henon");
+CHAOS_MSG_CLASS_NAME(henon, HENON, henon);