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 #define N_HE1_TRANS_PROB 651 00004 00005 #define MAX_TP_INDEX 110 00006 00007 void HelikeTransProbSetup( void ); 00008 00022 double he_1trans( 00023 long nelem , 00024 double Enerwn , 00025 double Eff_nupper, long lHi, long sHi, long jHi, 00026 double Eff_nlower, long lLo, long sLo, long jLo); 00038 void DoFSMixing( long nelem, long ipLoSing, long ipHiSing );