CFL
Macros.hpp
Go to the documentation of this file.
1 //Copyright (c) Dmitry Kramkov, 2000-2006. All rights reserved.
2 
3 #ifndef __cflMacros_hpp__
4 #define __cflMacros_hpp__
5 
6 #include <assert.h>
7 #include <algorithm>
8 
20 namespace cfl
21 {
28 
30 
35 #define PRECONDITION assert
36 
38 
43 #define ASSERT assert
44 
46 
51 #define POSTCONDITION assert
52 
54 
59  const double c_dEps = 10E-8;
60 
62 }
63 
64 #endif//__cflMacros_hpp__
const double c_dEps
A small positive number.
Definition: Macros.hpp:59
Main namespace for cfl library.
Definition: Approx.hpp:22