Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes 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_ */
long int nSumErrorCaseMonitor
Definition: monitor_results.h:32
Definition: parser.h:41
void InitMonitorResults(void)
Definition: monitor_results.cpp:102
double SumErrorCaseMonitor
Definition: monitor_results.h:31
Definition: monitor_results.h:30
bool lgBigBotch
Definition: monitor_results.cpp:38
bool lgCheckMonitors(FILE *ioMONITORS)
Definition: monitor_results.cpp:1659
void ParseMonitorResults(Parser &)
Definition: monitor_results.cpp:119
bool lgMonitorsOK
Definition: monitor_results.cpp:38
bool lgPrtSciNot
Definition: monitor_results.cpp:38
t_monitorresults MonitorResults
Definition: monitor_results.cpp:39