Mercurial > hg > wm
diff Fotopoulos/common.c @ 13:cbecc570129d
cleanup warnings
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Mon, 30 Jun 2008 15:43:16 +0200 |
parents | be303a3f5ea8 |
children |
line wrap: on
line diff
--- a/Fotopoulos/common.c Thu May 01 19:12:21 2008 +0200 +++ b/Fotopoulos/common.c Mon Jun 30 15:43:16 2008 +0200 @@ -150,7 +150,7 @@ void inv_sums(double *f) { - int ii, stepsize, stage, curptr, nthreads, thread, step, nsteps; + int stepsize, stage, curptr, nthreads, thread, step, nsteps; for (stage = 1; stage <= m - 1; stage++) { nthreads = 1 << (stage - 1); @@ -182,7 +182,7 @@ void fwd_sums(double *f) { - int ii, stepsize, stage, curptr, nthreads, thread, step, nsteps; + int stepsize, stage, curptr, nthreads, thread, step, nsteps; for (stage = m - 1; stage >= 1; stage--) { nthreads = 1 << (stage - 1);