Mercurial > hg > wm
diff Meerwald/coeff.c @ 3:acb6967ee76d
update to 0.5
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Tue, 14 Aug 2007 21:11:21 +0200 |
parents | be303a3f5ea8 |
children |
line wrap: on
line diff
--- a/Meerwald/coeff.c Tue Aug 14 19:59:48 2007 +0200 +++ b/Meerwald/coeff.c Tue Aug 14 21:11:21 2007 +0200 @@ -14,7 +14,7 @@ return NULL; #endif } - p[0] = (double *) malloc(rows * cols * sizeof(double)); + p[0] = malloc(rows * cols * sizeof(double)); if (!p[0]) { #ifdef DEBUG fprintf(stderr, "alloc_coeffs(): malloc() failed\n");