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

SLIC_DEBUG and SLIC_ASSERT are not active unless AXOM_DEBUG is defined #39

Open
white238 opened this issue Nov 6, 2023 · 0 comments
Open

Comments

@white238
Copy link
Member

white238 commented Nov 6, 2023

I was looking through your code and realized you are relying on two sets of SLIC macros that are not enabled. I expect this was an oversight. You should reevaluate which SLIC macros you are using.

For example:

SLIC_ASSERT_MSG(false, "Only recursive coordinate bisection (RCB) decompositions "

This should probably be a SLIC_ERROR.

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

No branches or pull requests

1 participant