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
11struct t_co : public module {
12 const char *chName() const
13 {
14 return "co";
15 }
16
17 void zero();
19
26};
27
28extern t_co co;
29
30#endif /* CO_H_ */
float realnum
Definition cddefines.h:127
module()
Definition module.h:29
Definition warnings.h:11
t_co co
Definition co.cpp:5
Definition co.h:11
void comment(t_warnings &)
Definition co.h:18
realnum codfrc
Definition co.h:24
realnum codtot
Definition co.h:25
const char * chName() const
Definition co.h:12
void zero()
Definition co.cpp:7
realnum CODissHeat
Definition co.h:22