Skip to content
Snippets Groups Projects
Commit 3e8d1311 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Remove small code bug

parent 438b8856
No related branches found
No related tags found
1 merge request!825EAGLE star formation: Change the over density criteria
......@@ -191,7 +191,7 @@ void cosmology_update(struct cosmology *c, const struct phys_const *phys_const,
3. * c->H * c->H / (8. * M_PI * phys_const->const_newton_G);
/* Mean density */
c->mean_density = c->critical_density_0 * a3_inv;
c->mean_density = c->critical_density_0 * c->a3_inv;
/* Time-step conversion factor */
c->time_step_factor = c->H;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment