Skip to content

Commit 59231db

Browse files
committed
tidy
1 parent e15bd12 commit 59231db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/particles/particle_destruction.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ static void destroyParticlesImpl(ContainerType *container, int mass_idx, int lev
8181
if (amrex::ParallelDescriptor::IOProcessor()) {
8282
if (particle_verbose > 0) {
8383
amrex::Print()
84-
<< fmt::format("[PARTICLES] Particle destruction: Time: {} - Destroyed {} particles (from level {} and above)\n",
84+
<< std::format("[PARTICLES] Particle destruction: Time: {} - Destroyed {} particles (from level {} and above)\n",
8585
current_time, global_total_destroyed, lev_min);
8686
}
8787
}

0 commit comments

Comments
 (0)