From a6151ba0f921d0de65c323287c98cdc19bc33f2f Mon Sep 17 00:00:00 2001
From: wjr21 <wjr21@sussex.ac.uk>
Date: Mon, 25 Apr 2022 22:38:16 +0100
Subject: [PATCH] comment for clarity

---
 examples/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/main.c b/examples/main.c
index df173031bf..da49a44b41 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -1315,7 +1315,7 @@ int main(int argc, char *argv[]) {
     /* Initialise the gravity properties */
     bzero(&gravity_properties, sizeof(struct gravity_props));
     if (with_self_gravity)
-      /* NOTE: In the zoom branch cdim is yet to be set by this point */
+      /* NOTE: In the zoom branch s.cdim is yet to be set by this point */
       gravity_props_init(&gravity_properties, params, &prog_const, &cosmo,
                          with_cosmology, with_external_gravity,
                          with_baryon_particles, with_DM_particles,
-- 
GitLab