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

Merge branch 'fix_gear' into 'master'

Remove bad copy/paste

See merge request swift/swiftsim!1075
parents cc98f064 6501e440
No related branches found
No related tags found
1 merge request!1075Remove bad copy/paste
...@@ -156,8 +156,6 @@ void stellar_evolution_compute_continuous_feedback_properties( ...@@ -156,8 +156,6 @@ void stellar_evolution_compute_continuous_feedback_properties(
/* Convert it to total mass */ /* Convert it to total mass */
sp->feedback_data.metal_mass_ejected[i] *= sp->sf_data.birth_mass; sp->feedback_data.metal_mass_ejected[i] *= sp->sf_data.birth_mass;
sp->feedback_data.metal_mass_ejected[i] *= sp->sf_data.birth_mass;
/* Add the Supernovae Ia */ /* Add the Supernovae Ia */
sp->feedback_data.metal_mass_ejected[i] += sp->feedback_data.metal_mass_ejected[i] +=
snia_yields[i] * number_snia_f * phys_const->const_solar_mass; snia_yields[i] * number_snia_f * phys_const->const_solar_mass;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment