aboutsummaryrefslogtreecommitdiff
path: root/src/NLMS~.c
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2007-11-08 13:56:44 +0000
committermusil <tmusil@users.sourceforge.net>2007-11-08 13:56:44 +0000
commit7a420e4fe20dcfd99b28bbdecfb14dcb0f34ec4b (patch)
tree1e51df0b5fac87ad9c8d0991a4a057d3b558b778 /src/NLMS~.c
parent89e6c20b990a6605830a7bdd431c59106e2feb1d (diff)
some t_int to int
svn path=/trunk/externals/iem/iem_adaptfilt/; revision=8962
Diffstat (limited to 'src/NLMS~.c')
-rw-r--r--src/NLMS~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NLMS~.c b/src/NLMS~.c
index b065afa..ade883e 100644
--- a/src/NLMS~.c
+++ b/src/NLMS~.c
@@ -49,7 +49,7 @@ t_class *NLMS_tilde_class;
static t_float *NLMS_tilde_check_array(t_symbol *array_sym_name, t_int length)
{
- t_int n_points;
+ int n_points;
t_garray *a;
t_float *vec;