Skip to content

Commit 29e7a0b

Browse files
authored
Update Classifier.php
Shot Put and Hammer Throw weight rounded up to 7.26.
1 parent 6d2124b commit 29e7a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Classifier.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function getClassification($result)
182182
'II j.' => 32.00,
183183
'III j.' => 28.00,
184184
],
185-
'hammer_throw_7.257' => [ //weight of tool in kg
185+
'hammer_throw_7.26' => [ //weight of tool in kg
186186
'LM' => 74.00,
187187
'SM' => 67.00,
188188
'SMK' => 60.00,
@@ -252,7 +252,7 @@ public function getClassification($result)
252252
'II j.' => 40.00,
253253
'III j.' => 30.00,
254254
],
255-
'shot_put_7.257' => [ //weight of tool in kg
255+
'shot_put_7.26' => [ //weight of tool in kg
256256
'LM' => 19.00,
257257
'SM' => 17.20,
258258
'SMK' => 15.60,
@@ -1999,7 +1999,7 @@ public function getClassification($result)
19991999
'II j.' => 32.00,
20002000
'III j.' => 28.00,
20012001
],
2002-
'hammer_throw_7.257' => [ //weight of tool in kg
2002+
'hammer_throw_7.26' => [ //weight of tool in kg
20032003
'LM' => 74.00,
20042004
'SM' => 67.00,
20052005
'SMK' => 60.00,
@@ -2069,7 +2069,7 @@ public function getClassification($result)
20692069
'II j.' => 40.00,
20702070
'III j.' => 30.00,
20712071
],
2072-
'shot_put_7.257' => [ //weight of tool in kg
2072+
'shot_put_7.26' => [ //weight of tool in kg
20732073
'LM' => 19.00,
20742074
'SM' => 17.20,
20752075
'SMK' => 15.60,

0 commit comments

Comments
 (0)