Skip to content

Commit

Permalink
Update update_packets.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 28, 2024
1 parent 4b8b06d commit 536efdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_packets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void update_packets(const int my_rank, const int nts, std::span<Packet> 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) {
Expand Down

0 comments on commit 536efdc

Please sign in to comment.