From 308f704b85f93da39a8a3559c11aab1dac9ae2f9 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Mon, 8 Apr 2013 22:54:39 +0000 Subject: bugfix and code refactorisation svn path=/trunk/externals/pmpd/; revision=17071 --- pmpd3d_various.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pmpd3d_various.c') diff --git a/pmpd3d_various.c b/pmpd3d_various.c index d33828d..1004601 100644 --- a/pmpd3d_various.c +++ b/pmpd3d_various.c @@ -353,7 +353,7 @@ void pmpd3d_closestMass(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) } -void pmpd3d_massesDistances_f_f(t_pmpd3d *x, t_int i, t_int j) +void pmpd3d_massDistances_f_f(t_pmpd3d *x, t_int i, t_int j) { t_float dist, tmp; t_atom to_out[3]; @@ -372,7 +372,7 @@ void pmpd3d_massesDistances_f_f(t_pmpd3d *x, t_int i, t_int j) outlet_anything(x->main_outlet, gensym("distance"), 3, to_out); } -void pmpd3d_massesDistances(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) +void pmpd3d_massDistances(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) { t_int i,j; -- cgit v1.2.1