X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fplotfile.h;h=42ddf5530430fe760a7289551428912f0e800102;hb=4a5567b8df652cc3168bb9d439bc23f973a2b5ea;hp=409746965ff014e898bf24e2141b7232451264f3;hpb=c00c639073653fac7463a88f2b000f263236550d;p=ctsim.git diff --git a/include/plotfile.h b/include/plotfile.h index 4097469..42ddf55 100644 --- a/include/plotfile.h +++ b/include/plotfile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: plotfile.h,v 1.6 2001/01/02 16:02:12 kevin Exp $ +** $Id: plotfile.h,v 1.7 2001/01/07 22:53:36 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; };