]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/const.hh
release: 0.1.0
[lilypond.git] / lily / include / const.hh
index 9c2f3f9ccc40037d0d63c892c9a2d3a85ed4e383..4b45edc5972ee604ae64b673aa75a38a0c1fc754 100644 (file)
@@ -3,10 +3,11 @@
     */
 #ifndef CONST_HH
 #define CONST_HH
+#include <limits.h>
 #include <math.h>
 #include "real.hh"
 
-const Real EPS=1e-7;           // qlpsolve.hh
-const int MAXITER=100;         // qlpsolve.hh
 const Real INFTY=HUGE_VAL;
+const Real INFTY_f=(Real)INT_MAX;
+
 #endif