From 5fb78045398126f1fba580217f0ffa62df47890a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 20 Nov 2006 05:51:53 +0000 Subject: 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 --- mlogistic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mlogistic.c') diff --git a/mlogistic.c b/mlogistic.c index def932b..ad1ea30 100644 --- a/mlogistic.c +++ b/mlogistic.c @@ -242,6 +242,7 @@ void mlogistic_setup(void) { class_addmethod(mlogistic_class, (t_method) elyap, gensym("elyapunov"), 0); class_addmethod(mlogistic_class, (t_method) search, gensym("search"), A_GIMME, 0); class_addmethod(mlogistic_class, (t_method) constrain, gensym("constrain"), A_GIMME, 0); - class_sethelpsymbol(mlogistic_class, gensym("help-mlogistic.pd")); + + } -- cgit v1.2.1