Newer
Older
char name[10]; /* Identifier */
float h; /* hubble parameter */
float Omega_b; /* baryon overdensity */
float Omega_m; /* matter overdensity */
float Omega_l; /* dark energy overdensity */
float w; /* equation of state parameter */
float tau; /* optical depth of reionization */
double rho0; /* critical density */
float sigma8; /* galaxy fluctuation amplitude */
float t0; /* age of the universe */
extern double (*a2t)(double);
extern double (*t2a)(double);