aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_find.c
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2006-07-19 21:14:15 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2006-07-19 21:14:15 +0000
commit861a3fcd22eeacc76497bcc96bbbfdae67f95f34 (patch)
tree9dd95709ed1d9d1bc19783ad21031434699de015 /src/mtx_find.c
parentaa94261a33fe612fbf039ca1190e7ec38c26eb30 (diff)
added help symbols to the externals
svn path=/trunk/externals/iem/iemmatrix/; revision=5385
Diffstat (limited to 'src/mtx_find.c')
-rw-r--r--src/mtx_find.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtx_find.c b/src/mtx_find.c
index 8ff2796..ebd6af5 100644
--- a/src/mtx_find.c
+++ b/src/mtx_find.c
@@ -342,6 +342,7 @@ void mtx_find_setup (void)
// class_addmethod (mtx_find_class, (t_method) mTXSetFindDimension, gensym("dimension"), A_DEFFLOAT,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindMode, gensym("mode"), A_DEFSYMBOL,0);
class_addmethod (mtx_find_class, (t_method) mTXSetFindDirection, gensym("direction"), A_DEFFLOAT,0);
+ class_sethelpsymbol (mtx_find_class, gensym("mtx_find-help"));
row_sym = gensym("row");
col_sym = gensym("col");