Commit 3c130cb
committed
Fix casts that apply to whole expression.
No need to cast the int before dividing, because the divisor is a
double. It is necessary to cast the entire expression though, since the
storage variable is only a float.1 parent bd746cd commit 3c130cb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
0 commit comments