X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Farray2d.h;h=30b92d474d264b6025bc79bcaa7e7f6cda808f92;hp=01c272982d031c373bc809410fe3fe8a7b5e22bb;hb=2451ac413848718a1dd666ce6f6464e974680f47;hpb=013445d4e52c07491291289eb32fa325d9f9f8ff diff --git a/include/array2d.h b/include/array2d.h index 01c2729..30b92d4 100644 --- a/include/array2d.h +++ b/include/array2d.h @@ -1,3 +1,34 @@ +/***************************************************************************** +** FILE IDENTIFICATION +** +** Name: array2d.h +** Purpose: 2-dimension array classes +** Programmer: Kevin Rosenberg +** Date Started: June 2000 +** +** This is part of the CTSim program +** Copyright (C) 1983-2000 Kevin Rosenberg +** +** $Id: array2d.h,v 1.3 2000/06/09 01:35:33 kevin Exp $ +** $Log: array2d.h,v $ +** Revision 1.3 2000/06/09 01:35:33 kevin +** Convert MPI structure to C++ class +** +** +** 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 +** published by the Free Software Foundation. +** +** This program is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. +** +** You should have received a copy of the GNU General Public License +** along with this program; if not, write to the Free Software +** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +******************************************************************************/ + #ifndef ARRAY2D_H #define ARRAY2D_H