|
Gromacs
2025.3
|
#include "current_function.h"
Include dependency graph for gmxassert.h:
This graph shows which files directly or indirectly include this file:Defines assert macros customized for Gromacs.
Macros | |
| #define | GMX_RELEASE_ASSERT(condition, msg) |
| Macro for asserts that should also be present in the release version. More... | |
| #define | GMX_ASSERT(condition, msg) GMX_RELEASE_ASSERT(condition, msg) |
| Macro for debug asserts. More... | |
1.8.5