Skip to content
Snippets Groups Projects
Commit a10d9f36 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed typo.

parent 2c1f9b5a
No related branches found
No related tags found
No related merge requests found
...@@ -281,6 +281,7 @@ INLINE static void star_formation_compute_SFR( ...@@ -281,6 +281,7 @@ INLINE static void star_formation_compute_SFR(
} }
/* Hydrogen number density of this particle */ /* Hydrogen number density of this particle */
const double physical_density = hydro_get_physical_density(p, cosmo);
const float* const metal_fraction = const float* const metal_fraction =
chemistry_get_metal_mass_fraction_for_star_formation(p); chemistry_get_metal_mass_fraction_for_star_formation(p);
const double X_H = metal_fraction[chemistry_element_H]; const double X_H = metal_fraction[chemistry_element_H];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment