From 750ccb14cc37efc2947135e3ff5ae7910aaaf594 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Tue, 6 Nov 2018 09:50:24 +0000
Subject: [PATCH] The timing of the star linking does not include any reweight
 time. Corrected the message.

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

diff --git a/src/engine_maketasks.c b/src/engine_maketasks.c
index c1f9dbe88c..5f0a1e8e05 100644
--- a/src/engine_maketasks.c
+++ b/src/engine_maketasks.c
@@ -2030,7 +2030,7 @@ void engine_maketasks(struct engine *e) {
                    sched->nr_tasks, sizeof(struct task), 0, e);
 
   if (e->verbose)
-    message("Linking stars tasks took %.3f %s (including reweight).",
+    message("Linking stars tasks took %.3f %s.",
             clocks_from_ticks(getticks() - tic2), clocks_getunit());
 
 #ifdef WITH_MPI
-- 
GitLab