From 1d3dc69063ff7e77f40fffe1e01688c1f86e71a7 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 18 Mar 2020 11:51:06 +0100
Subject: [PATCH] Time the update of general quantities (e.g. cooling tables)

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

diff --git a/src/engine.c b/src/engine.c
index 8218be32f7..10d207b0c6 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -2517,7 +2517,7 @@ void engine_step(struct engine *e) {
                        e->cosmology);
 
   if (e->verbose)
-    message("Updating global quantities took %.3f %s",
+    message("Updating general quantities took %.3f %s",
             clocks_from_ticks(getticks() - tic_updates), clocks_getunit());
 
   /* Trigger a tree-rebuild if we passed the frequency threshold */
-- 
GitLab