cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mole_co_atom.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _MOLE_CO_ATOM_H_
5 #define _MOLE_CO_ATOM_H_
6 
7 /* mole_co_atom.h */
8 
17 extern void CO_PopsEmisCool(
18  transition ** Rotate ,
19  long int nRotate ,
20  realnum abund,
21  const char *chLabel ,
22  realnum *Cooling ,
23  realnum * dCoolingdT );
24 
26 extern void CO_Colden( const char *chLabel );
27 
28 /*CO_OTS - add CO lines to ots fields, called by RT_OTS */
29 extern void CO_OTS( void );
30 
31 
32 #endif /* _MOLE_CO_ATOM_H_ */

Generated for cloudy by doxygen 1.8.4