X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezset.cpp;h=09e85e1a70a0492baff7a7d4319c7d3e9ec12847;hp=b850f56c2f17db0eec2bb58363b2de009442bcc4;hb=44ba9ce559d2d52cbd7bbea6bcd76242840fd3eb;hpb=bf7295a63667dcca309389ee6dd5328a3a25f22b diff --git a/libctgraphics/ezset.cpp b/libctgraphics/ezset.cpp index b850f56..09e85e1 100644 --- a/libctgraphics/ezset.cpp +++ b/libctgraphics/ezset.cpp @@ -1,8 +1,12 @@ /***************************************************************************** +** FILE IDENTIFICATION +** +** EZSET - Parameter control for EZPLOT +** ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezset.cpp,v 1.1 2000/06/19 18:05:03 kevin Exp $ +** $Id: ezset.cpp,v 1.3 2000/06/20 17:54:51 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 @@ -18,13 +22,12 @@ ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ /*----------------------------------------------------------------------*/ -/* EZSET - Parameter control for EZPLOT */ /* */ /*----------------------------------------------------------------------*/ +#include "ctsupport.h" #include "ezplot.h" #include "pol.h" -#include "cio.h" static int ezcmd (char *comm); static int do_cmd(int lx); @@ -180,7 +183,7 @@ do_cmd (int lx) break; case S_REPLOT: ez.i_plotimmediate = TRUE; - ezplot (NULL, NULL, 0); + ezplot (static_cast(NULL), static_cast(NULL), 0); #if 0 if (modeinteract == TRUE) WAITKEY(); @@ -402,7 +405,7 @@ do_cmd (int lx) ez.o_unknowncurves = FALSE; ez.o_reqcurves = ez.i_numcurves; ez.i_plotimmediate = TRUE; - ezplot (NULL, NULL, 0); + ezplot (static_cast(NULL), static_cast(NULL), 0); ez.i_plotimmediate = FALSE; } }