Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
h2.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 H2_H_
5#define H2_H_
6
7#include "h2_priv.h"
8
9extern diatomics h2;
10extern diatomics hd;
11
12extern vector<diatomics*> diatoms;
13typedef vector<diatomics*>::iterator diatom_iter;
14
15void diatoms_init( void );
16
17#endif /* H2_H_ */
Definition h2_priv.h:74
diatomics hd("hd", 4100., &hmi.HD_total, Yan_H2_CS)
vector< diatomics * > diatoms
Definition h2.cpp:8
diatomics h2("h2", 4100., &hmi.H2_total, Yan_H2_CS)
vector< diatomics * >::iterator diatom_iter
Definition h2.h:13
void diatoms_init(void)
Definition h2.cpp:157