We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15bd12 commit 59231dbCopy full SHA for 59231db
1 file changed
src/particles/particle_destruction.hpp
@@ -81,7 +81,7 @@ static void destroyParticlesImpl(ContainerType *container, int mass_idx, int lev
81
if (amrex::ParallelDescriptor::IOProcessor()) {
82
if (particle_verbose > 0) {
83
amrex::Print()
84
- << fmt::format("[PARTICLES] Particle destruction: Time: {} - Destroyed {} particles (from level {} and above)\n",
+ << std::format("[PARTICLES] Particle destruction: Time: {} - Destroyed {} particles (from level {} and above)\n",
85
current_time, global_total_destroyed, lev_min);
86
}
87
0 commit comments