From 1abc1e4b559fc86f1bd783a887b9da0c9b963842 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 25 Aug 2014 13:09:20 +0000 Subject: linkLength new message svn path=/trunk/externals/pmpd/; revision=17342 --- pmpd3d.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pmpd3d.c') diff --git a/pmpd3d.c b/pmpd3d.c index f94ea93..fd99af2 100644 --- a/pmpd3d.c +++ b/pmpd3d.c @@ -119,6 +119,7 @@ void pmpd3d_setup(void) class_addmethod(pmpd3d_class, (t_method)pmpd3d_massForce, gensym("massForce"), A_GIMME, 0); class_addmethod(pmpd3d_class, (t_method)pmpd3d_linkPos, gensym("linkPos"), A_GIMME, 0); class_addmethod(pmpd3d_class, (t_method)pmpd3d_linkEnd, gensym("linkEnd"), A_GIMME, 0); + class_addmethod(pmpd3d_class, (t_method)pmpd3d_linkLength, gensym("linkLength"), A_GIMME, 0); /* pmpd3d_list -- cgit v1.2.1