aboutsummaryrefslogtreecommitdiff
path: root/dejong.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-20 05:51:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-20 05:51:53 +0000
commit5fb78045398126f1fba580217f0ffa62df47890a (patch)
tree0822de97bb9627fe043fbc834177ff3a3a3544ca /dejong.c
parentf9920590bc711f8a6aee5d71348c8ef6b42bed70 (diff)
with Ben's permission, I renamed the help files to all be in the standard format and removed the redundant class_sethelpsymbol() functions
svn path=/trunk/externals/bbogart/chaos/; revision=6341
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"));
+
+
}