Skip to content
Snippets Groups Projects
Commit f062ed5a authored by Sean McBride's avatar Sean McBride
Browse files

Fixed a bunch of clang -Wabsolute-value warnings

Various places used abs(), which takes int, when dealing with
floating point numbers.  Use fabs instead.

Change-Id: If6f2f3784f199a3a60dcf0d1e8e96bf5ee4deb92
parent 8b4bcb5e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment