From 2cc8eadc91d2f8bcae59758773fd6fff28b79510 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Mon, 27 Apr 2020 11:56:05 +0200
Subject: [PATCH] Clarified comment in the gravity properties structure

---
 src/gravity_properties.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gravity_properties.h b/src/gravity_properties.h
index 4f0c5433b6..2c862b5aa0 100644
--- a/src/gravity_properties.h
+++ b/src/gravity_properties.h
@@ -57,7 +57,7 @@ struct gravity_props {
   /*! What MAC are we currently using? */
   int use_advanced_mac;
 
-  /*! Are we using the adaptive opening angle? */
+  /*! Are we using the adaptive opening angle? (as read from param file) */
   int use_adaptive_tolerance;
 
   /*! Accuracy parameter of the advanced MAC */
-- 
GitLab