Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes 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-2022 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 const int N_HE1_TRANS_PROB = 651;
8 
10 
23 double he_1trans(
24  long nelem,
25  double Eff_nupper, long lHi, long sHi, long jHi,
26  double Eff_nlower, long lLo, long sLo, long jLo);
27 
28 #endif /* HELIKE_EINSTA_H_ */
const int N_HE1_TRANS_PROB
Definition: helike_einsta.h:7
void HelikeTransProbSetup()
Definition: helike_einsta.cpp:1109
double he_1trans(long nelem, double Eff_nupper, long lHi, long sHi, long jHi, double Eff_nlower, long lLo, long sLo, long jLo)
Definition: helike_einsta.cpp:629