Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
monitor_results.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 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
11class Parser;
13
17void InitMonitorResults(void);
18
19
25 FILE *ioMONITORS );
26
29
36
37#endif /* MONITOR_RESULTS_H_ */
Definition parser.h:43
bool lgPrtSciNot
Definition monitor_results.cpp:38
t_monitorresults MonitorResults
Definition monitor_results.cpp:39
bool lgBigBotch
Definition monitor_results.cpp:38
bool lgMonitorsOK
Definition monitor_results.cpp:38
bool lgCheckMonitors(FILE *ioMONITORS)
Definition monitor_results.cpp:1728
void ParseMonitorResults(Parser &)
Definition monitor_results.cpp:119
void InitMonitorResults(void)
Definition monitor_results.cpp:102
Definition monitor_results.h:30
long int nSumErrorCaseMonitor
Definition monitor_results.h:32
double SumErrorCaseMonitor
Definition monitor_results.h:31