blitz Version 0.10
|
00001 /*************************************************************************** 00002 * blitz/array.h Minimal include version of Array<T,N> 00003 * 00004 * $Id: array.h,v 1.7 2011/03/25 22:41:16 julianc Exp $ 00005 * 00006 * Copyright (C) 1997-2011 Todd Veldhuizen <tveldhui@acm.org> 00007 * 00008 * This file is a part of Blitz. 00009 * 00010 * Blitz is free software: you can redistribute it and/or modify 00011 * it under the terms of the GNU Lesser General Public License 00012 * as published by the Free Software Foundation, either version 3 00013 * of the License, or (at your option) any later version. 00014 * 00015 * Blitz is distributed in the hope that it will be useful, 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 * GNU Lesser General Public License for more details. 00019 * 00020 * You should have received a copy of the GNU Lesser General Public 00021 * License along with Blitz. If not, see <http://www.gnu.org/licenses/>. 00022 * 00023 * Suggestions: blitz-devel@lists.sourceforge.net 00024 * Bugs: blitz-support@lists.sourceforge.net 00025 * 00026 * For more information, please see the Blitz++ Home Page: 00027 * https://sourceforge.net/projects/blitz/ 00028 * 00029 ***************************************************************************/ 00030 00031 #ifndef BZ_ARRAY_ONLY_H 00032 #define BZ_ARRAY_ONLY_H 00033 00034 // See comments in <blitz/array-old.h> for an explanation of the new 00035 // headers arrangement. 00036 00037 #include <blitz/array-impl.h> 00038 00039 #endif // BZ_ARRAY_ONLY_H 00040