cloudy  trunk
monitor_results.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 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 
29 
33 
34 };
36 
37 #endif /* MONITOR_RESULTS_H_ */
InitMonitorResults
void InitMonitorResults(void)
Definition: monitor_results.cpp:87
lgPrtSciNot
bool lgPrtSciNot
Definition: monitor_results.h:28
t_monitorresults::nSumErrorCaseMonitor
long int nSumErrorCaseMonitor
Definition: monitor_results.h:32
t_monitorresults::SumErrorCaseMonitor
double SumErrorCaseMonitor
Definition: monitor_results.h:31
lgCheckMonitors
bool lgCheckMonitors(FILE *ioMONITORS)
Definition: monitor_results.cpp:1603
MonitorResults
t_monitorresults MonitorResults
Definition: monitor_results.cpp:38
Parser
Definition: parser.h:31
t_monitorresults
Definition: monitor_results.h:30
ParseMonitorResults
void ParseMonitorResults(Parser &)
Definition: monitor_results.cpp:104
lgBigBotch
bool lgBigBotch
Definition: monitor_results.h:28
lgMonitorsOK
bool lgMonitorsOK
Definition: monitor_results.cpp:37