aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd3d_list.c')
-rw-r--r--pmpd3d_list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pmpd3d_list.c b/pmpd3d_list.c
index a362b69..39e8000 100644
--- a/pmpd3d_list.c
+++ b/pmpd3d_list.c
@@ -544,7 +544,6 @@ void pmpd3d_massSpeedNormL(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)
SETFLOAT(&(pos_list[i]),sqrt(sqr(x->mass[i].speedX)+sqr(x->mass[i].speedY)+sqr(x->mass[i].speedZ)));
outlet_anything(x->main_outlet, gensym("massSpeedNormL"),1 , pos_list);
}
-
}
// ---------------------------------------------------------------------