diff --git a/src/stars/EAGLE/stars_io.h b/src/stars/EAGLE/stars_io.h index 9f82738cb11030e080438587db6415c62c96ec9d..0baafd380addfa1d6f8d60491be3da4c30b2a3aa 100644 --- a/src/stars/EAGLE/stars_io.h +++ b/src/stars/EAGLE/stars_io.h @@ -224,7 +224,7 @@ INLINE static void stars_props_init(struct stars_props *sp, /* Read birth time to set all stars in ICs */ if (sp->overwrite_birth_time) { sp->spart_first_init_birth_time = - parser_get_param_float(params, "Stars:birth_time"); + parser_get_param_float(params, "Stars:birth_time"); } }