00001 /* This file is part of Cloudy and is copyright (C)1978-2011 by Gary J. Ferland and00002 * others. For conditions of distribution and use see copyright notice in license.txt */00003
00004 #ifndef H2_H_00005 #define H2_H_00006
00007 #include "h2_priv.h"00008
00009 externdiatomicsh2;
00010 externdiatomicshd;
00011
00012 extern vector<diatomics*> diatoms;
00013typedef vector<diatomics*>::iterator diatom_iter;
00014
00015 voiddiatoms_init( void );
00016
00017 #endif /* H2_H_ */