OpenLB 1.7
Loading...
Searching...
No Matches
Macros
olbDebug.h File Reference
#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)
 

Macro Definition Documentation

◆ OLB_ASSERT

#define OLB_ASSERT ( COND,
MESSAGE )

Definition at line 45 of file olbDebug.h.

◆ OLB_POSTCONDITION

#define OLB_POSTCONDITION ( COND)

Definition at line 47 of file olbDebug.h.

◆ OLB_PRECONDITION

#define OLB_PRECONDITION ( COND)

Definition at line 46 of file olbDebug.h.

◆ OLB_STATECHECK

#define OLB_STATECHECK ( A,
B )

Definition at line 48 of file olbDebug.h.