00001 /* _________________________________________________________________________ 00002 * 00003 * UTILIB: A utility library for developing portable C++ codes. 00004 * Copyright (c) 2001, Sandia National Laboratories. 00005 * This software is distributed under the GNU Lesser General Public License. 00006 * For more information, see the README file in the top UTILIB directory. 00007 * _________________________________________________________________________ 00008 */ 00009 00015 #ifndef __DoubleVector_h 00016 #define __DoubleVector_h 00017 00018 00024 #include "NumArray.h" 00025 typedef NumArray<double> DoubleVector; 00026 00027 #endif