root/branches/newmole/source/cloudy.h
| Revision 1739, 0.6 kB (checked in by rjrw, 12 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and |
| 2 | * others. For conditions of distribution and use see copyright notice in license.txt */ |
| 3 | |
| 4 | #ifndef _CLOUDY_H_ |
| 5 | #define _CLOUDY_H_ |
| 6 | |
| 7 | |
| 8 | /**cloudy the main routine, this IS Cloudy, |
| 9 | \return 0 for no-crash, 1 for bad start */ |
| 10 | bool cloudy(void); |
| 11 | |
| 12 | /** SanityCheck confirm that various parts of the code still work |
| 13 | * \param *chJob is either "begin" or "final"<BR> |
| 14 | * begin is before code starts up<BR> |
| 15 | * final is after model is complete */ |
| 16 | void SanityCheck(const char *chJob); |
| 17 | |
| 18 | |
| 19 | #endif /* _CLOUDY_H_ */ |
Note: See TracBrowser
for help on using the browser.
