aboutsummaryrefslogtreecommitdiff
path: root/lorenz.c
diff options
context:
space:
mode:
Diffstat (limited to 'lorenz.c')
-rw-r--r--lorenz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lorenz.c b/lorenz.c
index 35853fb..98665d0 100644
--- a/lorenz.c
+++ b/lorenz.c
@@ -330,6 +330,7 @@ void lorenz_setup(void) {
class_addmethod(lorenz_class, (t_method) elyap, gensym("elyapunov"), 0);
class_addmethod(lorenz_class, (t_method) search, gensym("search"), A_GIMME, 0);
class_addmethod(lorenz_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0);
- class_sethelpsymbol(lorenz_class, gensym("help-lorenz.pd"));
+
+
}