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

Fixes from my branch #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

cpaxton
Copy link

@cpaxton cpaxton commented Jun 6, 2017

No description provided.

@@ -82,7 +82,7 @@ inline int RANSACPlaneDetector::computeNumberOfIterations(int numberOfPoints, in
inline void RANSACPlaneDetector::randomlyGet3Points(vtkPoints* points, double p1[3], double p2[3], double p3[3])
{
// Some variables
int id1, id2, id3, range[2] = {0, points->GetNumberOfPoints()-1};
int id1, id2, id3, range[2] = {0, (int)points->GetNumberOfPoints()-1};
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thought something like this was merged but c cast should be static cast

@ahundt
Copy link

ahundt commented Jun 7, 2017

Otherwise LGTM

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