r115: *** empty log message ***
[ctsim.git] / libctgraphics / ezset.cpp
index 1bc08c8c252f5f0a305b2dc7351f2d4afacc25cf..09e85e1a70a0492baff7a7d4319c7d3e9ec12847 100644 (file)
@@ -6,7 +6,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezset.cpp,v 1.2 2000/06/19 19:04:05 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
@@ -183,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();
@@ -405,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;
                    }
                }