Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

tnt_version.h

Go to the documentation of this file.
00001 /*
00002 *
00003 * Template Numerical Toolkit (TNT)
00004 *
00005 * Mathematical and Computational Sciences Division
00006 * National Institute of Technology,
00007 * Gaithersburg, MD USA
00008 *
00009 *
00010 * This software was developed at the National Institute of Standards and
00011 * Technology (NIST) by employees of the Federal Government in the course
00012 * of their official duties. Pursuant to title 17 Section 105 of the
00013 * United States Code, this software is not subject to copyright protection
00014 * and is in the public domain. NIST assumes no responsibility whatsoever for
00015 * its use by other parties, and makes no guarantees, expressed or implied,
00016 * about its quality, reliability, or any other characteristic.
00017 *
00018 */
00019 
00020 #ifndef TNT_VERSION_H
00021 #define TNT_VERSION_H
00022 
00023 
00024 //---------------------------------------------------------------------
00025 //  current version 
00026 //---------------------------------------------------------------------
00027 
00028 
00029 
00044 #define TNT_VERSION_STRING "0.0.0"
00045 
00050 
00051 #define TNT_MAJOR_VERSION    (0)
00052 
00056 #define TNT_MINOR_VERSION    (0)
00057 
00058 
00063 #define TNT_SUBMINOR_VERSION (0)
00064 
00065 
00066 
00067 #endif
00068 // TNT_VERSION_H

Generated at Thu Jun 26 17:26:14 2003 for Template Numerical Toolkit (TNT) by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001