00001 /* This file is part of Cloudy and is copyright (C)1978-2011 by Gary J. Ferland and 00002 * others. For conditions of distribution and use see copyright notice in license.txt */ 00003 00004 #ifndef HELIKE_EINSTA_H_ 00005 #define HELIKE_EINSTA_H_ 00006 00007 #define N_HE1_TRANS_PROB 651 00008 00009 #define MAX_TP_INDEX 110 00010 00011 void HelikeTransProbSetup( void ); 00012 00026 double he_1trans( 00027 long nelem , 00028 double Enerwn , 00029 double Eff_nupper, long lHi, long sHi, long jHi, 00030 double Eff_nlower, long lLo, long sLo, long jLo); 00042 void DoFSMixing( long nelem, long ipLoSing, long ipHiSing ); 00043 00044 #endif /* HELIKE_EINSTA_H_ */