real.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 
00016 #ifndef __real_h
00017 #define __real_h
00018 
00019 #ifdef REAL
00020 #undef REAL
00021 #endif
00022 
00029 #define REALType DoubleType
00030 
00039 typedef double REAL;
00040 
00041 #endif