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

Applied code formatting script.

parent 511c4ec3
No related branches found
No related tags found
1 merge request!705Star formation following Schaye08
...@@ -72,7 +72,7 @@ struct star_formation { ...@@ -72,7 +72,7 @@ struct star_formation {
/*! 10^Tdex of Dalla Vecchia & SChaye temperature criteria */ /*! 10^Tdex of Dalla Vecchia & SChaye temperature criteria */
double ten_to_temperature_margin_threshold_dex; double ten_to_temperature_margin_threshold_dex;
/*! gas fraction */ /*! gas fraction */
double fgas; double fgas;
...@@ -561,8 +561,8 @@ INLINE static void starformation_init_backend( ...@@ -561,8 +561,8 @@ INLINE static void starformation_init_backend(
starform->temperature_margin_threshold_dex = parser_get_opt_param_double( starform->temperature_margin_threshold_dex = parser_get_opt_param_double(
parameter_file, "EAGLEStarFormation:KS_temperature_margin_dex", FLT_MAX); parameter_file, "EAGLEStarFormation:KS_temperature_margin_dex", FLT_MAX);
starform->ten_to_temperature_margin_threshold_dex = exp10( starform->ten_to_temperature_margin_threshold_dex =
starform->temperature_margin_threshold_dex); exp10(starform->temperature_margin_threshold_dex);
/* Read the normalization of the metallicity dependent critical /* Read the normalization of the metallicity dependent critical
* density*/ * density*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment