cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
peimbt.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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 
9 #include "module.h"
10 
11 struct t_peimbt : public module {
12  const char *chName() const
13  {
14  return "peimbt";
15  }
16  void zero();
17  void comment(t_warnings&) {}
19  tbac,
20  t2hstr,
21  tohyox,
22  t2hyox,
23  tbcthn,
24  t2o3str,
25  tsqden;
26  };
27 extern t_peimbt peimbt;
28 #endif /* PEIMBT_H_ */
realnum toiiir
Definition: peimbt.h:18
realnum tbac
Definition: peimbt.h:18
realnum t2hyox
Definition: peimbt.h:18
realnum t2hstr
Definition: peimbt.h:18
void zero()
Definition: peimbt.cpp:7
realnum t2o3str
Definition: peimbt.h:18
void comment(t_warnings &)
Definition: peimbt.h:17
realnum tohyox
Definition: peimbt.h:18
const char * chName() const
Definition: peimbt.h:12
float realnum
Definition: cddefines.h:124
realnum tsqden
Definition: peimbt.h:18
t_peimbt peimbt
Definition: peimbt.cpp:5
Definition: module.h:26
realnum tbcthn
Definition: peimbt.h:18