Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Jul 26, 2015
1 parent b35e45e commit afdeb10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions HT15/matcher.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
2;2015-08-29 Lördag 11:00,Ängby IF Röd 2 - IF Brommapojkarna 1
3;2015-08-30 Söndag 10:00,Ängby IF Röd 1 - Spånga IS FK 1
4;2015-09-05 Lördag 12:00,Hässelby SK FF 7 - Ängby IF Röd 1
4;2015-09-12 Lördag 11:00,Ängby IF Röd 2 - Ängby IF Vit 1
5;2015-09-13 Söndag 10:00,Ängby IF Röd 1 - Bele Barkarby FF 2
5;2015-09-13 Söndag 12:00,IFK Viksjö 5 - Ängby IF Röd 2
6;2015-09-17 Torsdag 18:00,Nockebyhovs IF 2 - Ängby IF Röd 2
6;2015-09-19 Lördag 10:00,Ekerö IK 1:Blå - Ängby IF Röd 1
7;2015-09-26 Lördag 11:00,Ängby IF Röd 2 - IF Brommapojkarna 12
7;2015-09-27 Söndag 10:00,Ängby IF Röd 1 - Ängby IF Gul 1
5;2015-09-12 Lördag 11:00,Ängby IF Röd 2 - Ängby IF Vit 1
6;2015-09-13 Söndag 10:00,Ängby IF Röd 1 - Bele Barkarby FF 2
6;2015-09-13 Söndag 12:00,IFK Viksjö 5 - Ängby IF Röd 2
7;2015-09-17 Torsdag 18:00,Nockebyhovs IF 2 - Ängby IF Röd 2
7;2015-09-19 Lördag 10:00,Ekerö IK 1:Blå - Ängby IF Röd 1
8;2015-09-26 Lördag 11:00,Ängby IF Röd 2 - IF Brommapojkarna 12
8;2015-09-27 Söndag 10:00,Ängby IF Röd 1 - Ängby IF Gul 1
4 changes: 2 additions & 2 deletions HT15/schema.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ compare(const Sched * s1, const Sched * s2, bool PRINT_COMPARE) {
}

int min_pct = pct(s1->stats.min_score, s2->stats.min_score);
if (abs(min_pct) > 5)
if (abs(min_pct) > 3)
{
if (s2->stats.min_score > s1->stats.min_score)
{
Expand Down Expand Up @@ -1227,7 +1227,7 @@ compare(const Sched * s1, const Sched * s2, bool PRINT_COMPARE) {

res = - (s2->stats.cnt_games_together[0] - s1->stats.cnt_games_together[0]);

if (abs(res) > 3) {
if (abs(res) > 5) {
if (res > 0)
{
if (PRINT_COMPARE)
Expand Down

0 comments on commit afdeb10

Please sign in to comment.