From e0d24da0230870e8dc68ecf98010cd5c2d711c17 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 22 Jun 2007 15:44:13 +0000 Subject: new date svn path=/trunk/externals/iem/iem_matrix/; revision=7793 --- src/iem_matrix.c | 4 ++-- src/matrix_bundle_line8~.c | 2 +- src/matrix_bundle_line~.c | 2 +- src/matrix_bundle_stat~.c | 2 +- src/matrix_mul_line8~.c | 2 +- src/matrix_mul_line~.c | 2 +- src/matrix_mul_stat~.c | 3 +-- 7 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/iem_matrix.c b/src/iem_matrix.c index 818d0d5..9f73b4d 100644 --- a/src/iem_matrix.c +++ b/src/iem_matrix.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" @@ -39,6 +39,6 @@ void iem_matrix_setup(void) matrix_bundle_line8_tilde_setup(); matrix_bundle_stat_tilde_setup(); - post("iem_matrix (R-1.17) library loaded! (c) Thomas Musil 11.2006"); + post("iem_matrix (R-1.17) library loaded! (c) Thomas Musil 06.2007"); post(" musil%ciem.at iem KUG Graz Austria", '@'); } diff --git a/src/matrix_bundle_line8~.c b/src/matrix_bundle_line8~.c index 0788039..c198978 100644 --- a/src/matrix_bundle_line8~.c +++ b/src/matrix_bundle_line8~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/matrix_bundle_line~.c b/src/matrix_bundle_line~.c index 63e90f1..277bc01 100644 --- a/src/matrix_bundle_line~.c +++ b/src/matrix_bundle_line~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/matrix_bundle_stat~.c b/src/matrix_bundle_stat~.c index 5d29601..61fb84b 100644 --- a/src/matrix_bundle_stat~.c +++ b/src/matrix_bundle_stat~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/matrix_mul_line8~.c b/src/matrix_mul_line8~.c index 6f60bb3..44fba46 100644 --- a/src/matrix_mul_line8~.c +++ b/src/matrix_mul_line8~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/matrix_mul_line~.c b/src/matrix_mul_line~.c index 4c26c91..531acf9 100644 --- a/src/matrix_mul_line~.c +++ b/src/matrix_mul_line~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */ +iem_matrix written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 */ #include "m_pd.h" #include "iemlib.h" diff --git a/src/matrix_mul_stat~.c b/src/matrix_mul_stat~.c index 4ef5257..a25ff93 100644 --- a/src/matrix_mul_stat~.c +++ b/src/matrix_mul_stat~.c @@ -1,7 +1,7 @@ /* For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. -iem_matrix written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */ +iem_matrix written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2007 */ #include "m_pd.h" #include "iemlib.h" @@ -169,7 +169,6 @@ static t_int *matrix_mul_stat_tilde_perform(t_int *w) { t_matrix_mul_stat_tilde *x = (t_matrix_mul_stat_tilde *)(w[1]); int n = (int)(w[2]); - t_float **io = x->x_io; t_float *outsum, *houtsum; t_float *mat = x->x_matbuf; -- cgit v1.2.1