Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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_ */
Definition: h2_priv.h:72
diatomics h2
vector< diatomics * > diatoms
Definition: h2.cpp:8
diatomics hd
void diatoms_init(void)
Definition: h2.cpp:157
vector< diatomics * >::iterator diatom_iter
Definition: h2.h:13