From: fred Date: Tue, 8 Oct 1996 22:40:22 +0000 (+0000) Subject: lilypond-0.0.2 X-Git-Tag: release/1.5.59~7141 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fa0cff9f586146c3c82a3f54452189e2fd750e4;p=lilypond.git lilypond-0.0.2 --- 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;