]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Tue, 8 Oct 1996 22:40:22 +0000 (22:40 +0000)
committerfred <fred>
Tue, 8 Oct 1996 22:40:22 +0000 (22:40 +0000)
const.hh

index 5a989e2e4cf319055e6ede28437b035375e8afe9..bc9d17147f318564317ef2b4a13672b6bafdc2e0 100644 (file)
--- a/const.hh
+++ b/const.hh
@@ -2,10 +2,11 @@
     global constants
     */
 
-
+#include <math.h>
 const Real CM_TO_PT=72/2.54;
 const Real VERT_TO_PT=CM_TO_PT;        // tex output
 const Real HOR_TO_PT=CM_TO_PT; // tex output
+
 const Real EPS=1e-7;           // qlpsolve.hh
 const int MAXITER=100;         // qlpsolve.hh
-const Real INFTY=1e8;
+const Real INFTY=HUGE;