aboutsummaryrefslogtreecommitdiff
path: root/pmpd2d_various.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd2d_various.c')
-rw-r--r--pmpd2d_various.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd2d_various.c b/pmpd2d_various.c
index 8a33f5d..32ee6e1 100644
--- a/pmpd2d_various.c
+++ b/pmpd2d_various.c
@@ -289,7 +289,7 @@ void pmpd2d_closestMass(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv)// t_fl
void pmpd2d_massDistances_f_f(t_pmpd2d *x, t_int i, t_int j)
{
- t_float dist, tmp, dx, dy;
+ t_float dist, dx, dy;
t_atom to_out[5];