![]() |
OpenLB 1.8.1
|
#include <cassert>#include <iostream>#include <ostream>
Include dependency graph for olbDebug.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OLB_ASSERT(COND, MESSAGE) |
| #define | OLB_PRECONDITION(COND) |
| #define | OLB_POSTCONDITION(COND) |
| #define | OLB_STATECHECK(A, B) |
| #define OLB_ASSERT | ( | COND, | |
| MESSAGE ) |
Definition at line 45 of file olbDebug.h.
| #define OLB_POSTCONDITION | ( | COND | ) |
Definition at line 47 of file olbDebug.h.
| #define OLB_PRECONDITION | ( | COND | ) |
Definition at line 46 of file olbDebug.h.
| #define OLB_STATECHECK | ( | A, | |
| B ) |
Definition at line 48 of file olbDebug.h.