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

Bug in MatrixEnumerator #8

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Bug in MatrixEnumerator #8

merged 1 commit into from
Apr 21, 2021

Conversation

voonfoo
Copy link
Contributor

@voonfoo voonfoo commented Apr 21, 2021

Matrix index should be less than (column * row) instead of (column + row)

Matrix index should be less than (column * row) instead of (column + row)
@dbforge dbforge merged commit 66339fd into dbforge:master Apr 21, 2021
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