Skip to content

Remove roundf() use from Registration #345

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

Merged
merged 1 commit into from
Jul 28, 2015
Merged

Conversation

AliShug
Copy link
Contributor

@AliShug AliShug commented Jul 23, 2015

Replaces use of roundf() function in registration.cpp with (int)(x + 0.5f) to allow compiling on older versions of MSVC.

Replaces use of `roundf()` function in registration.cpp with `(int)(x +
0.5f)` to allow compiling on older versions of MSVC.
@floe
Copy link
Contributor

floe commented Jul 23, 2015

@wiedemeyer any comments - this should work transparently AFAICT?

@floe floe added this to the 0.1 milestone Jul 23, 2015
floe added a commit that referenced this pull request Jul 28, 2015
Remove `roundf()` use from Registration
@floe floe merged commit 2a3a948 into OpenKinect:master Jul 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants