r115: *** empty log message ***
[ctsim.git] / libctgraphics / ezset.cpp
index b850f56c2f17db0eec2bb58363b2de009442bcc4..09e85e1a70a0492baff7a7d4319c7d3e9ec12847 100644 (file)
@@ -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
 **  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<double*>(NULL), static_cast<double*>(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<double*>(NULL), static_cast<double*>(NULL), 0);
                        ez.i_plotimmediate = FALSE;
                    }
                }