Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabs() to fabsf() cleanup #2262

Closed
wants to merge 9 commits into from
Closed

Conversation

magicrub
Copy link
Contributor

@magicrub magicrub commented May 8, 2015

Lots of fabs() that should be fabsf() that needed changing.

  • one fabs() call in plane that should have been abs()
  • removed some fabs() calls that were then casting to a float, how silly is that!
  • in Location there is lots of fabs() for doubles that are correct, those were left alone.

@tridge
Copy link
Contributor

tridge commented May 9, 2015

applied, thanks!

@tridge tridge closed this May 9, 2015
@magicrub magicrub deleted the fabs_cleanup branch June 26, 2015 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants