Gromacs
2024.3
|
#include "current_function.h"
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... | |