From f012a955b949a6b5b1f169cb2dde1ca4c9a3452e Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 11 Oct 1996 21:08:23 +0000 Subject: [PATCH] lilypond-0.0.3 --- const.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/const.hh b/const.hh index bc9d17147f..38e464c382 100644 --- a/const.hh +++ b/const.hh @@ -1,8 +1,11 @@ /* global constants */ - +#ifndef CONST_HH +#define CONST_HH #include +#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 @@ -10,3 +13,4 @@ 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; +#endif -- 2.39.5