Structure that holds varioud quantities that need to be evaluated for a given choice of cosmological paramteres. More...
#include <Global_Structs.h>

Data Fields | |
| struct Class_Cosmology_Struct | ccs |
| struct Line ** | Lines |
| struct PS_xtr * | PS_xtrapol |
| int | NLines |
| long | mode_model |
| double | cosmo_pars [NPARS] |
Structure that holds varioud quantities that need to be evaluated for a given choice of cosmological paramteres.
This includes, the Class_Cosmology_Struct (initialized in cosmology.c), and Line Structure (initialized in line_ingredients.c).
| struct Class_Cosmology_Struct ccs |
| double cosmo_pars[NPARS] |
| struct Line** Lines |
| long mode_model |
| int NLines |
| struct PS_xtr* PS_xtrapol |