/home66/gary/public_html/cloudy/c08_branch/source/date.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _DATE_H_
00005 #define _DATE_H_
00006 
00007 /* this file is created every morning (US East Coast) by the perl script
00008  * dateit.pl which lives in the date directory off the
00009  * current main directory.  It works with the version of date.f
00010  * that lives in that directory to create a version of date.h
00011  * containing the current date.  This is then copied to the source directory.  
00012  *
00013  * This is the GMT year */
00014 #define YEAR    108
00015 /* month, January is 0, December is 11 */
00016 #define MONTH   7
00017 /* day is correct */
00018 #define DAY     18
00019 
00020 #endif /* _DATE_H_ */

Generated on Mon Feb 16 12:01:14 2009 for cloudy by  doxygen 1.4.7