r123: *** empty log message ***
[ctsim.git] / include / array2dfile.h
index 05d7b851764a35c6cb54c10ab0cac15d6cefced6..8104129d5c1129328919adae7583ef02561fb733 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: array2dfile.h,v 1.2 2000/06/27 10:48:11 kevin Exp $
+**  $Id: array2dfile.h,v 1.3 2000/06/28 15:25:34 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
@@ -83,9 +83,11 @@ public:
 
     const string& getDateString () const;
 
-    // Array2dFileLabel (const Array2dFileLabel&);
+    void print (ostream& os) const;
 
-    // Array2dFileLabel& operator= (const Array2dFileLabel&);
+    Array2dFileLabel (const Array2dFileLabel& rhs);
+
+    Array2dFileLabel& operator= (const Array2dFileLabel& rhs);
 
 private:
     void init (void);