X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fplotfile.h;h=6cfd009b4abb24a8f8ccff219089bc3a34c1552a;hp=14da9472cb539b86e5283dfb5240e45179e001cc;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=62d01693bcf0ab7ac6d59c01a0bbd32088f26566 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