|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <ccl_redshifts.h>
Public Attributes | |
| double(* | your_pz_func )(double, double, void *, int *) |
| void * | your_pz_params |
P(z) function. This is a P(z) function (which can be user defined) with a void* field to contain the parameters to that function.
Definition at line 21 of file ccl_redshifts.h.
Definition at line 22 of file ccl_redshifts.h.
Referenced by ccl_create_gaussian_photoz_info(), and ccl_photoz().
| void* pz_info::your_pz_params |
Definition at line 24 of file ccl_redshifts.h.
Referenced by ccl_create_gaussian_photoz_info(), ccl_create_photoz_info(), and ccl_photoz().