/home66/gary/public_html/cloudy/c08_branch/source/assertresults.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 _ASSERTRESULTS_H_
00005 #define _ASSERTRESULTS_H_
00006 
00007 
00011 void ParseAssertResults(void);
00012 
00016 void InitAssertResults(void);
00017 
00018 
00023 bool lgCheckAsserts(
00024         FILE *ioASSERTS );
00025 
00027 EXTERN bool lgAssertsOK , lgBigBotch, lgPrtSciNot;
00028 
00029 EXTERN struct t_assertresults {
00030         double SumErrorCaseAssert;
00031         long int nSumErrorCaseAssert;
00032 
00033 }       assertresults;
00034 
00035 #endif /* _ASSERTRESULTS_H_ */

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