From ccc4fa0c7f1f34e2e28176d9a94e1e21842d6dc5 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 14 Oct 1996 15:38:40 +0000 Subject: [PATCH] lilypond-0.0.9 --- hdr/const.hh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hdr/const.hh 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 -- 2.39.5