test
This commit is contained in:
parent
2fd6610aea
commit
2aca514c53
@ -67,13 +67,14 @@ class schulze
|
||||
if ($s == $v[$i+1])
|
||||
{
|
||||
echo "egal\n";
|
||||
print_r($w);
|
||||
$w[$s] += 1;
|
||||
print_r($w);
|
||||
|
||||
}else
|
||||
{
|
||||
echo "non egal\n";
|
||||
print_r($w);
|
||||
$w[$v[$i+1]] = 1;
|
||||
print_r($w);
|
||||
}
|
||||
}
|
||||
$w = $this->votify($w);
|
||||
|
Reference in New Issue
Block a user