From: fred Date: Mon, 14 Oct 1996 15:38:40 +0000 (+0000) Subject: lilypond-0.0.9 X-Git-Tag: release/1.5.59~7075 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ccc4fa0c7f1f34e2e28176d9a94e1e21842d6dc5;p=lilypond.git lilypond-0.0.9 --- diff --git a/hdr/const.hh b/hdr/const.hh new file mode 100644 index 0000000000..dce593b4a0 --- /dev/null +++ b/hdr/const.hh @@ -0,0 +1,12 @@ +/* + global constants + */ +#ifndef CONST_HH +#define CONST_HH +#include +#include "real.hh" + +const Real EPS=1e-7; // qlpsolve.hh +const int MAXITER=100; // qlpsolve.hh +const Real INFTY=HUGE; +#endif