r186: *** empty log message ***
[ctsim.git] / include / ezplot.h
index 22c2360873ad0ead0dc1d38032fa5b072fe9c269..716fd3e2b361c8946448a7ecb5ea12d5edcbac6c 100644 (file)
@@ -7,7 +7,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezplot.h,v 1.12 2000/07/29 19:50:08 kevin Exp $
+**  $Id: ezplot.h,v 1.13 2000/08/31 08:38:58 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
@@ -221,6 +221,7 @@ class EZPlot {
     void addCurve (const double* x, const float* y, int num);
     void addCurve (const double* x, const double* y, int num);
     void addCurve (const double* y, int n);
+    void addCurve (const float* y, int n);
 
     void plot ();
 };