blitz Version 0.9
|
00001 /*************************************************************************** 00002 * blitz/array.h Minimal include version of Array<T,N> 00003 * 00004 * $Id: array.h,v 1.6 2003/01/14 11:29:18 patricg Exp $ 00005 * 00006 * Copyright (C) 1997-2000 Todd Veldhuizen <tveldhui@oonumerics.org> 00007 * 00008 * This program is free software; you can redistribute it and/or 00009 * modify it under the terms of the GNU General Public License 00010 * as published by the Free Software Foundation; either version 2 00011 * of the License, or (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * Suggestions: blitz-dev@oonumerics.org 00019 * Bugs: blitz-bugs@oonumerics.org 00020 * 00021 * For more information, please see the Blitz++ Home Page: 00022 * http://oonumerics.org/blitz/ 00023 * 00024 ***************************************************************************/ 00025 00026 #ifndef BZ_ARRAY_ONLY_H 00027 #define BZ_ARRAY_ONLY_H 00028 00029 // See comments in <blitz/array-old.h> for an explanation of the new 00030 // headers arrangement. 00031 00032 #include <blitz/array-impl.h> 00033 00034 #endif // BZ_ARRAY_ONLY_H 00035