LLNL / Tribol

Modular interface physics library featuring state-of-the-art contact physics methods.
MIT License
25 stars 2 forks source link

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

Open white238 opened 1 year ago

white238 commented 1 year ago

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:

https://github.com/LLNL/Tribol/blob/892d27d21ebce6931d38354f76444c490e8f8042/src/redecomp/MultiRedecomp.cpp#L38

This should probably be a SLIC_ERROR.