Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
he.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 HE_H_
5#define HE_H_
6
7#include "module.h"
8
10struct t_he : public module {
11
12 const char* chName() const
13 {
14 return "he";
15 }
16
17 void zero();
19
21 long int ip660;
22
29 long nzone;
30
31 };
32extern t_he he;
33
34
35#endif /* HE_H_ */
module()
Definition module.h:29
Definition warnings.h:11
t_he he
Definition he.cpp:5
Definition he.h:10
const char * chName() const
Definition he.h:12
double frac_he0dest_23S_photo
Definition he.h:27
long int ip660
Definition he.h:21
void zero()
Definition he.cpp:7
long nzone
Definition he.h:29
void comment(t_warnings &)
Definition he.h:18
double frac_he0dest_23S
Definition he.h:25