From 5fa0cff9f586146c3c82a3f54452189e2fd750e4 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 8 Oct 1996 22:40:22 +0000 Subject: [PATCH] lilypond-0.0.2 --- const.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/const.hh b/const.hh index 5a989e2e4c..bc9d17147f 100644 --- a/const.hh +++ b/const.hh @@ -2,10 +2,11 @@ global constants */ - +#include 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; -- 2.39.5