cloudy trunk
Loading...
Searching...
No Matches
date.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef DATE_H_
5#define DATE_H_
6
7/* this file is created every morning (US East Coast) by the perl script
8 * dateit.pl which lives in the date directory off the
9 * current main directory. It works with the version of date.f
10 * that lives in that directory to create a version of date.h
11 * containing the current date. This is then copied to the source directory.
12 *
13 * This is the GMT year, 2011 is 111 */
14#define YEAR 113
15/* month, January is 0, December is 11 */
16#define MONTH 1
17/* day is correct */
18#define DAY 20
19
20#endif /* DATE_H_ */