X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=4beb8ff58c2f6c19a45ebf86f8275eae06424ce0;hp=744a33d42143d3bfa17afa1c349071ef799e61e5;hb=2c61ff85796550481227f2fbec53506a6b5bd365;hpb=f4a23943110823118f35756dd41fbd6707f04511 diff --git a/include/ezplot.h b/include/ezplot.h index 744a33d..4beb8ff 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.h,v 1.5 2000/06/13 16:20:31 kevin Exp $ +** $Id: ezplot.h,v 1.6 2000/06/18 10:27:11 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -54,7 +54,7 @@ struct ezp_curve_st { }; #define XBUF_DEF 600 -#define YBUF_DEF XBUF_DEF * (72. / 120.) * 0.75 +#define YBUF_DEF 600 #define PRTMODE_DEF 1 /*----------------------------------------------------------------------*/