Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
helike_einsta.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 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
7const int N_HE1_TRANS_PROB = 651;
8
10
23double 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_ */
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
void HelikeTransProbSetup()
Definition helike_einsta.cpp:1109
const int N_HE1_TRANS_PROB
Definition helike_einsta.h:7