Change stored type "double" to "float"
The variables "energy_ejected" and "mass_ejected" in `src/feedback/GEAR/feedback_struct.h` were previously in double due to the high values in erg/yr units. Now these variables are stored as float for memory purposes and the change of units is now made directly in `stellar_evolution_compute_preSN_feedback_spart`.
Loading
Please sign in to comment