cloudy trunk

helike_einsta.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 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_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.3