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

Compile with the correct star model when using the QLA subgrid. Code formatting

parent 5cd06dcd
Branches
Tags
No related merge requests found
...@@ -1605,7 +1605,7 @@ case "$with_subgrid" in ...@@ -1605,7 +1605,7 @@ case "$with_subgrid" in
with_subgrid_chemistry=QLA with_subgrid_chemistry=QLA
with_subgrid_tracers=none with_subgrid_tracers=none
with_subgrid_entropy_floor=QLA with_subgrid_entropy_floor=QLA
with_subgrid_stars=none with_subgrid_stars=basic
with_subgrid_star_formation=QLA with_subgrid_star_formation=QLA
with_subgrid_feedback=none with_subgrid_feedback=none
with_subgrid_black_holes=none with_subgrid_black_holes=none
......
...@@ -210,8 +210,8 @@ INLINE static void black_holes_write_particles(const struct bpart* bparts, ...@@ -210,8 +210,8 @@ INLINE static void black_holes_write_particles(const struct bpart* bparts,
"Physical instantaneous accretion rates of the particles"); "Physical instantaneous accretion rates of the particles");
list[11] = io_make_output_field( list[11] = io_make_output_field(
"TotalAccretedMasses", FLOAT, 1, UNIT_CONV_MASS, 0.f, "TotalAccretedMasses", FLOAT, 1, UNIT_CONV_MASS, 0.f, bparts,
bparts, total_accreted_mass, total_accreted_mass,
"Total mass accreted onto the particles since its birth"); "Total mass accreted onto the particles since its birth");
list[12] = io_make_output_field( list[12] = io_make_output_field(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment