src/math/wilcoxon-sig.c (count_sums_to_W): Avoid use of unsigned value.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 7 Feb 2021 08:54:49 +0000 (09:54 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 7 Feb 2021 08:55:10 +0000 (09:55 +0100)
commit63d7f2b943e987f11fc913a47031b16533382b46
treee0fff400591eb00fdfa328b05554e5e6d56dee36
parentdd45af75d87c680c7de07d591095751a0d75e49a
src/math/wilcoxon-sig.c (count_sums_to_W): Avoid use of unsigned value.

Use signed long int, not unsigned long int.

Found by cppcheck.
src/math/wilcoxon-sig.c