X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fplotfile.cpp;h=706fce1d352bcd367e22e257965c7ea4c3ebbb2b;hp=b05705aed89f03356a3ea8740cd20ddb487a0d7a;hb=65732cc5d8dbf867ed56a021c07c5636cea93b5a;hpb=2a3686d3bd1f690d318b81766c261da785cf9b57 diff --git a/libctsupport/plotfile.cpp b/libctsupport/plotfile.cpp index b05705a..706fce1 100644 --- a/libctsupport/plotfile.cpp +++ b/libctsupport/plotfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: plotfile.cpp,v 1.5 2000/12/23 18:12:35 kevin Exp $ +** $Id: plotfile.cpp,v 1.6 2000/12/27 03:16:02 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 @@ -242,9 +242,7 @@ PlotFile::headerWrite (std::iostream& fs) } fs.seekp (0); - fs << "\n"; - fs << "" << m_iNumColumns << "\n"; - fs << "" << m_iNumRecords << "\n"; + fs << "\n"; int iNEzset = m_vecStrEzsetCommands.size(); if (iNEzset > 0) {