MP-Gadget  5.0.1.dev1-76bc7d4726-dirty
lightcone.h
Go to the documentation of this file.
1 #ifndef LIGHTCONE_H
2 #define LIGHTCONE_H
3 
4 /* Initialise the lightcone code module. */
5 void lightcone_init(Cosmology * CP, double timeBegin, const double UnitLength_in_cm, const char * OutputDir);
6 void lightcone_compute(double a, double BoxSize, Cosmology * CP, inttime_t ti_curr, inttime_t ti_next);
7 #endif
void lightcone_compute(double a, double BoxSize, Cosmology *CP, inttime_t ti_curr, inttime_t ti_next)
Definition: lightcone.c:177
void lightcone_init(Cosmology *CP, double timeBegin, const double UnitLength_in_cm, const char *OutputDir)
Definition: lightcone.c:91
static Cosmology * CP
Definition: power.c:27
static double UnitLength_in_cm
Definition: power.c:26
int32_t inttime_t
Definition: types.h:8