#include "cddefines.h"#include "hypho.h"

Go to the source code of this file.
Defines | |
| #define | NCM 3000 |
| #define | NFREQ NCM |
Functions | |
| static double | exp1 (double x) |
| void | hypho (double zed, long int n, long int lmin, long int lmax, double en, long int ncell, float anu[], float bfnu[]) |
| static double exp1 | ( | double | x | ) | [static] |
Definition at line 12 of file hypho.cpp.
References DEBUG_ENTRY, and DEBUG_EXIT.
Referenced by hypho().
| void hypho | ( | double | zed, | |
| long int | n, | |||
| long int | lmin, | |||
| long int | lmax, | |||
| double | en, | |||
| long int | ncell, | |||
| float | anu[], | |||
| float | bfnu[] | |||
| ) |
hypho generate hydrogenic photoionization cross sections
| zed | ||
| n | ||
| lmin | ||
| lmax | ||
| en | ||
| ncell | ||
| anu[] | ||
| bfnu[] |
Definition at line 43 of file hypho.cpp.
References cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, exp1(), MALLOC, MAX2, MIN2, NCM, NFREQ, POW2, and zero().
Referenced by SanityCheckBegin().

1.5.5