root/branches/newmole/scripts/date.h

Revision 146, 0.5 kB (checked in by gary, 3 years ago)

replaced deleted date.h in scripts - this is needed for script to run

  • Property svn:eol-style set to native
Line 
1/* This file is part of Cloudy and is copyright (C) 1978-2005 by Gary J. Ferland
2 * For conditions of distribution and use, see copyright notice in license.txt */
3/* this file is created every morning by the perl script
4 * dateit.pl which lives in the date directory off the
5 * current main directory.  It creates a version of date.h
6 * that is copied to the source directory that contains the
7 * current date.  This appears to be GMT date - it is run
8 * in the morning so no date conflict happens */
9#define YEAR    YEARRR
10#define MONTH   MONTHHH
11#define DAY     DAYYY
Note: See TracBrowser for help on using the browser.