diff --git a/src/cosmology.h b/src/cosmology.h index 8a0963d92edf658498b09299ad2e28790805232c..ff932dbc20c236a608fcc513dd228d47149e8fbc 100644 --- a/src/cosmology.h +++ b/src/cosmology.h @@ -57,7 +57,7 @@ struct cosmology { /*! Power of the scale-factor used for relative velocities in visc. terms */ double a_factor_mu; - /*! {ower of the scale-factor used for epsilon term in the Balsara switch */ + /*! Power of the scale-factor used for epsilon term in the Balsara switch */ double a_factor_Balsara_eps; /*! Power of the scale-factor used for gravity accelerations */ @@ -72,10 +72,10 @@ struct cosmology { /*! Hubble constant at the current redshift (in internal units) */ double H; - /*! The critical density at the current redshift (in internal units) */ + /*! The critical density at the current redshift (in internal physical units) */ double critical_density; - /*! The critical density at redshift 0 (in internal units) */ + /*! The critical density at redshift 0 (in internal physical units) */ double critical_density_0; /*! Conversion factor from internal time-step size to cosmological step */