aboutsummaryrefslogtreecommitdiff
path: root/pmpd2d_interactor.c
diff options
context:
space:
mode:
Diffstat (limited to 'pmpd2d_interactor.c')
-rw-r--r--pmpd2d_interactor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd2d_interactor.c b/pmpd2d_interactor.c
index 86d6746..3104cdc 100644
--- a/pmpd2d_interactor.c
+++ b/pmpd2d_interactor.c
@@ -42,7 +42,7 @@ void pmpd2d_iCircle(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv)
// [7] : max radium of the interactor
- t_float a, b, R, K, power, tmp, Rmin, Rmax;
+ t_float a, b, R, K, power, Rmin, Rmax;
t_int i;
if (!((argc>=5) && (argv[1].a_type == A_FLOAT)&& (argv[2].a_type == A_FLOAT)&& (argv[3].a_type == A_FLOAT) ))