From c3a067dc355fc57a5759d4e9a97bcbcd878caf13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 3 Jan 2008 12:28:27 +0000 Subject: pedantic and C99 svn path=/trunk/externals/iem/iemmatrix/; revision=9114 --- src/mtx_pivot.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/mtx_pivot.c') diff --git a/src/mtx_pivot.c b/src/mtx_pivot.c index f03e289..21b91fb 100644 --- a/src/mtx_pivot.c +++ b/src/mtx_pivot.c @@ -21,9 +21,9 @@ typedef struct _mtx_pivot { t_object x_obj; - t_matrix m; // the output matrix - t_matrix m_pre; // the pre -multiply matrix - t_matrix m_post; // the post-multiply matrix + t_matrix m; /* the output matrix */ + t_matrix m_pre; /* the pre -multiply matrix */ + t_matrix m_post; /* the post-multiply matrix */ t_outlet *pivo, *pre, *post; @@ -79,7 +79,7 @@ static void mtx_pivot_matrix(t_mtx_pivot *x, t_symbol *s, int argc, t_atom *argv /* do the pivot thing */ for (k=0; k