cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
helike_einsta.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _HELIKE_EINSTA_H_
5 #define _HELIKE_EINSTA_H_
6 
7 #define N_HE1_TRANS_PROB 651
8 
9 #define MAX_TP_INDEX 110
10 
11 void HelikeTransProbSetup( void );
12 
26 double he_1trans(
27  long nelem ,
28  double Enerwn ,
29  double Eff_nupper, long lHi, long sHi, long jHi,
30  double Eff_nlower, long lLo, long sLo, long jLo);
42 void DoFSMixing( long nelem, long ipLoSing, long ipHiSing );
43 
44 #endif /* _HELIKE_EINSTA_H_ */

Generated for cloudy by doxygen 1.8.3.1