From 536efdc65fa662030e0fd5d83d17e6b8bdf0dd44 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 28 Oct 2024 09:44:25 +0000 Subject: [PATCH] Update update_packets.cc --- update_packets.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_packets.cc b/update_packets.cc index c6eb6eb5a..b7d08b8c9 100644 --- a/update_packets.cc +++ b/update_packets.cc @@ -366,7 +366,7 @@ void update_packets(const int my_rank, const int nts, std::span packets) const double ts_end = ts + tw; const auto time_update_packets_start = std::time(nullptr); - printout("timestep %d: start update_packets at time %ld\n", nts, time_update_packets_start); + printoutf("timestep %d: start update_packets at time %ld\n", nts, time_update_packets_start); bool timestepcomplete = false; int passnumber = 0; while (!timestepcomplete) {