From 4264e9da43284a7c473031297ecdd92f96847497 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 1 Nov 2012 14:09:29 +0000 Subject: pmp3d : corrected typo in message svn path=/trunk/externals/pmpd/; revision=16510 --- pmpd3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pmpd3d.c') diff --git a/pmpd3d.c b/pmpd3d.c index 8a916c0..8aba27b 100644 --- a/pmpd3d.c +++ b/pmpd3d.c @@ -2969,7 +2969,7 @@ void pmpd3d_massesSpeedsMean(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) SETFLOAT(&(mean[2]),sommeZ); SETFLOAT(&(mean[3]),somme); - outlet_anything(x->main_outlet, gensym("massesFpeedsMean"),4 , mean); + outlet_anything(x->main_outlet, gensym("massesSpeedsMean"),4 , mean); } void pmpd3d_massesSpeedsStd(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv) -- cgit v1.2.1