00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00003 /* mole_co_atom.h */ 00004 00013 extern void CO_PopsEmisCool( 00014 EmLine ** Rotate , 00015 long int nRotate , 00016 float abund, 00017 const char *chLabel , 00018 float *Cooling , 00019 float * dCoolingdT ); 00020 00022 extern void CO_Colden( const char *chLabel ); 00023 00024 /*CO_OTS - add CO lines to ots fields, called by RT_OTS */ 00025 extern void CO_OTS( void ); 00026