Commit 5777b6e
committed
Add an explicit cast to double when using fabs().
Commit bc43b7c2c0 used fabs() directly on an int variable, which
apparently requires an explicit cast on some platforms.
Per buildfarm.1 parent e15c384 commit 5777b6e
1 file changed
+1
-1
lines changed| 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