- Notifications
You must be signed in to change notification settings - Fork28
Commit5777b6e
committed
Add an explicit cast to double when using fabs().
Commit bc43b7c2c0 used fabs() directly on an int variable, whichapparently requires an explicit cast on some platforms.Per buildfarm.1 parente15c384 commit5777b6e
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9370 | 9370 |
| |
9371 | 9371 |
| |
9372 | 9372 |
| |
9373 |
| - | |
| 9373 | + | |
9374 | 9374 |
| |
9375 | 9375 |
| |
9376 | 9376 |
| |
|
0 commit comments
Comments
(0)