CLASSpp Manual
Cosmology reference and developer manual
Loading...
Searching...
No Matches
spectra.h
Go to the documentation of this file.
1
3
#ifndef __SPECTRA__
4
#define __SPECTRA__
5
6
#include "
transfer.h
"
7
15
struct
spectra
{
22
23
double
z_max_pk
= 0.;
25
int
non_diag
= 0;
34
35
struct
nonlinear
*
pnl
;
45
short
spectra_verbose
=
46
0;
49
};
50
51
/*************************************************************************************************************/
52
/*
53
* Boilerplate for C++
54
*/
55
#ifdef __cplusplus
56
extern
"C"
{
57
#endif
58
59
/* end deprecated functions */
60
61
#ifdef __cplusplus
62
}
63
#endif
64
65
#endif
nonlinear
Definition
nonlinear.h:49
spectra::spectra_verbose
short spectra_verbose
Definition
spectra.h:45
spectra::z_max_pk
double z_max_pk
Definition
spectra.h:23
spectra::pnl
struct nonlinear * pnl
Definition
spectra.h:35
spectra::non_diag
int non_diag
Definition
spectra.h:25
spectra
Definition
spectra.h:15
transfer.h
source
spectra.h
Generated by
1.9.8