Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
co.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 CO_H_
5
#define CO_H_
6
7
/* co.h */
8
9
#include "
module.h
"
10
11
struct
t_co
:
public
module
{
12
const
char
*
chName
()
const
13
{
14
return
"co"
;
15
}
16
17
void
zero
();
18
void
comment
(
t_warnings
&) {}
19
21
realnum
CODissHeat
,
23
codfrc
,
25
codtot
;
26
};
27
28
extern
t_co
co
;
29
30
#endif
/* CO_H_ */
realnum
float realnum
Definition
cddefines.h:127
module::module
module()
Definition
module.h:29
t_warnings
Definition
warnings.h:11
co
t_co co
Definition
co.cpp:5
module.h
t_co
Definition
co.h:11
t_co::comment
void comment(t_warnings &)
Definition
co.h:18
t_co::codfrc
realnum codfrc
Definition
co.h:24
t_co::codtot
realnum codtot
Definition
co.h:25
t_co::chName
const char * chName() const
Definition
co.h:12
t_co::zero
void zero()
Definition
co.cpp:7
t_co::CODissHeat
realnum CODissHeat
Definition
co.h:22
source
co.h
Generated by
1.13.2