CFL
|
Macros and constants for cfl library. More...
Go to the source code of this file.
Namespaces | |
cfl | |
Main namespace for cfl library. | |
Macros | |
#define | ASSERT assert |
Check conditions everywhere. More... | |
#define | POSTCONDITION assert |
Check conditions at the end of a function. More... | |
#define | PRECONDITION assert |
Check conditions at the beginning of a function. More... | |
Variables | |
const double | cfl::c_dEps = 10E-8 |
A small positive number. More... | |
This file contains macros and definitions for cfl library.