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

Fix bug in computation #5

Merged
merged 2 commits into from
Jan 25, 2016
Merged

Fix bug in computation #5

merged 2 commits into from
Jan 25, 2016

Conversation

seweber
Copy link

@seweber seweber commented Jan 25, 2016

The code has a lines akin to

int index = (int)l1-l1min;

This is obviously supposed to be

int index = (int)(l1-l1min);

joeydumont added a commit that referenced this pull request Jan 25, 2016
@joeydumont joeydumont merged commit 6500a83 into joeydumont:master Jan 25, 2016
@joeydumont
Copy link
Owner

Thank you for noticing and for the fix!

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.

None yet

2 participants