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

Propagate changes to binary search #76

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

hamogu
Copy link
Member

@hamogu hamogu commented Nov 27, 2023

This is a follow-up on commit 10b0a24
That commit fixed a bug in JDMbinary_search_f. The same fix has to be applied in JDMbinary_search_d.
Also that fix changes the return values of the binary search routines to return the upper, not the lower index of a bin and so all parts of the marx code that use these routines need to be modified accordingly.

This is a follow-up on commit 10b0a24
That commit fixed a bug in JDMbinary_search_f. The same fix has to be applied in JDMbinary_search_d.
Also that fix changes the return values of the binary search routines to return the upper, not the lower index of a bin and so all parts of the marx code that use these routines need to be modified accordingly.
marx/libsrc/diffract.c Outdated Show resolved Hide resolved
marx/libsrc/diffract.c Outdated Show resolved Hide resolved
@hamogu hamogu merged commit c10fd1d into Chandra-MARX:main Nov 28, 2023
1 check passed
@hamogu hamogu deleted the debug_fef_search branch November 28, 2023 14:48
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.

1 participant