aboutsummaryrefslogtreecommitdiff
path: root/henon.c
diff options
context:
space:
mode:
Diffstat (limited to 'henon.c')
-rw-r--r--henon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/henon.c b/henon.c
index c921ded..211205e 100644
--- a/henon.c
+++ b/henon.c
@@ -276,6 +276,7 @@ void henon_setup(void) {
class_addmethod(henon_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(henon_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(henon_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(henon_class, gensym("help-henon.pd"));
+
+
}