X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Farray2d.h;h=9caca5c1bfc01a9e89e19275ecdf76a1b6282d70;hp=5eb23b3804b3e66424399ff806f99672da05cc71;hb=2f3d6e2580db607105bb072b13e4aff453ae4495;hpb=08f34bf3ba14d4f436f4d2ef0ee5af1d6eb266ac diff --git a/include/array2d.h b/include/array2d.h index 5eb23b3..9caca5c 100644 --- a/include/array2d.h +++ b/include/array2d.h @@ -9,17 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2d.h,v 1.5 2000/06/19 19:04:05 kevin Exp $ -** $Log: array2d.h,v $ -** Revision 1.5 2000/06/19 19:04:05 kevin -** reorganized header files -** -** Revision 1.4 2000/06/09 11:03:08 kevin -** Made ImageFile inherit from Array2dFile -** -** Revision 1.3 2000/06/09 01:35:33 kevin -** Convert MPI structure to C++ class -** +** $Id: array2d.h,v 1.6 2000/06/26 21:15:24 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 @@ -109,7 +99,7 @@ class Array2d { } - Array2d& operator= (const Array2d& rhs); + Array2d& operator= (const Array2d& rhs); //assignment operator Array2d (const Array2d& rhs); // copy constructor };