r122: *** empty log message ***
[ctsim.git] / include / array2dfile.h
index da4671e859517b754fba299805a1cb4a3faf6013..05d7b851764a35c6cb54c10ab0cac15d6cefced6 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.h,v 1.1 2000/06/26 21:15:24 kevin Exp $
+**  $Id: array2dfile.h,v 1.2 2000/06/27 10:48:11 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
@@ -62,6 +62,12 @@ public:
     kfloat64 getCalcTime (void) const
        { return m_calcTime; }
 
+    void setCalcTime (kfloat64 calcTime)
+       { m_calcTime = calcTime; }
+
+    void setLabelType (int labelType)
+       { m_labelType = labelType; }
+
     int getLabelType (void) const
        { return m_labelType; }