]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.78
authorfred <fred>
Sun, 24 Mar 2002 19:34:17 +0000 (19:34 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:34:17 +0000 (19:34 +0000)
lily/include/const.hh

index 9c2f3f9ccc40037d0d63c892c9a2d3a85ed4e383..80342a4450e77026b52d48c382b8bca2920648c5 100644 (file)
@@ -6,7 +6,5 @@
 #include <math.h>
 #include "real.hh"
 
-const Real EPS=1e-7;           // qlpsolve.hh
-const int MAXITER=100;         // qlpsolve.hh
 const Real INFTY=HUGE_VAL;
 #endif