Mercurial > hg > wm
diff Fotopoulos/test-hart.c @ 23:71dd4b96221b
fix some compiler warning
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
---|---|
date | Fri, 20 Dec 2024 12:53:41 +0100 |
parents | cbecc570129d |
children |
line wrap: on
line diff
--- a/Fotopoulos/test-hart.c Sat Jan 28 23:57:51 2023 +0100 +++ b/Fotopoulos/test-hart.c Fri Dec 20 12:53:41 2024 +0100 @@ -26,11 +26,9 @@ { int row, col, count; long int elem, L, M, seed, i; - double a; double z; M = coeff_start; L = wm_length; - a = wm_alpha; for (i = 1; i <= 1000; i++) { seed = i; z = 0.0;