X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fplotfile.h;h=42ddf5530430fe760a7289551428912f0e800102;hp=409746965ff014e898bf24e2141b7232451264f3;hb=acd157c5e61e2eeba8308a49b4d7fc4a4aba9a84;hpb=e9c20d8b9cf2a0f49d0086e50bd6a4eb2c6c2dac 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; };