Skip to content

Commit

Permalink
Update Classifier.php
Browse files Browse the repository at this point in the history
Shot Put and Hammer Throw weight rounded up to 7.26.
  • Loading branch information
atlets authored Jan 16, 2019
1 parent 6d2124b commit 29e7a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Classifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function getClassification($result)
'II j.' => 32.00,
'III j.' => 28.00,
],
'hammer_throw_7.257' => [ //weight of tool in kg
'hammer_throw_7.26' => [ //weight of tool in kg
'LM' => 74.00,
'SM' => 67.00,
'SMK' => 60.00,
Expand Down Expand Up @@ -252,7 +252,7 @@ public function getClassification($result)
'II j.' => 40.00,
'III j.' => 30.00,
],
'shot_put_7.257' => [ //weight of tool in kg
'shot_put_7.26' => [ //weight of tool in kg
'LM' => 19.00,
'SM' => 17.20,
'SMK' => 15.60,
Expand Down Expand Up @@ -1999,7 +1999,7 @@ public function getClassification($result)
'II j.' => 32.00,
'III j.' => 28.00,
],
'hammer_throw_7.257' => [ //weight of tool in kg
'hammer_throw_7.26' => [ //weight of tool in kg
'LM' => 74.00,
'SM' => 67.00,
'SMK' => 60.00,
Expand Down Expand Up @@ -2069,7 +2069,7 @@ public function getClassification($result)
'II j.' => 40.00,
'III j.' => 30.00,
],
'shot_put_7.257' => [ //weight of tool in kg
'shot_put_7.26' => [ //weight of tool in kg
'LM' => 19.00,
'SM' => 17.20,
'SMK' => 15.60,
Expand Down

0 comments on commit 29e7a0b

Please sign in to comment.