X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fplotfile.h;h=a11c330b25e865f5ba441dc1d14fa0d98fa74b30;hb=ca7c001fce978b680543f8338a404b8c0701a935;hp=409746965ff014e898bf24e2141b7232451264f3;hpb=c00c639073653fac7463a88f2b000f263236550d;p=ctsim.git diff --git a/include/plotfile.h b/include/plotfile.h index 4097469..a11c330 100644 --- a/include/plotfile.h +++ b/include/plotfile.h @@ -7,9 +7,9 @@ ** Date Started: Dec 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: plotfile.h,v 1.6 2001/01/02 16:02:12 kevin Exp $ +** $Id: plotfile.h,v 1.8 2001/01/28 19:10:18 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 @@ -132,6 +132,8 @@ public: void printHeaders (std::ostream& os) const; void printHeaders (std::ostringstream& os) const; + void printHeadersBrief (std::ostream& os) const; + void printHeadersBrief (std::ostringstream& os) const; };