flower-1.0.3
[lilypond.git] / hdr / const.hh
blobdce593b4a06401edb837b783c9be86c3f4814981
1 /*
2 global constants
3 */
4 #ifndef CONST_HH
5 #define CONST_HH
6 #include <math.h>
7 #include "real.hh"
9 const Real EPS=1e-7; // qlpsolve.hh
10 const int MAXITER=100; // qlpsolve.hh
11 const Real INFTY=HUGE;
12 #endif