aboutsummaryrefslogtreecommitdiff
path: root/dejong.c
diff options
context:
space:
mode:
Diffstat (limited to 'dejong.c')
-rw-r--r--dejong.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dejong.c b/dejong.c
index 8cd806f..746a6c5 100644
--- a/dejong.c
+++ b/dejong.c
@@ -320,6 +320,7 @@ void dejong_setup(void) {
class_addmethod(dejong_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(dejong_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(dejong_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(dejong_class, gensym("help-dejong.pd"));
+
+
}