diff --git a/configure.ac b/configure.ac
index 69ff653965db930cdeafc5016382b5d10d585663..825b5b8f74bd37120e7376da241002cf8d1d20db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1605,7 +1605,7 @@ case "$with_subgrid" in
 	with_subgrid_chemistry=QLA
 	with_subgrid_tracers=none
 	with_subgrid_entropy_floor=QLA
-	with_subgrid_stars=none
+	with_subgrid_stars=basic
 	with_subgrid_star_formation=QLA
 	with_subgrid_feedback=none
 	with_subgrid_black_holes=none
diff --git a/src/black_holes/EAGLE/black_holes_io.h b/src/black_holes/EAGLE/black_holes_io.h
index e934f654c35bab902921317105fb56aeff1ec573..558a1e048855d1359074d93d50de55624662066a 100644
--- a/src/black_holes/EAGLE/black_holes_io.h
+++ b/src/black_holes/EAGLE/black_holes_io.h
@@ -210,8 +210,8 @@ INLINE static void black_holes_write_particles(const struct bpart* bparts,
       "Physical instantaneous accretion rates of the particles");
 
   list[11] = io_make_output_field(
-      "TotalAccretedMasses", FLOAT, 1, UNIT_CONV_MASS, 0.f,
-      bparts, total_accreted_mass,
+      "TotalAccretedMasses", FLOAT, 1, UNIT_CONV_MASS, 0.f, bparts,
+      total_accreted_mass,
       "Total mass accreted onto the particles since its birth");
 
   list[12] = io_make_output_field(