From 3fd4bc2ff9924f87228cd4bd9bdd2ae7da1a4fe2 Mon Sep 17 00:00:00 2001
From: Folkert Nobels <nobels@strw.leidenuniv.nl>
Date: Fri, 24 May 2019 14:20:58 +0200
Subject: [PATCH] Clarify comments in cosmology

---
 src/cosmology.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cosmology.h b/src/cosmology.h
index 8a0963d92e..ff932dbc20 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 */
-- 
GitLab