From ba86355caac70d77d74e08289e6521d98f36e0c2 Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Mon, 9 Jul 2018 17:37:51 +0200
Subject: [PATCH] Add units information

---
 src/cosmology.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cosmology.c b/src/cosmology.c
index 538b118700..f460ec2089 100644
--- a/src/cosmology.c
+++ b/src/cosmology.c
@@ -677,7 +677,7 @@ double cosmology_get_a_from_z(const struct cosmology *c, double redshift) {
 }
 
 /**
- * @brief Compute scale factor from time since big bang.
+ * @brief Compute scale factor from time since big bang (in internal units).
  *
  * WARNING: This method has a low accuracy at high redshift.
  * The relative error is around 1e-3 (testCosmology.c is measuring it).
-- 
GitLab