cloudy
trunk
Loading...
Searching...
No Matches
source
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
;
12
void
ParseMonitorResults
(
Parser
&);
13
17
void
InitMonitorResults
(
void
);
18
19
24
bool
lgCheckMonitors
(
25
FILE *ioMONITORS );
26
28
extern
bool
lgMonitorsOK
,
lgBigBotch
,
lgPrtSciNot
;
29
30
struct
t_monitorresults
{
31
double
SumErrorCaseMonitor
;
32
long
int
nSumErrorCaseMonitor
;
33
34
};
35
extern
t_monitorresults
MonitorResults
;
36
37
#endif
/* MONITOR_RESULTS_H_ */
Parser
Definition
parser.h:32
lgPrtSciNot
bool lgPrtSciNot
Definition
monitor_results.cpp:37
MonitorResults
t_monitorresults MonitorResults
Definition
monitor_results.cpp:38
lgBigBotch
bool lgBigBotch
Definition
monitor_results.cpp:37
lgMonitorsOK
bool lgMonitorsOK
Definition
monitor_results.cpp:37
lgCheckMonitors
bool lgCheckMonitors(FILE *ioMONITORS)
Definition
monitor_results.cpp:1603
ParseMonitorResults
void ParseMonitorResults(Parser &)
Definition
monitor_results.cpp:104
InitMonitorResults
void InitMonitorResults(void)
Definition
monitor_results.cpp:87
t_monitorresults
Definition
monitor_results.h:30
t_monitorresults::nSumErrorCaseMonitor
long int nSumErrorCaseMonitor
Definition
monitor_results.h:32
t_monitorresults::SumErrorCaseMonitor
double SumErrorCaseMonitor
Definition
monitor_results.h:31
Generated by
1.14.0