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 */ 00008 /************************************************************************/ 00009 /* IN THE FOLLOWING WE HAVE n > n' */ 00010 /************************************************************************/ 00011 00018 double H_photo_cs( 00019 double photon_energy, 00020 long int n, 00021 long int l, 00022 long int iz 00023 ); 00024 00036 double H_Einstein_A( 00037 long int n, 00038 long int l, 00039 long int np, 00040 long int lp, 00041 long int iz 00042 );