CFL
Namespaces | Macros | Variables
Macros.hpp File Reference

Macros and constants for cfl library. More...

#include <assert.h>
#include <algorithm>
Include dependency graph for Macros.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2006

This file contains macros and definitions for cfl library.