diff --git a/src/starformation/schaye08/starformation.h b/src/starformation/schaye08/starformation.h
index 888382c0e3963dae80b54c5b01b2ef862e3c7134..68a3a5dfa954c77bf44bb0fed6d4179b1721ec9f 100644
--- a/src/starformation/schaye08/starformation.h
+++ b/src/starformation/schaye08/starformation.h
@@ -316,7 +316,7 @@ INLINE static void starformation_init_backend(
   /* Conversion of number density from cgs */
   static const float dimension_numb_den[5] = {0, -3, 0, 0, 0};
   const double conversion_numb_density =
-      1.f / units_general_cgs_conversion_factor(us, dimension_numb_den);
+       units_general_cgs_conversion_factor(us, dimension_numb_den);
 
   /* Quantities that have to do with the Normal Kennicutt-
    * Schmidt law will be read in this part of the code*/