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 capstone smoothing eigen call #457

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

bobpaw
Copy link
Collaborator

@bobpaw bobpaw commented Sep 25, 2024

Fix capstone smoothing eigen call

This patch fixes an error introduced in #455 where calculations are performed in a PCU_DEBUG_ASSERT statement resulting in the exclusion of that code in Release builds.

- Move std::eigen call outside of PCU_DEBUG_ASSERT so that it is called
  in Release mode.

Signed-off-by: Aiden Woodruff <[email protected]>
@bobpaw bobpaw requested a review from cwsmith September 25, 2024 22:40
@cwsmith cwsmith merged commit e8c9770 into develop Sep 26, 2024
4 checks passed
@cwsmith cwsmith deleted the apw/fix_cap_smooth_eigen branch September 26, 2024 00:55
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