From e9079368fc8aaf7f3dae8d4e98a6756c1fcb913a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 22 Feb 2012 13:06:00 +0000 Subject: MARK for debugging svn path=/trunk/externals/iem/iemmatrix/; revision=16026 --- src/iemmatrix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index 87f68d2..6d7acea 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -194,4 +194,9 @@ t_matrixfloat*mtx_doTranspose(t_matrixfloat*output, int row, int col); /* multiply matrix A=[rowA*colA] with matrix B=[rowB*colB]; C=A*B; colA=rowB=colArowB */ t_matrixfloat*mtx_doMultiply(int rowA, t_matrixfloat*A, int colArowB, t_matrixfloat*B, int colB); + +/* for debugging purposes */ +#define MARK startpost("MARK[%s:%d@%s]", __FILE__, __LINE__, __FUNCTION__), post + + #endif -- cgit v1.2.1