|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#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... | |
Functions | |
| void | gmx::internal::assertHandler (const char *condition, const char *msg, const char *func, const char *file, int line) |
| Called when an assert fails. More... | |
1.8.5