Update copyright date; remove old CVS keyword
[ctsim.git] / include / plotfile.h
index 14da9472cb539b86e5283dfb5240e45179e001cc..6cfd009b4abb24a8f8ccff219089bc3a34c1552a 100644 (file)
@@ -7,9 +7,7 @@
 **      Date Started: Dec 2000
 **
 **  This is part of the CTSim program
 **      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
 **
 **  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);
   { m_vecStrEzsetCommands.push_back (pszCmd); }
 
   bool addColumn (int iCol, const double* const pdColumn);
-
   bool addColumn (int iCol, const float* const pdColumn);
   bool addColumn (int iCol, const float* const pdColumn);
-
   void getColumn (int iCol, double *pdColumnData) const;
 
   const std::string& getDate () const
   void getColumn (int iCol, double *pdColumnData) const;
 
   const std::string& getDate () const
@@ -141,5 +137,4 @@ public:
 };
 
 
 };
 
 
-
 #endif
 #endif