cloudy  trunk
 All Data Structures Namespaces 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-2017 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 
28 double he_1trans(
29  long nelem,
30  double Enerwn,
31  double Eff_nupper, long lHi, long sHi, long jHi,
32  double Eff_nlower, long lLo, long sLo, long jLo,
33  realnum *error1, realnum *error2 );
34 
46 void DoFSMixing( long nelem, long ipLoSing, long ipHiSing );
47 
48 #endif /* HELIKE_EINSTA_H_ */
double he_1trans(long nelem, double Enerwn, double Eff_nupper, long lHi, long sHi, long jHi, double Eff_nlower, long lLo, long sLo, long jLo, realnum *error1, realnum *error2)
float realnum
Definition: cddefines.h:124
void DoFSMixing(long nelem, long ipLoSing, long ipHiSing)
void HelikeTransProbSetup(void)