Skip to content

Conversation

@vlopes11
Copy link

No description provided.

// Check that the coordinates are non-negative
assert(PointA[i][j] >= 0);
assert(PointR[i][j] >= 0);

Choose a reason for hiding this comment

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

These assert commands seem to be wrong: range checks are needed

Choose a reason for hiding this comment

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

Asserts on point coordinates should be replaced

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.

6 participants