]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Mon, 14 Oct 1996 15:38:40 +0000 (15:38 +0000)
committerfred <fred>
Mon, 14 Oct 1996 15:38:40 +0000 (15:38 +0000)
hdr/const.hh [new file with mode: 0644]

diff --git a/hdr/const.hh b/hdr/const.hh
new file mode 100644 (file)
index 0000000..dce593b
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+    global constants
+    */
+#ifndef CONST_HH
+#define CONST_HH
+#include <math.h>
+#include "real.hh"
+
+const Real EPS=1e-7;           // qlpsolve.hh
+const int MAXITER=100;         // qlpsolve.hh
+const Real INFTY=HUGE;
+#endif