diff options
Diffstat (limited to 'const.hh')
-rw-r--r-- | const.hh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -6,10 +6,6 @@ #include <math.h> #include "real.hh" -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=HUGE; |