IntVector.h

Go to the documentation of this file.
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 __IntVector_h
00016 #define __IntVector_h
00017 
00018 #include "NumArray.h"
00019 
00025 typedef NumArray<int> IntVector;
00026 
00027 #endif