Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
peimbt.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 PEIMBT_H_
5#define PEIMBT_H_
6
8
9#include "module.h"
10
11struct t_peimbt : public module {
12 const char *chName() const
13 {
14 return "peimbt";
15 }
16 void zero();
26 };
27extern t_peimbt peimbt;
28#endif /* PEIMBT_H_ */
float realnum
Definition cddefines.h:127
module()
Definition module.h:29
Definition warnings.h:11
t_peimbt peimbt
Definition peimbt.cpp:5
Definition peimbt.h:11
realnum t2hyox
Definition peimbt.h:22
realnum tohyox
Definition peimbt.h:21
void zero()
Definition peimbt.cpp:7
realnum tsqden
Definition peimbt.h:25
realnum toiiir
Definition peimbt.h:18
realnum tbcthn
Definition peimbt.h:23
realnum t2hstr
Definition peimbt.h:20
realnum t2o3str
Definition peimbt.h:24
void comment(t_warnings &)
Definition peimbt.h:17
realnum tbac
Definition peimbt.h:19
const char * chName() const
Definition peimbt.h:12