CLASS MANUAL
class.h
1
#ifndef __CLASS__
2
#define __CLASS__
3
4
/* standard libraries */
5
#include "stdio.h"
6
#include "stdlib.h"
7
#include "math.h"
8
#include "string.h"
9
#include "float.h"
10
#ifdef _OPENMP
11
#include "omp.h"
12
#endif
13
14
/* tools for class */
15
#include "quadrature.h"
16
#include "growTable.h"
17
#include "arrays.h"
18
#include "dei_rkck.h"
19
#include "parser.h"
20
21
/* class modules */
22
#include "
common.h
"
23
#include "
input.h
"
24
#include "
background.h
"
25
#include "
thermodynamics.h
"
26
#include "
perturbations.h
"
27
#include "
primordial.h
"
28
#include "
nonlinear.h
"
29
#include "
transfer.h
"
30
#include "
spectra.h
"
31
#include "
lensing.h
"
32
#include "
output.h
"
33
34
#endif
output.h
input.h
lensing.h
nonlinear.h
primordial.h
thermodynamics.h
background.h
transfer.h
common.h
perturbations.h
spectra.h
include
class.h
Generated on Sat Mar 25 2017 10:54:44 for CLASS MANUAL by
1.8.13