cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
monitor_results.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef MONITOR_RESULTS_H_
5 #define MONITOR_RESULTS_H_
6 
7 
11 class Parser;
13 
17 void InitMonitorResults(void);
18 
19 
24 bool lgCheckMonitors(
25  FILE *ioMONITORS );
26 
28 extern bool lgMonitorsOK , lgBigBotch, lgPrtSciNot;
29 
33 
34 };
36 
37 #endif /* MONITOR_RESULTS_H_ */
void InitMonitorResults(void)
t_monitorresults MonitorResults
long int nSumErrorCaseMonitor
void ParseMonitorResults(Parser &p)
Definition: parser.h:43
double SumErrorCaseMonitor
bool lgMonitorsOK
bool lgPrtSciNot
bool lgBigBotch
bool lgCheckMonitors(FILE *ioMONITOR)