diff --git a/src/star_formation/EAGLE/star_formation.h b/src/star_formation/EAGLE/star_formation.h index 1b68dbc3a1059b12bd5fbea5988f19c14b9a0b2c..511b8073354b20fd573ae5586c2302bad833b06f 100644 --- a/src/star_formation/EAGLE/star_formation.h +++ b/src/star_formation/EAGLE/star_formation.h @@ -72,7 +72,7 @@ struct star_formation { /*! 10^Tdex of Dalla Vecchia & SChaye temperature criteria */ double ten_to_temperature_margin_threshold_dex; - + /*! gas fraction */ double fgas; @@ -561,8 +561,8 @@ INLINE static void starformation_init_backend( starform->temperature_margin_threshold_dex = parser_get_opt_param_double( parameter_file, "EAGLEStarFormation:KS_temperature_margin_dex", FLT_MAX); - starform->ten_to_temperature_margin_threshold_dex = exp10( - starform->temperature_margin_threshold_dex); + starform->ten_to_temperature_margin_threshold_dex = + exp10(starform->temperature_margin_threshold_dex); /* Read the normalization of the metallicity dependent critical * density*/