X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=716fd3e2b361c8946448a7ecb5ea12d5edcbac6c;hp=22c2360873ad0ead0dc1d38032fa5b072fe9c269;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hpb=6bfb747f8163381d94a02c03a0351e9ca6815d22 diff --git a/include/ezplot.h b/include/ezplot.h index 22c2360..716fd3e 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -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 (); };