diff --git a/methods/schulzeResults.php b/methods/schulzeResults.php index 8f7e5e0..1797a1f 100644 --- a/methods/schulzeResults.php +++ b/methods/schulzeResults.php @@ -59,13 +59,16 @@ class schulze $s = $v[$i]; if ($i == 0) { + echo "i = 0"; $w[$s] = 1; } if ($s == $v[$i+1]) { + echo "egal\n"; $w[$s] += 1; }else { + echo "non egal\n"; $w[$s] = 1; } }