cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
h2.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef H2_H_
5
#define H2_H_
6
7
#include "
h2_priv.h
"
8
9
extern
diatomics
h2
;
10
extern
diatomics
hd
;
11
12
extern
vector<diatomics*>
diatoms
;
13
typedef
vector<diatomics*>::iterator
diatom_iter
;
14
15
void
diatoms_init
(
void
);
16
17
#endif
/* H2_H_ */
diatomics
Definition:
h2_priv.h:72
h2_priv.h
diatoms
vector< diatomics * > diatoms
Definition:
h2.cpp:8
h2
diatomics h2("h2", 4100.,&hmi.H2_total, Yan_H2_CS)
hd
diatomics hd("hd", 4100.,&hmi.HD_total, Yan_H2_CS)
diatoms_init
void diatoms_init(void)
Definition:
h2.cpp:159
diatom_iter
vector< diatomics * >::iterator diatom_iter
Definition:
h2.h:13
Generated by
1.8.5