Cloudy
Spectral Synthesis Code for Astrophysics
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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-2023 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
diatomics h2
h2_priv.h
diatoms
vector< diatomics * > diatoms
Definition:
h2.cpp:8
hd
diatomics hd
diatoms_init
void diatoms_init(void)
Definition:
h2.cpp:157
diatom_iter
vector< diatomics * >::iterator diatom_iter
Definition:
h2.h:13
source
h2.h
Generated by
1.8.5