X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fplotfile.h;h=6cfd009b4abb24a8f8ccff219089bc3a34c1552a;hb=c99718e6b337daf4750d5c48b41b626379c1296d;hp=14da9472cb539b86e5283dfb5240e45179e001cc;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/include/plotfile.h b/include/plotfile.h index 14da947..6cfd009 100644 --- a/include/plotfile.h +++ b/include/plotfile.h @@ -7,9 +7,7 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -94,9 +92,7 @@ public: { m_vecStrEzsetCommands.push_back (pszCmd); } bool addColumn (int iCol, const double* const pdColumn); - bool addColumn (int iCol, const float* const pdColumn); - void getColumn (int iCol, double *pdColumnData) const; const std::string& getDate () const @@ -141,5 +137,4 @@ public: }; - #endif