From 11ff16266c3bc544156a2d7e252a5d07a9f1e605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Wed, 4 Sep 2024 11:09:23 +0200 Subject: [PATCH] #105: fix Weird spacing --- src/vt-tv/api/info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vt-tv/api/info.h b/src/vt-tv/api/info.h index 7721270b5..fbf2a8f66 100644 --- a/src/vt-tv/api/info.h +++ b/src/vt-tv/api/info.h @@ -563,9 +563,9 @@ struct Info { auto phase_objects = createPhaseObjectsMapping(phase); // Checking all communications for object A in all objects of all ranks at given phase: A <- ... and A -> ... for (auto& [A_id, object_work] : phase_objects) { - // fmt::print("- Object ID: {}\n", A_id); + // fmt::print("- Object ID: {}\n", A_id); auto sent = object_work.getSent(); - // fmt::print(" Has {} sent communications", sent.size()); + // fmt::print(" Has {} sent communications", sent.size()); auto received = object_work.getReceived(); // fmt::print(" and {} received communications.\n", received.size()); // Going through A -> ... communications